Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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 | |
| * | | | | | | | | | Add missing module namespacing wrapper | Shota Iguchi | 2017-02-15 | 1 | -0/+2 | |
* | | | | | | | | | | Merge pull request #28069 from st0012/change-back-frozen-string | Matthew Draper | 2017-02-20 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Unfreeze interpolated string because it's useless. | Stan Lo | 2017-02-19 | 2 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Share the common implementation between apps and engines. | Kasper Timm Hansen | 2017-02-18 | 1 | -12/+7 | |
* | | | | | | | | | Merge pull request #28058 from y-yagi/follow_up_to_27608 | Jon Moss | 2017-02-17 | 2 | -23/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove deprecate passing string to `:if` and `:unless` conditional options [c... | yuuji.yaginuma | 2017-02-18 | 2 | -23/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #28049 from notapatch/master | Jon Moss | 2017-02-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Change engines guide to demonstrate maintained forum | Richard | 2017-02-17 | 1 | -1/+1 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #28053 from kamipo/remove_doc | Akira Matsuda | 2017-02-18 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Remove `:doc:` for `NumericalityValidator` [ci skip] | Ryuta Kamizono | 2017-02-17 | 1 | -5/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #28047 from Erol/fix-i18n-documentation-typo | Yves Senn | 2017-02-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix typo in I18n Guide [ci skip] | Erol Fornoles | 2017-02-17 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #28040 from kenta-s/fix-doc-in-multibyte-chars | Jon Moss | 2017-02-16 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix doc in Multibyte::Chars [ci skip] | kenta-s | 2017-02-17 | 1 | -4/+5 | |
|/ / / / / / / |