diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-01-31 10:33:29 -0600 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-01-31 10:33:29 -0600 |
commit | cbf4bef492eb9e65e51019924e19346b1aba07ad (patch) | |
tree | a9b15beead5c828b729d9f85748af6b456c2561d /railties/doc/guides/html/2_2_release_notes.html | |
parent | e4f36e05715b602c187c7618c086b7bada4db9ae (diff) | |
download | rails-cbf4bef492eb9e65e51019924e19346b1aba07ad.tar.gz rails-cbf4bef492eb9e65e51019924e19346b1aba07ad.tar.bz2 rails-cbf4bef492eb9e65e51019924e19346b1aba07ad.zip |
Rebuild guides + relnotes HTML
Diffstat (limited to 'railties/doc/guides/html/2_2_release_notes.html')
-rw-r--r-- | railties/doc/guides/html/2_2_release_notes.html | 5 |
1 files changed, 5 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 0dec014c3e..b94ab7531f 100644 --- a/railties/doc/guides/html/2_2_release_notes.html +++ b/railties/doc/guides/html/2_2_release_notes.html @@ -993,6 +993,11 @@ The <tt>%s</tt> and <tt>%d</tt> interpolation syntax for internationalization is Durations of fractional months or fractional years are deprecated. Use Ruby’s core <tt>Date</tt> and <tt>Time</tt> class arithmetic instead.
</p>
</li>
+<li>
+<p>
+<tt>Request#relative_url_root</tt> is deprecated. Use <tt>ActionController::Base.relative_url_root</tt> instead.
+</p>
+</li>
</ul></div>
</div>
<h2 id="_credits">12. Credits</h2>
|