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
*
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
*
|
|
Add an explicit require for 4ece124396669d3580e7f229ab407a0d4882727a rather t...
Jeremy Kemper
2014-03-16
1
-0
/
+1
*
|
|
Avoid concurrent test collision on the same memcache server by namespacing keys
Jeremy Kemper
2014-03-16
1
-1
/
+1
*
|
|
Use nested_scope? not shallow? to determine whether to copy options
Andrew White
2014-03-16
1
-0
/
+36
*
|
|
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-2
/
+12
*
|
|
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-0
/
+1
*
|
|
Copy shallow options from normal options when using scope
Andrew White
2014-03-08
1
-0
/
+48
*
|
|
Pull namespace defaults out of the options hash
Andrew White
2014-03-08
1
-0
/
+130
*
|
|
Only use shallow nested scope when depth is > 1
Andrew White
2014-03-08
1
-0
/
+60
*
|
|
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-8
/
+0
*
|
|
Refactor tests from BaseRackTest into BaseRequestTest
Zachary Scott
2014-03-01
2
-370
/
+386
*
|
|
Add `#no_content_type` attribute to `AD::Response`
Prem Sichanugrist
2014-02-18
1
-1
/
+1
*
|
|
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-0
/
+8
*
|
|
Check if variant array contains only symbols
Łukasz Strzałkowski
2014-02-13
1
-0
/
+8
*
|
|
Variant negotiation
Lukasz Strzalkowski
2014-02-13
1
-1
/
+5
*
|
|
Re-write legacy (marshal) cookies on read
Godfrey Chan
2014-02-11
1
-15
/
+17
*
|
|
Changed the tests to ensure HybridSerializer actually migrates the cookies (c...
Godfrey Chan
2014-02-11
1
-10
/
+18
*
|
|
Fixed minor typo in test code
Godfrey Chan
2014-02-11
1
-1
/
+1
[next]