This project is archived and is in readonly mode.
Make Gem Dependency Optional
Reported by Ben Sandofsky | August 14th, 2008 @ 12:00 AM | in 2.x
This patch allows a gem dependency be specified as optional. If an optional gem is missing, it will only print a warning rather than abort on start.
config.gem 'qrp', :optional => true
Comments and changes to this ticket
-
Ben Sandofsky August 14th, 2008 @ 12:08 AM
- no changes were found...
-
Ben Sandofsky August 14th, 2008 @ 12:08 AM
Actually, here's the updated patch that merges my old patch, #8994.
-
Chad Woolley August 14th, 2008 @ 01:24 AM
I'm -1 on this. What is "optional"? Also, how does this relate to the "development" flag on ruby gems (added in 1.2.0, see gem install --help). See comments on rails core mailing list...
-
josh November 22nd, 2008 @ 07:24 PM
- State changed from new to stale
Staling out, let me know if this is still an issue.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 824 Make Gem Dependency Optional and by that I mean #824.