This project is archived and is in readonly mode.
rails3.0pre script/generate fails to find plugin generators
Reported by Rick | October 22nd, 2009 @ 05:54 PM
Rails3.0pre script/generate fails to find plugin generators. I've checked this out on the version current on 10/22.
The problem is that lib/rails/generators.rb def self.plugins_generators_paths points the wrong place to find plugin generators.
i.e.: Rails.root/plugins/vendors/*/lib/generators is the wrong place to look.
Comments and changes to this ticket
-
Rick October 24th, 2009 @ 01:21 PM
OK, I see now from running script/generate plugin my_electric_train -g that the new location for plugin generators is, in fact, Rails.root/plugins/vendors/*/lib/generators.
So, if I could, I would cancel this ticket.
-
CancelProfileIsBroken October 24th, 2009 @ 02:05 PM
- State changed from new to invalid
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>