aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix failing dependencies test relying on . being in LOAD_PATHJeremy Kemper2009-08-091-2/+4
* Extract repetitive methodJeremy Kemper2009-08-091-33/+37
* Uses &:fooJeremy Kemper2009-08-091-0/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-11/+11
* Only track new constant definitions when we're reloading dependenciesJeremy Kemper2008-11-101-5/+5
* Remove stuff that was deprecated in 2-1-stablePratik Naik2008-10-211-1/+0
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-9/+9
* Added config.dependency_loading to enable or disable the dependency loader af...Joshua Peek2008-07-241-0/+12
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-120/+120
* Fixed Dependencies so load errors are not masked behind a 'Expected x.rb to d...Tom Ward2008-05-311-6/+14
* Fix Dependencies watch_frames collection. [#24 state:resolved]Tom Ward2008-05-201-0/+6
* remove some more absolute requiresJeremy Kemper2008-01-051-5/+5
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Dependencies Ruby 1.9 compatJeremy Kemper2007-09-271-31/+30
* Update Dependencies to ignore constants inherited from ancestors. Closes #6951.Nicholas Seckar2007-03-141-0/+11
* tighten test_load_once_paths_should_behave_when_recursively_loadingJeremy Kemper2007-01-011-2/+3
* Check for nil name also. Closes #6561.Jeremy Kemper2006-12-311-1/+6
* Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.Nicholas Seckar2006-12-311-1/+3
* Checkin failing test case related to load once pathsNicholas Seckar2006-12-241-0/+28
* Fix remove_constant to correctly handle constant names of the form "::A::..."...Nicholas Seckar2006-12-091-0/+11
* Test autoloading nested subclass of parent.Jeremy Kemper2006-11-161-0/+9
* 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