Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Working towards deterministic dev seeding #2614

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevinrobinson
Copy link
Contributor

So that seeding the db for dev is determinstic, enabling rebuilding JS fixtures after migrations.

eg, this would be deterministic across rake db:drop db:create db:migrate db:seed in dev only:

json = Student.all.as_json(except: [:updated_at, :created_at]).to_json;nil
puts json;nil
puts Digest::SHA256.hexdigest(json);nil
> 06d545145f2edc2867777bb29889aaa555bee340c3f3283a2100422aceb35a47

This branch is progress, but not there yet.

@kevinrobinson kevinrobinson changed the title WIP: Working towards determnistic dev setup WIP: Working towards deterministic dev seeding Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant