Skip to content

fix rake tasks for rails engine#687

Draft
senid231 wants to merge 1 commit into
grosser:masterfrom
senid231:fix_parallel_spec_for_engine
Draft

fix rake tasks for rails engine#687
senid231 wants to merge 1 commit into
grosser:masterfrom
senid231:fix_parallel_spec_for_engine

Conversation

@senid231

@senid231 senid231 commented Mar 5, 2019

Copy link
Copy Markdown

No description provided.

@grosser

grosser commented Mar 5, 2019

Copy link
Copy Markdown
Owner

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

@senid231

senid231 commented Mar 5, 2019

Copy link
Copy Markdown
Author

@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.

2 participants