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

Nice idea & works pretty well #9

Open
georgiee opened this issue May 2, 2024 · 0 comments
Open

Nice idea & works pretty well #9

georgiee opened this issue May 2, 2024 · 0 comments

Comments

@georgiee
Copy link

georgiee commented May 2, 2024

Hey there,
I just wanted to let you know that I successfully integrated your precious rake task in our project. I copied the rake file though, because I don't want to maintain another dependency. I provided a comment in said file with a link back to your repo to forward any future praise straight to you.

Due to the correct usage of exit codes I was able to directly integrate in our GitHub pipeline 👍

# [...] depends on a previous `db:test:prepare`

- name: Check Schema
  run: |
    bin/rake db:migrate:reset:check

We frequently use rake db:migrate:reset to restore the schema file if changes got lost across merged changes. After that happened again and again I wanted to run a task on the CI environment and compare the diff of the schema file. An obligatory search upfront pointed me to your repo and saved me a few hours for sure.

Thanks for sharing your work.

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

No branches or pull requests

1 participant