aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-10-25 08:12:26 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2008-10-25 08:12:26 -0500
commit650aa015789c704ca8ea864f1117faf3f404a59b (patch)
treedba546073950b1070c13c1de9a6f2353d38fcf32 /railties/doc
parent1dcde46329e517569152038d256cfb7bdf632426 (diff)
downloadrails-650aa015789c704ca8ea864f1117faf3f404a59b.tar.gz
rails-650aa015789c704ca8ea864f1117faf3f404a59b.tar.bz2
rails-650aa015789c704ca8ea864f1117faf3f404a59b.zip
One more link for Release notes
Diffstat (limited to 'railties/doc')
-rw-r--r--railties/doc/guides/html/2_2_release_notes.html5
-rw-r--r--railties/doc/guides/source/2_2_release_notes.txt1
2 files changed, 6 insertions, 0 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html
index 01c3a9f162..0ac5376cc8 100644
--- a/railties/doc/guides/html/2_2_release_notes.html
+++ b/railties/doc/guides/html/2_2_release_notes.html
@@ -1014,6 +1014,11 @@ More information:
<a href="http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-gem-dependencies">What's New in Edge Rails: Gem Dependencies</a>
</p>
</li>
+<li>
+<p>
+<a href="http://afreshcup.com/2008/10/25/rails-212-and-22rc1-update-your-rubygems/">Rails 2.1.2 and 2.2RC1: Update Your RubyGems</a>
+</p>
+</li>
</ul></div>
</li>
</ul></div>
diff --git a/railties/doc/guides/source/2_2_release_notes.txt b/railties/doc/guides/source/2_2_release_notes.txt
index 9e49e351a6..275cb095fd 100644
--- a/railties/doc/guides/source/2_2_release_notes.txt
+++ b/railties/doc/guides/source/2_2_release_notes.txt
@@ -375,6 +375,7 @@ You can unpack or install a single gem by specifying +GEM=_gem_name_+ on the com
* Lead Contributor: link:http://github.com/al2o3cr[Matt Jones]
* More information:
- link:http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-gem-dependencies[What's New in Edge Rails: Gem Dependencies]
+ - link:http://afreshcup.com/2008/10/25/rails-212-and-22rc1-update-your-rubygems/[Rails 2.1.2 and 2.2RC1: Update Your RubyGems]
=== Other Railties Changes