| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge pull request #31641 from ckoenig/remove_frozen_string_literal | Yuji Yaginuma | 2018-01-20 | 1 | -4/+6 |
|\ |
|
| * | Work on a dup'ed options hash | Christof Koenig | 2018-01-09 | 1 | -4/+6 |
* | | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment... | Matthew Draper | 2018-01-19 | 1 | -2/+2 |
|\ \ |
|
| * | | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -2/+2 |
* | | | Merge pull request #31730 from bogdanvlviv/allow_false_for-config-generators-... | Eileen M. Uchitelle | 2018-01-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Allow `false` for `config.generators.system_tests=` | bogdanvlviv | 2018-01-18 | 1 | -1/+1 |
| |/ / |
|
* / / | Revert "Merge pull request #31434 from olivierlacan/boot-feedback" | Matthew Draper | 2018-01-19 | 1 | -4/+0 |
|/ / |
|
* | | Provide a sensible default host | George Claghorn | 2018-01-16 | 1 | -2/+0 |
* | | Extract content types from blob data | George Claghorn | 2018-01-15 | 1 | -0/+2 |
* | | Merge pull request #31572 from kami-zh/fix-template | Yuji Yaginuma | 2018-01-13 | 1 | -2/+3 |
|\ \ |
|
| * | | Fix comment about initializers to adapt to the fact | kami-zh | 2017-12-27 | 1 | -2/+3 |
| |/ |
|
* | | Merge pull request #31651 from eugeneius/use_sha1_digests | Sean Griffin | 2018-01-12 | 1 | -0/+3 |
|\ \ |
|
| * | | Use SHA-1 for non-sensitive digests by default | Eugene Kenny | 2018-01-08 | 1 | -0/+3 |
| |/ |
|
* | | Use unsafe_inline as the default for script_src CSP until we get a nonce alte... | David Heinemeier Hansson | 2018-01-12 | 1 | -1/+1 |
* | | Add note about having to restart when modifying initializer | David Heinemeier Hansson | 2018-01-12 | 1 | -0/+2 |
* | | Use complete variable names rather than single-letter abbreviations for style | David Heinemeier Hansson | 2018-01-12 | 1 | -8/+8 |
* | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecord | Lars Kanis | 2018-01-10 | 1 | -1/+1 |
* | | Merge pull request #31534 from claudiob/kaspth-approach | Kasper Timm Hansen | 2018-01-09 | 2 | -11/+0 |
|\ \
| |/
|/| |
|
| * | Don't run rails active_storage:install in new apps | claudiob | 2017-12-14 | 2 | -11/+0 |
* | | Removes OS specific directory separator | Daniel Lopez | 2017-12-21 | 1 | -1/+1 |
* | | Remove verbose_query_logs from new_framework_defaults_5_2.rb | Eugene Kenny | 2017-12-20 | 1 | -3/+0 |
* | | Implicitly skip bootsnap for `rails new --dev` | yuuji.yaginuma | 2017-12-19 | 1 | -1/+1 |