| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not show post install message on rails new | Rafael Mendonça França | 2018-12-13 | 1 | -4/+4 |
* | Fix warning: shadowing outer local variable - attribute | Ryuta Kamizono | 2018-12-13 | 1 | -1/+1 |
* | Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffix | Ryuta Kamizono | 2018-12-13 | 1 | -0/+5 |
|\ |
|
| * | Remove redundant suffixes on generated helpers. | Gannon McGibbon | 2018-12-12 | 1 | -0/+5 |
* | | Remove redundant suffixes on generated integration tests. | Gannon McGibbon | 2018-12-12 | 1 | -0/+6 |
|/ |
|
* | Fix boolean interaction in scaffold system tests | Gannon McGibbon | 2018-12-12 | 2 | -0/+13 |
* | Remove redundant suffixes on generated system tests. | Gannon McGibbon | 2018-12-11 | 1 | -0/+5 |
* | Upgrade Rubocop to 0.61.1 and fix offenses | Vinicius Stock | 2018-12-10 | 1 | -16/+16 |
* | Abort early if generator command fails (#34420) | David Rodríguez | 2018-12-07 | 1 | -1/+4 |
* | Merge pull request #33992 from kirs/enqueue-return-false | Rafael França | 2018-12-05 | 1 | -0/+3 |
|\ |
|
| * | Make AJ::Base#enqueue return false if the job wasn't enqueued | Kir Shatrov | 2018-10-28 | 1 | -0/+3 |
* | | Bump the minimum version of PostgreSQL to 9.3 | Yasuo Honda | 2018-11-25 | 2 | -2/+2 |
* | | Merge pull request #34410 from gmcgibbon/test_support_windows | Eileen M. Uchitelle | 2018-11-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Windows support for parallelization and instrumenter | Gannon McGibbon | 2018-11-08 | 1 | -1/+1 |
* | | | Fix a method call in bin/setup file | Nihad Abbasov | 2018-11-15 | 1 | -1/+1 |
* | | | add a nice alias for the --webpack option | Alessandro Rodi | 2018-11-13 | 1 | -2/+2 |
|/ / |
|
* | | Add `connect_src` example to content security policy initializer | yuuji.yaginuma | 2018-11-04 | 1 | -0/+4 |
* | | 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 #34275 from bogdanvlviv/skip_yarn-to-skip_javascript | Rafael França | 2018-10-23 | 7 | -18/+11 |
|\ |
|
| * | Remove node_modules path from assets load paths since we use webpack by default | bogdanvlviv | 2018-10-22 | 1 | -4/+0 |
| * | Remove `--skip-yarn` in favor of `--skip-javascript` | bogdanvlviv | 2018-10-22 | 7 | -15/+12 |
* | | 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 |
* | | 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 |
* | | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 17 | -126/+62 |
* | | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -2/+1 |
* | 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 |
* | 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 |