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
2012-03-18 05:48:32 -05:00
..
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
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
force_ssl.rb Add ActionController::HTTP 2012-03-14 12:46:23 -03:00
head.rb Add ActionController#head example 2011-10-11 12:31:27 +04:00
helpers.rb Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
hide_actions.rb
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 respond_with description: changed 'response' to 'format' 2012-03-18 05:48:32 -05:00
params_wrapper.rb Change more Array.wrap to Kernel#Array 2012-01-05 17:57:56 -03:00
rack_delegation.rb
redirecting.rb strip null bytes from Location header as well 2012-03-15 14:42:57 -07: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
url_for.rb Clean up module docs [ci skip] 2012-03-07 01:04:14 +05:30