aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/filter_redirect.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* 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
* 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
* use the abstract API in modulesAaron Patterson2015-08-271-1/+1
* Simplify codeMarcin Olichwirowicz2015-08-131-5/+4
* 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