Recent Posts

Quickly Populate Your Rails App with a CSV File

3 minute read

In this article we will learn you how to seed data to a Rails application from a CSV file. For this example we will use the Destination model from the travel...