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

better rails engine support #968

Open
devinburnette opened this issue Aug 1, 2024 · 1 comment
Open

better rails engine support #968

devinburnette opened this issue Aug 1, 2024 · 1 comment

Comments

@devinburnette
Copy link

Calling rake app:parallel:prepare in the case of a rails engine should then call rake app:parallel:load_schema under the hood, but instead it calls rake parallel:load_schema by default (without the app prefix).

The workaround I've been using is to just call drop, create, and load_schema individually.

@grosser
Copy link
Owner

grosser commented Aug 1, 2024

PR welcome, I have not worked much with engines so not sure how that would 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

2 participants