1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

adds the AS guide to the guides index

This commit is contained in:
Xavier Noria 2010-08-10 04:09:52 +02:00
parent 5fc8af4712
commit 347d604792
3 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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 %>

View file

@ -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>