| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |