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/action_controller/metal
2009-12-28 17:36:08 -08:00
..
compatibility.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
conditional_get.rb Rename RackConvenience => RackDelegation 2009-12-20 20:05:26 -06:00
configuration.rb Base setup for config object in AC. 2009-10-26 15:47:08 -07:00
cookies.rb Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08:00
exceptions.rb Remove fancy method not allowed resource exceptions since they are 2009-12-11 00:01:22 -06:00
filter_parameter_logging.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
flash.rb Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08:00
head.rb AC::Head now doesn't have an unfulfilled Rendering dependency, and instead works just fine standalone (which means that ConditionalGet also doesn't have a Rendering dependency) 2009-12-20 18:50:54 -08:00
helpers.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
hide_actions.rb More perf work: 2009-08-11 15:03:53 -07:00
http_authentication.rb And the same thing for Basic 2009-08-25 17:34:07 -07:00
layouts.rb Rename the RenderingController module to just plain Rendering 2009-12-20 17:15:31 -08:00
logger.rb 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
mime_responds.rb Unify class_inheritable_accessor and extlib_inheritable_accessor and allow responder to be set in the class level. 2009-10-17 12:54:03 -03:00
rack_delegation.rb All AD modules are "deferrable" 2009-12-22 17:11:21 -06:00
redirecting.rb AD::StatusCodes support is now part of rack 2009-12-22 16:08:03 -06:00
renderers.rb Rename RenderOptions to Renderers 2009-12-20 18:15:20 -08:00
rendering.rb Rename the RenderingController module to just plain Rendering 2009-12-20 17:15:31 -08:00
request_forgery_protection.rb Merge Session stuff into RackConvenience 2009-12-20 20:00:04 -06:00
rescue.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
responder.rb Responder redirects to resource if destroy fails. 2009-12-07 15:05:27 -08:00
session_management.rb #include should be #extend 2009-10-27 09:21:01 -07:00
streaming.rb Rename the RenderingController module to just plain Rendering 2009-12-20 17:15:31 -08:00
testing.rb Rename RackConvenience => RackDelegation 2009-12-20 20:05:26 -06:00
url_for.rb Rename RackConvenience => RackDelegation 2009-12-20 20:05:26 -06:00
verification.rb Merge Session stuff into RackConvenience 2009-12-20 20:00:04 -06:00