aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/configurable.rb
Commit message (Expand)AuthorAgeFilesLines
* Change wording of some instances of 'opt out' [ci skip]Sharang Dashputre2019-03-121-3/+3
* Consistently use kwargs for `instance_{reader,writer,accessor}` optionsRyuta Kamizono2018-10-201-7/+4
* Bring config_accessor's API document back to its lifeAkira Matsuda2018-10-031-1/+1
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-4/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-4/+4
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-5/+5
* systematic revision of =~ usage in ASXavier Noria2016-07-221-2/+2
* Privatize config_accessor as with attr_accessorAkira Matsuda2015-02-061-0/+1
* Make sure multiline string is not accepted by the regexpRafael Mendonça França2013-12-191-1/+1
* Fixed configurable.rb regular expression name checkHincu Petru2013-12-191-1/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-3/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-1/+1
|\
| * update AS docs [ci skip]Francesco Rodriguez2012-09-171-7/+7
* | set up config_accessor with a default value by blockLarry Lv2012-09-171-6/+18
|/
* correct line numbers for reader and writer methodsbenolee2012-06-241-6/+6
* add instance_accessor option to ActiveSupport::Configurable#config_accessorFrancesco Rodriguez2012-06-051-5/+52
* remove unused requiresSergey Nartimov2012-01-181-2/+0
* Fix configurable cristalization and tests.José Valim2011-06-291-2/+2
* 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