aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.erb.textile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-28 19:40:34 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-02-28 19:40:52 +0000
commitc674d209e15237ff276be7513825139f578fe2d7 (patch)
tree130522bcebec91f7d00cd8049b05c374e570d35b /railties/guides/source/index.erb.textile
parent559c394ec4b09ed474c582613c01d7e829fcb1ca (diff)
downloadrails-c674d209e15237ff276be7513825139f578fe2d7.tar.gz
rails-c674d209e15237ff276be7513825139f578fe2d7.tar.bz2
rails-c674d209e15237ff276be7513825139f578fe2d7.zip
Fix some formatting in the caching guide
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>