aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layout.html.erb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-04-30 11:50:37 -0700
committerwycats <wycats@gmail.com>2010-04-30 11:52:04 -0700
commite975f6f5307058f609032a33b27d5686ca77f27b (patch)
tree0e0159d9e62cb0ebcd0ee4085399e06fcc1e8f74 /railties/guides/source/layout.html.erb
parent2c7f7738c3841d54b5b53d191e873c7ca184e963 (diff)
downloadrails-e975f6f5307058f609032a33b27d5686ca77f27b.tar.gz
rails-e975f6f5307058f609032a33b27d5686ca77f27b.tar.bz2
rails-e975f6f5307058f609032a33b27d5686ca77f27b.zip
Add generators to the guides and break out an extensions section
Diffstat (limited to 'railties/guides/source/layout.html.erb')
-rw-r--r--railties/guides/source/layout.html.erb10
1 files changed, 6 insertions, 4 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index b280101d25..f1727166ba 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -68,14 +68,16 @@
<dd><a href="security.html">Securing Rails Applications</a></dd>
<dd><a href="debugging_rails_applications.html">Debugging Rails Applications</a></dd>
<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>
<dd><a href="command_line.html">Rails Command Line Tools and Rake Tasks</a></dd>
<dd><a href="caching_with_rails.html">Caching with Rails</a></dd>
<dd><a href="contributing_to_rails.html">Contributing to Rails</a></dd>
- </dl>
- <dl class="R">
+
+ <dt>Extending Rails</dt>
+ <dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd>
+ <dd><a href="rails_on_rack.html">Rails on Rack</a></dd>
+ <dd><a href="generators.html">Adding a Generator to Your Plugin</a></dd>
+
<dt>Release Notes</dt>
<dd><a href="3_0_release_notes.html">Ruby on Rails 3.0 Release Notes</a></dd>
<dd><a href="2_3_release_notes.html">Ruby on Rails 2.3 Release Notes</a></dd>