| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Emit warning for unknown inflection rule when generating model. | Yoshiyuki Kinjo | 2018-08-31 | 1 | -1/+8 |
|/ / |
|
* | | Generate the same value as a label of view in system test template | yuuji.yaginuma | 2018-08-29 | 1 | -2/+2 |
* | | Set the test adapter for the test environment by default in `config/cable.yml` | bogdanvlviv | 2018-08-23 | 1 | -1/+1 |
* | | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 1 | -0/+7 |
* | | Merge pull request #33587 from bogdanvlviv/follow-up-33202 | Kasper Timm Hansen | 2018-08-11 | 1 | -3/+2 |
|\ \ |
|
| * | | `bundle binstubs bundler` should be executed after `bundle install` | bogdanvlviv | 2018-08-11 | 1 | -3/+2 |
* | | | Make active job name prefix static since Rails.env will always be the same | Vinicius Stock | 2018-08-11 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #33202 from deivid-rodriguez/bundler_binstubs | Eileen M. Uchitelle | 2018-08-11 | 3 | -2/+8 |
|\ \
| |/
|/| |
|
| * | Generate bundler-compatible bundler binstub | David Rodríguez | 2018-06-23 | 3 | -2/+8 |
* | | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 3 | -5/+5 |
* | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -1/+1 |