Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid E constant clashing with Minitest defined version. | Kasper Timm Hansen | 2015-05-22 | 2 | -2/+2 |
| | | | | | Minitest sets an E constant to an empty string to save GC time. This clashes with autoloading tests which define an E constant. | ||||
* | added some (pointless) test cases to dependency loading, the more the merrier | Tobias Lütke | 2006-02-04 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3537 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added reusable reloading support through the inclusion of the Relodable ↵ | David Heinemeier Hansson | 2006-01-29 | 2 | -0/+4 |
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] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3493 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |