Better MySQL Error message. [#3775 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Rizwan Reza
2010-03-26 13:09:38 +04:30
committed by José Valim
parent 5231e4e8c5
commit 5176b28852

View File

@@ -61,7 +61,7 @@ module ActiveRecord
begin
require_library_or_gem('mysql')
rescue LoadError
$stderr.puts '!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.'
$stderr.puts '!!! Please install the mysql gem and try again: gem install mysql.'
raise
end
end