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
*
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
*
Add configuration option for tld length
Simon Jefford
2010-09-09
1
-0
/
+5
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Don't add the standard https port when using redirect in routes.rb and ensure...
Andrew White
2010-08-20
1
-0
/
+36
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Extract ParameterFilter class from FilterParameters mixin
Bryan Helmkamp
2010-07-19
1
-4
/
+4
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-6
/
+14
*
Request#content_type exists in Rack::Request, and other parts of Rack::Reques...
wycats
2010-03-28
1
-4
/
+4
*
Deprecate IP spoofing settings that are directly on the controller in favor o...
Carlhuda
2010-03-03
1
-2
/
+0
*
Move remote_ip to a middleware:
Carlhuda
2010-03-03
1
-5
/
+7
*
ActionController::Base.use_accept_header is not actually used anymore, so let...
Carl Lerche
2010-03-03
1
-7
/
+0
*
ActionDispatch::Request deprecates #request_uri
Carl Lerche
2010-03-03
1
-15
/
+15
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
1
-78
/
+8
*
Work on deprecating ActionController::Base.relative_url_root
Carlhuda
2010-03-03
1
-8
/
+0
*
Add a tests which ensures filtered_parameters does not raise an error for a m...
José Valim
2010-02-21
1
-1
/
+1
*
Make filter parameters based on request, so they can be modified for anything...
José Valim
2010-01-21
1
-26
/
+13
*
Tidy up new filter_parameters implementation.
José Valim
2010-01-21
1
-13
/
+42
*
Move filter_parameter_logging logic out of the controller and create ActionDi...
Prem Sichanugrist
2010-01-21
1
-0
/
+34
*
Make HEAD method masquerade as GET so requests are routed correctly
Joshua Peek
2010-01-15
1
-2
/
+2
*
Unknown :format param should result in empty request.formats
Jeremy Kemper
2009-11-08
1
-0
/
+4
*
Got tests to pass with some more changes.
Yehuda Katz
2009-08-15
1
-33
/
+30
*
Add some more caching to the lookup
Yehuda Katz
2009-08-11
1
-2
/
+2
*
Allow to configure trusted proxies via ActionController::Base.trusted_proxies...
Felipe Talavera
2009-08-09
1
-0
/
+28
*
Ensure that the proper accept header value is set during tests.
José Valim
2009-07-29
1
-28
/
+28
*
Improve request test coverage by adding formats and negotiate_mime tests.
José Valim
2009-07-29
1
-0
/
+39
*
Switch to action_dispatch rack namespace
Joshua Peek
2009-04-30
1
-1
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-230
/
+226
*
Some merge cleanup
Yehuda Katz
2009-02-02
1
-1
/
+1
*
Merge commit 'rails/3-0-unstable'
Yehuda Katz
2009-01-30
1
-28
/
+28
*
Move dispatch related tests into test/dispatch
Joshua Peek
2009-01-28
1
-0
/
+409