I have Rails v 2.0.2 Ruby v 1.8.6 MySQL db v 5.x I am confused as to whether we should use the MySQL gem or the RoR default MySQL support library. The consultants that had worked on the initial phase of the project had me remove the gem saying that it is better to use the RoR library, that the gem was necessary in earlier version of Rails. BUT, I get the WARNING below which says the opposite. Can somebody assert that given the versions of Rails and Ruby I should be using the MySQL gem or NOT? ------ WARNING: You’re using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C- based MySQL library instead (gem install mysql). SQL (0.003382) ------ Thanks, gsb --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> I have Rails v 2.0.2 > Ruby v 1.8.6 > MySQL db v 5.x > > I am confused as to whether we should use the MySQL gem or the RoR > default MySQL support library. > The consultants that had worked on the initial phase of the project > had me remove the gem saying that > it is better to use the RoR library, that the gem was necessary in > earlier version of Rails. > BUT, I get the WARNING below which says the opposite. > > Can somebody assert that given the versions of Rails and Ruby I should > be using the MySQL gem or NOT? > > ------ > WARNING: You’re using the Ruby-based MySQL library that ships with > Rails. This library is not suited for production. Please install the > C- > based MySQL library instead (gem install mysql). SQL (0.003382) > ------In my experience the gem is quite a bit faster... -philip --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- [PATCH v3 05/15] secboot: remove fixup_hs_desc hook
- [PATCH v3 07/15] secboot: generate HS BL descriptor in hook
- [PATCH v3 10/11] secboot/gm200: add secure-boot support
- [PATCH] nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
- [PATCH 03/11] drm/nouveau: secboot: Read WPR configuration from GPU registers