Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Use 1 thread instead of 4 with Puma server for system tests | eileencodes | 2017-02-20 | 1 | -1/+1 | |
| * | | | | | | | Set Webrick logger for system testing | eileencodes | 2017-02-20 | 1 | -1/+1 | |
| * | | | | | | | Rename call to run | eileencodes | 2017-02-20 | 3 | -3/+3 | |
| * | | | | | | | Amend documentation | eileencodes | 2017-02-20 | 5 | -34/+46 | |
| * | | | | | | | Refactor config settings to use generated file | eileencodes | 2017-02-20 | 15 | -47/+72 | |
| * | | | | | | | Don't load ActionSystemTest in production | eileencodes | 2017-02-20 | 4 | -20/+12 | |
| * | | | | | | | Turn system testing into it's own gem and rename | eileencodes | 2017-02-20 | 41 | -219/+398 | |
| * | | | | | | | Appease Rubocop | eileencodes | 2017-02-20 | 15 | -21/+20 | |
| * | | | | | | | 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 | 9 | -1/+152 | |
| * | | | | | | | 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 | 4 | -4/+19 | |
| * | | | | | | | 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 | 2 | -0/+13 | |
| * | | | | | | | Add generators and ability to run system tests | eileencodes | 2017-02-20 | 14 | -0/+66 | |
* | | | | | | | | Merge pull request #27941 from y-yagi/prevent_multiple_values_being_set_to_ru... | Kasper Timm Hansen | 2017-02-20 | 5 | -10/+34 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Prevent multiple values being set to `run_via` | yuuji.yaginuma | 2017-02-18 | 5 | -10/+34 | |
* | | | | | | | | | Revert "Merge pull request #27925 from robin850/hwia-removal" | Kasper Timm Hansen | 2017-02-20 | 4 | -49/+4 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #27863 from robin850/api-improvements | Matthew Draper | 2017-02-21 | 5 | -16/+51 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Properly nest core classes under a "Core Extensions" label | Robin Dupret | 2017-02-20 | 2 | -9/+33 | |
| * | | | | | | | | Avoid documenting private or external classes | Robin Dupret | 2017-02-07 | 4 | -7/+18 | |
* | | | | | | | | | Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_merge | Matthew Draper | 2017-02-21 | 5 | -34/+29 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Define `respond_to_missing?` instead of `respond_to?` | Ryuta Kamizono | 2017-02-21 | 1 | -4/+4 | |
| * | | | | | | | | Cache target scope for collection proxy | Ryuta Kamizono | 2016-12-25 | 2 | -3/+4 | |
| * | | | | | | | | No need to cache collection proxies separately | Ryuta Kamizono | 2016-12-25 | 3 | -17/+1 | |
| * | | | | | | | | Delegate to `scope` rather than `merge!` for collection proxy | Ryuta Kamizono | 2016-12-25 | 2 | -14/+24 | |
* | | | | | | | | | Merge pull request #28079 from ck3g/rename-osx-to-macos | Robin Dupret | 2017-02-20 | 5 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [ci skip] Update Guides to use macOS instead of Mac OS X | Vitali Tatarintev | 2017-02-20 | 5 | -9/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #27925 from robin850/hwia-removal | Kasper Timm Hansen | 2017-02-20 | 4 | -4/+49 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Deprecate the top-level `HashWithIndifferentAccess` contant | Robin Dupret | 2017-02-19 | 4 | -4/+49 | |
* | | | | | | | | | Import rails-ujs v0.1.0 from rails/rails-ujs | Guillermo Iguaran | 2017-02-20 | 11 | -255/+35 | |
* | | | | | | | | | Merge pull request #28059 from y-yagi/do_not_run_git_init_inside_test_dummy | Guillermo Iguaran | 2017-02-20 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Do not run `git init` in dummy application | yuuji.yaginuma | 2017-02-18 | 2 | -1/+2 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #28070 from kamipo/improve_create_table_force_true | Guillermo Iguaran | 2017-02-20 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Improve `create_table force: true` | Ryuta Kamizono | 2017-02-20 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #28073 from bogdanvlviv/routes-in-tests | Guillermo Iguaran | 2017-02-20 | 4 | -9/+8 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Set correct "routes" in tests cases | bogdanvlviv | 2017-02-20 | 3 | -7/+7 | |
| * | | | | | | | | | Add assertion to polymorphic_routes_test.rb | bogdanvlviv | 2017-02-20 | 1 | -2/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #28013 from iguchi1124/fix-missing-namespace-wrapper | Godfrey Chan | 2017-02-19 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add test for generate namespaced integration test | Shota Iguchi | 2017-02-16 | 1 | -2/+6 |