aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Explicit NameError dependencyJeremy Kemper2009-03-261-0/+1
* Explicit dependency on Inflector and Object#blank?Jeremy Kemper2009-03-241-4/+6
* Explicitly require setJeremy Kemper2009-03-211-0/+2
* Ensure constant_watch_stack is protected by a mutex, so concurrent requires d...Charles Nutter2009-01-301-5/+14
* Properly parenthasize calls to defined?(Rails) in 75fa82418 [#1563 state:reso...Frederick Cheung2008-12-151-1/+1
* Prefer Rails.logger over RAILS_DEFAULT_LOGGERJoshua Peek2008-12-101-3/+3
* alternative resolution to vendor load problemMatt Jones2008-11-201-21/+22
* add vendor/ back to load paths; catch errors in constant loadingMatt Jones2008-11-181-15/+19
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...David Heinemeier Hansson2008-11-171-5/+1
* Only track new constant definitions when we're reloading dependenciesJeremy Kemper2008-11-101-2/+10
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-3/+7
* Added config.dependency_loading to enable or disable the dependency loader af...Joshua Peek2008-07-241-19/+59
* Refactor ActiveSupport::Dependencies injector so it would be possible to disa...Joshua Peek2008-07-191-104/+114
* Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]Cheah Chu Yeow2008-07-091-2/+2
* Fix typo in apparently-dead will_unload? method.Jeremy Kemper2008-06-271-1/+1
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-392/+393
* Fixed Dependencies so load errors are not masked behind a 'Expected x.rb to d...Tom Ward2008-05-311-9/+10
* Fix Dependencies watch_frames collection. [#24 state:resolved]Tom Ward2008-05-201-1/+1
* Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behaviorJeremy Kemper2008-05-011-5/+16
* Cheaper Dependencies#log_call to resolve irritating error message w/ rake db:...David Heinemeier Hansson2008-04-301-4/+6
* Don't need to explicitly pass the same params to super. Remove trailing white...Jeremy Kemper2008-03-301-62/+60
* Ruby 1.9 compat: dependencies uses Module#local_constant_names. References #1...Jeremy Kemper2007-12-221-3/+3
* Revert const_missing bypass in favor of Duration constant lookup tweakJeremy Kemper2007-12-151-5/+0
* Bypass const_missing lookup for toplevel constants. Optimizes for Ruby 1.9 co...Jeremy Kemper2007-12-151-7/+12
* 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