1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/abstract_controller
2009-12-26 20:28:53 +01:00
..
base.rb Make ActionMailer::Base inherit from AbstractController::Base 2009-12-22 11:29:06 -08:00
callbacks.rb Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
helpers.rb Rename the RenderingController module to just plain Rendering 2009-12-20 17:15:31 -08:00
layouts.rb Rename the RenderingController module to just plain Rendering 2009-12-20 17:15:31 -08:00
localized_cache.rb Extracted localized_cache.rb from ActionController, added it to AbstractController and made ActionMailer use it. 2009-11-01 02:23:49 +01:00
logger.rb 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
rendering.rb Dont introspect inline templates for the logger and cleanup a few styling issues 2009-12-21 16:03:04 -08:00