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
/
multipart_params_parsing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add failing spec on utf8 filename with percent character
Kohei Suzuki
2015-08-04
1
-0
/
+11
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-1
/
+1
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Consistent usage of spaces in hashes across our codebase
Rafael Mendonça França
2015-01-29
1
-1
/
+1
*
Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration
Kir Shatrov
2015-01-29
1
-7
/
+7
*
Merge pull request #13999 from jamox/update_rack
Aaron Patterson
2014-07-08
1
-1
/
+5
|
\
|
*
Upgraded rack
Jarmo Isotalo
2014-05-19
1
-1
/
+5
*
|
Routes specifying 'to:' must be a string that contains a "#" or a rack
Aaron Patterson
2014-06-03
1
-2
/
+2
|
/
*
use bytesize rather than force encoding
Aaron Patterson
2013-06-28
1
-2
/
+1
*
UTF-8 encode all keys and values in nested params hash.
Teo Hui Ming
2013-03-15
1
-1
/
+20
*
Prevent raising EOFError on multipart GET request.
Adam Stankiewicz
2012-12-10
1
-0
/
+12
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-1
/
+1
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
Multipart is now fixed in Rack.
José Valim
2011-05-03
1
-14
/
+8
*
if it walks like a duck and talks like a duck, it must be a duck
Aaron Patterson
2010-10-04
1
-7
/
+0
*
Change test to avoid warnings.
Emilio Tagua
2010-09-28
1
-1
/
+1
*
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
*
Upgrade to Rack 1.2.1
Jeremy Kemper
2010-06-27
1
-8
/
+14
*
Use new routing dsl in tests
Joshua Peek
2009-12-08
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 legacy processing and content_length
Yehuda Katz
2009-08-02
1
-2
/
+0
*
Can't please them all
Jeremy Kemper
2009-04-27
1
-2
/
+1
*
Sufficient to test that multipart/mixed wasn't parsed to a hash
Jeremy Kemper
2009-04-27
1
-1
/
+1
*
Remove RewindableInput middleware since all input MUST be rewindable accordin...
Joshua Peek
2009-04-25
1
-61
/
+0
*
Remove vendored version of Rack
Joshua Peek
2009-04-25
1
-1
/
+1
*
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
-1
/
+1
*
Move dispatch related tests into test/dispatch
Joshua Peek
2009-01-28
1
-0
/
+223