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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Fix typo
Rafael Mendonça França
2014-07-02
1
-1
/
+1
*
|
|
Fix request's path_info when a rack app mounted at '/'.
Larry Lv
2014-06-14
1
-0
/
+7
*
|
|
Merge pull request #15530 from zuhao/refactor_actionpack_reloader_test
Matthew Draper
2014-06-06
1
-0
/
+5
|
\
\
\
|
*
|
|
Reset callbacks after test.
Zuhao Wan
2014-06-05
1
-0
/
+5
*
|
|
|
Merge pull request #15532 from zuhao/refactor_actionpack_response_test
Yves Senn
2014-06-05
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Restore Response.default_headers after test.
Zuhao Wan
2014-06-05
1
-2
/
+4
*
|
|
|
|
Avoid hard-coded value in test setup/teardown.
Zuhao Wan
2014-06-05
1
-1
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #15529 from zuhao/refactor_actionpack_mime_type_test
Yves Senn
2014-06-05
1
-2
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Mime::PNG is already defined.
Zuhao Wan
2014-06-05
1
-2
/
+0
*
|
|
|
Avoid hardcoded value in test setup/teardown.
Zuhao Wan
2014-06-05
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #15349 from tgxworld/remove_duplicated_method_call
Rafael Mendonça França
2014-06-03
1
-4
/
+1
|
\
\
\
|
*
|
|
Remove duplicated HashWithIndifferentAccess#with_indifferent_access.
Guo Xiang Tan
2014-05-26
1
-4
/
+1
*
|
|
|
Routes specifying 'to:' must be a string that contains a "#" or a rack
Aaron Patterson
2014-06-03
2
-24
/
+32
*
|
|
|
use the factory method to construct the mapping
Aaron Patterson
2014-06-03
1
-1
/
+1
*
|
|
|
add tests for mixing :to and controller / action
Aaron Patterson
2014-06-03
1
-0
/
+48
*
|
|
|
test with an empty via
Aaron Patterson
2014-06-03
1
-0
/
+8
*
|
|
|
add a test for missing "via" parameter
Aaron Patterson
2014-06-03
1
-0
/
+8
*
|
|
|
Mapping never actually uses @set, so rm
Aaron Patterson
2014-05-29
1
-1
/
+1
*
|
|
|
use a parser to extract the group parts from the path
Aaron Patterson
2014-05-29
1
-2
/
+2
*
|
|
|
"controllers" should be a valid path name
Aaron Patterson
2014-05-29
1
-0
/
+10
*
|
|
|
add a test for controllers without colons
Aaron Patterson
2014-05-28
1
-0
/
+10
*
|
|
|
add a test for existing mapper functionality
Aaron Patterson
2014-05-28
1
-0
/
+12
*
|
|
|
add tests for argument error cases
Aaron Patterson
2014-05-28
1
-0
/
+27
*
|
|
|
Skip individual tests upon Dalli::RingError
Matthew Draper
2014-05-27
1
-0
/
+18
|
/
/
/
*
|
|
Merge pull request #14986 from dlangevin/trailing-slash-url-generation
Rafael Mendonça França
2014-05-24
1
-0
/
+18
|
\
\
\
|
*
|
|
Fixes URL generation with trailing_slash: true
Dan Langevin
2014-05-22
1
-0
/
+18
*
|
|
|
extract request allocation from the main app serving routine
Aaron Patterson
2014-05-23
1
-0
/
+1
*
|
|
|
use the request object since we have it
Aaron Patterson
2014-05-23
1
-5
/
+3
*
|
|
|
stop using PARAMETERS_KEY, and use the accessor on the request object
Aaron Patterson
2014-05-22
1
-0
/
+3
*
|
|
|
Form full URI as string to be parsed in Rack::Test.
Guo Xiang Tan
2014-05-21
1
-6
/
+6
|
|
/
/
|
/
|
|
*
|
|
Add RFC4791 MKCALENDAR method
kasper
2014-05-15
1
-2
/
+3
*
|
|
Remove unused method in RouteSet test.
Guo Xiang Tan
2014-05-15
1
-4
/
+0
*
|
|
this class is a model, so it should act like one
Aaron Patterson
2014-05-12
1
-0
/
+3
*
|
|
Always use the provided port for protocol relative urls
Andrew White
2014-05-11
1
-0
/
+12
*
|
|
HTTP::Headers#key? correctly converts
schneems
2014-05-07
1
-0
/
+2
|
/
/
*
|
Use assert_raises
Rafael Mendonça França
2014-05-04
1
-3
/
+1
*
|
Merge pull request #11166 from xavier/callable_constraint_verification
Rafael Mendonça França
2014-05-04
1
-0
/
+15
|
\
\
|
*
|
Verify that route constraints respond to the expected messages instead of sil...
Xavier Defrang
2013-06-28
1
-0
/
+15
*
|
|
Merge pull request #12651 from cespare/ipv6-remote-ip-fixes
Rafael Mendonça França
2014-05-01
1
-1
/
+4
|
\
\
\
|
*
|
|
Make remote_ip detection properly handle private IPv6 addresses
Caleb Spare
2013-10-26
1
-1
/
+4
*
|
|
|
Fixed an issue with migrating legacy json cookies.
Godfrey Chan
2014-04-23
1
-0
/
+117
|
|
_
|
/
|
/
|
|
*
|
|
Make URL escaping more consistent
Andrew White
2014-04-20
1
-3
/
+25
*
|
|
Change the method description
Rafael Mendonça França
2014-04-17
1
-1
/
+1
*
|
|
Merge pull request #14755 from timlinquist/to_io_http_upload
Rafael Mendonça França
2014-04-17
1
-0
/
+6
|
\
\
\
|
*
|
|
Provide interface for accessing underlying IO object
Tim Linquist
2014-04-15
1
-0
/
+6
*
|
|
|
Display diagnostics in text format for xhr request
Vlad Bokov
2014-04-14
1
-1
/
+2
|
/
/
/
*
|
|
Add a failing test for a URL helper that was broken by a6b9ea2.
James Coglan
2014-04-10
1
-0
/
+18
*
|
|
Avoid URI parsing
Andriel Nuernberg
2014-04-09
1
-0
/
+7
*
|
|
Append link to bad code to backtrace when exception is SyntaxError
Boris Kuznetsov
2014-03-27
1
-0
/
+35
*
|
|
Cleaning and adding tests for Session
Attila Domokos
2014-03-19
1
-7
/
+34
[prev]
[next]