Reputation: 97
My application ruby version is ruby-1.9.3-p547 and rails version is "rails", "2.3.15" and mysql is gem 'mysql2', '0.2.23'
when i tried to migration I'm getting bellow errors
DEPRECATION WARNING: Rake tasks in vendor/plugins/annotate-models/tasks, vendor/plugins/deliver_later/tasks, and vendor/plugins/nulldb/tasks are deprecated. Use lib/tasks instead. (called from at /home/ ....
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. rake aborted! cannot load such file -- mysql
Upvotes: 0
Views: 87
Reputation: 26
I believe the problem is in some deprecated mysql drivers, as stated above.
Have you tried updating the mysql gem?
Upvotes: 0