aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-10 04:09:52 +0200
committerXavier Noria <fxn@hashref.com>2010-08-10 04:10:32 +0200
commit347d604792fb70873b6c1a9eb13fce11e96005fb (patch)
tree5e58c6a4c6332ed480b167e8e350bd75b87fdad4 /railties
parent5fc8af4712ea5b5f7a2ee8bedb3b431901de814d (diff)
downloadrails-347d604792fb70873b6c1a9eb13fce11e96005fb.tar.gz
rails-347d604792fb70873b6c1a9eb13fce11e96005fb.tar.bz2
rails-347d604792fb70873b6c1a9eb13fce11e96005fb.zip
adds the AS guide to the guides index
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/active_support_core_extensions.textile1
-rw-r--r--railties/guides/source/index.html.erb4
-rw-r--r--railties/guides/source/layout.html.erb1
3 files changed, 6 insertions, 0 deletions
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
<dl>
+<%= guide("Active Support Core Extensions", 'active_support_core_extensions.html') do %>
+ <p>This guide documents the Ruby core extensions defined in Active Support.</p>
+<% end %>
+
<%= guide("Rails Internationalization API", 'i18n.html') do %>
<p>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.</p>
<% 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 @@
</dl>
<dl class="R">
<dt>Digging Deeper</dt>
+ <dd><a href="active_support_core_extensions.html">Active Support Core Extensions</a></dd>
<dd><a href="i18n.html">Rails Internationalization API</a></dd>
<dd><a href="action_mailer_basics.html">Action Mailer Basics</a></dd>
<dd><a href="testing.html">Testing Rails Applications</a></dd>