Paul ZabelinPaul Zabelin
Standup 10/14/2008: Database Migrations
edit Posted by Paul Zabelin on Tuesday October 14, 2008 at 11:12PM

Interesting Things

  • Rake migrations check if a migrations table is in sync with migration file and it does not really check what the state of the data in database.

Ask for Help

"Can we use migrations to load static data into an application"

People usually create a separate rake task to bootstap. Mixing it with migration was not working well before.