| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | The gem is called 'responders' | Godfrey Chan | 2014-08-17 | 1 | -2/+2 |
| * | | Raise a more helpful error for people who are using these extracted features | Godfrey Chan | 2014-08-17 | 1 | -0/+30 |
| * | | Move respond_with to the responders gem | José Valim | 2014-08-17 | 1 | -737/+0 |
| * | | When your templates change, browser caches bust automatically. | Jeremy Kemper | 2014-08-17 | 2 | -3/+35 |
| |/ |
|
| * | Fix assert_template for files. | Guo Xiang Tan | 2014-08-14 | 1 | -0/+23 |
* | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-12 | 13 | -165/+273 |
|\| |
|
| * | Fixes to TestCaseTest. | Guo Xiang Tan | 2014-08-08 | 1 | -4/+5 |
| * | Fix spelling. | Guo Xiang Tan | 2014-08-07 | 1 | -1/+1 |
| * | LOCALHOST definition should match any 127.0.0.0/8 address | Earl J St Sauver | 2014-07-18 | 1 | -1/+1 |
| * | fix filesystem race condition | Aaron Patterson | 2014-07-17 | 1 | -1/+1 |
| * | helper methods are public, so we can just call them | Aaron Patterson | 2014-07-17 | 1 | -4/+4 |
| * | Rails-ish apps should descend from Rails::Railtie | Aaron Patterson | 2014-07-16 | 1 | -1/+2 |
| * | Don't accept parameters as argument for redirect to [via @homakov] | Santiago Pastorino | 2014-07-16 | 1 | -0/+10 |
| * | stop passing recall to url_for | Aaron Patterson | 2014-07-15 | 1 | -35/+46 |