| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -83/+122 |
* | Update dependencies to allow constants to be defined alongside their siblings. | Nicholas Seckar | 2006-11-01 | 1 | -0/+147 |
* | Add 'unloadable', a method used to mark any constant as requiring an unload a... | Nicholas Seckar | 2006-10-15 | 1 | -0/+30 |
* | Fix loadable_constants_for_path to handle load paths that do not end with a s... | Nicholas Seckar | 2006-09-06 | 1 | -0/+7 |
* | Fix logic error in determining what was loaded by a given file. Closes #6039. | Nicholas Seckar | 2006-09-05 | 1 | -0/+18 |
* | Equate Kernel.const_missing with Object.const_missing. Fixes #5988. | Nicholas Seckar | 2006-09-05 | 1 | -0/+8 |
* | Add ApplicationController special case to Dependencies. | Nicholas Seckar | 2006-09-02 | 1 | -1/+9 |
* | Update Initializer to use load_once_paths to avoid plugin reloading. Referenc... | Nicholas Seckar | 2006-08-29 | 1 | -24/+41 |
* | Add tests for prior checkin | Nicholas Seckar | 2006-08-17 | 1 | -1/+9 |
* | Detect missing_constants calls from removed modules and fail accordingly. | Nicholas Seckar | 2006-08-17 | 1 | -0/+15 |
* | Fix const_missing to behave responsibly when called within anonymous modules | Nicholas Seckar | 2006-08-16 | 1 | -1/+19 |
* | Update require_dependency to return true or false as require does. | Nicholas Seckar | 2006-08-16 | 1 | -3/+3 |
* | Stop using defined? in Dependencies.qualified_const_defined? since defined? m... | Nicholas Seckar | 2006-08-16 | 1 | -0/+16 |
* | Dependencies can autoload directories of nested classes. | Jeremy Kemper | 2006-08-16 | 1 | -2/+30 |
* | Add forgotten files; Fix double loading errors. | Nicholas Seckar | 2006-08-08 | 1 | -11/+12 |
* | Checkin forgotten add. Update const_missing handler to avoid double loading f... | Nicholas Seckar | 2006-08-08 | 1 | -0/+9 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -8/+126 |
* | Raise fully qualified names upon name errors. Closes #5533. | Nicholas Seckar | 2006-08-05 | 1 | -0/+27 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -13/+10 |
* | Dependencies cleanup. Fixes #4221. | Nicholas Seckar | 2006-03-27 | 1 | -81/+94 |
* | added some (pointless) test cases to dependency loading, the more the merrier | Tobias Lütke | 2006-02-04 | 1 | -8/+37 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -0/+17 |
* | Introduce Dependencies.warnings_on_first_load setting. If true, enables warn... | Jeremy Kemper | 2005-11-24 | 1 | -0/+2 |
* | Sever infinite loop for mutual dependencies. Closes #2997. | Jeremy Kemper | 2005-11-24 | 1 | -0/+18 |
* | Enable warnings on first load only. File which are loaded but raise an excep... | Jeremy Kemper | 2005-11-23 | 1 | -7/+60 |
* | Fix broken tests caused by incomplete loading of active support. | Nicholas Seckar | 2005-11-07 | 1 | -1/+1 |
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+0 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Fixed all the tests | David Heinemeier Hansson | 2005-02-15 | 1 | -15/+4 |
* | Added test cases and rakefile to Active Support | David Heinemeier Hansson | 2005-01-02 | 1 | -3/+5 |
* | Moved support from both Action Pack and Active Record into a separate module ... | David Heinemeier Hansson | 2004-12-29 | 1 | -0/+39 |