snaka / rails_new_flags

In this repository, you can see the difference in the output code when `rails new` is given a flag such as `-skip-javascript`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The differences between rails new with flags.

In this repository, you can see the difference in the output code when rails new is given a flag such as -skip-javascript.

Note that obvious flags such as -ski-bundle and -skip-gemfile are not covered.

Summary

Click πŸ” to see the differences with no flags.

flag 6.0.4.4 6.1.4.4 7.0.1
--api πŸ” πŸ” πŸ”
--asset-pipeline=propshaft - - πŸ”
--asset-pipeline=sprockets - - πŸ”
--css=bootstrap - - πŸ”
--css=bulma - - πŸ”
--css=postcss - - πŸ”
--css=sass - - πŸ”
--css=tailwind - - πŸ”
--javascript=esbuild - - πŸ”
--javascript=importmap - - πŸ”
--javascript=rollup - - πŸ”
--javascript=webpack - - πŸ”
--minimal - πŸ” πŸ”
--skip-action-cable πŸ” πŸ” πŸ”
--skip-action-mailbox πŸ” πŸ” πŸ”
--skip-action-mailer πŸ” πŸ” πŸ”
--skip-action-text πŸ” πŸ” πŸ”
--skip-active-job - πŸ” πŸ”
--skip-active-record πŸ” πŸ” πŸ”
--skip-active-storage πŸ” πŸ” πŸ”
--skip-asset-pipeline - - πŸ”
--skip-bootsnap πŸ” πŸ” πŸ”
--skip-hotwire - - πŸ”
--skip-javascript πŸ” πŸ” πŸ”
--skip-jbuilder - πŸ” πŸ”
--skip-listen πŸ” πŸ” -
--skip-puma πŸ” πŸ” -
--skip-spring πŸ” πŸ” -
--skip-sprockets πŸ” πŸ” -
--skip-system-test πŸ” πŸ” πŸ”
--skip-test πŸ” πŸ” πŸ”
--skip-turbolinks πŸ” πŸ” -
--webpacker πŸ” πŸ” -

About

In this repository, you can see the difference in the output code when `rails new` is given a flag such as `-skip-javascript`.

License:MIT License


Languages

Language:Ruby 100.0%