You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For your information, ruby-mysql working with Rails 3.0.x but not with 3.1. Failing with below error.
/home/anil/.rvm/gems/ruby-1.9.2-p290@maftool/gems/activerecord-3.1.0/lib/active_record/connection_adapters/abstract/connection_specification.rb:71:in rescue in establish_connection': Please install the mysql adapter:gem install activerecord-mysql-adapter` (mysql is not part of the bundle. Add it to Gemfile.) (RuntimeError)
Not looked into the cause yet but will do later. Please let me know if you know the reason handy.
Thanks,
Anil.
The text was updated successfully, but these errors were encountered:
Hi,
For your information, ruby-mysql working with Rails 3.0.x but not with 3.1. Failing with below error.
/home/anil/.rvm/gems/ruby-1.9.2-p290@maftool/gems/activerecord-3.1.0/lib/active_record/connection_adapters/abstract/connection_specification.rb:71:in
rescue in establish_connection': Please install the mysql adapter:
gem install activerecord-mysql-adapter` (mysql is not part of the bundle. Add it to Gemfile.) (RuntimeError)Not looked into the cause yet but will do later. Please let me know if you know the reason handy.
Thanks,
Anil.
The text was updated successfully, but these errors were encountered: