| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #28259 from ChakreshwarSharma/redirect_to_doc | Vipul A M | 2017-03-05 | 1 | -0/+3 |
|\ |
|
| * | [ci skip] Use return with redirect_to | ChakreshwarSharma | 2017-03-04 | 1 | -0/+3 |
* | | Merge pull request #28264 from y-yagi/do_not_take_screenshot_if_driver_does_n... | Eileen M. Uchitelle | 2017-03-05 | 2 | -1/+30 |
|\ \ |
|
| * | | Do not take screenshot if driver does not support screenshot | yuuji.yaginuma | 2017-03-04 | 2 | -1/+30 |
* | | | Revert "Add a changelog entry for #28284 [ci skip]" | eileencodes | 2017-03-05 | 1 | -6/+0 |
* | | | Revert "Merge pull request #28283 from y-yagi/silence_puma_startup_messages_i... | eileencodes | 2017-03-05 | 1 | -1/+1 |
* | | | [ci skip] Fix ParameterMissing exception name in docs | Tejas Bubane | 2017-03-04 | 1 | -1/+1 |
* | | | Fix a wrong pull request reference [ci skip] | Robin Dupret | 2017-03-04 | 1 | -1/+1 |
* | | | Add a changelog entry for #28284 [ci skip] | Robin Dupret | 2017-03-04 | 1 | -0/+6 |
* | | | Silence puma startup messages in system test | yuuji.yaginuma | 2017-03-04 | 1 | -1/+1 |
|/ / |
|
* / | Fix random failure on system test with ajax | Fumiaki MATSUSHIMA | 2017-03-03 | 1 | -1/+1 |
|/ |
|
* | Take failed screenshot before reset driver | yuuji.yaginuma | 2017-02-28 | 1 | -1/+1 |
* | Remove unused params. | Jerry Tao | 2017-02-26 | 2 | -2/+2 |
* | Commit flash changes when using a redirect route. | Andrew White | 2017-02-25 | 3 | -0/+58 |
* | [ci ckip] Fix example of resolve in CHANGELOG.md | Andrew White | 2017-02-25 | 1 | -1/+1 |
* | Add missing gzip footer check in ActiveSupport::Gzip.decompress | Dylan Thacker-Smith | 2017-02-24 | 1 | -1/+1 |
* | Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooks | Lucas Mazza | 2017-02-24 | 4 | -27/+35 |
* | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 2 | -1/+3 |
* | Move documentation to the correct place | eileencodes | 2017-02-23 | 1 | -72/+72 |
* | Do not take screenshot when test skipped | yuuji.yaginuma | 2017-02-23 | 2 | -2/+16 |
* | [ci skip] Fix more quotes in direct/resolve docs | Andrew White | 2017-02-23 | 1 | -3/+3 |
* | Clarify use of params in `direct` | Andrew White | 2017-02-22 | 2 | -0/+23 |
* | Add more missing requires | Andrew White | 2017-02-22 | 1 | -0/+1 |
* | Bump removal of `/:controller/:action` to Rails 5.2 | Andrew White | 2017-02-22 | 1 | -2/+2 |
* | [ci skip] Fix direct/resolve documentation. | Kasper Timm Hansen | 2017-02-21 | 1 | -11/+11 |
* | [ci skip] Fix typos in direct/resolve changelog. | Kasper Timm Hansen | 2017-02-21 | 1 | -2/+2 |
* | Merge pull request #23138 from rails/custom-url-helpers-and-polymorphic-urls | Andrew White | 2017-02-21 | 5 | -10/+597 |
|\ |
|
| * | Split direct method into two | Andrew White | 2017-02-21 | 4 | -109/+155 |
| * | Push option extract into call method | Andrew White | 2017-02-21 | 2 | -8/+7 |
| * | Fix typo in exception message | Andrew White | 2017-02-21 | 1 | -1/+1 |
| * | Removed `model_name` method to prevent warning | Andrew White | 2017-02-21 | 1 | -0/+1 |
| * | Prefer remove_method over undef_method | Andrew White | 2017-02-21 | 2 | -4/+11 |
| * | Support mapping of non-model classes | Andrew White | 2017-02-21 | 2 | -3/+33 |
| * | Raise an error if `direct` is inside a scope block | Andrew White | 2017-02-21 | 2 | -3/+26 |
| * | Add CHANGELOG entry for `direct` method | Andrew White | 2017-02-21 | 1 | -0/+39 |
| * | Add custom polymorphic mapping | Andrew White | 2017-02-21 | 4 | -57/+212 |
| * | Add test for calling a url helper in Mapper#direct | Andrew White | 2017-02-21 | 1 | -0/+7 |
| * | Don't allocate a hash unnecessarily | Andrew White | 2017-02-21 | 2 | -2/+6 |
| * | Only accept symbols and strings for Mapper#direct | Andrew White | 2017-02-21 | 2 | -1/+23 |
| * | Rename url_helper to direct | Andrew White | 2017-02-21 | 2 | -19/+19 |
| * | Add support for defining custom url helpers in routes.rb | Andrew White | 2017-02-21 | 3 | -0/+237 |
| * | Wrap routes.url_helpers.url_for via a proxy | Andrew White | 2017-02-21 | 1 | -4/+21 |
* | | Add backticks around command | Jon Moss | 2017-02-21 | 1 | -1/+1 |
|/ |
|
* | Tiny documentation edits [ci skip] | Robin Dupret | 2017-02-21 | 1 | -1/+1 |
* | Fix some grammar in docs [ci skip] | kenta-s | 2017-02-21 | 1 | -1/+1 |
* | Merge pull request #28081 from meinac/fix_redirect_method | Guillermo Iguaran | 2017-02-21 | 2 | -3/+3 |
|\ |
|
| * | Use `response#location` instead of `#location` in redirect. | Mehmet Emin INAC | 2017-02-20 | 2 | -3/+3 |
* | | Add missing space | Jon Moss | 2017-02-20 | 1 | -1/+1 |
* | | Add changelog for system tests | eileencodes | 2017-02-20 | 1 | -0/+8 |
* | | Clean up documentation | eileencodes | 2017-02-20 | 1 | -9/+10 |