To create a new Rails project that uses PostgreSQL, simply add --database=postgresql
to the end of the command:
1 |
$ rails new my_project --database=postgresql |
To create a new Rails project that uses PostgreSQL, simply add --database=postgresql
to the end of the command:
1 |
$ rails new my_project --database=postgresql |