aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/configurable.rb
Commit message (Expand)AuthorAgeFilesLines
* Move variables to underscore format, update protected instance variables list.José Valim2011-05-061-6/+9
* removes Examples headers introduced in 9b96de6Xavier Noria2011-03-061-10/+4
* Some style changessuchasurge2011-03-061-0/+6
* Make ActiveSupport::Configurable work with modulesOriol Gual and Josep M. Bach2011-02-281-1/+1
* Add comment for config_accessor methodNeeraj Singh2010-11-301-0/+12
* Call it compile_methods! and do the same on AM.José Valim2010-09-271-3/+3
* Try to use Hash's native #[] for speed.thedarkone2010-09-271-1/+1
* Make InheritableOptions's constructor more flexible.thedarkone2010-09-271-1/+1
* Compile ActionController::Base.config's methods to avoid method_missing overh...thedarkone2010-09-271-2/+22
* Revert "Add example label to activesupport/configurable"Xavier Noria2010-08-151-2/+0
* Revert "Add example label to active_support/configurable"Xavier Noria2010-08-151-0/+1
* Add example label to active_support/configurableJosep M. Bach2010-08-151-1/+0
* Add example label to activesupport/configurableJosep M. Bach2010-08-151-0/+2
* Documented active_support/configurableJosep M. Bach2010-08-151-1/+20
* Ensure @config is not a reserved instance variable in controllers. [#5342 sta...José Valim2010-08-111-2/+2
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-18/+19
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-141-0/+35