aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | 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
|/ /
* | Fix generated Gemfile missing gems on jrubyDavid Rodríguez2018-10-171-1/+1
* | Merge pull request #29204 from RasPat1/issue-29200-scaffold-reference-display...Ryuta Kamizono2018-10-164-5/+21
|\ \ | |/ |/|
| * Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-144-5/+20
|/
* 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-092-19/+56
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-093-7/+7
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-093-6/+7
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-093-1/+22
* Merge pull request #34084 from trustvox/masterRafael França2018-10-052-4/+2
|\
| * Remove "include FileUtils" sentence in setup/update bin filesBruno Casali2018-09-172-4/+2
* | Remove bundler warnings from bin/setup outputGannon McGibbon2018-10-051-8/+10
* | Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-054-8/+6
* | Add retry_on/discard suggestions for common cases.Francesco Rodríguez2018-10-051-0/+5
* | Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-051-2/+2
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-032-14/+4
* | Fix call sitesGannon McGibbon2018-10-021-1/+1
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-3034-291/+160
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-294-8/+8
* | Reset `ActiveRecord::Base.configurations` to the value beforeyuuji.yaginuma2018-09-291-1/+2
* | Refactor migrations_path command option to databaseGannon McGibbon2018-09-285-13/+48
* | Add migrations_paths option to model generatorGannon McGibbon2018-09-273-0/+31