This project is archived and is in readonly mode.
Changeset [3c36c12a6507736398b525f8052ac1a1146ede8a] by Neeraj Singh
September 22nd, 2010 @ 06:21 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/3c36c12a6507736398b525f8052ac1...
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>