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_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Refactor tests from BaseRackTest into BaseRequestTest
Zachary Scott
2014-03-01
1
-179
/
+386
*
|
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
*
|
Fix assertions for testing unknown formats using Mime::NullType
Carlos Antonio da Silva
2013-12-19
1
-5
/
+5
*
|
Action Pack Variants
Łukasz Strzałkowski
2013-12-04
1
-0
/
+13
*
|
Add regression test for IpSpoofAttackError issue
Alvaro Redondo
2013-09-03
1
-0
/
+8
|
/
*
Fix formats on xhr requests when HTTP_ACCEPT is empty string
maximerety
2013-03-04
1
-0
/
+5
*
Merge pull request #8704 from senny/remove_regexp_global_from_url_for
Aaron Patterson
2013-02-14
1
-0
/
+3
|
\
|
*
replace regexp global in #url_for
Yves Senn
2013-01-16
1
-0
/
+3
*
|
Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string
Konstantin Papkovskiy
2013-01-17
1
-0
/
+4
|
/
*
adding regression test in master for #8631
Aditya Sanghi
2013-01-16
1
-0
/
+21
*
Restore original remote_ip algorithm.
Andre Arko
2013-01-02
1
-58
/
+44
*
return Mime::NullType if format is unknown
Angelo Capilleri
2012-12-22
1
-1
/
+10
*
Fix rewinding in ActionDispatch::Request#raw_post
Matt Venables
2012-12-11
1
-0
/
+7
*
Correct the use of params options when given to url_for
Carlos Antonio da Silva
2012-11-19
1
-9
/
+3
*
Fix issue with params in url_for
tumayun
2012-11-19
1
-0
/
+8
*
Refactor request tests, remove #with_set method
Carlos Antonio da Silva
2012-11-19
1
-8
/
+3
*
Revert "if format is unknown NullMimeTypeObject is returned"
Guillermo Iguaran
2012-10-31
1
-11
/
+1
*
if format is unknown NullMimeTypeObject is returned
Angelo capilleri
2012-10-31
1
-1
/
+11
*
give access to the original exception raised in case of a parse error
Aaron Patterson
2012-10-25
1
-0
/
+14
*
do not lose backtrace information from the raised exception
Aaron Patterson
2012-10-25
1
-4
/
+5
*
Support for multiple etags in an If-None-Match header
Travis Warlick
2012-09-15
1
-0
/
+39
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
1
-8
/
+0
*
Raise ActionController::BadRequest for malformed parameter hashes.
Andrew White
2012-05-20
1
-1
/
+1
*
Valid ips v4 and v6. Right logic for working with X-FORWARDED-FOR header and ...
Alexey Gaziev
2012-04-25
1
-20
/
+114
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-4
/
+11
*
Fix failing request test
Carlos Antonio da Silva
2012-02-07
1
-1
/
+1
*
Merge pull request #2490 from gsterndale/x_forwarded_for_order
José Valim
2012-02-07
1
-4
/
+4
|
\
|
*
The first IP address in the X-Forwarded-For header is the originating IP
Greg Sterndale
2012-02-07
1
-4
/
+4
*
|
Trusted proxies is replaced with a Regexp or appended to with a String
Greg Sterndale
2012-02-07
1
-2
/
+13
|
/
*
Add original_fullpath and original_url methods to Request
Piotr Sarnacki
2011-12-21
1
-0
/
+24
*
add test for bug fixed in 4f2bf64
Andre Arko
2011-11-14
1
-0
/
+5
*
change tests to expect X-F-F over REMOTE_ADDR
Andre Arko
2011-11-13
1
-2
/
+2
*
:subdomain can now be specified with a value of false in url_for, allowing fo...
Kamil Sobieraj
2011-10-04
1
-0
/
+1
*
Check Accept and Content-Type headers before evaluating them in xhr requests....
ogeidix
2011-07-19
1
-0
/
+6
*
Logs should show overridden method; Issue 426
David Lee
2011-05-07
1
-0
/
+7
*
Fix .subdomain regression.
José Valim
2011-05-04
1
-0
/
+9
*
Koz asked to test something crazy.
José Valim
2011-05-02
1
-0
/
+12
*
Add ignore_accept_header config to AD::Request.
José Valim
2011-05-02
1
-0
/
+22
*
Filter sensitive query string parameters in the log [#6244 state:committed]
Prem Sichanugrist & Xavier Noria
2011-03-11
1
-0
/
+38
*
cleaning up some warnings on 1.9.3
Aaron Patterson
2011-02-07
1
-1
/
+1
*
The redirect routing method now allows for a hash of options which only chang...
Josh Kalderimis
2010-11-30
1
-0
/
+25
*
port_string bought back to life as it is part of the public api
Josh Kalderimis
2010-11-24
1
-1
/
+9
*
:subdomain, :domain and :tld_length options can now be used in url_for, allow...
Josh Kalderimis
2010-11-23
1
-3
/
+3
*
Brought the domain method in AD http url inline with subdomain where @@tld_le...
Josh Kalderimis
2010-11-16
1
-0
/
+3
*
make sure request parameters are accessible after rack throws an exception pa...
Miles Egan
2010-10-12
1
-0
/
+12
*
Initialize @trusted_proxies.
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Use parentheses when using assert_match followed by a regexp to avoid warnings.
Emilio Tagua
2010-09-27
1
-3
/
+3
[next]