aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/configurable_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Call it compile_methods! and do the same on AM.José Valim2010-09-271-1/+1
|
* Compile ActionController::Base.config's methods to avoid method_missing ↵thedarkone2010-09-271-0/+18
| | | | overhead.
* Clean up the config object in ActionPack. Create config_accessor which just ↵José Valim2010-04-221-0/+42
delegates to the config object, reducing the number of deprecations and add specific tests.