| Commit message (Expand) | Author | Age | Files | Lines |
* | Call system test driver per-instance rather than globally | eileencodes | 2017-03-09 | 3 | -11/+13 |
* | Refactor system test driver/browser | eileencodes | 2017-03-09 | 3 | -40/+24 |
* | Merge pull request #28301 from y-yagi/fix_direct_with_params_example | Jon Moss | 2017-03-05 | 1 | -1/+1 |
|\ |
|
| * | Fix `direct` with params example [ci skip] | yuuji.yaginuma | 2017-03-06 | 1 | -1/+1 |
| * | Silence puma startup messages in system test | yuuji.yaginuma | 2017-03-04 | 1 | -1/+1 |
* | | Do not take screenshot if driver does not support screenshot | yuuji.yaginuma | 2017-03-04 | 1 | -1/+5 |
|/ |
|
* | 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 | 1 | -0/+2 |
* | Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooks | Lucas Mazza | 2017-02-24 | 3 | -15/+21 |
* | 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 | 1 | -2/+6 |
* | [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 | 1 | -0/+9 |
* | 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 |
* | Split direct method into two | Andrew White | 2017-02-21 | 2 | -49/+56 |
* | 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 |
* | Prefer remove_method over undef_method | Andrew White | 2017-02-21 | 1 | -4/+4 |
* | Support mapping of non-model classes | Andrew White | 2017-02-21 | 1 | -3/+10 |
* | Raise an error if `direct` is inside a scope block | Andrew White | 2017-02-21 | 1 | -3/+14 |
* | Add custom polymorphic mapping | Andrew White | 2017-02-21 | 3 | -56/+141 |
* | 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 | 1 | -1/+6 |
* | Rename url_helper to direct | Andrew White | 2017-02-21 | 1 | -7/+7 |
* | Add support for defining custom url helpers in routes.rb | Andrew White | 2017-02-21 | 2 | -0/+116 |
* | Wrap routes.url_helpers.url_for via a proxy | Andrew White | 2017-02-21 | 1 | -4/+21 |
* | 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 |
* | Clean up documentation | eileencodes | 2017-02-20 | 1 | -9/+10 |
* | Rename system_test_helper -> application_system_test_case | eileencodes | 2017-02-20 | 2 | -22/+9 |
* | Fix default host in setup, move teardown to helper file | eileencodes | 2017-02-20 | 3 | -0/+31 |
* | Fix screenshot helper to provide correct file name | eileencodes | 2017-02-20 | 1 | -2/+6 |
* | Move and rename system tests | eileencodes | 2017-02-20 | 5 | -0/+251 |
* | Remove unused require | Ryuta Kamizono | 2017-02-12 | 1 | -1/+0 |
* | Removed the `attribute_accessors` required file: | Edouard CHIN | 2017-02-12 | 1 | -1/+0 |
* | Correct spelling | Benjamin Fleischer | 2017-02-05 | 1 | -1/+1 |
* | Remove deprecated callbacks from ActionDispatch middlewares | Rafael Mendonça França | 2017-01-31 | 3 | -61/+3 |
* | Merge pull request #27647 from Shopify/fully-eagerload-journey | Rafael França | 2017-01-30 | 4 | -0/+28 |
|\ |
|
| * | Fully initialize routes before the first request is handled | Jean Boussier | 2017-01-18 | 4 | -0/+28 |
* | | Add examples for behaviour about redirection with and without options. Fixes ... | Vipul A M | 2017-01-21 | 1 | -0/+8 |
* | | Add missing require | David Heinemeier Hansson | 2017-01-16 | 1 | -0/+1 |
* | | `respond_to_missing?` should fallback to `super` where method_missing could c... | Akira Matsuda | 2017-01-15 | 1 | -1/+1 |
* | | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -1/+1 |
* | | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 4 | -7/+7 |
* | | Fix grammar in action_dispatch/http/parameters.rb [ci skip] | kenta-s | 2017-01-11 | 1 | -1/+1 |
|/ |
|
* | Current default Rails app encoding "utf-8" looks more like a W3C charset than... | Akira Matsuda | 2017-01-11 | 1 | -1/+1 |
* | Use already defined Encoding constant rather than freezing a String | Akira Matsuda | 2017-01-11 | 1 | -1/+1 |