| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing dot in comment in .gitignore template | Jochem Schulenklopper | 2018-10-22 | 1 | -1/+1 |
* | 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 | 1 | -6/+1 |
|\ \
| |/
|/| |
|
| * | Remove yarn's files from `.gitignore` template for new rails app | bogdanvlviv | 2018-10-21 | 1 | -6/+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 |
|/ |
|
* | Remove unnecessary escape character | Francesco Rodríguez | 2018-10-19 | 1 | -2/+2 |
* | Fix generated Gemfile missing gems on jruby | David Rodríguez | 2018-10-17 | 1 | -1/+1 |
* | Show object ids in scaffold pages when displaying referenced objects | Rasesh Patel | 2018-10-14 | 2 | -2/+2 |
* | Use `--skip-webpack-install` by default | yuuji.yaginuma | 2018-10-09 | 1 | -1/+1 |
* | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-09 | 1 | -0/+1 |
* | Add `skip-webpack-install` option | yuuji.yaginuma | 2018-10-09 | 2 | -1/+8 |
* | 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 |
* | | Add retry_on/discard suggestions for common cases. | Francesco Rodríguez | 2018-10-05 | 1 | -0/+5 |
* | | 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 | 19 | -128/+63 |
* | | Add `Style/RedundantFreeze` to remove redudant `.freeze` | Yasuo Honda | 2018-09-29 | 2 | -5/+5 |
* | | Merge branch 'master' into eager-url-helpers | Aaron Patterson | 2018-09-26 | 1 | -2/+2 |
|\ \ |
|
| * | | Change the empty block style to have space inside of the block | Rafael Mendonça França | 2018-09-25 | 1 | -2/+2 |
* | | | Routes from Engine Railties should not be an infinite loop | Aaron Patterson | 2018-09-26 | 1 | -0/+6 |
* | | | Eager load supports individual files | Aaron Patterson | 2018-09-26 | 2 | -4/+8 |
|/ / |
|
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 4 | -4/+4 |
* | | Fixed to RAILS_MASTER_KEY as a default env key for decrypting. | Wojciech Wnętrzak | 2018-09-20 | 3 | -11/+7 |
* | | Fix env name for master key | yuuji.yaginuma | 2018-09-20 | 2 | -2/+2 |
* | | Support environment specific credentials file. (#33521) | Wojciech Wnętrzak | 2018-09-19 | 4 | -24/+84 |
|/ |
|
* | Remove mysql2 gem version requirement "< 0.6.0" | Yasuo Honda | 2018-09-14 | 1 | -1/+1 |
* | Bump MySQL version requirement to 5.5.8 in the template files | Yasuo Honda | 2018-09-13 | 2 | -2/+2 |
* | Validate if `utf8mb4` character set and longer index key prefix is supported | Yasuo Honda | 2018-09-13 | 1 | -1/+0 |
* | Merge pull request #33819 from kevindew/yarn-path | Rafael França | 2018-09-11 | 1 | -1/+1 |
|\ |
|
| * | Run yarn install relative to Rails.root | Kevin Dew | 2018-09-07 | 1 | -1/+1 |
* | | Merge pull request #33483 from DylanReile/master | Rafael França | 2018-09-11 | 1 | -0/+2 |
|\ \ |
|
| * | | Disable content security policy for mailer previews | Dylan Reile | 2018-07-30 | 1 | -0/+2 |
* | | | Merge pull request #33815 from mberlanda/mberlanda/enhance-config-for | Rafael França | 2018-09-11 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | refacto: config_for with ActiveSupport::InheritableOptions and symbolized keys | Mauro Berlanda | 2018-09-11 | 1 | -1/+4 |
| | |/
| |/| |
|
* | | | use "minitest" consistently | Xavier Noria | 2018-09-11 | 2 | -4/+3 |
* | | | Use utf8mb4 character set by default for MySQL database (#33608) | Yasuo Honda | 2018-09-11 | 1 | -1/+1 |
|/ / |
|
* | | Use canonical name for block local | yuuji.yaginuma | 2018-09-07 | 1 | -12/+12 |
* | | Generate a gem that can't be pushed to Rubygems.org by default | Rafael Mendonça França | 2018-09-06 | 1 | -0/+9 |
* | | Respect config setting when output deprecation notice in rake tasks | yuuji.yaginuma | 2018-09-04 | 3 | -5/+5 |
* | | Merge pull request #33773 from mcnelson/null_cache_store_for_test_env | George Claghorn | 2018-09-02 | 1 | -0/+1 |
|\ \ |
|
| * | | Set cache store as null_store for test environment | Michael Nelson | 2018-08-02 | 1 | -0/+1 |
* | | | Merge pull request #33743 from steakknife/steakknife/improve-template-generat... | Rafael França | 2018-08-31 | 1 | -15/+41 |
|\ \ \ |
|
| * | | | add github to template actions, light DSL refactor | Barry Allard | 2018-08-30 | 1 | -15/+41 |
* | | | | Emit warning for unknown inflection rule when generating model. | Yoshiyuki Kinjo | 2018-08-31 | 1 | -1/+8 |
* | | | | Merge pull request #33748 from eileencodes/fix-erb-loading-issue-with-db-yaml | Eileen M. Uchitelle | 2018-08-29 | 1 | -12/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Drop load_database_yaml and fix test | Eileen Uchitelle | 2018-08-29 | 1 | -12/+0 |