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

fix rake tasks for rails engine #687

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

Conversation

senid231
Copy link

@senid231 senid231 commented Mar 5, 2019

No description provided.

@grosser
Copy link
Owner

grosser commented Mar 5, 2019

could you describe the usecase / the error seen a bit more ?

@senid231
Copy link
Author

senid231 commented Mar 5, 2019

@grosser sure. It's just a draft yet.

Usecase is when you are using parallel_tests for RSpec test on rails engine.
When you developing rails engine you don't have rake tasks like db:migrate, db:structure:load and so on - but you have dummy rails application which have default rails rake tasks namespaced in app:.

I saw that @jimryan already add support of rails engine namespace for db:purge rails tasks in #566
but he doesn't solve the problem completely.

Currently this code tested locally on my project. I want to add some tests for it and fix failing one

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

2 participants