> Your Gemfile lists all the gems your app uses, if you're using the > mysql2 gem you'd need > > gem 'mysql2' > > (If you're using an older rails version you may need to specify a > version of mysql2 that is compatible with your rails version.
Im using rails 3.2.2 na in my: C:\Ruby187\lib\ruby\gems\1.8\gems folder I can see the: mysql-2.8.1-x86-mingw32, mysql2-0.3.11-x86-mingw32 and mysql2-0.3.11-x86-mswin32-60 folders. Doesn't this mean its installed already? :/ -- 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.

