-
Notifications
You must be signed in to change notification settings - Fork 5
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
.gemrc Management #79
Comments
This feature has been listed on my whiteboard for a long time but never added here. Thanks for bumping this up in the priority list. I'm still working out the best way to handle reading and modifying the gem settings. Some people get very touchy about a GUI application touching their configs. |
Is there a way to just write a separate file that you could just include into the gemrc file? Write out the file with your custom settings in it and just add that include line into the gemrc file... That might be a minimal impact, I don't know. |
I find most JewelryBox users, myself included, like to use a mix of both JewelryBox and command-line interaction with RVM. Coming up with a solution where you can edit the config manually and via JewelryBox without stepping on toes is unfortunately more difficult than it sounds. Using a config in the way you suggested might cause precedence issues where you expected a behavior but it doesn't work in the current environment like you expected and may end up causing more annoyance than it's worth. I think I have a good idea on how to make this happen but I need to find time to make sure to read through all the Gem documentation to make sure to incorporate all the available options. Rest assured, it's in the feature list but probably below the new UI update and the overall improvement of the Gemset area to actually make that useful =) |
Well, good luck to you sir. On Feb 16, 2012, at 8:00 PM, Ben Mills wrote:
|
@justinbkay Would you send me a gist of your gemrc. I'm gathering as many as I can find to get good baselines for adding this feature. |
Sure, pretty boring though. https://gist.github.com/1921203 On Sat, Feb 25, 2012 at 3:50 PM, Ben Mills <
Sites: It always takes longer than you expect, even when you take into account
|
Here's mine, if it helps at all: |
All .gemrc's help. Please spread the word! On Wed, Feb 29, 2012 at 10:52 AM, David Poindexter <
|
I think that it would be worthwhile to allow the setting of no rdoc and no ri from this tool. Not sure if this is in the scope of what you are looking to do here.
~/.gemrc
install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
The text was updated successfully, but these errors were encountered: