| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | 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 |
|/ |
|
* | Runs the generator before assertions | yuuji.yaginuma | 2018-10-12 | 1 | -0/+1 |
* | Add test retries for railties | Gannon McGibbon | 2018-10-11 | 1 | -0/+3 |
* | Add multi-db support to rails db:migrate:status | Gannon McGibbon | 2018-10-09 | 2 | -19/+56 |
* | Use `--skip-webpack-install` by default | yuuji.yaginuma | 2018-10-09 | 3 | -7/+7 |
* | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-09 | 3 | -6/+7 |
* | Add `skip-webpack-install` option | yuuji.yaginuma | 2018-10-09 | 3 | -1/+22 |
* | Merge pull request #34084 from trustvox/master | Rafael França | 2018-10-05 | 2 | -4/+2 |
|\ |
|
| * | Remove "include FileUtils" sentence in setup/update bin files | Bruno Casali | 2018-09-17 | 2 | -4/+2 |
* | | Remove bundler warnings from bin/setup output | Gannon McGibbon | 2018-10-05 | 1 | -8/+10 |
* | | Fix tests related to new JavaScript path for generators | Prathamesh Sonpatki | 2018-10-05 | 4 | -8/+6 |
* | | Add retry_on/discard suggestions for common cases. | Francesco Rodríguez | 2018-10-05 | 1 | -0/+5 |
* | | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-05 | 1 | -2/+2 |
* | | Revert "Merge pull request #33970 from rails/eager-url-helpers" | schneems | 2018-10-03 | 2 | -14/+4 |
* | | Fix call sites | Gannon McGibbon | 2018-10-02 | 1 | -1/+1 |
* | | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 34 | -291/+160 |
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 4 | -8/+8 |
* | | Reset `ActiveRecord::Base.configurations` to the value before | yuuji.yaginuma | 2018-09-29 | 1 | -1/+2 |
* | | Refactor migrations_path command option to database | Gannon McGibbon | 2018-09-28 | 5 | -13/+48 |
* | | Add migrations_paths option to model generator | Gannon McGibbon | 2018-09-27 | 3 | -0/+31 |
* | | Merge branch 'master' into eager-url-helpers | Aaron Patterson | 2018-09-26 | 2 | -3/+3 |
|\ \ |
|