Import CSV into Heroku
It took me a while to find a nice and concise way to import a CSV into a Heroku Postgres Database that I use for Rails. At first I thought about doing it through Rails migrations and seeds. Then I realized that was more work and would pollute my repository. This is the approach I would recommend for others