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
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 GuidesThis 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 %>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 %> +