Skip to content

Commit

Permalink
update release note: timestamps is non-null as default
Browse files Browse the repository at this point in the history
  • Loading branch information
Fujimura Daisuke authored and vijaydev committed Jan 19, 2012
1 parent c8b584f commit ead04ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/guides/source/3_2_release_notes.textile
Expand Up @@ -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:
Expand Down

0 comments on commit ead04ee

Please sign in to comment.