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
*
Small spelling error
Lachlan Priest
2017-01-14
1
-4
/
+4
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-11
/
+11
*
Privatize unneededly protected methods in Action Pack tests
Akira Matsuda
2016-12-23
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-14
/
+14
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-26
/
+26
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-15
/
+15
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-302
/
+302
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
1
-7
/
+3
*
Document and test ActionDispatch server_port
Tom Kadwill
2016-05-12
1
-0
/
+11
*
Improve documentation and tests for raw_host_with_port and host_with_port
Tom Kadwill
2016-05-11
1
-0
/
+20
*
Strong ETag validators
Jeremy Daer
2016-03-31
1
-15
/
+20
*
Format from Accept headers have higher precedence than path extension format
Jorge Bejar
2015-12-29
1
-0
/
+9
*
Rely on default Mime format when MimeNegotiation#format_from_path_extension i...
Jorge Bejar
2015-12-29
1
-0
/
+12
*
Test against the real value of tld_length unless explicitly set
Will Jessop
2015-12-04
1
-26
/
+30
*
Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-method
Sean Griffin
2015-11-23
1
-0
/
+20
|
\
|
*
write a test for `#form_data?`
Sergey Alekseev
2015-03-31
1
-0
/
+20
*
|
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-2
/
+2
*
|
Catch invalid UTF-8 querystring values and respond with BadRequest
Grey Baker
2015-10-23
1
-6
/
+10
*
|
Show helpful messages on invalid param. encodings
Agis Anastasopoulos
2015-10-19
1
-0
/
+14
*
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-24
/
+24
*
|
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-24
/
+24
*
|
Remove mocha from ActionPack tests
Marcin Olichwirowicz
2015-09-05
1
-41
/
+61
*
|
Allow filtering params based on parent keys
Guillaume Malette
2015-06-22
1
-0
/
+1
*
|
Add assertion for get? method into test cases
Mehmet Emin İNAÇ
2015-05-27
1
-0
/
+1
|
/
*
Define a setup method instead of using setup as block
Rafael Mendonça França
2015-03-27
1
-1
/
+2
*
Provide friendlier access to request variants
George Claghorn
2015-03-24
1
-19
/
+30
*
Fix handling of empty X_FORWARDED_HOST header.
adam
2015-03-20
1
-0
/
+3
*
allow reseting of request variants
Timo Schilling
2014-12-16
1
-0
/
+7
*
ParameterFilter shouldn't try to dup symbol keys
Nate Berkopec
2014-12-13
1
-2
/
+2
*
Request#check_method no longer breaks when :en is not available locale
Stefan Henzen
2014-10-09
1
-0
/
+16
*
Rescue Rack::Utils::ParameterTypeError instead of TypeError
Yuki Nishijima
2014-09-13
1
-3
/
+3
*
Avoid duplicating routes for HEAD requests.
Guo Xiang Tan
2014-08-21
1
-0
/
+12
*
Protect against error when parsing parameters with Bad Request
Rafael Mendonça França
2014-08-19
1
-0
/
+25
*
[ci skip] fix spelling of override
Akshay Vishnoi
2014-08-13
1
-1
/
+1
*
Merge pull request #16098 from tgxworld/fixes_to_request_test
Rafael Mendonça França
2014-07-18
1
-22
/
+14
|
\
|
*
Remove redundant test.
Guo Xiang Tan
2014-07-18
1
-11
/
+0
|
*
Fix duplicated test.
Guo Xiang Tan
2014-07-18
1
-2
/
+6
|
*
Update test to clearly reflect what it is testing for.
Guo Xiang Tan
2014-07-18
1
-5
/
+7
|
*
Update outdated test.
Guo Xiang Tan
2014-07-18
1
-6
/
+3
*
|
Add CHANGELOG for #14886
Arthur Neves
2014-07-18
1
-1
/
+1
*
|
LOCALHOST definition should match any 127.0.0.0/8 address
Earl J St Sauver
2014-07-18
1
-0
/
+7
*
|
Merge pull request #13999 from jamox/update_rack
Aaron Patterson
2014-07-08
1
-6
/
+12
|
\
\
|
|
/
|
/
|
|
*
Upgraded rack
Jarmo Isotalo
2014-05-19
1
-6
/
+12
*
|
Fix typo
Rafael Mendonça França
2014-07-02
1
-1
/
+1
*
|
Avoid hard-coded value in test setup/teardown.
Zuhao Wan
2014-06-05
1
-1
/
+2
|
/
*
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
[next]