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
/
lazy_load_hooks.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
A Class is a Module so we remove one conditional
Rafael Mendonça França
2018-07-04
1
-1
/
+1
*
Use class_eval or instance_eval when triggering lazy load hooks:
Edouard CHIN
2018-07-03
1
-1
/
+5
*
Pass missing name attribute to execute_hook
Alberto Almagro
2017-08-16
1
-3
/
+3
*
Allow lazy load hooks to be executed only once
Alberto Almagro
2017-08-14
1
-8
/
+26
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
[ci skip] Use class name instead of path to file
Andrey Molchanov
2016-09-28
1
-2
/
+2
*
Add documentation about `ActiveSupport.on_load`
mrageh
2016-08-13
1
-0
/
+2
*
Wrap module around lazy load hooks
mrageh
2016-07-12
1
-18
/
+26
*
rails -> Rails [ci skip]
Prathamesh Sonpatki
2013-05-09
1
-1
/
+1
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-8
/
+10
*
Ensure load hooks can be called more than once with different contexts.
José Valim
2012-03-06
1
-6
/
+6
*
Clean up module docs [ci skip]
Vijay Dev
2012-03-07
1
-19
/
+19
*
Whitespace and example identation
Josep M. Bach
2010-08-15
1
-7
/
+7
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
Adding documentation regarding lazy_load_hooks
Neeraj Singh
2010-07-29
1
-1
/
+20
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-4
/
+14
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-19
/
+11
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-0
/
+25