rails--rails/actionpack/test
Bibek Shrestha 0ac0afc3d0 Use path instead of fullpath on validating authenticity token
PR #38211 introduced a bug where URLs with query_params
will fail to validate authenticity token.

This PR changes changes fullpath to path to fix the bug.
I've also added a test with query_params
2020-01-23 13:08:36 -05:00
..
abstract Module#{define_method,alias_method,undef_method,remove_method} become public since Ruby 2.5 2018-12-21 01:39:18 +09:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller Use path instead of fullpath on validating authenticity token 2020-01-23 13:08:36 -05:00
dispatch rack 2.1.0 changed expires date format from rfc2822 to httpdate 2020-01-11 15:09:50 +09:00
fixtures Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
journey Memoize regex when checking missing route keys 2020-01-08 08:36:29 +01:00
lib Render objects that respond_to render_in in controllers 2019-12-09 16:43:18 -07:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
abstract_unit.rb Remove `ENV['TRAVIS']` 2020-01-02 09:23:06 +09:00