aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.erb.textile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/source/index.erb.textile')
-rw-r--r--railties/guides/source/index.erb.textile8
1 files changed, 6 insertions, 2 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile
index 4751c3a1f5..49d8cad404 100644
--- a/railties/guides/source/index.erb.textile
+++ b/railties/guides/source/index.erb.textile
@@ -73,6 +73,10 @@ h3. Digging Deeper
<dl>
+<% 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', :ticket => 23) 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 %>
@@ -109,8 +113,8 @@ h3. Digging Deeper
This guide covers the command line tools and rake tasks provided by Rails.
<% end %>
-<% guide("Rails on Rack", 'rails_on_rack.html', :ticket => 58) do %>
- This guide covers Rails integration with Rack and interfacing with other Rack components.
+<% guide("Caching with Rails", 'caching_with_rails.html', :ticket => 10) do %>
+ Various caching techniques provided by Rails.
<% end %>
</dl>