rails/activesupport/test/autoloading_fixtures
Nicholas Seckar 6fcc81b7f9 Add forgotten file
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4928 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-09-03 19:39:08 +00:00
..
a added some (pointless) test cases to dependency loading, the more the merrier 2006-02-04 21:24:40 +00:00
class_folder Dependencies can autoload directories of nested classes. 2006-08-16 09:18:17 +00:00
module_folder Dependencies can autoload directories of nested classes. 2006-08-16 09:18:17 +00:00
module_with_custom_const_missing/a Add forgotten files; Fix double loading errors. 2006-08-08 22:08:09 +00:00
application.rb Add forgotten file 2006-09-03 19:39:08 +00:00
class_folder.rb Dependencies can autoload directories of nested classes. 2006-08-16 09:18:17 +00:00
conflict.rb New dependencies implementation 2006-08-08 21:21:04 +00:00
counting_loader.rb Add forgotten files; Fix double loading errors. 2006-08-08 22:08:09 +00:00
e.rb Added reusable reloading support through the inclusion of the Relodable module that all subclasses of ActiveRecord::Base, ActiveRecord::Observer, ActiveController::Base, and ActionMailer::Base automatically gets [DHH]. Added auto-loading support for classes in modules, so Conductor::Migration will look for conductor/migration.rb and Conductor::Database::Settings will look for conductor/database/settings.rb [Nicholas Seckar]. Refactored extensions to module, class, and object in active support [DHH] 2006-01-29 00:37:39 +00:00