This project is archived and is in readonly mode.

#743 ✓resolved
Ben Sandofsky

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

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

Referenced by

Pages