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
José Valim 6a18ec0a0d Merge pull request #9626 from dasch/dasch/instrument-strong-params
Use AS::Notifications to instrument Strong Params
2013-03-09 12:35:23 -08:00
..
conditional_get.rb Missing require hash/keys 2013-02-01 14:01:04 +09: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 Accept symbols as #send_data :disposition value 2012-11-27 00:21:12 +01:00
exceptions.rb remain backwards compatible, exception can be constructed with no arguments 2012-10-25 13:51:30 -07:00
flash.rb Use "instance_accessor" for flash types class attribute 2012-07-07 09:16:48 -03:00
force_ssl.rb update documentation and code to use _action callbacks 2012-12-07 14:46:06 -05:00
head.rb charset should not be appended for head responses 2012-12-31 16:08:36 +01:00
helpers.rb Bring back helpers_path attr accessor 2012-12-13 09:41:09 -02:00
hide_actions.rb There is already a Set of non-hidden action_names lying around. 2012-10-18 16:17:08 -07:00
http_authentication.rb Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by" 2013-01-18 09:15:19 -05:00
implicit_render.rb Use performed? instead of checking for response_body 2012-01-19 18:25:52 -02:00
instrumentation.rb Adding filter capability to ActionController logs 2012-12-05 11:07:14 +01:00
live.rb ensure response.stream is closed 2013-03-09 12:08:37 -05:00
mime_responds.rb fix respond_to without blocks not working if one of the blocks is all 2013-02-24 11:47:20 -05:00
params_wrapper.rb Remove warning of circular require 2012-11-27 02:37:24 -02:00
rack_delegation.rb extract response setting to a method 2012-07-03 14:59:31 -07:00
redirecting.rb Use \A in Regexps 2013-02-01 00:01:11 +07:00
renderers.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +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 This cache is not needed 2013-02-21 15:25:26 -02: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 Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00
streaming.rb Model.scoped is deprecated in favour of Model.all 2013-01-02 04:08:14 +09:00
strong_parameters.rb Use the instrumentation framework to instrument Strong Params 2013-03-07 10:41:05 +01:00
testing.rb group things that are alike 2012-07-03 17:18:31 -07:00
url_for.rb Multiple changes to 1,9 hash syntax 2012-10-27 22:05:27 +02:00