[Rails] Re: Rails, Uploading multiple Files to an Album

2010-10-23 Thread zYan1de
Hm.. Do you think you could post your view too? On Oct 23, 5:48 pm, nobosh wrote: > Alright this one's tricky - don't shy off! > > I've setup a multi-file uploader with Rails 3 + paperclip + Ajax > Upload (http://valums.com/ajax-upload/) > > My controller is as follows (which works): > >       de

[Rails] Re: How to access Twitter go retrieve results from http://dev.twitter.com/doc/get/users/suggestions/:slug

2010-10-23 Thread zYan1de
Why not just use curb or something similar? On Oct 23, 8:48 pm, Christian Fazzini wrote: > Anyone know a suitable method to access results > from:http://dev.twitter.com/doc/get/users/suggestions/:slug? > > Apparently, the Twitter gem's current stable version does not support > the users/suggesti

[Rails] Re: Can't use rails_upgrade plugin on Windows due to missing fork() function

2010-10-23 Thread zYan1de
Ruby's fork() function isn't "unimplemented" on windows, fork() is an function provided by the OS on Unix and Unix-like OS'es (e.g. Linux, OS X, etc, etc.) On Oct 22, 11:03 pm, daze wrote: > I'm on Windowsand I can't get anything to work with this > plugin:http://github.com/rails/rails_upgra

[Rails] Re: Could not find 'sqlite3-ruby' error in Ubuntu

2010-10-23 Thread zYan1de
Do you have sqlite3 installed?.. try sudo apt-get install sqlite3 libsqlite3-dev sudo gem install sqlite3-ruby On Oct 23, 1:15 pm, gezope wrote: > Hello, thanks for reply! > > I found my Gemfile in the new Rails app, and commented out this line: > gem 'sqlite3-ruby', :require => 'sqlite3', and t

[Rails] Re: acts as ferret installation

2010-10-20 Thread zYan1de
is nmake.exe in your PATH? On Oct 20, 7:27 am, Manivannan Sivaprakasam wrote: > C:\Documents and Settings\Administrator>gem install acts_as_ferret > Building native extensions.  This could take a while... > ERROR:  Error installing acts_as_ferret: >         ERROR: Failed to build gem native exten

[Rails] Blog screencast

2010-10-17 Thread zYan1de
Does anybody know if/when there will be a "Creating a weblog in 15 minutes with Rails 3"? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this gro

[Rails] Autotest on Windows

2010-09-11 Thread zYan1de
Hello I use Windows 7 and I can't run Autotest, When i try to run autotest in my rails app dir, all that gets outputted is "loading autotest/rails" then nothing.. No text, no errors, no nothing... Does anybody know what's causing this? -- You received this message because you are subscribed to