| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge pull request #34410 from gmcgibbon/test_support_windows | Eileen M. Uchitelle | 2018-11-19 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Windows support for parallelization and instrumenter | Gannon McGibbon | 2018-11-08 | 1 | -1/+1 |
* | | | | | Merge pull request #34476 from y-yagi/fix_no_method_error_in_parallelization | Eileen M. Uchitelle | 2018-11-19 | 1 | -0/+14 |
|\ \ \ \ \ |
|
| * | | | | | Correctly handle unknown object in parallel tests | yuuji.yaginuma | 2018-11-17 | 1 | -0/+14 |
* | | | | | | Fix test name to match the test behavior | yuuji.yaginuma | 2018-11-18 | 1 | -4/+4 |
|/ / / / / |
|
* | | | | | Fix a method call in bin/setup file | Nihad Abbasov | 2018-11-15 | 1 | -1/+1 |
* | | | | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascripts | Rafael França | 2018-11-13 | 4 | -10/+34 |
|\ \ \ \ \ |
|
| * | | | | | Remove asset paths from eager_load_paths and autoload_paths | Gannon McGibbon | 2018-11-09 | 4 | -10/+34 |
* | | | | | | Merge pull request #34411 from N0xFF/master | Rafael França | 2018-11-13 | 1 | -0/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | Reset sessions on failed system test screenshot | Maxim Perepelitsa | 2018-11-13 | 1 | -0/+25 |
* | | | | | | | add a nice alias for the --webpack option | Alessandro Rodi | 2018-11-13 | 1 | -2/+2 |
* | | | | | | | Ignore warnings such as `Psych.safe_load is deprecated` | Yasuo Honda | 2018-11-13 | 1 | -0/+2 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Add test for parallel tests with unmarshable exception | yuuji.yaginuma | 2018-11-09 | 1 | -0/+24 |
|/ / / / / |
|
* | | | | | Remove unused argument `expected_database` | bogdanvlviv | 2018-11-08 | 1 | -5/+5 |
* | | | | | Compile packs for test | yuuji.yaginuma | 2018-11-08 | 1 | -2/+4 |
|/ / / / |
|
* | | | | Add multi-db support to schema cache dump and clear | Gannon McGibbon | 2018-11-07 | 1 | -0/+31 |
* | | | | Merge pull request #34387 from yhirano55/rails_info_properties_json | Ryuta Kamizono | 2018-11-07 | 5 | -2/+37 |
|\ \ \ \ |
|
| * | | | | Add JSON support to rails properties route (`/rails/info/properties`). | Yoshiyuki Hirano | 2018-11-07 | 5 | -2/+37 |
* | | | | | Merge pull request #34392 from gmcgibbon/gem_security_note_amend | Rafael França | 2018-11-06 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
* | | | | | | Merge pull request #34375 from y-yagi/add_connect_src_to_default_csp_initializer | Guillermo Iguaran | 2018-11-06 | 2 | -0/+15 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Add `connect_src` example to content security policy initializer | yuuji.yaginuma | 2018-11-04 | 2 | -0/+15 |
| |/ / / / |
|
* / / / / | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |
|/ / / / |
|
* | | | | Keep new line after the last dependency | yuuji.yaginuma | 2018-11-04 | 1 | -1/+1 |
* | | | | Restore `encoding: utf8mb4` in database.yml | Yasuo Honda | 2018-10-30 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #34208 from yskkin/inspect_with_parameter_filter | Ryuta Kamizono | 2018-10-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Implement AR#inspect using ParamterFilter. | Yoshiyuki Kinjo | 2018-10-19 | 1 | -1/+1 |
* | | | | Do not need to mention the method that is being called in the exception | Rafael Mendonça França | 2018-10-23 | 1 | -1/+1 |
* | | | | Merge pull request #34275 from bogdanvlviv/skip_yarn-to-skip_javascript | Rafael França | 2018-10-23 | 10 | -27/+17 |
|\ \ \ \ |
|
| * | | | | Remove node_modules path from assets load paths since we use webpack by default | bogdanvlviv | 2018-10-22 | 2 | -9/+1 |
| * | | | | Remove `--skip-yarn` in favor of `--skip-javascript` | bogdanvlviv | 2018-10-22 | 10 | -19/+17 |
* | | | | | Merge pull request #34289 from jschulenklopper/patch-1 | George Claghorn | 2018-10-22 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Add missing dot in comment in .gitignore template | Jochem Schulenklopper | 2018-10-22 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #34222 from bogdanvlviv/unify-changelog-entries | Rafael França | 2018-10-22 | 1 | -24/+8 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Unify changelog entries related to `database` option of Rails generators [ci ... | bogdanvlviv | 2018-10-16 | 1 | -24/+8 |
| |/ / / |
|
* | | | | Merge pull request #34279 from bogdanvlviv/remove-extra-remove_file-skip_acti... | Ryuta Kamizono | 2018-10-22 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | Remove extra call `remove_file` on `rails new` with `--skip_action_cable` | bogdanvlviv | 2018-10-22 | 1 | -1/+0 |
* | | | | | Merge pull request #34274 from bogdanvlviv/remove-yarn-files-from-gitignore-t... | Ryuta Kamizono | 2018-10-22 | 2 | -16/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Remove yarn's files from `.gitignore` template for new rails app | bogdanvlviv | 2018-10-21 | 2 | -16/+1 |
* | | | | | Merge pull request #34277 from bogdanvlviv/remove-javascripts-javascripts_eng... | Ryuta Kamizono | 2018-10-22 | 1 | -2/+0 |
|\ \ \ \ \ |
|
| * | | | | | Remove `javascripts` and `javascript_engine` options for generators | bogdanvlviv | 2018-10-22 | 1 | -2/+0 |
| |/ / / / |
|
* / / / / | Remove `:javascript` from `Rails::PluginBuilder::PASSTHROUGH_OPTIONS` | bogdanvlviv | 2018-10-22 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Correct some tests related to changes in #33079 (#34272) | Bogdan | 2018-10-22 | 2 | -4/+6 |
* | | | | Merge pull request #34260 from frodsan/fix/remove-unnecessary-escape-char | Ryuta Kamizono | 2018-10-20 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Remove unnecessary escape character | Francesco Rodríguez | 2018-10-19 | 1 | -2/+2 |
* | | | | | Avoid running `webpacker:install` on tests that don't need it | yuuji.yaginuma | 2018-10-20 | 2 | -6/+10 |
| |_|/ /
|/| | | |
|
* | | | | Avoid running bundler on tests that don't need it | yuuji.yaginuma | 2018-10-19 | 1 | -3/+3 |
|/ / / |
|
* | | | Fix generated Gemfile missing gems on jruby | David Rodríguez | 2018-10-17 | 1 | -1/+1 |
* | | | Merge pull request #29204 from RasPat1/issue-29200-scaffold-reference-display... | Ryuta Kamizono | 2018-10-16 | 4 | -5/+21 |
|\ \ \
| |/ /
|/| | |
|
| * | | Show object ids in scaffold pages when displaying referenced objects | Rasesh Patel | 2018-10-14 | 4 | -5/+20 |
|/ / |
|