aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken tests caused by incomplete loading of active support.Nicholas Seckar2005-11-071-0/+1
* When loading classes using const_missing, raise a NameError if and only if th...Nicholas Seckar2005-10-271-8/+8
* Chain the const_missing hook to any previously existing hook so rails can pla...Jamis Buck2005-10-031-1/+8
* Fixed dependencies related infinite recursion bug when a controller file does...Nicholas Seckar2005-09-121-1/+7
* Added more efficient implementation of the development mode reset of classes ...David Heinemeier Hansson2005-07-071-1/+1
* Fixed documentation for release (AS)David Heinemeier Hansson2005-07-061-5/+5
* Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se...David Heinemeier Hansson2005-06-241-22/+24
* Fixed Dependencies so all modules are able to load missing constants #1173 [N...David Heinemeier Hansson2005-05-191-15/+15
* Fixed that in some circumstances controllers outside of modules may have hidd...David Heinemeier Hansson2005-04-101-6/+8
* Fixed problem with classes being required twice. Object#const_missing now use...David Heinemeier Hansson2005-04-021-1/+1
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-4/+7
* Fix request.path_info and clear up LoadingModule behavior #754 [Nicholas Seckar]David Heinemeier Hansson2005-03-011-8/+15
* Blame controller files #684David Heinemeier Hansson2005-02-201-4/+10
* Updated dependency loading to consider non-standard class/file name combinationsDavid Heinemeier Hansson2005-02-201-4/+21
* Allows a loading module to load from multiple load paths #675David Heinemeier Hansson2005-02-201-39/+69
* Gives Rescues some Love #680David Heinemeier Hansson2005-02-201-2/+33
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-0/+128