Files
rails/activerecord/lib/active_record
Ben Woosley 88f60fd1a7 Changing rake db:schema:dump to run :environment as well as :load_config, as running :load_config alone will lead to the dumper being run without including extensions such as those included in foreigner and spatial_adapter.
This reverses a change made here: 5df72a238e (L0L324)

I'm assuming here that :load_config needs to be invoked separately from :environment, as it is elsewhere in the file for db operations, if not the alternative is to go back to "task :dump => :environment do".

Signed-off-by: José Valim <jose.valim@gmail.com>
2011-10-04 11:25:20 +02:00
..
2011-09-20 19:46:59 +05:30
2011-07-08 06:13:21 +09:00
2011-05-10 03:44:57 -07:00
2011-06-30 10:18:36 -03:00