From 21c1fbb6c119a4d57d24efea87532b41075ffa6e Mon Sep 17 00:00:00 2001 From: wycats Date: Fri, 30 Apr 2010 11:50:37 -0700 Subject: Add generators to the guides and break out an extensions section --- railties/guides/source/index.html.erb | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'railties/guides/source/index.html.erb') diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb index 52da16d453..f47975917c 100644 --- a/railties/guides/source/index.html.erb +++ b/railties/guides/source/index.html.erb @@ -88,10 +88,6 @@ Ruby on Rails Guides
-<%= guide("Rails on Rack", 'rails_on_rack.html') do %> -

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

-<% end %> - <%= guide("Rails Internationalization API", 'i18n.html') do %>

This guide covers how to add internationalization to your applications. Your application will be able to translate content to different languages, change pluralization rules, use correct date formats for each country and so on.

<% end %> @@ -116,10 +112,6 @@ Ruby on Rails Guides

This guide covers the various ways of performance testing a Ruby on Rails application.

<% end %> -<%= guide("The Basics of Creating Rails Plugins", 'plugins.html', :ticket => 32) do %> -

This guide covers how to build a plugin to extend the functionality of Rails.

-<% end %> - <%= guide("Configuring Rails Applications", 'configuring.html') do %>

This guide covers the basic configuration settings for a Rails application.

<% end %> @@ -137,6 +129,24 @@ Ruby on Rails Guides <% end %>
+

Extending Rails

+ +
+ <%= guide("The Basics of Creating Rails Plugins", 'plugins.html', :ticket => 32) do %> +

This guide covers how to build a plugin to extend the functionality of Rails.

+ <% end %> + + <%= guide("Rails on Rack", 'rails_on_rack.html') do %> +

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

+ <% end %> + + <%= guide("Adding 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)

+ <% end %> +
+

Release Notes

-- cgit v1.2.3 From f5fa13cca10c50a47a5a64a4d8154efc18bae30e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 30 Apr 2010 21:22:57 +0200 Subject: guides index: punctuation --- railties/guides/source/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/index.html.erb') diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb index f47975917c..5a715cf9f7 100644 --- a/railties/guides/source/index.html.erb +++ b/railties/guides/source/index.html.erb @@ -143,7 +143,7 @@ Ruby on Rails Guides <%= guide("Adding 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)

+ providing alternative test stubs for the scaffold generator).

<% end %>
-- cgit v1.2.3