aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/lazy_load_hooks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use class_eval or instance_eval when triggering lazy load hooks:Edouard CHIN2018-07-031-0/+49
* Pass missing name attribute to execute_hookAlberto Almagro2017-08-161-4/+9
* Allow lazy load hooks to be executed only onceAlberto Almagro2017-08-141-0/+37
* [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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activesupportXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-1/+1
* Ensure load hooks can be called more than once with different contexts.José Valim2012-03-061-0/+29
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-0/+67