| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | stop calling url_for with recall parameters and actually use a request | Aaron Patterson | 2014-07-15 | 1 | -82/+123 |
| * | execute a request and check the path_parameters | Aaron Patterson | 2014-07-15 | 1 | -17/+59 |
| * | set `set` in the setup method | Aaron Patterson | 2014-07-15 | 1 | -2/+5 |
| * | remove useless ivar set | Aaron Patterson | 2014-07-15 | 1 | -1/+0 |
| * | Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip] | Santosh Wadghule | 2014-07-14 | 1 | -2/+2 |
| * | Removed single space padding from empty response body. | Godfrey Chan | 2014-07-10 | 4 | -16/+16 |
* | | We don't need loofah for the assertions | Rafael Mendonça França | 2014-07-15 | 1 | -3/+3 |
* | | Merge pull request #11218 from kaspth/loofah-integration | Rafael Mendonça França | 2014-07-10 | 6 | -1175/+5 |
|\ \
| |/
|/| |
|
| * | Remove unneeded comment in test. | Timm | 2014-06-16 | 1 | -1/+1 |
| * | Nokogiri leaves '<' unescaped, so the assert_select looking for '<' will n... | Timm | 2014-06-16 | 1 | -2/+3 |