I found migrations to be very useful tool to maintain data structures in a rails project. It is clean, easy to understand and fast when it comes to recreate a database. During develoment, I faced several times the same problem: “How to import static data into the database?” Of course, one can create fixture and… Continue reading Loading data in migrations