after upgraded to Snow Leopard... (32bits arch)
I re-installed the mysql gem (i386 architecture) , all gems and
rails 2.3.4
testing in the console
$ irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'mysql'
=> true
Mysql.get_client_info
NoMethodError: undefined method `get_client_info' for Mysql:Class
from (irb):3
I should get "5.1.38" (MySQL installed db version...) or did the
Mysql class changed w Rails 2.3.4 ?
is this test wrong ?
thanks for your advices
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---