You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running `dev:prime` calls `db:setup`, which appears to be wiping the
database for us. I tried updating it to use `db:prepare`, but that means
we will always seed the database with data from the `dev.rake` file,
resulting in duplicate records.
This implementation is consistent with the existing implementation.
0 commit comments