On 13 Sep 2008, at 13:51, Bharat Ruparel wrote: > The RoR app that I have inherited was running without MySQL native > drivers on Ubuntu. I just installed MySQL gems to get the benifit of > using Native drivers. However: > > 1. How do I know that the app has switched to using the native > drivers > instead of the slower ruby drivers.
It says so in the log file (or better: it doesn't warn you about the pure ruby one anymore). > 2. It is an app running Mongrel cluster with a Capistrano deployment > script. Will this gem take effect without redeploying (i.e. > restarting)? You'll need to restart your cluster for it to take effect as far as I know. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

