On Apr 3, 11:06 pm, "Miguel A." <[email protected]> wrote:
> 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? :/ Your rails app will only use the gems specified in your Gemfile (and their dependencies). If it's not in your Gemfile, it's not loaded, even if it is already installed Fred -- 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.

