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-09-14 10:15:18 +05:30
..
conditional_get.rb Use merge! to merge additional options onto default options 2012-09-07 11:18:17 -03: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 Minor language fix. [ci skip] 2012-08-15 08:21:30 -05:00
exceptions.rb Add Missing Keys from Journey on failed URL format 2012-08-28 08:53:45 -07:00
flash.rb Use "instance_accessor" for flash types class attribute 2012-07-07 09:16:48 -03:00
force_ssl.rb Missing closing tag 2012-08-12 11:26:56 -07:00
head.rb Collapsed dual checks (one for content headers and one for content) into a single check. 2012-08-02 16:01:08 -07:00
helpers.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
hide_actions.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
http_authentication.rb Merge branch 'master' of github.com:lifo/docrails 2012-08-04 15:18:35 +05:30
implicit_render.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
instrumentation.rb Instrumentation requires RackDelegation 2012-08-30 18:40:30 -03:00
live.rb push header merge down to a private method so that live responses can have their own header object 2012-08-13 14:20:04 -04:00
mime_responds.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
params_wrapper.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +02:00
rack_delegation.rb extract response setting to a method 2012-07-03 14:59:31 -07:00
redirecting.rb Merge pull request #2237 from jackdempsey/log_redirect_to 2012-05-16 16:50:04 -07:00
renderers.rb load active_support/core_ext/class/attribute in active_support/rails 2012-08-02 21:59:23 +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 Build fix for ActionMailer 2012-09-14 10:15:18 +05:30
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 Fix example code: use tasks instead of comments 2012-09-02 17:09:59 +03:00
streaming.rb ActionDispatch::ClosedError no longer is raised. See d142572567 for more info. 2012-06-30 16:04:08 -06:00
testing.rb group things that are alike 2012-07-03 17:18:31 -07:00
url_for.rb Fix handling SCRIPT_NAME from within mounted engine's 2012-08-11 00:21:46 +02:00