This project is archived and is in readonly mode.

#4574 ✓resolved
Rodrigo Urubatan

A simple way to copy the default generator templates is needed

Reported by Rodrigo Urubatan | May 11th, 2010 @ 02:04 AM | in 3.0.2

A great feature was added in Rails 3, the hability to easily personalize the output of the generators for each application, this can improve the productivity in many cases.
I missed this functionality for a long time, since I worked with Grails for some time, and now I think only a small piece of the grails functionality is still missing.
in Grails there is a task called "install-templates" that copies the default templates to the personalization folder.
I created a rake task and published it in gist to do this http://gist.github.com/396453
Im attaching a patch with this template too.<br/> The rake task name I created is templates:copy

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>

Referenced by

Pages