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
2010-08-29 21:08:14 -03:00
..
compatibility.rb Remove deprecated support to <% form_for %> and several ActionController::Base methods. 2010-08-29 21:08:14 -03:00
conditional_get.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02: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
exceptions.rb
flash.rb
head.rb
helpers.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
hide_actions.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
http_authentication.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
implicit_render.rb
instrumentation.rb Add a test for elapsed and require missing benchmark file. 2010-07-20 17:07:18 +02:00
mime_responds.rb doc: cleanup respond_to documentation 2010-07-26 16:59:22 +02:00
rack_delegation.rb Remove a relic of #request being in RackDelegation 2010-06-19 08:19:15 -07:00
redirecting.rb
renderers.rb Always downstream given options in :json, :xml and :js renderers and add tests for it. 2010-04-22 12:12:38 +02:00
rendering.rb
request_forgery_protection.rb Reflect how CSRF protection now works and refer to the Security Guide for more information 2010-08-26 23:03:30 +02:00
rescue.rb Remove unused orig_handler and unneeded parentheses 2010-07-20 04:32:08 +08:00
responder.rb escape constant names 2010-08-26 23:10:00 +02:00
session_management.rb
streaming.rb Add missing require to metal/streaming.rb 2010-07-20 09:56:16 +02:00
testing.rb
url_for.rb Fixes for "router" and "routes" terminology 2010-07-03 22:42:31 +02:00