Here’s the way I execute rake command in OpenShift server in.
Continue reading OpenShift: execute rake commandTag Archives: Rails
RAILS 4 : Load Seed from TSV and CSV
At the article Rails 4 : Load Seed from TSV, I wrote about how to inject tsv seed data into your db. This time, I wrote about how to inject not only tsv, also csv seed data into your db.
Continue reading RAILS 4 : Load Seed from TSV and CSV