aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorlifo <lifo@null.lan>2009-04-17 14:23:32 +0100
committerlifo <lifo@null.lan>2009-04-17 14:23:32 +0100
commit938eb01c2418e2fd6fa1f466baec391f3c2085d7 (patch)
tree6893d7cff5e18862f2c419588656600a4dec1090 /railties
parent20401783cf26f903d7020cb7136b1e78e60e71ea (diff)
downloadrails-938eb01c2418e2fd6fa1f466baec391f3c2085d7.tar.gz
rails-938eb01c2418e2fd6fa1f466baec391f3c2085d7.tar.bz2
rails-938eb01c2418e2fd6fa1f466baec391f3c2085d7.zip
Initial template guide
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/rails_application_templates.textile18
1 files changed, 18 insertions, 0 deletions
diff --git a/railties/guides/source/rails_application_templates.textile b/railties/guides/source/rails_application_templates.textile
new file mode 100644
index 0000000000..49cd5bf5f5
--- /dev/null
+++ b/railties/guides/source/rails_application_templates.textile
@@ -0,0 +1,18 @@
+h2. Rails Application Templates
+
+This guide covers the Rails application templates, By referring to this guide, you will be able to:
+
+* Use existing templates to generate a customized Rails application
+* Write your own reusable Rails application templates
+
+endprologue.
+
+h3. Introduction
+
+Application templates are simple ruby files containing DSL for adding plugins/gems/initializers etc. to your freshly created Rails project or an existing Rails project.
+
+h3. Changelog
+
+"Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/78
+
+* April 17, 2009: Initial version by "Pratik":credits.html#lifo