mysql db defaults to mysql2 gem

This commit is contained in:
David Heinemeier Hansson
2010-08-23 21:40:59 -05:00
parent 3409f2c691
commit 0d657132b0

View File

@@ -394,6 +394,7 @@ module Rails
when "postgresql" then "pg"
when "sqlite3" then "sqlite3-ruby"
when "frontbase" then "ruby-frontbase"
when "mysql" then "mysql2"
else options[:database]
end
end