From 27edd3f8bc46fca6f7e81e1e611bd025cd360b66 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 27 Aug 2010 00:17:04 +0200 Subject: updates de title of the generators guide in the home and index --- railties/guides/source/index.html.erb | 2 +- railties/guides/source/layout.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'railties') 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

This guide covers Rails integration with Rack and interfacing with other Rack components.

<% end %> - <%= guide("Adding Generators", 'generators.html') do %> + <%= guide("Creating and Customizing Rails Generators", 'generators.html') do %>

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).

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 @@
Extending Rails
The Basics of Creating Rails Plugins
Rails on Rack
-
Adding a Generator to Your Plugin
+
Creating and Customizing Rails Generators
Contributing to Rails
Contributing to Rails
-- cgit v1.2.3