index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
configurable.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
1
-2
/
+2
*
Privatize config_accessor as with attr_accessor
Akira Matsuda
2015-02-06
1
-0
/
+1
*
Make sure multiline string is not accepted by the regexp
Rafael Mendonça França
2013-12-19
1
-1
/
+1
*
Fixed configurable.rb regular expression name check
Hincu Petru
2013-12-19
1
-1
/
+1
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-3
/
+3
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-21
1
-1
/
+1
|
\
|
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-7
/
+7
*
|
set up config_accessor with a default value by block
Larry Lv
2012-09-17
1
-6
/
+18
|
/
*
correct line numbers for reader and writer methods
benolee
2012-06-24
1
-6
/
+6
*
add instance_accessor option to ActiveSupport::Configurable#config_accessor
Francesco Rodriguez
2012-06-05
1
-5
/
+52
*
remove unused requires
Sergey Nartimov
2012-01-18
1
-2
/
+0
*
Fix configurable cristalization and tests.
José Valim
2011-06-29
1
-2
/
+2
*
Move variables to underscore format, update protected instance variables list.
José Valim
2011-05-06
1
-6
/
+9
*
removes Examples headers introduced in 9b96de6
Xavier Noria
2011-03-06
1
-10
/
+4
*
Some style changes
suchasurge
2011-03-06
1
-0
/
+6
*
Make ActiveSupport::Configurable work with modules
Oriol Gual and Josep M. Bach
2011-02-28
1
-1
/
+1
*
Add comment for config_accessor method
Neeraj Singh
2010-11-30
1
-0
/
+12
*
Call it compile_methods! and do the same on AM.
José Valim
2010-09-27
1
-3
/
+3
*
Try to use Hash's native #[] for speed.
thedarkone
2010-09-27
1
-1
/
+1
*
Make InheritableOptions's constructor more flexible.
thedarkone
2010-09-27
1
-1
/
+1
*
Compile ActionController::Base.config's methods to avoid method_missing overh...
thedarkone
2010-09-27
1
-2
/
+22
*
Revert "Add example label to activesupport/configurable"
Xavier Noria
2010-08-15
1
-2
/
+0
*
Revert "Add example label to active_support/configurable"
Xavier Noria
2010-08-15
1
-0
/
+1
*
Add example label to active_support/configurable
Josep M. Bach
2010-08-15
1
-1
/
+0
*
Add example label to activesupport/configurable
Josep M. Bach
2010-08-15
1
-0
/
+2
*
Documented active_support/configurable
Josep M. Bach
2010-08-15
1
-1
/
+20
*
Ensure @config is not a reserved instance variable in controllers. [#5342 sta...
José Valim
2010-08-11
1
-2
/
+2
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-18
/
+19
*
Start adding configuration to ActionView instead of using constants.
Yehuda Katz
2009-10-14
1
-0
/
+35