rails/actionpack/lib
2009-12-27 15:23:30 -08:00
..
abstract_controller Remove ActionView inline logging to ActiveSupport::Notifications and create 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. 2009-12-26 20:28:53 +01:00
action_controller Remove ActiveRecord runtime logging from ActionPack and place in ActiveRecord, adding it through config.action_controller.include hook. 2009-12-27 13:32:40 +01:00
action_dispatch Require the enumberable extension from active support because we use #exclude? 2009-12-27 15:23:30 -08:00
action_pack Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
action_view Remove ActionView inline logging to ActiveSupport::Notifications and create 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. 2009-12-26 20:28:53 +01:00
abstract_controller.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_controller.rb Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
action_dispatch.rb AD::Cascade that supports X-Cascade 2009-12-26 13:28:06 -06:00
action_pack.rb Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
action_view.rb Remove the ActionView::Base autoload because it creates crazy circular autoload insanity 2009-12-23 18:59:49 -08:00