headwayio / voyage

A Rails template with our standard defaults, ready to deploy to Heroku. **See readme in: lib/voyage/README.md**
https://headway.io/voyage
MIT License
0 stars 1 forks source link

Paranoia causes reseed to fail #76

Closed GeekOnCoffee closed 6 years ago

GeekOnCoffee commented 6 years ago

User.delete_all doesn't actually delete them, causing the re-creation to fail. User.with_deleted.each(&:really_destroy!) is the most effective way I've found so far.