aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/rails.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move the ActiveRecord related rake tasks into the AR gem.Carl Lerche2009-12-281-0/+4
|
* Remove ActiveRecord runtime logging from ActionPack and place in ↵José Valim2009-12-271-0/+3
| | | | ActiveRecord, adding it through config.action_controller.include hook.
* Remove ActionView inline logging to ActiveSupport::Notifications and create ↵José Valim2009-12-261-2/+2
| | | | ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened.
* Finish moving config.frameworks-dependent code to the framework pluginCarlhuda2009-12-231-0/+8
|
* Moving out some framework specific initializers into the framework libraries.Carlhuda2009-12-231-0/+51