Stuck in the Gem Sand Box
Reported by Joshaven Potter | March 2nd, 2010 @ 06:26 PM
I am of the opinion that configuration should, whenever possible, be done in only one place...
Thus I believe you should remove every reference to "--no-doc", "--no-ri", "-i gems", etc in your project. This should be handled through either:
1) gems already setup with the config fil: gems/gemrc.yml
2) a reference to "--config-file gems/gemrc.yml"
I'd be happy to provide a patch if you would like one.
Reason:
If I wanted to setup a quick cilantro (and not download all of the
gems into the project) I may want to use the system gems... That
should be as easy as renaming the gems/gemrc.yml file, but it's
not.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
a lightweight Ruby application framework build on top of Sinatra. Following the old Merb principle, "All you need, none you don't".