-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Let engines mount themselves #247
Conversation
@josepjaume, thanks for your PR! By analyzing the history of the files in this pull request, we identified @oriolgual, @beagleknight and @mrcasals to be potential reviewers. |
17dcf72
to
ec7053c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need to update the docs at the README for each engine.
ec7053c
to
dcda8e5
Compare
Current coverage is 97.48% (diff: 33.33%)@@ master #247 diff @@
==========================================
Files 270 270
Lines 4489 4496 +7
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 4380 4383 +3
- Misses 109 113 +4
Partials 0 0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ultra cool!
fa20e53
to
6a07a1b
Compare
@AjuntamentdeBarcelona/developers you'll have to re-create your development and test apps after this. |
🎩 What? Why?
We've all felt the pain of our development apps becoming outdated as we keep adding more engines - normally because you might need to add a new mount point in your
routes.rb
. This PR deals with it letting the engines mount themselves againstDecidim::Core::Engine
and makingDecidim::Core::Engine
the only mount point of the app.📌 Related Issues
None
📋 Subtasks
None
📷 Screenshots (optional)
None
👻 GIF