| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #30406 from eliotsykes/reduce-spring-watch-calls | Rafael Mendonça França | 2018-05-23 | 1 | -6/+6 |
|\ |
|
| * | Minimize Spring.watch calls | Eliot Sykes | 2017-08-25 | 1 | -6/+6 |
* | | Don't generate yarn's contents in `app:update` task if it's skipped | Tsukuru Tanimichi | 2018-05-16 | 1 | -3/+1 |
* | | Remove unused `remove_file` method | Tsukuru Tanimichi | 2018-05-08 | 1 | -4/+0 |
* | | Don't generate assets' initializer in `app:update` task if sprockets is skipped | Tsukuru Tanimichi | 2018-05-05 | 1 | -0/+4 |
* | | Merge pull request #32471 from janko-m/use-image_processing-gem | George Claghorn | 2018-04-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Use ImageProcessing gem for ActiveStorage variants | Janko Marohnić | 2018-04-18 | 1 | -1/+1 |
* | | | Merge pull request #31554 from fatkodima/controller_generator_suffix | Guillermo Iguaran | 2018-04-22 | 1 | -1/+11 |
|\ \ \ |
|
| * | | | Gracefully handle extra "controller" when generating controller | fatkodima | 2018-03-23 | 1 | -1/+11 |
* | | | | Strip duplicated suffixes more strictly | Ryuta Kamizono | 2018-04-22 | 3 | -3/+3 |
* | | | | Fix duplicated suffix for JobGenerator | Yoshiyuki Hirano | 2018-04-22 | 1 | -0/+5 |
* | | | | Don't include bootsnap by default in apps generated under JRuby | Guillermo Iguaran | 2018-04-20 | 1 | -1/+1 |
* | | | | Create a .ruby-version compatible with MRI/JRuby by default | Guillermo Iguaran | 2018-04-19 | 1 | -1/+1 |
* | | | | Make the master.key readable only by the owner | Jose Luis Duran | 2018-04-19 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Add .keep exception for storage folder | Paul | 2018-04-13 | 1 | -1/+4 |
* | | | Remove upper bound on Capybara | eileencodes | 2018-04-10 | 1 | -1/+1 |
* | | | Add missing dots at the end of comments in environment file templates | bogdanvlviv | 2018-04-03 | 3 | -7/+7 |
* | | | Add `action_view.finalize_compiled_template_methods` config option | Simon Coffey | 2018-04-02 | 1 | -0/+3 |
|/ / |
|
* | | Support mysql2 0.4.x and 0.5.x | Aaron Stone | 2018-03-20 | 1 | -1/+1 |
* | | Remove path option from AzureStorage config | Yuji Yaginuma | 2018-03-13 | 1 | -1/+0 |
* | | Allow Capybara 3.x (#32151) | Thomas Walpole | 2018-03-05 | 1 | -1/+1 |
* | | Deprecate safe_level of `ERB.new` in Ruby 2.6 | Koichi ITO | 2018-03-05 | 1 | -1/+6 |
* | | Fix `new_framework_defaults_6_0.rb` | bogdanvlviv | 2018-02-27 | 1 | -1/+1 |
* | | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 3 | -31/+11 |
* | | [ci skip] Spell out the full variable in generated code. | Kasper Timm Hansen | 2018-02-24 | 1 | -1/+1 |
* | | Correctly set `content_security_policy_nonce_generator` | yuuji.yaginuma | 2018-02-24 | 1 | -1/+1 |
* | | Improve generated file `app/assets/javascripts/application.js` of plugin | bogdanvlviv | 2018-02-23 | 1 | -0/+1 |
* | | Improve generated file `app/views/application.html.erb` of plugin | bogdanvlviv | 2018-02-23 | 1 | -1/+5 |
* | | Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip... | bogdanvlviv | 2018-02-23 | 1 | -1/+1 |
* | | Merge pull request #32018 from rails/add-nonce-support-to-csp | Andrew White | 2018-02-22 | 2 | -1/+5 |
|\ \ |
|
| * | | Add support for automatic nonce generation for Rails UJS | Andrew White | 2018-02-19 | 2 | -1/+5 |
* | | | Do not add routes when actions are not specified | Yuji Yaginuma | 2018-02-22 | 1 | -0/+1 |
|/ / |
|
* | | Add stimulus to list of supported options for --webpack | Guillermo Iguaran | 2018-02-18 | 1 | -1/+1 |
* | | Don't generate empty app/views folder when --api and --skip-action-mailer are... | Guillermo Iguaran | 2018-02-18 | 1 | -2/+6 |
* | | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 2 | -11/+2 |
* | | Remove needless requiring 'active_support/core_ext/string/strip' | Yoshiyuki Hirano | 2018-02-17 | 1 | -1/+0 |
* | | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 11 | -19/+19 |
* | | Add test parallelization to Rails | eileencodes | 2018-02-15 | 1 | -0/+7 |
* | | Don't overwrite config/master.key even on --force | claudiob | 2018-02-12 | 1 | -1/+3 |
* | | Do not update `load_defaults` version when running `app:update` (#31951) | Yuji Yaginuma | 2018-02-13 | 2 | -1/+7 |
* | | Respect --force option for config/master.key | claudiob | 2018-02-11 | 1 | -1/+1 |
* | | Merge pull request #31949 from rails/remove-move | Claudio B | 2018-02-09 | 1 | -2/+0 |
|\ \ |
|
| * | | Remove warning from 4 years ago [ci skip] | claudiob | 2018-02-09 | 1 | -2/+0 |
* | | | Use heredoc with credentials template | Yoshiyuki Hirano | 2018-02-09 | 2 | -4/+16 |
|/ / |
|
* | | Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip] | yuuji.yaginuma | 2018-02-03 | 2 | -2/+2 |
* | | Removed "private" generators from command list. | Wojciech Wnętrzak | 2018-02-02 | 2 | -18/+2 |
* | | Disable CSP by default | Rafael Mendonça França | 2018-01-30 | 1 | -10/+10 |
* | | Merge pull request #31769 from justjake/patch-2 | Matthew Draper | 2018-01-30 | 1 | -1/+1 |
|\ \ |
|
| * | | yarnpkg: correct exec syntax | Jake Teton-Landis | 2018-01-23 | 1 | -1/+2 |
|/ / |
|
* | | bin/yarn: Pass through arguments with spaces | Jake Teton-Landis | 2018-01-21 | 1 | -1/+1 |