Postgres for Rails Development
I've found that the best way to set up Posgres for local development is via Docker, since it has some clear benefits over using system packages on Windows (via WSL2) or Linux.There are three steps to configure Postgres for your Rails application:Install the Postgres serverInstall Postgres libraries for...