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.