aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-302-29/+59
|\
| * chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-192-29/+59
* | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
* | Compile packs before run testyuuji.yaginuma2018-11-221-1/+4
* | Homogenize rails help outputAlberto Almagro2018-11-191-9/+10
* | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\ \
| * | Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* | | 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
|/ / /
* | | Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
* | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascriptsRafael França2018-11-134-10/+34
|\ \ \
| * | | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-094-10/+34
* | | | 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
* | | | | add a nice alias for the --webpack optionAlessandro Rodi2018-11-131-2/+2
* | | | | 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-075-2/+37
|\ \
| * | Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-075-2/+37
* | | Merge pull request #34392 from gmcgibbon/gem_security_note_amendRafael França2018-11-061-3/+3
|\ \ \
| * | | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | | | Merge pull request #34375 from y-yagi/add_connect_src_to_default_csp_initializerGuillermo Iguaran2018-11-062-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-042-0/+15
| |/ /
* / / Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
|/ /
* | Keep new line after the last dependencyyuuji.yaginuma2018-11-041-1/+1
* | Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-301-0/+1
* | 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
* | | Do not need to mention the method that is being called in the exceptionRafael Mendonça França2018-10-231-1/+1
* | | Merge pull request #34275 from bogdanvlviv/skip_yarn-to-skip_javascriptRafael França2018-10-2310-27/+17
|\ \ \
| * | | Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-222-9/+1
| * | | Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-2210-19/+17
* | | | Merge pull request #34289 from jschulenklopper/patch-1George Claghorn2018-10-221-1/+1
|\ \ \ \
| * | | | Add missing dot in comment in .gitignore templateJochem Schulenklopper2018-10-221-1/+1
| |/ / /
* | | | Merge pull request #34222 from bogdanvlviv/unify-changelog-entriesRafael França2018-10-221-24/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Unify changelog entries related to `database` option of Rails generators [ci ...bogdanvlviv2018-10-161-24/+8
| |/ /
* | | Merge pull request #34279 from bogdanvlviv/remove-extra-remove_file-skip_acti...Ryuta Kamizono2018-10-221-1/+0
|\ \ \
| * | | Remove extra call `remove_file` on `rails new` with `--skip_action_cable`bogdanvlviv2018-10-221-1/+0
* | | | Merge pull request #34274 from bogdanvlviv/remove-yarn-files-from-gitignore-t...Ryuta Kamizono2018-10-222-16/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-212-16/+1
* | | | Merge pull request #34277 from bogdanvlviv/remove-javascripts-javascripts_eng...Ryuta Kamizono2018-10-221-2/+0
|\ \ \ \
| * | | | Remove `javascripts` and `javascript_engine` options for generatorsbogdanvlviv2018-10-221-2/+0
| |/ / /
* / / / Remove `:javascript` from `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`bogdanvlviv2018-10-221-1/+1
|/ / /
* | | Correct some tests related to changes in #33079 (#34272)Bogdan2018-10-222-4/+6
* | | Merge pull request #34260 from frodsan/fix/remove-unnecessary-escape-charRyuta Kamizono2018-10-201-2/+2
|\ \ \
| * | | Remove unnecessary escape characterFrancesco Rodríguez2018-10-191-2/+2