aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only load SystemTestCase if Capybara is definedeileencodes2017-02-211-5/+10
* Tiny documentation edits [ci skip]Robin Dupret2017-02-212-17/+12
* Merge pull request #28092 from sikachu/fix-define_attribute_method-with-symbo...Guillermo Iguaran2017-02-212-1/+8
|\
| * Fix `define_attribute_method` with Symbol in ARPrem Sichanugrist2017-02-212-1/+8
* | Merge pull request #28088 from y-yagi/do_not_generate_templates_to_api_docGuillermo Iguaran2017-02-211-1/+1
|\ \ | |/ |/|
| * Do not display template files on API doc [ci skip]yuuji.yaginuma2017-02-211-1/+1
* | Fix run_via[]= backwards compatibility.Kasper Timm Hansen2017-02-212-1/+13
* | Merge pull request #28055 from robertomiranda/patch-3Guillermo Iguaran2017-02-212-2/+2
|\ \
| * | Use Puma 3.7.xRoberto Miranda2017-02-202-2/+2
* | | Merge pull request #28089 from kenta-s/improve-testing-docsVipul A M2017-02-212-4/+4
|\ \ \
| * | | Fix some grammar in docs [ci skip]kenta-s2017-02-212-4/+4
|/ / /
* | | Merge pull request #28081 from meinac/fix_redirect_methodGuillermo Iguaran2017-02-212-3/+3
|\ \ \ | |_|/ |/| |
| * | Use `response#location` instead of `#location` in redirect.Mehmet Emin INAC2017-02-202-3/+3
* | | Merge pull request #28083 from eileencodes/ensure-test-threads-shared-db-connMatthew Draper2017-02-218-32/+80
|\ \ \
| * | | Ensure test threads share a DB connectioneileencodes2017-02-208-32/+80
* | | | Add missing spaceJon Moss2017-02-201-1/+1
* | | | Add changelog for system testseileencodes2017-02-201-0/+8
* | | | Merge pull request #26703 from eileencodes/rails_system_testsEileen M. Uchitelle2017-02-2035-5/+686
|\ \ \ \
| * | | | Clean up documentationeileencodes2017-02-202-16/+17
| * | | | Rename system_test_helper -> application_system_test_caseeileencodes2017-02-209-38/+25
| * | | | Fix default host in setup, move teardown to helper fileeileencodes2017-02-207-16/+39
| * | | | Fix screenshot helper to provide correct file nameeileencodes2017-02-202-3/+15
| * | | | Add default configuration to generated system test helpereileencodes2017-02-203-0/+6
| * | | | Move and rename system testseileencodes2017-02-2037-519/+298
| * | | | Rename server and remove optional port settingeileencodes2017-02-205-46/+22
| * | | | Update documentation and guideseileencodes2017-02-205-201/+193
| * | | | Rewrite API for ActionSystemTesteileencodes2017-02-2020-486/+171
| * | | | Add guides for system testingeileencodes2017-02-201-3/+251
| * | | | Cleanup Rails provided helperseileencodes2017-02-206-109/+71
| * | | | Remove teardown codeeileencodes2017-02-201-5/+0
| * | | | Use 1 thread instead of 4 with Puma server for system testseileencodes2017-02-201-1/+1
| * | | | Set Webrick logger for system testingeileencodes2017-02-201-1/+1
| * | | | Rename call to runeileencodes2017-02-203-3/+3
| * | | | Amend documentationeileencodes2017-02-205-34/+46
| * | | | Refactor config settings to use generated fileeileencodes2017-02-2015-47/+72
| * | | | Don't load ActionSystemTest in productioneileencodes2017-02-204-20/+12
| * | | | Turn system testing into it's own gem and renameeileencodes2017-02-2041-219/+398
| * | | | Appease Rubocopeileencodes2017-02-2015-21/+20
| * | | | Refactor so all drivers use Puma by defaulteileencodes2017-02-205-43/+107
| * | | | Add support for screenshotseileencodes2017-02-206-2/+81
| * | | | Reconfigure how the drivers workeileencodes2017-02-2010-144/+154
| * | | | Add documentation for system testseileencodes2017-02-209-7/+173
| * | | | Add tests for system testingeileencodes2017-02-209-1/+152
| * | | | 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-204-4/+19