aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/lazy_load_hooks.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* A Class is a Module so we remove one conditionalRafael Mendonça França2018-07-041-1/+1
* Use class_eval or instance_eval when triggering lazy load hooks:Edouard CHIN2018-07-031-1/+5
* Pass missing name attribute to execute_hookAlberto Almagro2017-08-161-3/+3
* Allow lazy load hooks to be executed only onceAlberto Almagro2017-08-141-8/+26
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* [ci skip] Use class name instead of path to fileAndrey Molchanov2016-09-281-2/+2
* Add documentation about `ActiveSupport.on_load`mrageh2016-08-131-0/+2
* Wrap module around lazy load hooksmrageh2016-07-121-18/+26
* rails -> Rails [ci skip]Prathamesh Sonpatki2013-05-091-1/+1
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-8/+10
* Ensure load hooks can be called more than once with different contexts.José Valim2012-03-061-6/+6
* Clean up module docs [ci skip]Vijay Dev2012-03-071-19/+19
* Whitespace and example identationJosep M. Bach2010-08-151-7/+7
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Adding documentation regarding lazy_load_hooksNeeraj Singh2010-07-291-1/+20
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-4/+14
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-19/+11
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+25