From ad679a43ec288610088d82b3cbd4009646ebde17 Mon Sep 17 00:00:00 2001
From: Pratik Naik
+Request forgery protection has been tightened up to apply to HTML-formatted content requests only. +
++Polymorphic URLs behave more sensibly if a passed parameter is nil. For example, calling polymorphic_path([@project, @date, @area]) with a nil date will give you project_area_path. +
+Action Mailer now offers built-in support for GMail's SMTP servers, by turning on STARTTLS automatically. This requires Ruby 1.8.7 to be installed.
-script/generate works without deprecation warnings when RubyGems 1.3.0 is present +To eliminate deprecation warnings and properly handle gem dependencies, Rails now requires rubygems 1.3.1 or higher.