aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-03-19 21:49:48 +0100
committerXavier Noria <fxn@hashref.com>2010-03-19 21:49:48 +0100
commitdea701bd2c6369cd1928b2bb9ff8f17a38fa0c73 (patch)
treed84d5d2e56ff6c0657caf12676c39affe3e4915a /railties/guides
parent02be581f45f74e735252afa167cee3ca6ab45b5e (diff)
downloadrails-dea701bd2c6369cd1928b2bb9ff8f17a38fa0c73.tar.gz
rails-dea701bd2c6369cd1928b2bb9ff8f17a38fa0c73.tar.bz2
rails-dea701bd2c6369cd1928b2bb9ff8f17a38fa0c73.zip
normalizes titles of release notes guides, and adds them to the home page
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/3_0_release_notes.textile2
-rw-r--r--railties/guides/source/index.textile.erb15
-rw-r--r--railties/guides/source/layout.html.erb6
3 files changed, 22 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index cb8d6ec9bf..cc84129b35 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -1,4 +1,4 @@
-h2. Rails 3.0: Release Notes
+h2. Ruby on Rails 3.0 Release Notes
Rails 3.0 is ponies and rainbows! It's going to cook you dinner and fold your laundry. You're going to wonder how life was ever possible before it arrived. It's the Best Version of Rails We've Ever Done!
diff --git a/railties/guides/source/index.textile.erb b/railties/guides/source/index.textile.erb
index c021efb881..d7db81309f 100644
--- a/railties/guides/source/index.textile.erb
+++ b/railties/guides/source/index.textile.erb
@@ -120,5 +120,20 @@ h3. Digging Deeper
<% guide("Contributing to Rails", 'contributing_to_rails.html') do %>
Rails is not "somebody else's framework." This guide covers a variety of ways that you can get involved in the ongoing development of Rails.
<% end %>
+</dl>
+
+h3. Release Notes
+
+<dl>
+<% guide("Ruby on Rails 3.0 Release Notes", '3_0_release_notes.html') do %>
+ Release notes for Rails 3.0.
+<% end %>
+
+<% guide("Ruby on Rails 2.3 Release Notes", '2_3_release_notes.html') do %>
+ Release notes for Rails 2.3.
+<% end %>
+<% guide("Ruby on Rails 2.2 Release Notes", '2_2_release_notes.html') do %>
+ Release notes for Rails 2.2.
+<% end %>
</dl>
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index 5f324ece60..a21f1bbeed 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -67,6 +67,12 @@
<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>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>
+ <dd><a href="2_2_release_notes.html">Ruby on Rails 2.2 Release Notes</a></dd>
+ </dl>
</div>
</li>
<li><a href="contribute.html">Contribute</a></li>