| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicated tests | Rafael Mendonça França | 2015-01-29 | 1 | -30/+0 |
* | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 12 | -50/+54 |
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 28 | -254/+621 |
* | Preserve default url options when generating URLs | Tekin Suleyman | 2015-01-28 | 1 | -0/+21 |
* | Just assert the deprecation of one method | Rafael Mendonça França | 2015-01-28 | 1 | -10/+15 |
* | Merge pull request #18693 from aditya-kapoor/deprecate_via_redirect | Rafael Mendonça França | 2015-01-28 | 1 | -15/+25 |
|\ |
|
| * | Deprecate *_via_redirect integration test methods | Aditya Kapoor | 2015-01-28 | 1 | -15/+25 |
* | | Add test for HTTP basic authentication when no credential is given. | Zhang Kai Yu | 2015-01-24 | 1 | -0/+7 |
|/ |
|
* | Add ActionController::Base.render | brainopia | 2015-01-22 | 1 | -0/+4 |
* | Add ActionController::Renderer | brainopia | 2015-01-22 | 1 | -0/+99 |
* | Add `ActionController::Metal#set_request!` | brainopia | 2015-01-21 | 1 | -0/+9 |
* | Remove unused AV fixtures from AP tests | claudiob | 2015-01-11 | 1 | -65/+0 |
* | Default headers, removed in controller actions, will not be reapplied to the ... | Jonas Baumann | 2015-01-09 | 1 | -0/+23 |
* | Merge pull request #18404 from claudiob/rebase-14549 | Rafael Mendonça França | 2015-01-08 | 1 | -0/+34 |
|\ |
|
| * | Add test/doc for :if/:except in skip_before_action | claudiob | 2015-01-08 | 1 | -2/+19 |
| * | Add test case and documentation for skip_before_filter. | Lauro Caetano | 2015-01-08 | 1 | -0/+17 |
* | | Add prepend option to protect_from_forgery. | Josef Šimánek | 2015-01-08 | 1 | -0/+60 |
* | | Remove ActionController::HideActions (closes #18336) | brainopia | 2015-01-06 | 1 | -38/+1 |
|/ |
|
* | Remove respond_to/respond_with placeholder methods | Carlos Antonio da Silva | 2015-01-04 | 1 | -32/+0 |
* | Remove deprecated option `use_route` in controller tests | Rafael Mendonça França | 2015-01-04 | 1 | -25/+0 |
* | Merge pull request #17978 from kommen/fixed-pr-14903 | Rafael Mendonça França | 2015-01-02 | 1 | -0/+20 |
|\ |
|
| * | Ensure append_info_to_payload is called even if an exception is raised. | Dieter Komendera | 2014-12-10 | 1 | -0/+20 |
* | | Integration requests should work in contexts without setup and teardown | brainopia | 2015-01-02 | 1 | -0/+24 |
* | | Correctly use the response's status code calling head | Robin Dupret | 2014-12-31 | 1 | -0/+17 |
* | | Remove single space response body for head request | Prathamesh Sonpatki | 2014-12-30 | 1 | -3/+3 |
* | | Merge pull request #17995 from jethroo/fix/assert_template_with_unsupported_l... | Rafael Mendonça França | 2014-12-16 | 1 | -0/+7 |
|\ \ |
|
| * | | adding that assert_template with :layout will raise ArgumentError for unknown... | Carsten Wirth | 2014-12-16 | 1 | -0/+7 |
| |/ |
|
* | | Remove misleading test: around_action return false | claudiob | 2014-12-15 | 1 | -19/+1 |
* | | Add AC::Parameters#to_unsafe_h | Prem Sichanugrist | 2014-12-12 | 1 | -0/+6 |
|/ |
|
* | Typo: Hello = Guten Tag (in German) | Tu Hoang | 2014-12-05 | 1 | -2/+2 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 2 | -5/+5 |
* | Merge pull request #17186 from tgxworld/header_authentication_token | Matthew Draper | 2014-11-27 | 1 | -2/+21 |
|\ |
|
| * | Allow authentication header to not have to specify 'token=' key. | Guo Xiang Tan | 2014-10-10 | 1 | -2/+21 |
* | | Merge pull request #17733 from yuki24/do-not-rescue-exception-in-params-parser | Rafael Mendonça França | 2014-11-25 | 1 | -0/+10 |
|\ \ |
|
| * | | Do not rescue Exception in ParamsParser | Yuki Nishijima | 2014-11-23 | 1 | -0/+10 |
* | | | Merge branch 'nil_script_name' | Santiago Pastorino | 2014-11-25 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Add regression test case to ensure script_name as nil is not used anymore in ... | Santiago Pastorino | 2014-11-25 | 1 | -0/+7 |
|/ / / |
|
* | | | Deprecate `use_route` in controller tests | Godfrey Chan | 2014-11-23 | 1 | -2/+2 |
* | | | Fix cases where the wrong name is passed to `Formatter#generate` | Godfrey Chan | 2014-11-23 | 1 | -1/+1 |
|/ / |
|
* | | Test using `ActionController::TestCase` with engines | Godfrey Chan | 2014-11-23 | 1 | -0/+52 |
* | | Anchor should not be appended when set to nil/false. | Guo Xiang Tan | 2014-11-23 | 2 | -0/+17 |
* | | Make sure assert_select can assert body tag | Rafael Mendonça França | 2014-11-18 | 2 | -3/+24 |
* | | Make FlashHash#key? work with symbol and string | Rafael Mendonça França | 2014-11-11 | 1 | -0/+9 |
* | | Remove useless `only_path: true` in path helpers | Godfrey Chan | 2014-11-10 | 1 | -3/+2 |
* | | Pass the route name explicitly | Godfrey Chan | 2014-11-10 | 1 | -0/+12 |
* | | Remove session to allow `with_routing` to be called twice. | Guo Xiang Tan | 2014-11-05 | 1 | -0/+36 |
* | | Remove redundant `to_s` in interpolation | claudiob | 2014-10-30 | 1 | -2/+2 |
* | | give a better error message for misspelled helpers | Xavier Noria | 2014-10-25 | 1 | -0/+22 |
* | | Add regression test for router was overwriting PATH_INFO | Arthur Neves | 2014-10-10 | 1 | -0/+8 |
|/ |
|
* | Parse HTML as document fragment. | Kasper Timm Hansen | 2014-09-29 | 1 | -3/+3 |