From f7f113610e7cdca8ef03e206f2cbeb8400cdfefa Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sun, 7 Dec 2008 03:40:23 +0100 Subject: Add a rake task to apply a template to an existing application. Example : rake rails:template LOCATION=~/template.rb --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index ca49c5d1c7..9ce7b6349c 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *2.3.0 [Edge]* +* Add a rake task to apply a template to an existing application : rake rails:template LOCATION=~/template.rb [Pratik] + * Add "-m/--template" option to Rails generator to apply a template to the generated application. [Jeremy McAnally] This has been extracted from rg - http://github.com/jeremymcanally/rg -- cgit v1.2.3