diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-10-25 08:12:26 -0500 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-10-25 08:12:26 -0500 |
commit | 650aa015789c704ca8ea864f1117faf3f404a59b (patch) | |
tree | dba546073950b1070c13c1de9a6f2353d38fcf32 /railties/doc/guides | |
parent | 1dcde46329e517569152038d256cfb7bdf632426 (diff) | |
download | rails-650aa015789c704ca8ea864f1117faf3f404a59b.tar.gz rails-650aa015789c704ca8ea864f1117faf3f404a59b.tar.bz2 rails-650aa015789c704ca8ea864f1117faf3f404a59b.zip |
One more link for Release notes
Diffstat (limited to 'railties/doc/guides')
-rw-r--r-- | railties/doc/guides/html/2_2_release_notes.html | 5 | ||||
-rw-r--r-- | railties/doc/guides/source/2_2_release_notes.txt | 1 |
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 |