| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 1 | -12/+14 |
* | Do not take screenshot when test skipped | yuuji.yaginuma | 2017-02-23 | 1 | -0/+10 |
* | Clarify use of params in `direct` | Andrew White | 2017-02-22 | 1 | -0/+14 |
* | Add more missing requires | Andrew White | 2017-02-22 | 1 | -0/+1 |
* | Split direct method into two | Andrew White | 2017-02-21 | 1 | -35/+75 |
* | Removed `model_name` method to prevent warning | Andrew White | 2017-02-21 | 1 | -0/+1 |
* | Support mapping of non-model classes | Andrew White | 2017-02-21 | 1 | -0/+23 |
* | Raise an error if `direct` is inside a scope block | Andrew White | 2017-02-21 | 1 | -0/+12 |
* | Add custom polymorphic mapping | Andrew White | 2017-02-21 | 1 | -1/+71 |
* | Add test for calling a url helper in Mapper#direct | Andrew White | 2017-02-21 | 1 | -0/+7 |
* | Only accept symbols and strings for Mapper#direct | Andrew White | 2017-02-21 | 1 | -0/+17 |
* | Rename url_helper to direct | Andrew White | 2017-02-21 | 1 | -12/+12 |
* | Add support for defining custom url helpers in routes.rb | Andrew White | 2017-02-21 | 1 | -0/+121 |
* | Merge pull request #28081 from meinac/fix_redirect_method | Guillermo Iguaran | 2017-02-21 | 1 | -2/+2 |
|\ |
|
| * | Use `response#location` instead of `#location` in redirect. | Mehmet Emin INAC | 2017-02-20 | 1 | -2/+2 |
* | | Fix default host in setup, move teardown to helper file | eileencodes | 2017-02-20 | 1 | -1/+8 |
* | | Fix screenshot helper to provide correct file name | eileencodes | 2017-02-20 | 1 | -1/+9 |
* | | Move and rename system tests | eileencodes | 2017-02-20 | 5 | -0/+60 |
* | | Turn system testing into it's own gem and rename | eileencodes | 2017-02-20 | 5 | -131/+0 |
* | | Appease Rubocop | eileencodes | 2017-02-20 | 4 | -6/+6 |
* | | Refactor so all drivers use Puma by default | eileencodes | 2017-02-20 | 1 | -3/+32 |
* | | Add support for screenshots | eileencodes | 2017-02-20 | 1 | -0/+20 |
* | | Reconfigure how the drivers work | eileencodes | 2017-02-20 | 4 | -42/+20 |
* | | Add tests for system testing | eileencodes | 2017-02-20 | 4 | -0/+104 |
|/ |
|
* | Set correct "routes" in tests cases | bogdanvlviv | 2017-02-20 | 1 | -3/+3 |
* | 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 | 4 | -4/+4 |
* | 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 | 2 | -101/+46 |
* | Delete PATH_INFO after each controller test request | Dominic Cleal | 2017-01-23 | 1 | -0/+14 |
* | Use ActionDispatch::IntegrationTest http helper methods | Andrew White | 2017-01-18 | 1 | -45/+41 |
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 1 | -1/+5 |
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 2 | -10/+22 |
* | Fix all rubocop violations | Rafael Mendonça França | 2017-01-17 | 1 | -1/+1 |
* | Don't pollute Object with rubinius_skip and jruby_skip | Akira Matsuda | 2017-01-17 | 1 | -9/+9 |
* | Merge pull request #27692 from y-yagi/make_render_work_with_ac_params | Eileen M. Uchitelle | 2017-01-16 | 1 | -1/+0 |
|\ |
|
| * | make `render` work with AC::Params | yuuji.yaginuma | 2017-01-15 | 1 | -1/+0 |
* | | Added test to ensure that we dont break #to_h again when trying to restore th... | David Heinemeier Hansson | 2017-01-16 | 1 | -0/+5 |
* | | Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285... | David Heinemeier Hansson | 2017-01-16 | 1 | -5/+0 |
|/ |
|
* | Small spelling error | Lachlan Priest | 2017-01-14 | 1 | -4/+4 |
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -2/+2 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 2 | -2/+2 |
* | Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing | Andrew White | 2017-01-12 | 1 | -1/+1 |
|\ |
|
| * | Fix inconsistent results when parsing large durations and constructing durati... | Andrey Novikov | 2017-01-09 | 1 | -1/+1 |
* | | Revert "Merge pull request #27586 from maclover7/jm-fix-27584" | Rafael Mendonça França | 2017-01-11 | 1 | -9/+0 |
* | | Use Encoding::UTF_8 constant for default_{internal,external} in the tests | Akira Matsuda | 2017-01-11 | 1 | -2/+2 |
|/ |
|
* | Update `cookies` helper on all HTTP requests | Jon Moss | 2017-01-05 | 1 | -0/+9 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 3 | -4/+4 |
* | Fix style guide violations | Rafael Mendonça França | 2017-01-05 | 1 | -3/+3 |