aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-27 00:17:04 +0200
committerXavier Noria <fxn@hashref.com>2010-08-27 00:17:04 +0200
commit27edd3f8bc46fca6f7e81e1e611bd025cd360b66 (patch)
treef55f2cacc3e37e4c95ad64728f06428c2a9d0fea /railties
parent90a95be252a24c62fb9b883ae86d5bee21b6434e (diff)
downloadrails-27edd3f8bc46fca6f7e81e1e611bd025cd360b66.tar.gz
rails-27edd3f8bc46fca6f7e81e1e611bd025cd360b66.tar.bz2
rails-27edd3f8bc46fca6f7e81e1e611bd025cd360b66.zip
updates de title of the generators guide in the home and index
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/index.html.erb2
-rw-r--r--railties/guides/source/layout.html.erb2
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index a0db87c188..84e25dd0e9 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -140,7 +140,7 @@ Ruby on Rails Guides
<p>This guide covers Rails integration with Rack and interfacing with other Rack components.</p>
<% end %>
- <%= guide("Adding Generators", 'generators.html') do %>
+ <%= guide("Creating and Customizing Rails Generators", 'generators.html') do %>
<p>This guide covers the process of adding a brand new generator to your extension
or providing an alternative to an element of a built-in Rails generator (such as
providing alternative test stubs for the scaffold generator).</p>
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index cc7d54c256..2039c76213 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -76,7 +76,7 @@
<dt>Extending Rails</dt>
<dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd>
<dd><a href="rails_on_rack.html">Rails on Rack</a></dd>
- <dd><a href="generators.html">Adding a Generator to Your Plugin</a></dd>
+ <dd><a href="generators.html">Creating and Customizing Rails Generators</a></dd>
<dt>Contributing to Rails</dt>
<dd><a href="contributing_to_rails.html">Contributing to Rails</a></dd>