Ian Piper wrote:
> Hi all,
> 
> I hope someone can inform me on this. I was shocked to find that since
> upgrading to Rails 2.2.2 my Rails projects using MySQL have broken.

Can you define "broken?" Are you getting errors? If so what are they? 
What version of mysql do you have installed? I'm guessing it was working 
just before you upgraded to Rails 2.2.2, but was there anything else 
that you upgraded in the process? What version of Rails were you running 
before you upgraded to Rails 2.2.2? Did you install a new mysql gem for 
instance do you you have it installed at all?

I had issues with mysql, but it didn't take much Googling to find a fix. 
So I know for certain that Rails 2.2.2 will work just fine with MySQL, 
as long as you have everything setup correctly. Chances are that if 
you're having trouble then others have had it already and posted the fix 
on their blog.

If you really do end up needing to downgrade, then I would assume 
uninstalling the Rails 2.2.2 gems should do the trick.

[sudo] gem uninstall rails --version 2.2.2
[sudo] gem uninstall actionmailer --version 2.2.2
[sudo] gem uninstall actionpack --version 2.2.2
...
-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to