aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/2_2_release_notes.html
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-10-31 04:40:29 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2008-10-31 04:40:29 -0500
commit4bb13a2bfb7a2fc666c74038c1e72ea10544dfae (patch)
tree160a4d2b98575f9f17930f973ab173b241702923 /railties/doc/guides/html/2_2_release_notes.html
parent08d81fdc5c59ee2aedb372faa00a9cb067621d4b (diff)
downloadrails-4bb13a2bfb7a2fc666c74038c1e72ea10544dfae.tar.gz
rails-4bb13a2bfb7a2fc666c74038c1e72ea10544dfae.tar.bz2
rails-4bb13a2bfb7a2fc666c74038c1e72ea10544dfae.zip
Update release notes.
Diffstat (limited to 'railties/doc/guides/html/2_2_release_notes.html')
-rw-r--r--railties/doc/guides/html/2_2_release_notes.html7
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 5e3b2cfc88..d83ad87160 100644
--- a/railties/doc/guides/html/2_2_release_notes.html
+++ b/railties/doc/guides/html/2_2_release_notes.html
@@ -779,6 +779,11 @@ Benchmarking numbers are now reported in milliseconds rather than tiny fractions
Rails now supports HTTP-only cookies (and uses them for sessions), which help mitigate some cross-site scripting risks in newer browsers.
</p>
</li>
+<li>
+<p>
+<tt>redirect_to</tt> now fully supports URI schemes (so, for example, you can redirect to a svn+ssh: URI)
+</p>
+</li>
</ul></div>
</div>
<h2 id="_action_view">7. Action View</h2>
@@ -791,7 +796,7 @@ Rails now supports HTTP-only cookies (and uses them for sessions), which help mi
</li>
<li>
<p>
-The included Prototype javascript library has been upgraded to version 1.6.0.2.
+The included Prototype javascript library has been upgraded to version 1.6.0.3.
</p>
</li>
<li>