mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
update release note: timestamps is non-null as default
This commit is contained in:
committed by
Vijay Dev
parent
c8b584f576
commit
ead04eeabd
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user