From 4bb13a2bfb7a2fc666c74038c1e72ea10544dfae Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Fri, 31 Oct 2008 04:40:29 -0500 Subject: Update release notes. --- railties/doc/guides/html/2_2_release_notes.html | 7 ++++++- railties/doc/guides/source/2_2_release_notes.txt | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'railties/doc') 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.

+
  • +

    +redirect_to now fully supports URI schemes (so, for example, you can redirect to a svn+ssh: URI) +

    +
  • 7. Action View

    @@ -791,7 +796,7 @@ Rails now supports HTTP-only cookies (and uses them for sessions), which help mi
  • -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.

  • diff --git a/railties/doc/guides/source/2_2_release_notes.txt b/railties/doc/guides/source/2_2_release_notes.txt index 2b3c606e62..c49b85e737 100644 --- a/railties/doc/guides/source/2_2_release_notes.txt +++ b/railties/doc/guides/source/2_2_release_notes.txt @@ -257,11 +257,12 @@ Action Controller now offers good support for HTTP conditional GET requests, as * The HTTP Accept header is disabled by default now. You should prefer the use of formatted URLs (such as +/customers/1.xml+) to indicate the format that you want. If you need the Accept headers, you can turn them back on with +config.action_controller.user_accept_header = true+. * Benchmarking numbers are now reported in milliseconds rather than tiny fractions of seconds * Rails now supports HTTP-only cookies (and uses them for sessions), which help mitigate some cross-site scripting risks in newer browsers. +* +redirect_to+ now fully supports URI schemes (so, for example, you can redirect to a svn+ssh: URI) == Action View * +javascript_include_tag+ and +stylesheet_link_tag+ support a new +:recursive+ option to be used along with +:all+, so that you can load an entire tree of files with a single line of code. -* 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. * +RJS#page.reload+ to reload the browser's current location via javascript * The +atom_feed+ helper now takes an +:instruct+ option to let you insert XML processing instructions. -- cgit v1.2.3