rails/guides
Yves Senn d3688e02ca remove AR auto-explain (config.auto_explain_threshold_in_seconds)
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.
2013-02-24 20:01:04 +01:00
..
assets Getting Started Guide: strong_parameters 2013-01-22 00:08:31 -05:00
code/getting_started remove AR auto-explain (config.auto_explain_threshold_in_seconds) 2013-02-24 20:01:04 +01:00
rails_guides place article name in the beginning of guides page title 2013-01-06 01:46:30 +03:00
source remove AR auto-explain (config.auto_explain_threshold_in_seconds) 2013-02-24 20:01:04 +01:00
CHANGELOG.md Split Validations and Callbacks into separate guides. 2012-11-29 15:03:21 -08:00
rails_guides.rb No more Textile guide generation support 2012-09-17 15:55:17 -04:00
Rakefile Add periodical-style TOC and navigation to Kindle version of guides 2012-12-01 18:08:10 -05:00
w3c_validator.rb Add exception handling to rake guides:validate 2012-08-24 12:06:44 +02:00