mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
d3688e02ca
We discussed that the auto explain feature is rarely used. This PR removes only the automatic explain. You can still display the explain output for any given relation using `ActiveRecord::Relation#explain`. As a side-effect this should also fix the connection problem during asset compilation (#9385). The auto explain initializer in the `ActiveRecord::Railtie` forced a connection. |
||
---|---|---|
.. | ||
development.rb | ||
production.rb | ||
test.rb |