index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
request
/
utils.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Scrub the invalid paramter value before using it in the error
Arthur Neves
2017-07-17
1
-1
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-2
/
+1
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
1
-0
/
+11
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
Catch invalid UTF-8 querystring values and respond with BadRequest
Grey Baker
2015-10-23
1
-0
/
+15
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-1
/
+1
*
rm `deep_munge`. You will live on in our hearts (and git history)
Aaron Patterson
2015-07-21
1
-18
/
+12
*
push param encoding in to the utils module
Aaron Patterson
2015-07-21
1
-0
/
+29
*
stop keeping track of keys when "deep munging"
Aaron Patterson
2015-07-21
1
-5
/
+3
*
Don't convert empty arrays to nils when deep munging params
Chris Sinjakli
2014-12-15
1
-4
/
+0
*
Log which keys were set to nil in deep_munge
Lukasz Sarnacki
2014-01-28
1
-4
/
+9
*
Add configuration option to optionally disable deep_munge
Bernard Potocki
2013-12-05
1
-0
/
+6
*
Extract ActionDispatch::Request#deep_munge
Genadi Samokovarov
2013-05-30
1
-0
/
+24