How to generate a rails app with Postgresql as the database?
Make sure you have Ruby
ruby -v
Output
Make sure you have Rails
rails -v
Output
Make sure you have Postgresql
psql --version
Output
Generate the app
rails _6.1.4_ new app_name -d postgresql
Check your database.yml file
Perform database c...
blog.alexandrecalaca.com1 min read