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-09-24 12:54:31 +02:00
..
compatibility.rb Cleanup deprecation warnings in Action Controller 2010-09-06 13:40:45 +02:00
conditional_get.rb Small tweak the ConditionalGet documentation 2010-09-17 14:20:35 -07: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 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 Fix header capitalization by explicitly upcasing first letter of every word, and avoiding capitalize. [#5636 state:resolved] 2010-09-18 20:49:51 +02:00
helpers.rb Cleanup deprecation warnings in Action Controller 2010-09-06 13:40:45 +02:00
hide_actions.rb cleanup of ActionController::Metal inline documentation 2010-08-26 22:32:40 +02:00
http_authentication.rb Refactor decode_credentials to avoid inject and use map instead. 2010-09-22 18:08:03 -03:00
implicit_render.rb Finally moved the find template logic to the views. 2010-03-08 11:32:01 +01:00
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 There is no need to use instance_eval since the proc is created in the same context it is eval'ed. 2010-09-24 12:54:31 +02:00
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 Ensure controller filters are executed before stuff starts to happen. 2010-03-13 21:28:34 +01:00
request_forgery_protection.rb revises implementation and documentation of csrf_meta_tags, and aliases csrf_meta_tag to it for backwards compatibilty 2010-09-11 11:05:00 +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 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 Cleanup deprecation warnings in Action Controller 2010-09-06 13:40:45 +02: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 Refactor ActionMailer to not use hide_actions 2010-09-03 22:59:11 +02:00