| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | 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 | 4 | -1/+39 |
* | | Fix screenshot helper to provide correct file name | eileencodes | 2017-02-20 | 2 | -3/+15 |
* | | Move and rename system tests | eileencodes | 2017-02-20 | 11 | -0/+313 |
* | | Turn system testing into it's own gem and rename | eileencodes | 2017-02-20 | 18 | -686/+0 |
* | | Appease Rubocop | eileencodes | 2017-02-20 | 13 | -19/+18 |
* | | Refactor so all drivers use Puma by default | eileencodes | 2017-02-20 | 5 | -43/+107 |
* | | Add support for screenshots | eileencodes | 2017-02-20 | 6 | -2/+81 |
* | | Reconfigure how the drivers work | eileencodes | 2017-02-20 | 10 | -144/+154 |
* | | Add documentation for system tests | eileencodes | 2017-02-20 | 9 | -7/+173 |
* | | Add tests for system testing | eileencodes | 2017-02-20 | 5 | -0/+105 |
* | | Fix Railtie to pass class when setting options | eileencodes | 2017-02-20 | 3 | -8/+12 |
* | | Move SystemTesting::Base into SystemTestCase | eileencodes | 2017-02-20 | 2 | -13/+6 |
* | | Refactor to not include `capybara/rails` | eileencodes | 2017-02-20 | 1 | -2/+13 |
* | | Refactor driver adapter getter/setter | eileencodes | 2017-02-20 | 2 | -5/+10 |
* | | Inherit from ActionDispatch::IntegrationTest | eileencodes | 2017-02-20 | 1 | -2/+1 |
* | | Add test assertion helpers | eileencodes | 2017-02-20 | 3 | -0/+34 |
* | | Add configuration option for driver adapter | eileencodes | 2017-02-20 | 3 | -4/+18 |
* | | Add ForHelper's for system tests | eileencodes | 2017-02-20 | 3 | -0/+39 |
* | | Add configurable selenium driver for capybara | eileencodes | 2017-02-20 | 2 | -0/+80 |
* | | Add ability to run system tests via Capybara | eileencodes | 2017-02-20 | 6 | -0/+79 |
* | | Add skeleton for Rails::SystemTestCase | eileencodes | 2017-02-20 | 1 | -0/+5 |
|/ |
|
* | Set correct "routes" in tests cases | bogdanvlviv | 2017-02-20 | 1 | -3/+3 |
* | Unfreeze interpolated string because it's useless. | Stan Lo | 2017-02-19 | 1 | -1/+1 |
* | Merge pull request #27926 from st0012/freeze-cache-instrument-name | Rafael França | 2017-02-13 | 2 | -2/+2 |
|\ |
|
| * | Freeze fragment cache related instrument name. | Stan Lo | 2017-02-07 | 2 | -2/+2 |
* | | Remove unused require | Ryuta Kamizono | 2017-02-12 | 2 | -3/+0 |
* | | Removed the `attribute_accessors` required file: | Edouard CHIN | 2017-02-12 | 1 | -1/+0 |
* | | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 3 | -3/+0 |
|/ |
|
* | Correct spelling | Benjamin Fleischer | 2017-02-05 | 5 | -5/+5 |
* | Properly escape test names | Akira Matsuda | 2017-02-02 | 1 | -3/+3 |
* | Remove deprecated callbacks from ActionDispatch middlewares | Rafael Mendonça França | 2017-01-31 | 6 | -162/+57 |