This post originated from an RSS feed registered with Ruby Buzz
by Huw Collingbourne.
Original Post: Rails 2.2 and MySQL Problems
Feed Title: Ruby In Steel
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend
Feed Description: Developers' Blog of the Ruby In Steel and Amethyst (Adobe Flex) IDEs for Visual Studio
I just updated my Rails installation to the current release (2.2) earlier today - and, all of a sudden, my applications stopped working! In spite of the fact that Rails now defaults to using the SQLite 3 database, I prefer to use MySQL, just as I always have done in the past. And that's where the problem lay. When I tried to run my Rails application, this error message appeared in my browser: no such file to load — mysql This was baffling as I certainly have MySQL installed, the (...)