aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-03-06 15:21:21 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-03-06 15:21:21 +0000
commit60023f52c008848545859ed1fefa9e094d2943b5 (patch)
tree0e51d2107f0e9960b50cc1444d0cf60ccb2503a6 /railties
parentbd234961822b355e2f5681bf50bed2989e5b94f0 (diff)
downloadrails-60023f52c008848545859ed1fefa9e094d2943b5.tar.gz
rails-60023f52c008848545859ed1fefa9e094d2943b5.tar.bz2
rails-60023f52c008848545859ed1fefa9e094d2943b5.zip
Remove duplicate links from the index page
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/index.erb.textile4
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile
index 787a5fd435..4e6364baa4 100644
--- a/railties/guides/source/index.erb.textile
+++ b/railties/guides/source/index.erb.textile
@@ -109,10 +109,6 @@ h3. Digging Deeper
This guide covers the basic configuration settings for a Rails application.
<% 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 %>
-
<% 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 %>