| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use Hash#each_key instead of Hash#keys.each | Erik Michaels-Ober | 2014-09-29 | 2 | -7/+7 |
* | Fix actionpack test cases broken by #16888 | Godfrey Chan | 2014-09-26 | 2 | -29/+9 |
* | Merge pull request #16570 from bradleybuda/breach-mitigation-mask-csrf-token | Jeremy Kemper | 2014-08-19 | 1 | -5/+6 |
|\ |
|
| * | Auth token mask from breach-mitigation-rails gem | Bradley Buda | 2014-08-19 | 1 | -5/+6 |
* | | Fix failing test on several methods on Parameter | Prem Sichanugrist | 2014-08-18 | 2 | -2/+11 |
* | | Seperate Parameters accessors and mutators tests | Prem Sichanugrist | 2014-08-18 | 3 | -57/+215 |
* | | Add missing `Hash` methods to `AC::Parameters` | Prem Sichanugrist | 2014-08-18 | 1 | -0/+21 |
* | | Make `AC::Params#to_h` return Hash with safe keys | Prem Sichanugrist | 2014-08-18 | 1 | -0/+39 |
* | | Expectations first | Akira Matsuda | 2014-08-18 | 3 | -23/+23 |
* | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-17 | 5 | -740/+90 |
|\ \ |
|
| * | | `responders` 1.x won't do it. Told you to RTFM for details! | Godfrey Chan | 2014-08-17 | 1 | -0/+2 |