aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/2_2_release_notes.html
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-01 18:25:03 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-02-01 18:25:03 +0000
commit886124e688de7b48f32925eca42e4185e487ec84 (patch)
tree16eaf9f5afc4a742dae80e395cb628657aec5e4d /railties/doc/guides/html/2_2_release_notes.html
parent3be0ad60e4fcdafd4817508a21340dbf1bda6cb4 (diff)
downloadrails-886124e688de7b48f32925eca42e4185e487ec84.tar.gz
rails-886124e688de7b48f32925eca42e4185e487ec84.tar.bz2
rails-886124e688de7b48f32925eca42e4185e487ec84.zip
Merge docrails
Diffstat (limited to 'railties/doc/guides/html/2_2_release_notes.html')
-rw-r--r--railties/doc/guides/html/2_2_release_notes.html5
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&#8217;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>