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

Moving services from app directory to lib #48

Merged
merged 1 commit into from
Dec 23, 2022

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Dec 22, 2022

There's no compelling reason for these to be part of the app directory. And that makes requiring them for isolated tests a bit trickery.

With this change, we don't need to load the Rails engine to "auto-load" the underlying services.

Ideally, these would be in the IiifPrint::Services namespace; but that's perhaps more than we want to do.

There's no compelling reason for these to be part of the app
directory. And that makes requiring them for isolated tests a bit
trickery.

With this change, we don't need to load the Rails engine to "auto-load"
the underlying services.

Ideally, these would be in the IiifPrint::Services namespace; but that's
perhaps more than we want to do.
@jeremyf jeremyf force-pushed the moving-services-from-app-to-lib branch from 0124b08 to 8b9e26b Compare December 22, 2022 20:44
@jeremyf jeremyf marked this pull request as ready for review December 22, 2022 21:04
Copy link
Contributor

@kirkkwang kirkkwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for moving it, definitely makes things easier

@kirkkwang kirkkwang merged commit 5b6b872 into main Dec 23, 2022
@kirkkwang kirkkwang deleted the moving-services-from-app-to-lib branch December 23, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants