aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Update dependencies to delete partially loaded constants.Nicholas Seckar2006-11-071-2/+5
* Update failing autoload tests.Jeremy Kemper2006-11-071-8/+18
* Fix warning and incorrect test triggerNicholas Seckar2006-11-061-1/+1
* Failing test for autoloading shadowed exceptions.Jeremy Kemper2006-11-061-83/+122
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-011-0/+147
* Add 'unloadable', a method used to mark any constant as requiring an unload a...Nicholas Seckar2006-10-151-0/+30
* Fix loadable_constants_for_path to handle load paths that do not end with a s...Nicholas Seckar2006-09-061-0/+7
* Fix logic error in determining what was loaded by a given file. Closes #6039.Nicholas Seckar2006-09-051-0/+18
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988.Nicholas Seckar2006-09-051-0/+8
* Add ApplicationController special case to Dependencies.Nicholas Seckar2006-09-021-1/+9
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-291-24/+41
* Add tests for prior checkinNicholas Seckar2006-08-171-1/+9
* Detect missing_constants calls from removed modules and fail accordingly.Nicholas Seckar2006-08-171-0/+15
* Fix const_missing to behave responsibly when called within anonymous modulesNicholas Seckar2006-08-161-1/+19
* Update require_dependency to return true or false as require does.Nicholas Seckar2006-08-161-3/+3
* Stop using defined? in Dependencies.qualified_const_defined? since defined? m...Nicholas Seckar2006-08-161-0/+16
* Dependencies can autoload directories of nested classes.Jeremy Kemper2006-08-161-2/+30
* Add forgotten files; Fix double loading errors.Nicholas Seckar2006-08-081-11/+12
* Checkin forgotten add. Update const_missing handler to avoid double loading f...Nicholas Seckar2006-08-081-0/+9
* New dependencies implementationNicholas Seckar2006-08-081-8/+126
* Raise fully qualified names upon name errors. Closes #5533.Nicholas Seckar2006-08-051-0/+27
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-13/+10
* Dependencies cleanup. Fixes #4221.Nicholas Seckar2006-03-271-81/+94
* added some (pointless) test cases to dependency loading, the more the merrierTobias Lütke2006-02-041-8/+37
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+17
* Introduce Dependencies.warnings_on_first_load setting. If true, enables warn...Jeremy Kemper2005-11-241-0/+2
* Sever infinite loop for mutual dependencies. Closes #2997.Jeremy Kemper2005-11-241-0/+18
* Enable warnings on first load only. File which are loaded but raise an excep...Jeremy Kemper2005-11-231-7/+60
* Fix broken tests caused by incomplete loading of active support.Nicholas Seckar2005-11-071-1/+1
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-1/+0
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-1/+1
* Fixed all the testsDavid Heinemeier Hansson2005-02-151-15/+4
* Added test cases and rakefile to Active SupportDavid Heinemeier Hansson2005-01-021-3/+5
* Moved support from both Action Pack and Active Record into a separate module ...David Heinemeier Hansson2004-12-291-0/+39