I've updated to the Rails 2.2 gem and now I can't run Rails because I get an error it cannot find SQLite3. I was running just fine under 2.1.2 with SQlite3. I'm on a Mac OS X 10.5 (Leopard) system.
> gem list rails rails (2.2.2, 2.1.2, 2.0.2) rails-app-installer (0.2.0) > gem list sqlite sqlite3-ruby (1.2.4) > which sqlite3 /usr/bin/sqlite3 I know SQLite is installed and working because I can go into it from the command line. For some reason though Rails is not able to find it. Any ideas on how to fix this? (I've already tried reinstalling sqlite3-ruby - sudo gem install sqlite3-ruby, but that doesn't help). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

