| Commit message (Expand) | Author | Age | Files | Lines |
* | use `Gem.win_platform?` to check windows Ruby platforms | yuuji.yaginuma | 2016-11-30 | 1 | -1/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 12 | -57/+57 |
* | Support plain loggers in DebugExceptions | Genadi Samokovarov | 2016-10-28 | 1 | -0/+17 |
* | Remove mona lisa image from the tests | Rafael Mendonça França | 2016-10-25 | 1 | -1/+1 |
* | Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr... | Rafael Mendonça França | 2016-10-10 | 1 | -1/+3 |
* | Remove deprecated support for passing `:path` and route path as stings in `Ac... | Rafael Mendonça França | 2016-10-10 | 1 | -4/+1 |
* | Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::... | Rafael Mendonça França | 2016-10-10 | 1 | -3/+1 |
* | Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi... | Rafael Mendonça França | 2016-10-10 | 1 | -10/+0 |
* | Remove deprecated support to passing strings to the middleware stack | Rafael Mendonça França | 2016-10-10 | 1 | -39/+2 |
* | Remove deprecated code in ssl middleware | Rafael Mendonça França | 2016-10-10 | 1 | -39/+10 |
* | Deprecated ActionDispatch::ParamsParser::ParamsParser | Rafael Mendonça França | 2016-10-10 | 2 | -2/+2 |
* | Remove deprecated access to mime types through constants | Rafael Mendonça França | 2016-10-10 | 1 | -12/+0 |
* | Show an "unmatched constraints" error for mismatching and present params | Chris Carter | 2016-10-03 | 1 | -6/+9 |
* | Merge pull request #26589 from kirs/ad-test-request-method | Arthur Nogueira Neves | 2016-09-22 | 1 | -0/+7 |
|\ |
|
| * | Fix memoization bug on ActionDispatch::TestRequest#request_method= | Kir Shatrov | 2016-09-22 | 1 | -0/+7 |
* | | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 2 | -5/+5 |
|/ |
|
* | rename test method to avoid overriding | yuuji.yaginuma | 2016-09-03 | 1 | -1/+1 |
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -4/+4 |
* | Start passing cipher from EncryptedCookieJar since we use it to determine key... | Vipul A M | 2016-09-01 | 1 | -13/+12 |
* | Follow up of #25602 | Vipul A M | 2016-09-01 | 1 | -11/+25 |
* | Fix nested multiple roots | Ryo Hashimoto | 2016-08-29 | 1 | -0/+42 |
* | Missing key should throw KeyError | eileencodes | 2016-08-26 | 1 | -0/+6 |
* | Merge pull request #26235 from samphippen/allow-early-setting-of-integration-... | Sean Griffin | 2016-08-24 | 1 | -0/+18 |
|\ |
|
| * | Allow the `integration_sesion` to be set early on ActionDispatch::Integration... | Sam Phippen | 2016-08-20 | 1 | -0/+18 |
* | | Return 307 status instead of 301 when rerouting POST requests to SSL | Chirag Singhal | 2016-08-22 | 1 | -0/+14 |
|/ |
|
* | Push :defaults extraction down one level | Rafael Mendonça França | 2016-08-17 | 1 | -0/+18 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 20 | -166/+166 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 4 | -4/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 11 | -12/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 5 | -29/+28 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 7 | -36/+36 |
* | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 24 | -621/+621 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 40 | -2942/+2942 |
* | Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root | Rafael Mendonça França | 2016-07-27 | 1 | -0/+18 |
|\ |
|
| * | Fix 'defaults' option for root route | Chris Arcand | 2016-07-21 | 1 | -0/+18 |
|/ |
|
* | Sort the mime types before comparing | Rafael Mendonça França | 2016-07-17 | 1 | -2/+2 |
* | Check `request.path_parameters` encoding at the point they're set | Grey Baker | 2016-07-14 | 2 | -16/+18 |
* | Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i... | Matthew Draper | 2016-07-14 | 1 | -0/+9 |
|\ |
|
| * | Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static | Grey Baker | 2016-07-13 | 1 | -0/+9 |
* | | Merge pull request #25771 from kaspth/make-test-response-assign-response-parser | Kasper Timm Hansen | 2016-07-13 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Let TestResponse assign a parser. | Kasper Timm Hansen | 2016-07-10 | 1 | -0/+8 |
* | | Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper` | Grey Baker | 2016-07-12 | 1 | -0/+6 |
|/ |
|
* | Add tests for 1xx, 204 and 304 responses to response_test.rb | Masaru Nomura | 2016-07-09 | 1 | -0/+20 |
* | Deprecate usage of nil as route path | Volmer | 2016-07-05 | 1 | -0/+7 |
* | Ensure logging on exceptions only includes what we expect | Matthew Draper | 2016-07-02 | 1 | -0/+23 |
* | Fix setting route's to in a scope | Piotr Jakubowski | 2016-06-28 | 1 | -0/+12 |
* | Merge pull request #25123 from bf4/remove_problematic_mime_test | Rafael França | 2016-06-27 | 1 | -3/+3 |
|\ |
|
| * | Modifies mime-registration test not to interfere with real mime types | Benjamin Fleischer | 2016-05-23 | 1 | -3/+3 |
* | | existant => existent | Abhishek Jain | 2016-06-09 | 1 | -2/+2 |
* | | Prevent `{ internal: true }` from being stored in the router | Jon Moss | 2016-06-07 | 1 | -0/+30 |