aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/descendants_tracker.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize DescendantsArray insertionsJean Boussier2019-07-251-2/+4
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* upgrades Zeitwerk to 2.1.4Xavier Noria2019-04-231-9/+2
* depend on Zeitwerk 2.1.0Xavier Noria2019-04-091-2/+9
* Use weak references in descendants trackerEdgars Beigarts2019-03-261-4/+50
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-5/+6
* [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
* Make DescendantsTracker thread safe and optimize the #descendants method.thedarkone2012-10-181-19/+34
* Revert "Revert "It should be possible to use ActiveSupport::DescendantTracker...Rolf Timmermans2011-03-131-7/+9
* Revert "It should be possible to use ActiveSupport::DescendantTracker without...José Valim2011-03-131-9/+7
* It should be possible to use ActiveSupport::DescendantTracker without getting...Rolf Timmermans2011-03-131-7/+9
* Don't shadow outer local variablesSantiago Pastorino2010-07-221-4/+4
* Define a convention for descendants and subclasses.José Valim2010-07-051-10/+14
* Remove descendants warning while executing tests.José Valim2010-06-191-1/+4
* Add ActiveSupport::DescendantsTracker.José Valim2010-06-191-0/+36