aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+3
* Dependencies Ruby 1.9 compatJeremy Kemper2007-09-271-11/+10
* Fixes rake annotations to search erb and builder files as well (closes #9150)...David Heinemeier Hansson2007-09-221-1/+1
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-6/+8
* Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...Sam Stephenson2007-03-181-3/+3
* Update Dependencies to ignore constants inherited from ancestors. Closes #6951.Nicholas Seckar2007-03-141-3/+3
* Remove noisy nodoc for Ruby 1.8.4David Heinemeier Hansson2007-01-281-1/+0
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-261-1/+1
* Check for nil name also. Closes #6561.Jeremy Kemper2006-12-311-1/+2
* Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.Nicholas Seckar2006-12-311-0/+1
* Update load once paths to prevent nested once constants from being detected a...Nicholas Seckar2006-12-241-2/+6
* Fix remove_constant to correctly handle constant names of the form "::A::..."...Nicholas Seckar2006-12-091-1/+2
* Update dependencies to delete partially loaded constants.Nicholas Seckar2006-11-071-19/+34
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-011-5/+79
* Add 'unloadable', a method used to mark any constant as requiring an unload a...Nicholas Seckar2006-10-151-17/+71
* Undo accidental commitNicholas Seckar2006-10-141-42/+16
* Rename overlapping test namesNicholas Seckar2006-10-141-16/+42
* Fix loadable_constants_for_path to handle load paths that do not end with a s...Nicholas Seckar2006-09-061-8/+7
* Fix logic error in determining what was loaded by a given file. Closes #6039.Nicholas Seckar2006-09-051-1/+1
* Equate Kernel.const_missing with Object.const_missing. Fixes #5988.Nicholas Seckar2006-09-051-0/+9
* Add ApplicationController special case to Dependencies.Nicholas Seckar2006-09-021-2/+8
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-2/+2
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-291-24/+43
* Widen too narrow rescueNicholas Seckar2006-08-171-1/+1
* Detect missing_constants calls from removed modules and fail accordingly.Nicholas Seckar2006-08-171-0/+4
* Fix const_missing to behave responsibly when called within anonymous modulesNicholas Seckar2006-08-161-1/+6
* Update require_dependency to return true or false as require does.Nicholas Seckar2006-08-161-4/+6
* Stop using defined? in Dependencies.qualified_const_defined? since defined? m...Nicholas Seckar2006-08-161-1/+11
* Dependencies can autoload directories of nested classes.Jeremy Kemper2006-08-161-1/+5
* Add debugging logging to Dependencies.Nicholas Seckar2006-08-131-1/+31
* Add forgotten files; Fix double loading errors.Nicholas Seckar2006-08-081-6/+7
* Checkin forgotten add. Update const_missing handler to avoid double loading f...Nicholas Seckar2006-08-081-1/+1
* New dependencies implementationNicholas Seckar2006-08-081-40/+154
* Raise fully qualified names upon name errors. Closes #5533.Nicholas Seckar2006-08-051-2/+16
* occured -> occurred. Closes #5559.Jeremy Kemper2006-07-101-2/+2
* Fix for depot and other applications with .13 style environment.rb files. p...Michael Koziarski2006-04-031-0/+11
* Dependencies cleanup. Fixes #4221.Nicholas Seckar2006-03-271-18/+5
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-4/+0
* Remove LoadingModuleNicholas Seckar2006-02-031-130/+0
* Add LoadingModule.clear! back temporarilyNicholas Seckar2006-02-021-0/+8
* Further improvements to reloading codeNicholas Seckar2006-02-021-8/+0
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-13/+52
* Handle mutual dependencies with .rb suffix.Jeremy Kemper2005-11-281-15/+11
* Introduce Dependencies.warnings_on_first_load setting. If true, enables warn...Jeremy Kemper2005-11-241-2/+7
* Sever infinite loop for mutual dependencies. Closes #2997.Jeremy Kemper2005-11-241-7/+15
* Dependencies: set load_file_name = file_name if it ends in .rbJeremy Kemper2005-11-231-1/+1
* Enable warnings on first load only. File which are loaded but raise an excep...Jeremy Kemper2005-11-231-10/+26
* r3240@asus: jeremy | 2005-11-20 23:22:34 -0800Jeremy Kemper2005-11-211-6/+2
* Turn warnings on when loading a file if Dependencies.mechanism == :load. Com...Jeremy Kemper2005-11-211-3/+12
* Fix const_missing handler to ignore the trailing '.rb' on files when comparin...Nicholas Seckar2005-11-101-1/+1