aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-01-31 16:27:24 +1100
committerJeremy Kemper <jeremy@bitsweat.net>2010-01-31 09:46:30 -0800
commit2ebea1c02d10e0fea26bd98d297a8f4d41dc1aff (patch)
treec85ae3de692c1ac783e67f11e71b8336902d8341 /railties/guides
parentb3a028259f373fd58fea2171a1e9e8b2fe3e253a (diff)
downloadrails-2ebea1c02d10e0fea26bd98d297a8f4d41dc1aff.tar.gz
rails-2ebea1c02d10e0fea26bd98d297a8f4d41dc1aff.tar.bz2
rails-2ebea1c02d10e0fea26bd98d297a8f4d41dc1aff.zip
deOMGifying Railties, Active Support, and Action Pack
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/rails_application_templates.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/rails_application_templates.textile b/railties/guides/source/rails_application_templates.textile
index fc178fa44b..579b1a5538 100644
--- a/railties/guides/source/rails_application_templates.textile
+++ b/railties/guides/source/rails_application_templates.textile
@@ -88,7 +88,7 @@ Please note that you need to +git :init+ before you can install a plugin as a su
Or use plain old SVN :
<ruby>
-plugin 'wtfsvn', :svn => 'svn://crap.com/wtf/trunk'
+plugin 'usingsvn', :svn => 'svn://example.com/usingsvn/trunk'
</ruby>
h4. vendor/lib/file/initializer(filename, data = nil, &block)