aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorFujimura Daisuke <dfujimura@aiming-inc.com>2012-01-19 12:09:46 +0900
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-19 22:12:22 +0530
commitead04eeabd44ddb59a5406c458d8ac830710bb45 (patch)
treeb498b692873c276ae9746d6cbdb4961410e22574 /railties/guides/source
parentc8b584f57625d6b2459c70b6746ab3729f2fde8f (diff)
downloadrails-ead04eeabd44ddb59a5406c458d8ac830710bb45.tar.gz
rails-ead04eeabd44ddb59a5406c458d8ac830710bb45.tar.bz2
rails-ead04eeabd44ddb59a5406c458d8ac830710bb45.zip
update release note: timestamps is non-null as default
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/3_2_release_notes.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile
index 8b242df179..0d99c7e878 100644
--- a/railties/guides/source/3_2_release_notes.textile
+++ b/railties/guides/source/3_2_release_notes.textile
@@ -371,6 +371,8 @@ has_many :clients, :class_name => :Client # Note that the symbol need to be capi
User.where(:first_name => "Scarlett").first_or_create!(:last_name => "Johansson")
</ruby>
+* +timestamps+ will add non-null constraint as default.
+
h4. Deprecations
* Automatic closure of connections in threads is deprecated. For example the following code is deprecated: