aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-202-0/+13
* Add generators and ability to run system testseileencodes2017-02-2014-0/+66
* Merge pull request #27863 from robin850/api-improvementsMatthew Draper2017-02-215-16/+51
|\
| * Properly nest core classes under a "Core Extensions" labelRobin Dupret2017-02-202-9/+33
| * Avoid documenting private or external classesRobin Dupret2017-02-074-7/+18
* | Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_mergeMatthew Draper2017-02-215-34/+29
|\ \
| * | Define `respond_to_missing?` instead of `respond_to?`Ryuta Kamizono2017-02-211-4/+4
| * | Cache target scope for collection proxyRyuta Kamizono2016-12-252-3/+4
| * | No need to cache collection proxies separatelyRyuta Kamizono2016-12-253-17/+1
| * | Delegate to `scope` rather than `merge!` for collection proxyRyuta Kamizono2016-12-252-14/+24
* | | Merge pull request #28079 from ck3g/rename-osx-to-macosRobin Dupret2017-02-205-9/+9
|\ \ \
| * | | [ci skip] Update Guides to use macOS instead of Mac OS XVitali Tatarintev2017-02-205-9/+9
|/ / /
* | | Merge pull request #27925 from robin850/hwia-removalKasper Timm Hansen2017-02-204-4/+49
|\ \ \
| * | | Deprecate the top-level `HashWithIndifferentAccess` contantRobin Dupret2017-02-194-4/+49
* | | | Import rails-ujs v0.1.0 from rails/rails-ujsGuillermo Iguaran2017-02-2011-255/+35
* | | | Merge pull request #28059 from y-yagi/do_not_run_git_init_inside_test_dummyGuillermo Iguaran2017-02-202-1/+2
|\ \ \ \
| * | | | Do not run `git init` in dummy applicationyuuji.yaginuma2017-02-182-1/+2
* | | | | Merge pull request #28070 from kamipo/improve_create_table_force_trueGuillermo Iguaran2017-02-201-2/+2
|\ \ \ \ \
| * | | | | Improve `create_table force: true`Ryuta Kamizono2017-02-201-2/+2
* | | | | | Merge pull request #28073 from bogdanvlviv/routes-in-testsGuillermo Iguaran2017-02-204-9/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Set correct "routes" in tests casesbogdanvlviv2017-02-203-7/+7
| * | | | | Add assertion to polymorphic_routes_test.rbbogdanvlviv2017-02-201-2/+1
|/ / / / /
* | | | | Merge pull request #28013 from iguchi1124/fix-missing-namespace-wrapperGodfrey Chan2017-02-192-2/+8
|\ \ \ \ \
| * | | | | Add test for generate namespaced integration testShota Iguchi2017-02-161-2/+6
| * | | | | Add missing module namespacing wrapperShota Iguchi2017-02-151-0/+2