aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
...
* | Correctly set `content_security_policy_nonce_generator`yuuji.yaginuma2018-02-241-1/+1
* | Improve generated file `app/assets/javascripts/application.js` of pluginbogdanvlviv2018-02-231-0/+1
* | Improve generated file `app/views/application.html.erb` of pluginbogdanvlviv2018-02-231-1/+5
* | Comment `require "active_storage/engine"` in `bin/rails` of plugin if `--skip...bogdanvlviv2018-02-231-1/+1
* | Merge pull request #32018 from rails/add-nonce-support-to-cspAndrew White2018-02-222-1/+5
|\ \
| * | Add support for automatic nonce generation for Rails UJSAndrew White2018-02-192-1/+5
* | | Do not add routes when actions are not specifiedYuji Yaginuma2018-02-221-0/+1
|/ /
* | Add stimulus to list of supported options for --webpackGuillermo Iguaran2018-02-181-1/+1
* | Don't generate empty app/views folder when --api and --skip-action-mailer are...Guillermo Iguaran2018-02-181-2/+6
* | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-172-11/+2
* | Remove needless requiring 'active_support/core_ext/string/strip'Yoshiyuki Hirano2018-02-171-1/+0
* | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-1611-19/+19
* | Add test parallelization to Railseileencodes2018-02-151-0/+7
* | Don't overwrite config/master.key even on --forceclaudiob2018-02-121-1/+3
* | Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-132-1/+7
* | Respect --force option for config/master.keyclaudiob2018-02-111-1/+1
* | Merge pull request #31949 from rails/remove-moveClaudio B2018-02-091-2/+0
|\ \
| * | Remove warning from 4 years ago [ci skip]claudiob2018-02-091-2/+0
* | | Use heredoc with credentials templateYoshiyuki Hirano2018-02-092-4/+16
|/ /
* | Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip]yuuji.yaginuma2018-02-032-2/+2
* | Removed "private" generators from command list.Wojciech Wnętrzak2018-02-022-18/+2
* | Disable CSP by defaultRafael Mendonça França2018-01-301-10/+10
* | Merge pull request #31769 from justjake/patch-2Matthew Draper2018-01-301-1/+1
|\ \
| * | yarnpkg: correct exec syntaxJake Teton-Landis2018-01-231-1/+2
|/ /
* | bin/yarn: Pass through arguments with spacesJake Teton-Landis2018-01-211-1/+1
* | Merge pull request #31641 from ckoenig/remove_frozen_string_literalYuji Yaginuma2018-01-201-4/+6
|\ \
| * | Work on a dup'ed options hashChristof Koenig2018-01-091-4/+6
* | | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-191-2/+2
|\ \ \
| * | | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-2/+2
* | | | Merge pull request #31730 from bogdanvlviv/allow_false_for-config-generators-...Eileen M. Uchitelle2018-01-181-1/+1
|\ \ \ \
| * | | | Allow `false` for `config.generators.system_tests=`bogdanvlviv2018-01-181-1/+1
| |/ / /
* / / / Revert "Merge pull request #31434 from olivierlacan/boot-feedback"Matthew Draper2018-01-191-4/+0
|/ / /
* | | Provide a sensible default hostGeorge Claghorn2018-01-161-2/+0
* | | Extract content types from blob dataGeorge Claghorn2018-01-151-0/+2
* | | Merge pull request #31572 from kami-zh/fix-templateYuji Yaginuma2018-01-131-2/+3
|\ \ \
| * | | Fix comment about initializers to adapt to the factkami-zh2017-12-271-2/+3
| |/ /
* | | Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-121-0/+3
|\ \ \
| * | | Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-0/+3
| |/ /
* | | Use unsafe_inline as the default for script_src CSP until we get a nonce alte...David Heinemeier Hansson2018-01-121-1/+1
* | | Add note about having to restart when modifying initializerDavid Heinemeier Hansson2018-01-121-0/+2
* | | Use complete variable names rather than single-letter abbreviations for styleDavid Heinemeier Hansson2018-01-121-8/+8
* | | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* | | Merge pull request #31534 from claudiob/kaspth-approachKasper Timm Hansen2018-01-092-11/+0
|\ \ \ | |/ / |/| |
| * | Don't run rails active_storage:install in new appsclaudiob2017-12-142-11/+0
* | | Removes OS specific directory separatorDaniel Lopez2017-12-211-1/+1
* | | Remove verbose_query_logs from new_framework_defaults_5_2.rbEugene Kenny2017-12-201-3/+0
* | | Implicitly skip bootsnap for `rails new --dev`yuuji.yaginuma2017-12-191-1/+1
* | | Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-182-2/+3
|\ \ \
| * | | Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-182-2/+3
| |/ /
* | | Update new_framework_defaults_5_2.rb.ttAnton Rieder2017-12-181-1/+1