aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-292-0/+7
* | | | Ensure that the app generator skips action mailbox when `--skip-active-record...bogdanvlviv2018-12-281-0/+5
| |/ / |/| |
* | | Import Action MailboxGeorge Claghorn2018-12-254-124/+236
| |/ |/|
* | No need to handle if FrozenError is availableYasuo Honda2018-12-232-5/+1
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-218-91/+71
* | Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-212-4/+4
* | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* | Clarify implicit meaning of 'workers: 2' in parallelization tests.Kasper Timm Hansen2018-12-191-6/+8
* | Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-5/+14
* | Introduce a guard against DNS rebinding attacksGenadi Samokovarov2018-12-152-6/+10
* | Do not show post install message on rails newRafael Mendonça França2018-12-131-1/+1
* | Use string for arguments in server testyuuji.yaginuma2018-12-131-2/+2
* | Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffixRyuta Kamizono2018-12-131-0/+7
|\ \
| * | Remove redundant suffixes on generated helpers.Gannon McGibbon2018-12-121-0/+7
* | | Remove redundant suffixes on generated integration tests.Gannon McGibbon2018-12-121-0/+7
|/ /
* | Fix boolean interaction in scaffold system testsGannon McGibbon2018-12-121-3/+5
* | Remove redundant suffixes on generated system tests.Gannon McGibbon2018-12-111-0/+14
* | Add test for reads environment credential file with environment variable keyyuuji.yaginuma2018-12-091-1/+17
* | Abort early if generator command fails (#34420)David Rodríguez2018-12-071-2/+14
* | Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+27
* | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-301-26/+54
|\ \
| * | chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-191-26/+54
* | | Compile packs before run testyuuji.yaginuma2018-11-221-1/+4
* | | Merge pull request #34476 from y-yagi/fix_no_method_error_in_parallelizationEileen M. Uchitelle2018-11-191-0/+14
|\ \ \
| * | | Correctly handle unknown object in parallel testsyuuji.yaginuma2018-11-171-0/+14
* | | | Fix test name to match the test behavioryuuji.yaginuma2018-11-181-4/+4
|/ / /
* | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascriptsRafael França2018-11-131-0/+8
|\ \ \
| * | | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-091-0/+8
* | | | Merge pull request #34411 from N0xFF/masterRafael França2018-11-131-0/+25
|\ \ \ \
| * | | | Reset sessions on failed system test screenshotMaxim Perepelitsa2018-11-131-0/+25
* | | | | Ignore warnings such as `Psych.safe_load is deprecated`Yasuo Honda2018-11-131-0/+2
| |/ / / |/| | |
* | | | Add test for parallel tests with unmarshable exceptionyuuji.yaginuma2018-11-091-0/+24
|/ / /
* | | Remove unused argument `expected_database`bogdanvlviv2018-11-081-5/+5
* | | Compile packs for testyuuji.yaginuma2018-11-081-2/+4
* | | Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-071-0/+31
* | | Merge pull request #34387 from yhirano55/rails_info_properties_jsonRyuta Kamizono2018-11-072-0/+17
|\ \ \
| * | | Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-072-0/+17
* | | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+11
|/ / /
* | | Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-261-1/+1
|\ \ \
| * | | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-191-1/+1
* | | | Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-221-5/+1
* | | | Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-222-3/+4
* | | | Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-211-10/+0
* | | | Correct some tests related to changes in #33079 (#34272)Bogdan2018-10-222-4/+6
* | | | Avoid running `webpacker:install` on tests that don't need ityuuji.yaginuma2018-10-202-6/+10
| |/ / |/| |
* | | Avoid running bundler on tests that don't need ityuuji.yaginuma2018-10-191-3/+3
* | | Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-141-3/+13
|/ /
* | Runs the generator before assertionsyuuji.yaginuma2018-10-121-0/+1
* | Add test retries for railtiesGannon McGibbon2018-10-111-0/+3
* | Add multi-db support to rails db:migrate:statusGannon McGibbon2018-10-091-19/+51