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
/
test
/
dispatch
/
request
/
url_encoded_params_parsing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicated HashWithIndifferentAccess#with_indifferent_access.
Guo Xiang Tan
2014-05-26
1
-4
/
+1
*
Cleanup ul_encoded_params_parsing_test
Genadi Samokovarov
2013-07-05
1
-25
/
+27
*
Change from each to each_value on hash to avoid unused variable warning
Vipul A M
2013-03-11
1
-1
/
+1
*
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
1
-0
/
+11
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
deprecate String#encoding_aware? and remove its usage
Sergey Nartimov
2011-12-24
1
-2
/
+0
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-1
/
+1
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Fix several known web encoding issues:
wycats
2010-06-27
1
-0
/
+23
*
Ruby 1.9: resolve constant lookup issues
Jeremy Kemper
2009-11-04
1
-1
/
+1
*
Start rewriting some internal tests to use the new routing dsl
Joshua Peek
2009-10-20
1
-1
/
+1
*
Add custom "with_routing" to internal tests to fix reseting session after using
Joshua Peek
2009-10-03
1
-1
/
+0
*
Reset session in integration tests after changing routes to reload the middle...
Joshua Peek
2009-08-27
1
-0
/
+1
*
Remove RewindableInput middleware since all input MUST be rewindable accordin...
Joshua Peek
2009-04-25
1
-38
/
+0
*
Always buffer rack.input if it is not rewindable
Mislav Marohnić
2009-04-17
1
-0
/
+1
*
Improve rewindable input test coverage so tests fail when you remove the midd...
Mislav Marohnić
2009-04-17
1
-2
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-36
/
+0
*
Move dispatch related tests into test/dispatch
Joshua Peek
2009-01-28
1
-0
/
+220