This project is archived and is in readonly mode.

Changeset [48a108d55b6bf50c7960c1c1e10fd1f457fd1ada] by Neeraj Singh

September 22nd, 2010 @ 06:20 PM

Error message should advice to use 'mysql2' gem.

If I create a new app using command
rails new demo -d mysql
then Gemfile contains 'mysql2' gem by default.

However if mysql gem is missing then error message says
raise "!!! Missing the mysql gem. Add it to your Gemfile: gem 'mysql', '2.8.1'"

[#5569 state:committed]

Signed-off-by: Santiago Pastorino santiago@wyeworks.com
http://github.com/rails/rails/commit/48a108d55b6bf50c7960c1c1e10fd1...

Committed by Neeraj Singh

  • M activerecord/lib/active_record/connection_adapters/mysql_adapter.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>