Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added reusable reloading support through the inclusion of the Relodable ↵ | David Heinemeier Hansson | 2006-01-29 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | Fix the requires in option_merger_test to unbreak AS tests | Sam Stephenson | 2006-01-21 | 1 | -2/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3458 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add Object#with_options for DRYing up multiple calls to methods having ↵ | Sam Stephenson | 2005-12-15 | 1 | -0/+32 |
shared options git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3314 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |