rails--rails/actionpack/lib/abstract_controller
José Valim e274eb1df1 Bring layouts with proc back alive. 2010-01-26 16:34:25 +01:00
..
base.rb Clear out AS callback method pollution in AC::Base.action_methods 2010-01-17 22:06:28 -06:00
callbacks.rb Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
collector.rb Added AbstractController::Collector. 2010-01-23 10:23:06 +01:00
helpers.rb Rename the RenderingController module to just plain Rendering 2009-12-20 17:15:31 -08:00
layouts.rb Bring layouts with proc back alive. 2010-01-26 16:34:25 +01:00
localized_cache.rb Bring normalize behavior to AbstractController::Rendering 2010-01-20 15:02:13 +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 Move double render check out of AbstractController. 2010-01-23 10:29:22 +01:00
translation.rb Move ActionController::Translation to AbstractController::Translation. 2010-01-20 15:02:13 +01:00
url_for.rb Remove duplicated url_for code and move methods shared between ActionMailer and ActionController up to AbstractController. 2010-01-07 15:31:50 +01:00