Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -17/+17 |
| | |||||
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | fix assertions | Aaron Patterson | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | Make DescendantsTracker thread safe and optimize the #descendants method. | thedarkone | 2012-10-18 | 1 | -6/+12 |
| | |||||
* | Refactored AS::DescendantsTracker test cases so they can be tested without ↵ | Rolf Timmermans | 2011-03-13 | 1 | -0/+59 |
AS::Dependencies. |