1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/railties
Yves Senn f15cef67f7 schema rake tasks are specific about the configuration to act on.
The rake tasks and the `DatabaseTakss` adapter classes used to
assume a configuration at some places. This forced the rake
tasks to establish a specific connection before calling into
`load_schema`.

After #15394 this started to cause issues because it could
`purge` the wrong database before loading the schema.
2014-08-06 08:25:18 +02:00
..
console_sandbox.rb Revert "Merge pull request #12085 from valk/master" 2013-09-03 12:18:41 -03:00
controller_runtime.rb
databases.rake schema rake tasks are specific about the configuration to act on. 2014-08-06 08:25:18 +02:00
jdbcmysql_error.rb