aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.erb.textile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-28 19:44:25 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-02-28 19:44:25 +0000
commit0db6c3f51828e1a37e2c7b9245ffa8c12ac59c83 (patch)
tree6d4655e5982c7194f9c1a57f0a1d888cf93ad290 /railties/guides/source/index.erb.textile
parent5029210914059faa65358b98a9c033a40e803c54 (diff)
downloadrails-0db6c3f51828e1a37e2c7b9245ffa8c12ac59c83.tar.gz
rails-0db6c3f51828e1a37e2c7b9245ffa8c12ac59c83.tar.bz2
rails-0db6c3f51828e1a37e2c7b9245ffa8c12ac59c83.zip
Merge docrails and update the release notes
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>