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
Jon Moss c5da641471 Update cookies helper on all HTTP requests
Regression introduced by ae29142142 / 8363b879fe.

Previously, cookies were only updated on `GET` requests. Now we will
update the helper for all requests, as part of `process`. Added
regression tests for all available HTTP method helpers in
`ActionController::TestCase`.
2017-01-05 17:39:12 -05:00
..
api Re-add ActionController::ApiRendering 2016-01-20 19:16:23 -05:00
metal self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
railties
api.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
base.rb Include the content of the flash in the auto-generated etag (#26250) 2016-08-22 13:34:35 -07:00
caching.rb Move private methods to the private visibility 2016-02-24 00:08:01 -03:00
form_builder.rb
log_subscriber.rb Show unpermitted parameters as symbols in logs (so they could be copy-pasted to the code) 2016-08-10 00:37:27 +03:00
metal.rb Remove deprecated ActionController::Metal.call 2017-01-03 21:12:15 -05:00
railtie.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
renderer.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
template_assertions.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00
test_case.rb Update cookies helper on all HTTP requests 2017-01-05 17:39:12 -05:00