rails--rails/actionpack/lib/action_controller/metal
José Valim 8f082ff421 Clean LookupContext API. 2010-03-08 23:25:16 +01:00
..
compatibility.rb Clean LookupContext API. 2010-03-08 23:25:16 +01:00
conditional_get.rb Rename RackConvenience => RackDelegation 2009-12-20 20:05:26 -06:00
cookies.rb Cookies middleware 2010-01-16 17:22:27 -06:00
exceptions.rb Remove fancy method not allowed resource exceptions since they are 2009-12-11 00:01:22 -06:00
flash.rb Move Flash into middleware 2010-01-15 14:55:13 -06:00
head.rb Including UrlFor in Redirecting and Head will warn usefully if a controller is wired up without a router included (and still support redirect_to "omg") 2010-02-26 15:56:17 -08:00
helpers.rb Update AP to start locking down a public API. This work is parallel to some docs I'm working on. 2010-02-16 10:45:59 -08:00
hide_actions.rb Update AP to start locking down a public API. This work is parallel to some docs I'm working on. 2010-02-16 10:45:59 -08:00
http_authentication.rb Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00
implicit_render.rb Finally moved the find template logic to the views. 2010-03-08 11:32:01 +01:00
instrumentation.rb ActionDispatch::Request deprecates #request_uri 2010-03-03 21:24:00 -08:00
mime_responds.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
rack_delegation.rb All AD modules are "deferrable" 2009-12-22 17:11:21 -06:00
redirecting.rb Including UrlFor in Redirecting and Head will warn usefully if a controller is wired up without a router included (and still support redirect_to "omg") 2010-02-26 15:56:17 -08:00
renderers.rb Remove the renderer option from the hash. 2010-02-24 15:45:33 +01:00
rendering.rb Finally moved the find template logic to the views. 2010-03-08 11:32:01 +01:00
request_forgery_protection.rb Move request forgery protection configuration to the AC config object 2010-03-08 14:02:41 -08:00
rescue.rb Reorganize autoloads: 2009-12-02 20:01:08 -08:00
responder.rb Merge docrails 2010-01-17 03:26:20 +05:30
session_management.rb Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00
streaming.rb Makes send_file work again by deferring to Rack::Sendfile. 2010-02-23 17:06:35 -08:00
testing.rb Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate 2010-02-23 15:37:17 -08:00
url_for.rb Tweak out url_for uses :script_name and add some tests 2010-03-04 22:00:30 -08:00
verification.rb Merge Session stuff into RackConvenience 2009-12-20 20:00:04 -06:00