This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Interactive validations on user input in seed script #1071
Description
When running the seed script for the first time (ie. via rake db:setup
, it's possible for the script to raise an exception and exit by submitting data that fails validations. This is super annoying because it kinda takes awhile to fill all these fields out, so if you get most of the way done and accidentally enter invalid data, you have to start over again.
(e.g. this just happened to me with the password
field during admin account setup)
Activity