Do, what it says... run 'bundle install' on your app.Or manually install sqlite3 gem
Rails 3 and even 3.1.0rc4 work fine with ruby 1.8.7.
Make sure the place you will eventually deploy to supports Ruby 1.9.2 before switching. I just had to downgrade to deploy to Dreamhost because their passenger won't work with anything but 1.8.7.
--
Teri Solow
http://tekniklr.com
Hi,
first you need to install sqlite3.
In Ubuntu: sudo apt-get install libsqlite3-dev
Second install the sqlite gem
gem install sqlite3-ruby
see here for example http://stackoverflow.com/questions/2305920/rails-3-can-not-find-sqlite3-ruby
I am not sure if rails 3 works with ruby 1.8.7 but I would recommend
you to switch to version 1.9.2 anyway
It worked.
--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.