From 9694b756d16278b66248444d2f3e3a89f3a4e16c Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sat, 21 Jul 2012 22:26:21 +0530 Subject: update 4.0 release notes [ci skip] --- guides/source/4_0_release_notes.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/4_0_release_notes.textile b/guides/source/4_0_release_notes.textile index 895372ba63..d545798f6f 100644 --- a/guides/source/4_0_release_notes.textile +++ b/guides/source/4_0_release_notes.textile @@ -699,6 +699,8 @@ where(...).remove_conditions # => still has conditions * New rails application would be generated with the config.active_record.dependent_restrict_raises = false in the application config. +* The migration generator now creates a join table with (commented) indexes every time the migration name contains the word "join_table". + h3. Active Model * Changed AM::Serializers::JSON.include_root_in_json default value to false. Now, AM Serializers and AR objects have the same default behaviour. -- cgit v1.2.3