aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/generators.md
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-02-18 23:57:37 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-02-18 23:59:48 +0900
commit57b0ae8011ab0502253631bd6fdbc0fc838b593e (patch)
treee7249f5fb7015446d089e7de6d4e83d6c87bf4d5 /guides/source/generators.md
parentb04c81d367323849a0019f6964639efaad0e9df0 (diff)
downloadrails-57b0ae8011ab0502253631bd6fdbc0fc838b593e.tar.gz
rails-57b0ae8011ab0502253631bd6fdbc0fc838b593e.tar.bz2
rails-57b0ae8011ab0502253631bd6fdbc0fc838b593e.zip
Gist URLs are now namespaced
see: https://github.com/blog/1406-namespaced-gists
Diffstat (limited to 'guides/source/generators.md')
-rw-r--r--guides/source/generators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/generators.md b/guides/source/generators.md
index 1a08eb420a..d7c789e2d8 100644
--- a/guides/source/generators.md
+++ b/guides/source/generators.md
@@ -412,7 +412,7 @@ This command will generate the `Thud` application, and then apply the template t
Templates don't have to be stored on the local system, the `-m` option also supports online templates:
```bash
-$ rails new thud -m https://gist.github.com/722911.txt
+$ rails new thud -m https://gist.github.com/radar/722911/raw/
```
Whilst the final section of this guide doesn't cover how to generate the most awesome template known to man, it will take you through the methods available at your disposal so that you can develop it yourself. These same methods are also available for generators.