Created
January 17, 2012 20:19
-
-
Save elfassy/1628657 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup a template that can be cloned later | |
# Command: | |
# rails new NAME -m setup_template.rb | |
# (by default you should use "template" as NAME) | |
plugin("Rename", :git => "[email protected]:get/Rename.git") | |
# See http://everydayrails.com/2011/02/28/rails-3-application-templates.html if you need more customization of the template generator | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment