guides/source/index.html.erb in railties-3.0.0.rc vs guides/source/index.html.erb in railties-3.0.0.rc2

- old
+ new

@@ -86,9 +86,13 @@ <h3>Digging Deeper</h3> <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 %> <%= guide("Action Mailer Basics", 'action_mailer_basics.html', :ticket => 25) do %>