From 347d604792fb70873b6c1a9eb13fce11e96005fb Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 10 Aug 2010 04:09:52 +0200 Subject: adds the AS guide to the guides index --- railties/guides/source/active_support_core_extensions.textile | 1 + railties/guides/source/index.html.erb | 4 ++++ railties/guides/source/layout.html.erb | 1 + 3 files changed, 6 insertions(+) (limited to 'railties') diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 31433d50eb..c1e3b97f81 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -3543,4 +3543,5 @@ h3. Changelog "Lighthouse ticket":https://rails.lighthouseapp.com/projects/16213/tickets/67 +* August 10, 2010: Starts to take shape, added to the index. * April 18, 2009: Initial version by "Xavier Noria":credits.html#fxn diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb index 254ee91ab4..a0db87c188 100644 --- a/railties/guides/source/index.html.erb +++ b/railties/guides/source/index.html.erb @@ -88,6 +88,10 @@ Ruby on Rails Guides
+<%= guide("Active Support Core Extensions", 'active_support_core_extensions.html') do %> +

This guide documents the Ruby core extensions defined in Active Support.

+<% 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 %> diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index c4758316ea..cc7d54c256 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -62,6 +62,7 @@
Digging Deeper
+
Active Support Core Extensions
Rails Internationalization API
Action Mailer Basics
Testing Rails Applications
-- cgit v1.2.3