| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all Journey constant from public API | Rafael Mendonça França | 2016-10-26 | 5 | -7/+17 |
* | Remove mona lisa image from the tests | Rafael Mendonça França | 2016-10-25 | 5 | -19/+19 |
* | HSTS subdomains is now true, so let's fix documentation [ci skip] (#26870) | प्रथमेश Sonpatki | 2016-10-23 | 1 | -1/+1 |
* | Soften this test since YAML.dump may produce keys in other orders. | Charles Oliver Nutter | 2016-10-21 | 1 | -6/+4 |
* | Revert "Undefine assings in IntegrationTest" | Rafael Mendonça França | 2016-10-21 | 2 | -10/+0 |
* | /s/integrations/integration [ci skip] (#26801) | प्रथमेश Sonpatki | 2016-10-16 | 1 | -1/+1 |
* | Merge pull request #26786 from codeodor/patch-1 | Eileen M. Uchitelle | 2016-10-15 | 3 | -1/+16 |
|\ |
|
| * | Allow any key in Renderer environment hash | Sammy Larbi | 2016-10-15 | 3 | -1/+16 |
* | | Copy-edit the documentation | Rafael Mendonça França | 2016-10-15 | 1 | -4/+4 |
* | | Make `process` a non-private method and update documentation. | Zach Aysan | 2016-10-15 | 1 | -98/+100 |
|/ |
|
* | [ci skip] fix typo in Actionpack Changelog | Alex Kitchens | 2016-10-11 | 1 | -1/+1 |
* | ActionController::Parameters#deep_dup (#26567) | Pavel Evstigneev | 2016-10-11 | 2 | -0/+29 |
* | Add missing @, fix indents. [ci skip] | bogdanvlviv | 2016-10-10 | 1 | -6/+6 |
* | Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr... | Rafael Mendonça França | 2016-10-10 | 4 | -98/+19 |
* | Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`. | Rafael Mendonça França | 2016-10-10 | 3 | -142/+4 |
* | Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request` | Rafael Mendonça França | 2016-10-10 | 3 | -134/+8 |
* | Remove deprecated support for passing `:path` and route path as stings in `Ac... | Rafael Mendonça França | 2016-10-10 | 3 | -17/+7 |
* | Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::... | Rafael Mendonça França | 2016-10-10 | 3 | -8/+6 |
* | Remove deprecated `cache_control` argument from `ActionDispatch::Static#initi... | Rafael Mendonça França | 2016-10-10 | 3 | -18/+5 |
* | Remove deprecated support to passing strings to the middleware stack | Rafael Mendonça França | 2016-10-10 | 4 | -60/+8 |
* | Remove deprecated code in ssl middleware | Rafael Mendonça França | 2016-10-10 | 3 | -60/+21 |
* | Remove deprecated code in ActionDispatch::Session::SessionRestoreError | Rafael Mendonça França | 2016-10-10 | 2 | -11/+10 |
* | Deprecated ActionDispatch::ParamsParser::ParamsParser | Rafael Mendonça França | 2016-10-10 | 8 | -36/+34 |
* | Remove deprecated ActionDispatch::ParamsParser | Rafael Mendonça França | 2016-10-10 | 2 | -12/+5 |
* | Remove deprecated code in ActionDispatch::ParamsParser::ParseError | Rafael Mendonça França | 2016-10-10 | 2 | -17/+10 |
* | Remove deprecated access to mime types through constants | Rafael Mendonça França | 2016-10-10 | 3 | -38/+4 |
* | Remove deprecated support to non-keyword arguments #process | Rafael Mendonça França | 2016-10-10 | 3 | -181/+21 |
* | Remove deprecated `xml_http_request` and `xhr` methods | Rafael Mendonça França | 2016-10-10 | 3 | -30/+4 |
* | Remove deprecated methods in ActionController::Parameters | Rafael Mendonça França | 2016-10-10 | 3 | -27/+5 |
* | Remove deprecated comparing support with `ActionController::Parameters` | Rafael Mendonça França | 2016-10-10 | 3 | -17/+5 |
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 4 | -212/+5 |
* | Remove deprecated support to :nothing in render | Rafael Mendonça França | 2016-10-09 | 3 | -15/+4 |
* | Remove deprecated support to `:back` in `redirect_to` | Rafael Mendonça França | 2016-10-09 | 3 | -50/+4 |
* | Remove deprecated support for status option in head | Rafael Mendonça França | 2016-10-09 | 3 | -28/+5 |
* | Remove deprecation at ActionController::BadRequest | Rafael Mendonça França | 2016-10-09 | 2 | -11/+6 |
* | Remove deprecated methods related to controller filters | Rafael Mendonça França | 2016-10-09 | 4 | -116/+8 |
* | Silence a warning | Rafael Mendonça França | 2016-10-07 | 1 | -1/+3 |
* | Undefine assings in IntegrationTest | Rafael Mendonça França | 2016-10-07 | 2 | -0/+10 |
* | [ci-skip] Swap method and its alias, format doc | Andrey Molchanov | 2016-10-04 | 1 | -3/+4 |
* | Show an "unmatched constraints" error for mismatching and present params | Chris Carter | 2016-10-03 | 5 | -9/+23 |
* | Remove obsolete comment about class-level respond_to | Andrew White | 2016-10-01 | 1 | -2/+0 |
* | Merge pull request #26573 from kirs/action-controller-as-format | Rafael França | 2016-09-27 | 2 | -4/+9 |
|\ |
|
| * | Make :as option also set request format (AC::TestCase) | Kir Shatrov | 2016-09-21 | 2 | -4/+9 |
* | | Merge pull request #26607 from matthewd/skip-fixture-path | Matthew Draper | 2016-09-24 | 2 | -1/+9 |
|\ \ |
|
| * | | Only search fixture_path for files that can't be found directly | Matthew Draper | 2016-09-24 | 2 | -1/+9 |
* | | | Add #25546 and #25817 to changelog [ci skip] | Philip Nguyen | 2016-09-23 | 1 | -0/+8 |
|/ / |
|
* | | Merge pull request #26589 from kirs/ad-test-request-method | Arthur Nogueira Neves | 2016-09-22 | 2 | -1/+8 |
|\ \ |
|
| * | | Fix memoization bug on ActionDispatch::TestRequest#request_method= | Kir Shatrov | 2016-09-22 | 2 | -1/+8 |
| |/ |
|
* | | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 7 | -21/+21 |
* | | Merge pull request #26498 from FriedSock/correct-render-text-deprecation-message | Rafael França | 2016-09-14 | 1 | -1/+1 |
|\ \ |
|