This project is archived and is in readonly mode.
[PATCH] Replace bad error message
Reported by Rizwan Reza | January 23rd, 2010 @ 11:32 PM | in 3.0.2
When mysql gem isn't bundled, the error message prints this:
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
This patch changes it to make it work with bundler and different Rails versions.
I've verified it by reapplying it to the source.
Comments and changes to this ticket
-
Rizwan Reza March 26th, 2010 @ 08:41 AM
- Assigned user changed from Pratik to José Valim
-
Rizwan Reza March 26th, 2010 @ 02:52 PM
- State changed from verified to resolved
(from [5176b28852dc6d0654cdf601d590bddbd6e6da1e]) Better MySQL Error message. [#3775 state:resolved]
Signed-off-by: José Valim jose.valim@gmail.com
http://github.com/rails/rails/commit/5176b28852dc6d0654cdf601d590bd... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
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>
People watching this ticket
Attachments
Referenced by
- 3775 [PATCH] Replace bad error message (from [5176b28852dc6d0654cdf601d590bddbd6e6da1e]) Better ...