-
Rails new with specific database
- rails new myapp --database=postgresql
- rails new myapp --database=mysql
- rails new myapp --database=sqlite3
-
API-only application
- rails new myapp --api
-
Minimal application without default gems
-
rails new myapp --minimal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.accessibilitySupport": "off", | |
"editor.fontFamily": "JetBrainsMono Nerd Font", | |
"editor.fontSize": 14, | |
"editor.lineHeight": 1.8, | |
"editor.rulers": [ | |
80, | |
120 | |
], | |
"editor.fontLigatures": true, |