Populating Tables with Data Using Migrations
Posted by g. | Filed under Ruby on Rails, Technology
I can think of very few Rails sites that don’t need some kind of data pre-populated in their tables. When you talk to a Rails developer, the first thing that comes to mind when talking about populating the db is fixtures. This is not what we’re talking about here. Fixtures populate your TEST database with [...]
Tags: data, database, migrations, populating, rails