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 ++++++++++++++++++-------- railties/guides/source/layout.html.erb | 10 ++++++---- 2 files changed, 24 insertions(+), 12 deletions(-) (limited to 'railties/guides') 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

diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index b280101d25..f1727166ba 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -68,14 +68,16 @@
Securing Rails Applications
Debugging Rails Applications
Performance Testing Rails Applications
-
The Basics of Creating Rails Plugins
Configuring Rails Applications
-
Rails on Rack
Rails Command Line Tools and Rake Tasks
Caching with Rails
Contributing to Rails
-
-
+ +
Extending Rails
+
The Basics of Creating Rails Plugins
+
Rails on Rack
+
Adding a Generator to Your Plugin
+
Release Notes
Ruby on Rails 3.0 Release Notes
Ruby on Rails 2.3 Release Notes
-- cgit v1.2.3