diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-04-17 13:45:18 -0500 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-04-17 13:45:18 -0500 |
commit | ecdc0643f21fa6e4fc75aecc8b3be547f60c3bbc (patch) | |
tree | 6b6ee3df0edfc8791662dd13368f238638cc5de3 /railties/guides/source/rails_application_templates.textile | |
parent | 60896ca6f4c89260cb9770487f80dec829674b89 (diff) | |
parent | 5b92dcb6757e90da316bd0c7a8472b9fa737f268 (diff) | |
download | rails-ecdc0643f21fa6e4fc75aecc8b3be547f60c3bbc.tar.gz rails-ecdc0643f21fa6e4fc75aecc8b3be547f60c3bbc.tar.bz2 rails-ecdc0643f21fa6e4fc75aecc8b3be547f60c3bbc.zip |
Merge branch 'master' of git@github.com:rails/rails
Diffstat (limited to 'railties/guides/source/rails_application_templates.textile')
-rw-r--r-- | railties/guides/source/rails_application_templates.textile | 18 |
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 |