aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/app_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Fix rubocop violationyuuji.yaginuma2019-06-051-2/+1
* Bring `after_bundle` back to API document [ci skip]yuuji.yaginuma2019-05-291-1/+6
* Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-171-0/+12
* Merge pull request #33419 from bogdanvlviv/update-active_storageGeorge Claghorn2019-01-161-0/+7
|\
| * Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-0/+7
* | Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-161-0/+2
|\|
| * Add connection_test to app generatorVladimir Dementyev2019-01-131-0/+2
* | Revise wording on invalid database error messagesGannon McGibbon2019-01-091-1/+1
* | Move application generator naming and database code to concernsGannon McGibbon2019-01-091-55/+0
|/
* 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