rails/actionpack/lib/action_controller/metal
2012-03-13 23:29:30 +05:30
..
conditional_get.rb Removed max-stale from the setting the cache-headers in the response as max-stale is a cache request header. 2012-03-02 07:22:16 +00:00
cookies.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
data_streaming.rb remove File#to_path alias 2011-12-25 22:22:22 +03:00
exceptions.rb Remove other old compatibility constants 2012-01-17 10:04:37 -02:00
flash.rb Move Flash into middleware 2010-01-15 14:55:13 -06:00
force_ssl.rb Document the :host option for force_ssl 2012-02-23 13:35:15 +00:00
head.rb Add ActionController#head example 2011-10-11 12:31:27 +04:00
helpers.rb Use Kernel#Array in ActionController::Helpers 2012-01-05 17:13:27 -03:00
hide_actions.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
http_authentication.rb fix api doc [ci skip] 2012-03-01 01:22:20 +05:30
implicit_render.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
instrumentation.rb Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts. 2011-11-30 09:53:09 +01:00
mime_responds.rb Merge branch 'master' of github.com:lifo/docrails 2012-03-13 23:29:30 +05:30
params_wrapper.rb Change more Array.wrap to Kernel#Array 2012-01-05 17:57:56 -03:00
rack_delegation.rb Remove a relic of #request being in RackDelegation 2010-06-19 08:19:15 -07:00
redirecting.rb Minor enhancement by not unnecessarely escaping forward slashing within a curly regexp and by mentoining the protocol relative scheme in the internal comment 2011-12-05 11:48:05 +01:00
renderers.rb Refactor to make renderers a Set 2011-10-15 18:40:37 +02:00
rendering.rb format lookup for partials is derived from the format in which the template is being rendered 2012-02-22 11:12:03 -02:00
request_forgery_protection.rb configure how unverified request will be handled 2012-03-09 19:33:06 +03:00
rescue.rb Show detailed exceptions no longer returns true if the request is local in production. 2011-12-16 10:45:59 +01:00
responder.rb Always passing a respond block from to responder 2012-03-05 21:06:02 -05:00
streaming.rb Move render_to_body logic to return a spaced string to AC::Rendering 2012-01-17 10:04:38 -02:00
testing.rb Fix the issue where default_url_options is being cached on test cases. Closes #1872. Closes #2031. 2011-08-01 11:49:24 +02:00
url_for.rb Clean up module docs [ci skip] 2012-03-07 01:04:14 +05:30