aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2009-02-07 13:16:09 +1000
committerRyan Bigg <radarlistener@gmail.com>2009-02-07 13:16:09 +1000
commitb7d4d8d6edd78a8ea8876b8f91798099f15bcb2b (patch)
tree2224c609b43204fb6d790a040e320c7feac8e21d /railties/guides
parenta9b5655948b12bcb3d71bb2fd2fd5fac6c918c7e (diff)
parentc85ce1bcc344605ead2abb024ec0a297897446c3 (diff)
downloadrails-b7d4d8d6edd78a8ea8876b8f91798099f15bcb2b.tar.gz
rails-b7d4d8d6edd78a8ea8876b8f91798099f15bcb2b.tar.bz2
rails-b7d4d8d6edd78a8ea8876b8f91798099f15bcb2b.zip
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/index.erb.textile4
-rw-r--r--railties/guides/source/layout.html.erb5
2 files changed, 5 insertions, 4 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile
index d66e10c6ee..4751c3a1f5 100644
--- a/railties/guides/source/index.erb.textile
+++ b/railties/guides/source/index.erb.textile
@@ -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,7 +105,7 @@ 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 %>
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index 141471a50f..f08bffd43c 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -62,10 +62,11 @@
<dd><a href="performance_testing.html">Performance Testing Rails Applications</a></dd>
<dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd>
<dd><a href="configuring.html">Configuring Rails Applications</a></dd>
+ <dd><a href="rails_on_rack.html">Rails on Rack</a></dd>
</dl>
</div>
</li>
- <li><a href="http://hackfest.rubyonrails.org">Contribute</a></li>
+ <li><a href="contribute.html">Contribute</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</div>
@@ -91,7 +92,7 @@
<hr class="hide" />
<div id="footer">
<div class="wrapper">
- <p>Authors who have contributed to complete guides are listed <a href="credits.html">here</a>.<br />This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0">Creative Commons Attribution-Share Alike 3.0</a> License</a></p>
+ <p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0">Creative Commons Attribution-Share Alike 3.0</a> License</a></p>
<p>"Rails", "Ruby on Rails", and the Rails logo are trademarks of David Heinemeier Hansson. All rights reserved.</p>
</div>
</div>