On 27 February 2012 15:49, Paul Na <[email protected]> wrote: > HI all, > > I have just setup the ROR environment on a vps, but once i created the > app and run rails s or db:create after modifying the database.yml it > keeps on appearing with the "Could not find gem sqlite3" etc message > which i know this as it's not install as i am using mysql. What else > have i got to do other than modifying the database.yml as to me it's > still looking for the sqlite3 to use.
Did you remember to change it to mysql2 in Gemfile, and to run bundle install. If you did then post database.yml, Gemfile and the full error and trace. Colin -- 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.

