Hi colin, Thanks the modified the Gemfile and did the bundle install and now its saying that it can not find the javascript runtime?
p.s does it have to be mysql2 or 3, as i have just put mysql? Thanks Colin Law wrote in post #1049063: > 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 -- 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.

