diff options
| author | Yves Senn <yves.senn@gmail.com> | 2014-12-16 10:35:29 +0100 | 
|---|---|---|
| committer | Yves Senn <yves.senn@gmail.com> | 2014-12-16 10:38:03 +0100 | 
| commit | 01de604d776150b9a67dec8041a4aea56829b539 (patch) | |
| tree | 5c460c3606c62ecbcdbf5fb73df362a8662733d4 /guides/source | |
| parent | d95a58c76882eb09ce29796730ef43688d5868cf (diff) | |
| download | rails-01de604d776150b9a67dec8041a4aea56829b539.tar.gz rails-01de604d776150b9a67dec8041a4aea56829b539.tar.bz2 rails-01de604d776150b9a67dec8041a4aea56829b539.zip | |
decribe deprecation cycle from `timestamps null: false` to `null: true`.
[ci skip]
/cc @sgrif @zzak
Conflicts:
	activerecord/CHANGELOG.md
Diffstat (limited to 'guides/source')
| -rw-r--r-- | guides/source/4_2_release_notes.md | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 1e9107a8c6..b2f77d38c4 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -640,6 +640,10 @@ Please refer to the [Changelog][active-record] for detailed changes.      `Relation` for performing queries and updates is the preferred API.      ([Commit](https://github.com/rails/rails/commit/d5902c9e)) +*   Deprecated `add_timestamps` and `t.timestamps` without passing the `:null` +    option. The default of `null: true` will change in Rails 5 to `null: false`. +    ([Pull Request](https://github.com/rails/rails/pull/16481)) +  *   Deprecated `Reflection#source_macro` without replacement as it is no longer      needed in Active Record.      ([Pull Request](https://github.com/rails/rails/pull/16373)) | 
