aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/request/utils.rb
Commit message (Expand)AuthorAgeFilesLines
* Document and update API for `skip_parameter_encoding`Aaron Patterson2016-12-211-0/+11
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+0
* Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-231-0/+15
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-1/+1
* rm `deep_munge`. You will live on in our hearts (and git history)Aaron Patterson2015-07-211-18/+12
* push param encoding in to the utils moduleAaron Patterson2015-07-211-0/+29
* stop keeping track of keys when "deep munging"Aaron Patterson2015-07-211-5/+3
* Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-151-4/+0
* Log which keys were set to nil in deep_mungeLukasz Sarnacki2014-01-281-4/+9
* Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-051-0/+6
* Extract ActionDispatch::Request#deep_mungeGenadi Samokovarov2013-05-301-0/+24