This project is archived and is in readonly mode.
Add templates to the rails generator ala rg
Reported by DHH | November 22nd, 2008 @ 05:25 PM
Jeremy McAnally's rg plugin (http://github.com/jeremymcanally... would make a great addition to the rails generator. I'm thinking a syntax ala:
rails myapp --template my/template.rb
rails myapp --template http://example.com/template.rb
Depending on ruby2ruby doesn't seem like a good fit for Rails core, so we should come up with an alternative. Could be as simple as just having the methods declared as strings.
Comments and changes to this ticket
-
DHH November 23rd, 2008 @ 12:44 PM
Jeremy says he's making great progress on this and should have something soon. Yay!
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>