aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/observer.rb
diff options
context:
space:
mode:
authorSeamus Abshere <seamus@abshere.net>2012-09-04 18:46:05 -0500
committerSeamus Abshere <seamus@abshere.net>2012-09-05 11:10:15 -0500
commitece23b5fa01301ec006aa42f8b59ec938c35427b (patch)
treefa9a82de517e103481ab5133eaef1be5cb25298d /activerecord/lib/active_record/observer.rb
parenta497bed1130427b3bcf717c29ca3b6edf07a5c04 (diff)
downloadrails-ece23b5fa01301ec006aa42f8b59ec938c35427b.tar.gz
rails-ece23b5fa01301ec006aa42f8b59ec938c35427b.tar.bz2
rails-ece23b5fa01301ec006aa42f8b59ec938c35427b.zip
Use the 'mysql' binary for 'rake db:structure:load'.
The previous implementation had the strange requirement that db/structure.sql contain only CREATE TABLE sql statements, one per table, separated by double newlines. SQLite3 and PostgreSQL database tasks, on the other hand, simply spawn 'sqlite3' and 'psql' binaries to load the file directly. The new implementation follows this and attempts to respect all current MySQL configuration settings.
Diffstat (limited to 'activerecord/lib/active_record/observer.rb')
0 files changed, 0 insertions, 0 deletions