aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/app_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* add a nice alias for the --webpack optionAlessandro Rodi2018-11-131-2/+2
* Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-221-5/+5
* Remove extra call `remove_file` on `rails new` with `--skip_action_cable`bogdanvlviv2018-10-221-1/+0
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-091-0/+3
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-4/+4
* `bundle binstubs bundler` should be executed after `bundle install`bogdanvlviv2018-08-111-3/+2
* Merge pull request #33202 from deivid-rodriguez/bundler_binstubsEileen M. Uchitelle2018-08-111-0/+2
|\
| * Generate bundler-compatible bundler binstubDavid Rodríguez2018-06-231-0/+2
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-1/+1
|\ \
| * | Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* | | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
|/ /
* | 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
* | 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
|/
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-1/+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
* Do not update `load_defaults` version when running `app:update` (#31951)Yuji Yaginuma2018-02-131-0/+6
* Respect --force option for config/master.keyclaudiob2018-02-111-1/+1
* Don't run rails active_storage:install in new appsclaudiob2017-12-141-1/+0
* Build the root folder before specific filesRafael Mendonça França2017-11-291-8/+8
* Remove Content-Security-Policy initializer in API-only Applicationsyuuji.yaginuma2017-11-271-0/+6
* Add master key to `gitignore` on `rails new`yuuji.yaginuma2017-11-161-1/+3
* Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-121-8/+2
* Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-121-2/+2
|\
| * Do not create credentials in dummy applicationyuuji.yaginuma2017-10-021-2/+2
* | `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-061-0/+1
* | Add --skip-active-storage and do so automatically when --skip-active-record i...bogdanvlviv2017-11-061-2/+6
* | Merge pull request #30813 from y-yagi/remove_unused_secrets_ymlRyuta Kamizono2017-10-261-4/+0
|\ \
| * | Remove unused `secrets.yml` templateyuuji.yaginuma2017-10-061-4/+0
| |/
* / [Railties] require_relative => requireAkira Matsuda2017-10-211-4/+4
|/
* Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-251-3/+3
* Do not add master key and credentials when `pretend` option is specifiedyuuji.yaginuma2017-09-121-0/+4
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-1/+24
* Merge pull request #30235 from bogdanvlviv/omit-additional-removing-cable_ymlRafael França2017-08-141-1/+0
|\
| * Omit additional removing `config/cable.yml` by the app generatorbogdanvlviv2017-08-131-1/+0
* | Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
|/
* Revert "Revert "Set Ruby version in Gemfile and .ruby-version by default""David Heinemeier Hansson2017-08-091-0/+5
* Revert "Set Ruby version in Gemfile and .ruby-version by default"schneems2017-08-091-5/+0
* Add the storage.yml file by defaultDavid Heinemeier Hansson2017-08-011-0/+1
* Create the skeleton directories needed and ignore accordinglyDavid Heinemeier Hansson2017-07-311-0/+5
* Use config/storage.yml as part of the skeleton and loadingDavid Heinemeier Hansson2017-07-311-3/+8
* Set Ruby version in Gemfile and .ruby-version by defaultAlberto Almagro2017-07-311-0/+5
* Do not generate unused components contents in `app:update` taskyuuji.yaginuma2017-07-161-1/+1
* [Railties] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Add elm option of webpack to generator descriptionRyoji Yoshioka2017-05-291-1/+1