This project is archived and is in readonly mode.
Make 'require' on gem dependencies optional
Reported by Ben Sandofsky | August 2nd, 2008 @ 01:09 AM | in 2.x
Some gems don't have a library to require. For instance, the qrp library.
This patch introduces the :lib => false option to skip the 'require' step of loading. So you end up with:
config.gem "qrp", :version => "0.4.1", :lib => false
Comments and changes to this ticket
-
Repository August 4th, 2008 @ 01:54 PM
- State changed from new to resolved
(from [61842d97c5269af8a36a33115f50543a155f1608]) Make requiring gems optional.
Signed-off-by: Michael Koziarski
[#743 state:resolved]
-
Repository August 25th, 2008 @ 09:29 AM
(from [3b767000b77ea4eeab91c99fa2ae3d74bc9e5c75]) Make requiring gems optional.
Signed-off-by: Michael Koziarski michael@koziarski.com [#743 state:resolved] http://github.com/rails/rails/co...
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
- 743 Make 'require' on gem dependencies optional Signed-off-by: Michael Koziarski michael@koziarski.com [#...