Ok, found the problem causig this: I had to set --> gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
in the Gemfile and comment out: gem 'sqlite3-ruby', :require => 'sqlite3' -- Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

