Add common binstubs to decidim-dev#1475
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1475 +/- ##
=======================================
Coverage 96.97% 96.97%
=======================================
Files 492 492
Lines 8311 8311
=======================================
Hits 8060 8060
Misses 251 251 |
oriolgual
left a comment
There was a problem hiding this comment.
It's OK to me, let's hear the others :)
josepjaume
left a comment
There was a problem hiding this comment.
I don't know about this. Don't we risk these files becoming obsolete over time? IMHO this is a shortcoming of how ruby works, and there's already tools that try to work around this (rbenv, chruby, rvm...).
The fact that we dislike them is just another reason why using bundle exec isn't such a bad idea, even if it's a bit of a PITA.
So, unless I'm missing something, 👎 for me :S
Well, yes, just like any other file you keep in version control, right? However, due to their simplicity (they just make sure the correct
Note that those are ruby managers, and Having said all that, I just thought of another way to not need this. I think I can get the same candy by adding an unlikely folder to end up in source control to my global Some references from rbenv's wiki: |
🎩 What? Why?
This PR adds common binstubs to
decidim-dev. I have my PATH extended in the decidim folder to includedecidim-dev/bin. With that and this patch, I don't need to typebundle execin front of every command.Is this something you would consider for
decidim-dev?📌 Related Issues
None.
📋 Subtasks
None.
📷 Screenshots (optional)
None.
👻 GIF