| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not raise exception when content_type is a empty string | Rafael Mendonça França | 2016-12-09 | 1 | -0/+5 |
* | stop using removed `render :text` | yuuji.yaginuma | 2016-12-03 | 1 | -1/+1 |
* | use `Gem.win_platform?` to check windows Ruby platforms | yuuji.yaginuma | 2016-11-30 | 1 | -1/+1 |
* | use public Module#include instead of send :include | yuuji.yaginuma | 2016-11-27 | 1 | -1/+1 |
* | Use accept header instead of mangling request path. | Kasper Timm Hansen | 2016-11-23 | 1 | -2/+25 |
* | Fix `ActionDispatch::IntegrationTest#open_session` | Tawan Sierek | 2016-11-18 | 1 | -0/+8 |
* | Fixed CONTENT_LENGTH header in ActionController::TestRequest | Artem Rashev | 2016-11-15 | 1 | -0/+10 |
* | Fix style violations | Rafael Mendonça França | 2016-11-14 | 1 | -1/+1 |
* | Merge pull request #27007 from maclover7/jm-fix-26912 | Rafael Mendonça França | 2016-11-13 | 1 | -0/+10 |
|\ |
|
| * | Don't error on an empty CONTENT_TYPE | Jon Moss | 2016-11-10 | 1 | -0/+10 |
* | | significant speedup of AC::Parameters#permit | Xavier Noria | 2016-11-12 | 1 | -0/+5 |
* | | adds support for arbitrary hashes in strong parameters | Xavier Noria | 2016-11-11 | 1 | -0/+33 |
* | | Merge pull request #26820 from y-yagi/add_bang_merge_to_parameters | Rafael França | 2016-11-10 | 1 | -0/+17 |
|\ \
| |/
|/| |
|
| * | add `ActionController::Parameters#merge!` | yuuji.yaginuma | 2016-10-18 | 1 | -0/+17 |
* | | Show what was the error when assertion has failed | Akira Matsuda | 2016-11-05 | 1 | -1/+1 |
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 40 | -242/+242 |
* | | 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 | 5 | -19/+19 |
* | | 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 | 1 | -8/+0 |
|/ |
|
* | Allow any key in Renderer environment hash | Sammy Larbi | 2016-10-15 | 1 | -0/+8 |
* | ActionController::Parameters#deep_dup (#26567) | Pavel Evstigneev | 2016-10-11 | 1 | -0/+22 |
* | Remove deprecated support to non-keyword arguments in `ActionDispatch::Integr... | Rafael Mendonça França | 2016-10-10 | 2 | -56/+3 |
* | Remove deprecated `ActionDispatch::IntegrationTest#*_via_redirect`. | Rafael Mendonça França | 2016-10-10 | 1 | -89/+0 |
* | Remove deprecated `ActionDispatch::IntegrationTest#xml_http_request` | Rafael Mendonça França | 2016-10-10 | 1 | -102/+4 |
* | 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 |
* | Remove deprecated support to non-keyword arguments #process | Rafael Mendonça França | 2016-10-10 | 1 | -111/+0 |
* | Remove deprecated `xml_http_request` and `xhr` methods | Rafael Mendonça França | 2016-10-10 | 1 | -15/+0 |
* | Remove deprecated methods in ActionController::Parameters | Rafael Mendonça França | 2016-10-10 | 1 | -7/+1 |
* | Remove deprecated comparing support with `ActionController::Parameters` | Rafael Mendonça França | 2016-10-10 | 1 | -8/+0 |
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 2 | -200/+0 |
* | Remove deprecated support to :nothing in render | Rafael Mendonça França | 2016-10-09 | 1 | -10/+0 |
* | Remove deprecated support to `:back` in `redirect_to` | Rafael Mendonça França | 2016-10-09 | 1 | -42/+0 |
* | Remove deprecated support for status option in head | Rafael Mendonça França | 2016-10-09 | 1 | -21/+0 |
* | Remove deprecated methods related to controller filters | Rafael Mendonça França | 2016-10-09 | 2 | -77/+1 |
* | 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 | 1 | -0/+8 |
* | Show an "unmatched constraints" error for mismatching and present params | Chris Carter | 2016-10-03 | 2 | -7/+10 |
* | Merge pull request #26573 from kirs/action-controller-as-format | Rafael França | 2016-09-27 | 1 | -0/+5 |
|\ |
|
| * | Make :as option also set request format (AC::TestCase) | Kir Shatrov | 2016-09-21 | 1 | -0/+5 |
* | | Only search fixture_path for files that can't be found directly | Matthew Draper | 2016-09-24 | 1 | -0/+7 |
* | | 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 | 7 | -21/+21 |