DEV Community

chair
chair

Posted on • Updated on

New rails 6 app with postgresql database and heroku deployment

I have been working with rails professionally for over a year now, and I want to share the guide I use personally to quickly spin up a new rails app with a postgresql database, and deploy to heroku.

My aim is to make it quick and easy for you to get going, and take the fuzziness out of the setup process.

Find my gist here!
https://gist.github.com/chair28980/acaa7c8f8a71dc663194ce79c44d00b9

I'd love to hear your feedback. Drop a comment here or find me on twitter: @vrycmfy

Top comments (1)

Collapse
 
aritdeveloper profile image
Arit Developer

Don't you think it would have been more useful to the DEV community to reproduce the actual steps in your article?