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
Robert Evans c12fbae932 Removed documentation that still mentioned using respond_with in place
of respond_to. respond_with was moved into the responders gem and deprecated
inside rails, so there is no need to mention it within rails itself.
2014-11-05 20:36:45 -08:00
..
conditional_get.rb
cookies.rb
data_streaming.rb
etag_with_template_digest.rb
exceptions.rb UrlGenerationError are not catched as 404 anymore 2014-10-27 16:53:10 -04:00
flash.rb
force_ssl.rb
head.rb
helpers.rb
hide_actions.rb
http_authentication.rb
implicit_render.rb
instrumentation.rb
live.rb Call gsub with a Regexp instead of a String for better performance 2014-11-01 20:23:29 -03:00
mime_responds.rb Removed documentation that still mentioned using respond_with in place 2014-11-05 20:36:45 -08:00
params_wrapper.rb
rack_delegation.rb
redirecting.rb
renderers.rb Removed documentation that still mentioned using respond_with in place 2014-11-05 20:36:45 -08:00
rendering.rb
request_forgery_protection.rb Use AS secure_compare for CSRF token comparison 2014-10-23 14:54:17 -03:00
rescue.rb
streaming.rb
strong_parameters.rb let's warn with heredocs 2014-10-28 16:35:24 -07:00
testing.rb
url_for.rb