Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | [Action View] require_relative => require | Akira Matsuda | 2017-10-21 | 25 | -35/+35 | |
* | | | | | | | | [Action Pack] require => require_relative | Akira Matsuda | 2017-10-21 | 37 | -70/+70 | |
* | | | | | | | | [Active Record] require => require_relative | Akira Matsuda | 2017-10-21 | 35 | -134/+134 | |
* | | | | | | | | [Active Model] require => require_relative | Akira Matsuda | 2017-10-21 | 7 | -25/+25 | |
* | | | | | | | | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 129 | -386/+386 | |
* | | | | | | | | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 74 | -115/+115 | |
* | | | | | | | | Let Hash#slice return a Hash | Akira Matsuda | 2017-10-21 | 2 | -1/+5 | |
* | | | | | | | | Move HWIA specific logic for slice and slice! to HWIA class | Akira Matsuda | 2017-10-21 | 2 | -2/+10 | |
* | | | | | | | | Hash#slice is in Ruby 2.5+ | Akira Matsuda | 2017-10-21 | 1 | -1/+1 | |
* | | | | | | | | Add test cases for `type` and `foreign_type` in the reflections | Ryuta Kamizono | 2017-10-21 | 1 | -0/+7 | |
* | | | | | | | | bundle lock --add-platform java | Akira Matsuda | 2017-10-20 | 1 | -0/+27 | |
* | | | | | | | | Merge pull request #30928 from Altech/indifferent-ignored-columns | Ryuta Kamizono | 2017-10-20 | 3 | -15/+37 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Convert ignored_columns to a list of string | Altech | 2017-10-20 | 3 | -15/+37 | |
* | | | | | | | | | Merge pull request #30936 from maxfelsher/html-escape-doc-fix | Ryuta Kamizono | 2017-10-20 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove obsolete documentation [ci skip] | Max Felsher | 2017-10-19 | 1 | -3/+0 | |
* | | | | | | | | | | Merge pull request #30938 from y-yagi/_return_correct_exit_status_of_ujs_test | Ryuta Kamizono | 2017-10-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Return correct exit status of ujs test | yuuji.yaginuma | 2017-10-20 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Keep `:api: plugin` methods in the doc [ci skip] | Ryuta Kamizono | 2017-10-20 | 2 | -5/+5 | |
* | | | | | | | | | Merge pull request #30930 from rails/replace-phantomjs-with-chrome | Guillermo Iguaran | 2017-10-19 | 6 | -151/+31 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Count assertions instead of tests in report | Guillermo Iguaran | 2017-10-19 | 1 | -1/+1 | |
| * | | | | | | | | PhantomJS is abandoned, replace it with Selenium/Chrome headless | Guillermo Iguaran | 2017-10-19 | 6 | -151/+31 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #29127 from DmytroVasin/rails-ujs-remote-callbacks | Guillermo Iguaran | 2017-10-19 | 3 | -69/+34 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix callback in rails ujs | Vasin Dmitriy | 2017-06-07 | 3 | -69/+34 | |
* | | | | | | | | | Test `ignored_columns` value is inheritable by subclasses | Ryuta Kamizono | 2017-10-19 | 2 | -0/+10 | |
* | | | | | | | | | Merge pull request #30927 from y-yagi/remove_unused_fixture_template | Ryuta Kamizono | 2017-10-19 | 1 | -11/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unused `FixtureTemplate` class | yuuji.yaginuma | 2017-10-19 | 1 | -11/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30579 from bogdanvlviv/fix_ar_internal_metadata_for_a_tes... | Sean Griffin | 2017-10-18 | 4 | -12/+83 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | `ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data... | bogdanvlviv | 2017-10-15 | 2 | -3/+11 | |
| * | | | | | | | | | Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int... | bogdanvlviv | 2017-10-15 | 4 | -9/+72 | |
* | | | | | | | | | | Merge pull request #30923 from rails/chromedriverhelper | Guillermo Iguaran | 2017-10-18 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Improve out-of-box experience with System tests including chromedriver-helper... | Guillermo Iguaran | 2017-10-18 | 2 | -0/+4 | |
* | | | | | | | | | | | Merge pull request #30918 from yahonda/diag_seed_42296 | Ryuta Kamizono | 2017-10-19 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Enable `hstore` extention disabled at the end of `InvertibleMigrationTest#tes... | Yasuo Honda | 2017-10-18 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge pull request #30915 from bogdanvlviv/migration-version-in-bug_report_te... | Ryuta Kamizono | 2017-10-18 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Set proper migration' version in bug report templates | bogdanvlviv | 2017-10-18 | 2 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #30914 from bogdanvlviv/active_record_basics-guides-add-de... | Eileen M. Uchitelle | 2017-10-18 | 1 | -0/+11 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add mention how to delete several records in bulk to Active Record Basics Gui... | bogdanvlviv | 2017-10-18 | 1 | -0/+11 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30912 from y-yagi/remove_unused_unknown_controller | Ryuta Kamizono | 2017-10-18 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unused `UnknownController` class | yuuji.yaginuma | 2017-10-18 | 1 | -3/+0 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #30911 from y-yagi/remove_unnecessary_allow_failure_true | Ryuta Kamizono | 2017-10-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unnecessary `allow_failure: true` option | yuuji.yaginuma | 2017-10-18 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30910 from y-yagi/fix_typo_in_allow_failure_argument | Ryuta Kamizono | 2017-10-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix typo in `allow_failure` argument [ci skip] | yuuji.yaginuma | 2017-10-18 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Should test `LegacyPrimaryKeyTest` to both `V5_0` and `V4_2` | Ryuta Kamizono | 2017-10-18 | 1 | -15/+34 | |
* | | | | | | | | Merge pull request #30909 from ahorek/compatibility_fix | Ryuta Kamizono | 2017-10-18 | 2 | -1/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | compatibility - use int instead of bigint | pavel | 2017-10-18 | 2 | -1/+4 | |
* | | | | | | | | | Merge pull request #30876 from y-yagi/selenium_chrome_headless | Eileen M. Uchitelle | 2017-10-17 | 6 | -1/+41 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add headless chrome driver to System Tests | yuuji.yaginuma | 2017-10-17 | 6 | -1/+41 | |
* | | | | | | | | | Merge pull request #30907 from yhirano55/update_mailing_list_url_in_i18n_guide | Ryuta Kamizono | 2017-10-17 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update mailing list URL in I18n guide [ci skip] | Yoshiyuki Hirano | 2017-10-17 | 1 | -3/+3 | |
|/ / / / / / / / |