Hello All, I have managed to upgrade ruby to 1.8.7.
However, when I use Terminal and 'cd' to the app and run 'ruby script/ server' ... I get an error when i click the link 'about your applications environment'. When I look into Terminal, it suggests Status: 500 Internal Server Error no such file to load -- mysql How do I overcome this? I have cd'd into the app and then run gem list. this lists: *** LOCAL GEMS *** actionmailer (2.3.3) actionpack (2.3.3) activerecord (2.3.3) activeresource (2.3.3) activesupport (2.3.3) rack (1.0.0) rails (2.3.3) rake (0.8.7) rubygems-update (1.3.5) sqlite3-ruby (1.2.5) No Mysql gem, and not sure why. Am I mean to install it at the app level, or in another directory? I've also noticed that I have this in the terminal after i've clicked the link in !! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. However - rails -v returns version Rails 2.3.3 I'm confused now... Can anyone help?? Cheers --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

