aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/filter_redirect.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
|
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* use the abstract API in modulesAaron Patterson2015-08-271-1/+1
| | | | | Modules should be using the API that the abstract modules use so that we can move these modules between implementations
* Simplify codeMarcin Olichwirowicz2015-08-131-5/+4
| | | | | Since we are always responding with an array and using `any?`, we don't need to check if an array is empty
* Avoid unnecessary MatchData objectsMarcin Olichwirowicz2015-08-131-1/+1
|
* nodoc filtered_location [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
|
* only ask for the location filters onceAaron Patterson2014-01-311-4/+5
|
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-0/+37