| Commit message (Expand) | Author | Age | Files | Lines |
* | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -43/+43 |
* | Use more realistic setup rather than stubbing | Yuki Nishijima | 2017-12-29 | 1 | -89/+75 |
* | Deprecate ActiveSupport::Inflector#acronym_regex | Nick LaMuro | 2017-10-28 | 1 | -1/+1 |
* | Cache regexps generated from acronym_regex | Nick LaMuro | 2017-10-23 | 1 | -1/+1 |
* | Implement H2 Early Hints for Rails | eileencodes | 2017-10-04 | 1 | -0/+15 |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+2 |
* | Scrub the invalid paramter value before using it in the error | Arthur Neves | 2017-07-17 | 1 | -1/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Merge branch 'master' into bug/filtered_parameters_class | Leonel Galán | 2017-05-17 | 1 | -2/+2 |
|\ |
|
| * | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 1 | -2/+2 |
* | | Fixes CodeClimate warnings | Leonel Galan | 2017-02-13 | 1 | -2/+2 |
* | | Use of ParameterFilter no longer forces `request.filtered_parameters' class t... | Leonel Galan | 2017-02-13 | 1 | -0/+13 |
|/ |
|
* | 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 |
|\ |
|