aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/parameters.rb
Commit message (Expand)AuthorAgeFilesLines
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-2/+0
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-2/+2
* Cache the symbolized path parameters using a instance variable in the request...Andrew White2010-08-221-2/+2
* Fix several known web encoding issues:wycats2010-06-271-1/+30
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Some require indifferent_access addedSantiago Pastorino2010-04-211-1/+2
* Move filter_parameter_logging logic out of the controller and create ActionDi...Prem Sichanugrist2010-01-211-23/+0
* Request#filter_parameters and filter_envJoshua Peek2010-01-201-2/+24
* Split ActionDispatch http in smaller chunks.José Valim2010-01-161-0/+50