diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-11-15 09:13:47 -0600 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-11-15 09:13:47 -0600 |
commit | 7701b0611c95278d1bbe4bdf064ee447c68beafd (patch) | |
tree | e58b0d4e52991dfc0b44d482268ca0a741a7a50d /railties/doc/guides/html | |
parent | b43ed561b1574c918eb90babb6c3629540da9d4e (diff) | |
download | rails-7701b0611c95278d1bbe4bdf064ee447c68beafd.tar.gz rails-7701b0611c95278d1bbe4bdf064ee447c68beafd.tar.bz2 rails-7701b0611c95278d1bbe4bdf064ee447c68beafd.zip |
Additional details on config.gem processing for 2.2 release notes
Diffstat (limited to 'railties/doc/guides/html')
-rw-r--r-- | railties/doc/guides/html/2_2_release_notes.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html index 6f6ee705d0..1c44c1fcd9 100644 --- a/railties/doc/guides/html/2_2_release_notes.html +++ b/railties/doc/guides/html/2_2_release_notes.html @@ -1017,7 +1017,7 @@ The included TzInfo library has been upgraded to version 0.3.11. </li>
<li>
<p>
-<tt>rake gems</tt> to list all configured gems, as well as whether they (and their dependencies) are installed or frozen
+<tt>rake gems</tt> to list all configured gems, as well as whether they (and their dependencies) are installed, frozen, or framework (framework gems are those loaded by Rails before the gem dependency code is executed; such gems cannot be frozen)
</p>
</li>
<li>
@@ -1068,6 +1068,11 @@ More information: <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>
+<li>
+<p>
+<a href="http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1128">Detailed discussion on Lighthouse</a>
+</p>
+</li>
</ul></div>
</li>
</ul></div>
|