aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/railties
Commit message (Collapse)AuthorAgeFilesLines
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-1/+1
|
* Do not send the whole controller in notifications, cherry pick required pieces.José Valim2010-01-151-2/+9
|
* Tidy up ActiveRecord and Views runtime information on process action logger.José Valim2010-01-141-3/+3
|
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-1/+1
|
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-0/+27
|
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-29/+29
|
* Restore require of 'active_record/fixtures' for Rake tasks that use themJeffrey Hardy2010-01-061-0/+4
|
* Update db:migrate error message to reflect the removal of config.frameworksJeffrey Hardy2010-01-061-1/+1
|
* Autoload AR test caseJoshua Peek2010-01-041-4/+1
|
* Fix up AR extension by using Railties module instead of Rails and requiring ↵Jeremy Kemper2009-12-302-0/+500
ControllerRuntime at initialization time instead of boot