aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Remove old TODO commentAlberto Almagro2018-07-041-1/+0
* Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...Kasper Timm Hansen2018-07-011-5/+9
|\
| * Fix app:update when hyphenated name is givenYoshiyuki Hirano2018-04-241-5/+9
* | OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-2/+2
* | Fix Ruby version in `.ruby-version`bogdanvlviv2018-06-181-1/+1
* | Merge pull request #30406 from eliotsykes/reduce-spring-watch-callsRafael Mendonça França2018-05-231-6/+6
|\ \
| * | Minimize Spring.watch callsEliot Sykes2017-08-251-6/+6
* | | Don't generate yarn's contents in `app:update` task if it's skippedTsukuru Tanimichi2018-05-161-3/+1
* | | Remove unused `remove_file` methodTsukuru Tanimichi2018-05-081-4/+0
* | | Don't generate assets' initializer in `app:update` task if sprockets is skippedTsukuru Tanimichi2018-05-051-0/+4
* | | Merge pull request #32471 from janko-m/use-image_processing-gemGeorge Claghorn2018-04-231-1/+1
|\ \ \ | |_|/ |/| |
| * | Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-181-1/+1
* | | Merge pull request #31554 from fatkodima/controller_generator_suffixGuillermo Iguaran2018-04-221-1/+11
|\ \ \
| * | | Gracefully handle extra "controller" when generating controllerfatkodima2018-03-231-1/+11
* | | | Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-223-3/+3
* | | | Fix duplicated suffix for JobGeneratorYoshiyuki Hirano2018-04-221-0/+5
* | | | Don't include bootsnap by default in apps generated under JRubyGuillermo Iguaran2018-04-201-1/+1
* | | | Create a .ruby-version compatible with MRI/JRuby by defaultGuillermo Iguaran2018-04-191-1/+1
* | | | Make the master.key readable only by the ownerJose Luis Duran2018-04-191-0/+1
| |/ / |/| |
* | | Add .keep exception for storage folderPaul2018-04-131-1/+4
* | | Remove upper bound on Capybaraeileencodes2018-04-101-1/+1
* | | Add missing dots at the end of comments in environment file templatesbogdanvlviv2018-04-033-7/+7
* | | Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-021-0/+3
|/ /
* | Support mysql2 0.4.x and 0.5.xAaron Stone2018-03-201-1/+1
* | Remove path option from AzureStorage configYuji Yaginuma2018-03-131-1/+0
* | Allow Capybara 3.x (#32151)Thomas Walpole2018-03-051-1/+1
* | Deprecate safe_level of `ERB.new` in Ruby 2.6Koichi ITO2018-03-051-1/+6
* | Fix `new_framework_defaults_6_0.rb`bogdanvlviv2018-02-271-1/+1
* | Don't enforce UTF-8 by defaultAndrew White2018-02-273-31/+11
* | [ci skip] Spell out the full variable in generated code.Kasper Timm Hansen2018-02-241-1/+1
* | 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