1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

update release note: timestamps is non-null as default

This commit is contained in:
Fujimura Daisuke 2012-01-19 12:09:46 +09:00
parent d843a943b3
commit 5ef46189f6

View file

@ -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: