aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.erb.textile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-24 12:29:25 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-02-24 12:29:25 +0000
commit53cd102b39eb62567298430cbd94e40dd78d46a0 (patch)
tree3d8a087421f0d74da7a7c3878e3ad1dddbf23697 /railties/guides/source/index.erb.textile
parente56b3e4c0b60b2b86f5ca9c5e5a0b22fa34d37ab (diff)
downloadrails-53cd102b39eb62567298430cbd94e40dd78d46a0.tar.gz
rails-53cd102b39eb62567298430cbd94e40dd78d46a0.tar.bz2
rails-53cd102b39eb62567298430cbd94e40dd78d46a0.zip
Merge with docrails
Diffstat (limited to 'railties/guides/source/index.erb.textile')
-rw-r--r--railties/guides/source/index.erb.textile10
1 files changed, 7 insertions, 3 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile
index 0f6e942d78..4751c3a1f5 100644
--- a/railties/guides/source/index.erb.textile
+++ b/railties/guides/source/index.erb.textile
@@ -74,7 +74,7 @@ h3. Digging Deeper
<dl>
<% guide("Rails Internationalization API", 'i18n.html', :ticket => 23) do %>
- This guide covers how to build a plugin to extend the functionality of Rails.
+ 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 %>
<% guide("Action Mailer Basics", 'action_mailer_basics.html', :ticket => 25) do %>
@@ -97,7 +97,7 @@ h3. Digging Deeper
This guide covers the various ways of performance testing a Ruby on Rails application.
<% end %>
-<% guide("The Basics of Creating Rails Plugins", 'plugins.html') do %>
+<% guide("The Basics of Creating Rails Plugins", 'plugins.html', :ticket => 32) do %>
This guide covers how to build a plugin to extend the functionality of Rails.
<% end %>
@@ -105,8 +105,12 @@ h3. Digging Deeper
This guide covers the basic configuration settings for a Rails application.
<% end %>
-<% guide("Rails Command Line Tools and Rake tasks", 'command_line.html') do %>
+<% guide("Rails Command Line Tools and Rake tasks", 'command_line.html', :ticket => 29) do %>
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.
+<% end %>
+
</dl>