aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unused params.Jerry Tao2017-02-262-2/+2
* Commit flash changes when using a redirect route.Andrew White2017-02-251-0/+2
* Change `SystemTestCase.driven_by` to use `setup`/`teardown` hooksLucas Mazza2017-02-243-15/+21
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-1/+1
* Move documentation to the correct placeeileencodes2017-02-231-72/+72
* Do not take screenshot when test skippedyuuji.yaginuma2017-02-231-2/+6
* [ci skip] Fix more quotes in direct/resolve docsAndrew White2017-02-231-3/+3
* Clarify use of params in `direct`Andrew White2017-02-221-0/+9
* Bump removal of `/:controller/:action` to Rails 5.2Andrew White2017-02-221-2/+2
* [ci skip] Fix direct/resolve documentation.Kasper Timm Hansen2017-02-211-11/+11
* Split direct method into twoAndrew White2017-02-212-49/+56
* Push option extract into call methodAndrew White2017-02-212-8/+7
* Fix typo in exception messageAndrew White2017-02-211-1/+1
* Prefer remove_method over undef_methodAndrew White2017-02-211-4/+4
* Support mapping of non-model classesAndrew White2017-02-211-3/+10
* Raise an error if `direct` is inside a scope blockAndrew White2017-02-211-3/+14
* Add custom polymorphic mappingAndrew White2017-02-213-56/+141
* Don't allocate a hash unnecessarilyAndrew White2017-02-212-2/+6
* Only accept symbols and strings for Mapper#directAndrew White2017-02-211-1/+6
* Rename url_helper to directAndrew White2017-02-211-7/+7
* Add support for defining custom url helpers in routes.rbAndrew White2017-02-212-0/+116
* Wrap routes.url_helpers.url_for via a proxyAndrew White2017-02-211-4/+21
* Tiny documentation edits [ci skip]Robin Dupret2017-02-211-1/+1
* Fix some grammar in docs [ci skip]kenta-s2017-02-211-1/+1
* Merge pull request #28081 from meinac/fix_redirect_methodGuillermo Iguaran2017-02-211-1/+1
|\
| * Use `response#location` instead of `#location` in redirect.Mehmet Emin INAC2017-02-201-1/+1
* | Clean up documentationeileencodes2017-02-201-9/+10
* | Rename system_test_helper -> application_system_test_caseeileencodes2017-02-202-22/+9
* | Fix default host in setup, move teardown to helper fileeileencodes2017-02-203-0/+31
* | Fix screenshot helper to provide correct file nameeileencodes2017-02-201-2/+6
* | Move and rename system testseileencodes2017-02-206-0/+253
* | Turn system testing into it's own gem and renameeileencodes2017-02-2012-554/+0
* | Appease Rubocopeileencodes2017-02-209-13/+12
* | Refactor so all drivers use Puma by defaulteileencodes2017-02-204-40/+75
* | Add support for screenshotseileencodes2017-02-205-2/+61
* | Reconfigure how the drivers workeileencodes2017-02-206-102/+134
* | Add documentation for system testseileencodes2017-02-209-7/+173
* | Fix Railtie to pass class when setting optionseileencodes2017-02-203-8/+12
* | Move SystemTesting::Base into SystemTestCaseeileencodes2017-02-202-13/+6
* | Refactor to not include `capybara/rails`eileencodes2017-02-201-2/+13
* | Refactor driver adapter getter/settereileencodes2017-02-202-5/+10
* | Inherit from ActionDispatch::IntegrationTesteileencodes2017-02-201-2/+1
* | Add test assertion helperseileencodes2017-02-203-0/+34
* | Add configuration option for driver adaptereileencodes2017-02-203-4/+18
* | Add ForHelper's for system testseileencodes2017-02-203-0/+39
* | Add configurable selenium driver for capybaraeileencodes2017-02-202-0/+80
* | Add ability to run system tests via Capybaraeileencodes2017-02-206-0/+79
* | Add skeleton for Rails::SystemTestCaseeileencodes2017-02-201-0/+5
|/
* Unfreeze interpolated string because it's useless.Stan Lo2017-02-191-1/+1
* Merge pull request #27926 from st0012/freeze-cache-instrument-nameRafael França2017-02-132-2/+2
|\