aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/request/utils.rb
Commit message (Expand)AuthorAgeFilesLines
* add missing indifferent_access require for #normalize_encode_paramsWill Jordan2018-08-161-0/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Scrub the invalid paramter value before using it in the errorArthur Neves2017-07-171-1/+1
* 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
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-2/+1
* 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