-
Notifications
You must be signed in to change notification settings - Fork 11
Define a Gemset #16
Comments
I don't want to require rvm, but if there's a way to check for it I'm on board. 👍 |
@maxbeizer Do you have any interest in exploring this and submitting a PR? |
@dcalhoun I've done some digging. I hope to have a PR coming soon. |
The issue I'm running into is that I cannot, from shelljs, seem to load RVM as a function:
Any thoughts would be appreciated. |
Please push your topic branch to origin. I'll try to take a look at it as well. |
@maxbeizer do you still have an active branch with this work that you could push to origin? |
Suggestion: Add a y/n prompt for .ruby-version/.ruby-gemset support, rather than trying to auto-detect it. Even if rvm is installed, we can't guarantee the user wants to actually utilize it. |
@dcalhoun I think I jettisoned it. @BrandonValentine I agree. |
The generator runs
bundle install
in the context of the global gemset. Where I realize that not every dev who uses this will have RVM installed, could we check if rvm is installed and (if so) create a .ruby-gemset and .ruby-version file?I'm thinking something similar to this:
https://github.com/centresource/preseason/blob/master/preseason/recipe/rvm.rb
The text was updated successfully, but these errors were encountered: