aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/filter_redirect.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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