This project is archived and is in readonly mode.
Patch for Rails App Generator - referenced incorrect option in conditional
Reported by Steve Agalloco | December 30th, 2009 @ 04:31 PM
Hi all,
I was looking through the new rails app generator code and saw that there was now an option for skipping activerecord --skip-activerecord
I noticed, however, that the conditions placed around said condition actually referenced the option as no_activerecord so I've built this patch to use the correct option name.
Simple one liner, but figured it's the kind of thing that is easily overlooked.
Cheers,
Steve
Comments and changes to this ticket
-
Steve Agalloco December 30th, 2009 @ 04:32 PM
- Title changed from Patch for Rails App Generator to Patch for Rails App Generator - referenced incorrect option in conditional
-
Steve Agalloco December 30th, 2009 @ 05:08 PM
- Tag set to patch
-
José Valim January 2nd, 2010 @ 11:48 PM
- State changed from new to committed
- Assigned user set to José Valim
Thanks, applied!
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>