diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-02-07 02:55:19 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-02-07 02:55:38 +0000 |
commit | 4cf3d4d9d5b8c8c129c64eaf3788315bc5c5dacf (patch) | |
tree | c6d93e023d052dc6f9c39392958da2890247dae9 /railties/guides/source/index.erb.textile | |
parent | b981ab42249d3a5485f986b182ffbb1aed7c815f (diff) | |
download | rails-4cf3d4d9d5b8c8c129c64eaf3788315bc5c5dacf.tar.gz rails-4cf3d4d9d5b8c8c129c64eaf3788315bc5c5dacf.tar.bz2 rails-4cf3d4d9d5b8c8c129c64eaf3788315bc5c5dacf.zip |
Second version of the Rack guide
Diffstat (limited to 'railties/guides/source/index.erb.textile')
-rw-r--r-- | railties/guides/source/index.erb.textile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile index 40b961cfdb..d66e10c6ee 100644 --- a/railties/guides/source/index.erb.textile +++ b/railties/guides/source/index.erb.textile @@ -109,4 +109,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. +<% end %> + </dl> |