Persist data when rebuilding a Rails development environment
This week in my experiments with Docker, Rails, and developer happiness, I realized that rails db:setup has a nasty side effect of wiping out any existing development data! I stumbled upon a nice workaround for persisting development databases, though, that’s good to know even if you’re not using container-based dev environments.
Post a comment