You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we’d love to use handcuffs with our application, and are currently trying to set it up.
Our application connects to two DBs, with different sets of migrations. When trying to run handcuffs' rake tasks, e.g. bundle exec rake 'handcuffs:migrate[pre_restart]' --trace, I get
You can find the sample app that reproduces the issue (that the stack trace above is taken from) here: https://github.com/ariaru/test2dbs
We did experiment with auto loading and eager loading, but ran into issues with Zeitwerk: it complains about
migration constants starting with numbers (the timestamps).
Would you have any pointers as to how to fix this, or have you considered adding support for multiple DBs?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
we’d love to use handcuffs with our application, and are currently trying to set it up.
Our application connects to two DBs, with different sets of migrations. When trying to run handcuffs' rake tasks, e.g.
bundle exec rake 'handcuffs:migrate[pre_restart]' --trace
, I getYou can find the sample app that reproduces the issue (that the stack trace above is taken from) here: https://github.com/ariaru/test2dbs
We did experiment with auto loading and eager loading, but ran into issues with Zeitwerk: it complains about
migration constants starting with numbers (the timestamps).
Would you have any pointers as to how to fix this, or have you considered adding support for multiple DBs?
Thanks a lot!
The text was updated successfully, but these errors were encountered: