| Commit message (Expand) | Author | Age | Files | Lines |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 32 | -0/+32 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 32 | -0/+32 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 32 | -32/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 32 | -0/+32 |
* | Correct spelling | Benjamin Fleischer | 2017-02-05 | 1 | -1/+1 |
* | Fix constantize edge case involving prepend, autoloading and name conflicts | Jean Boussier | 2016-12-14 | 2 | -0/+10 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 12 | -12/+9 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 3 | -3/+3 |
* | Prevent void context warnings | Andrew White | 2016-04-03 | 2 | -2/+2 |
* | tests the raising/throwing discards the watching stack | Xavier Noria | 2016-03-16 | 2 | -0/+2 |
* | adds coverage for raising while autoloading | Xavier Noria | 2016-03-16 | 1 | -0/+3 |
* | adds coverage for throwing while autoloading | Xavier Noria | 2016-03-15 | 1 | -0/+3 |
* | Avoid E constant clashing with Minitest defined version. | Kasper Timm Hansen | 2015-05-22 | 5 | -4/+6 |
* | fixes circularity check in dependencies | Xavier Noria | 2014-10-25 | 1 | -0/+2 |
* | Ensure all-caps nested consts marked as autoloaded | Simon Coffey | 2013-08-27 | 1 | -0/+4 |
* | dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213] | Xavier Noria | 2012-11-15 | 1 | -0/+1 |
* | detect circular constant autoloading | Xavier Noria | 2012-08-28 | 2 | -0/+10 |
* | Fix ActiveSupport tests that depend on run order | Francesco Rodriguez | 2012-08-23 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | This is for making sure const_missing is triggered without warnings | Santiago Pastorino | 2010-07-26 | 1 | -1/+2 |
* | Fix a bug where requires inside of autoloads were being added to the autoload... | wycats | 2010-07-26 | 3 | -0/+12 |
* | Checkin failing test case related to load once paths | Nicholas Seckar | 2006-12-24 | 1 | -0/+2 |
* | Test autoloading nested subclass of parent. | Jeremy Kemper | 2006-11-16 | 2 | -0/+4 |
* | Fix warning and incorrect test trigger | Nicholas Seckar | 2006-11-06 | 1 | -1/+1 |
* | Failing test for autoloading shadowed exceptions. | Jeremy Kemper | 2006-11-06 | 2 | -0/+6 |
* | Update dependencies to allow constants to be defined alongside their siblings. | Nicholas Seckar | 2006-11-01 | 2 | -0/+5 |
* | Add forgotten file | Nicholas Seckar | 2006-09-03 | 1 | -0/+1 |
* | Dependencies can autoload directories of nested classes. | Jeremy Kemper | 2006-08-16 | 5 | -2/+14 |
* | Add forgotten files; Fix double loading errors. | Nicholas Seckar | 2006-08-08 | 2 | -0/+6 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -0/+1 |
* | Dependencies cleanup. Fixes #4221. | Nicholas Seckar | 2006-03-27 | 2 | -0/+4 |
* | added some (pointless) test cases to dependency loading, the more the merrier | Tobias Lütke | 2006-02-04 | 1 | -0/+2 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 3 | -0/+6 |