This project is archived and is in readonly mode.

#1940 ✓resolved
Damian Terentiev

Template runner gem method with :lib => false option gives incorrect output

Reported by Damian Terentiev | February 11th, 2009 @ 03:28 PM | in 2.x

When calling the gem method in an application template like this: gem "haml", :lib => false, what is added to config looks like this: gem 'haml', :lib => 'false'. The quotes around 'false' should not be there and produce errors. The correct output should look like this: gem 'haml', :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