aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-07-21 22:26:21 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-07-21 22:26:21 +0530
commit9694b756d16278b66248444d2f3e3a89f3a4e16c (patch)
tree422a2a6d50751e5028bc2b5246f6b56343ea7053
parentdad5446a6c6341f4e3f820c5cdde96db9cea0f7c (diff)
downloadrails-9694b756d16278b66248444d2f3e3a89f3a4e16c.tar.gz
rails-9694b756d16278b66248444d2f3e3a89f3a4e16c.tar.bz2
rails-9694b756d16278b66248444d2f3e3a89f3a4e16c.zip
update 4.0 release notes [ci skip]
-rw-r--r--guides/source/4_0_release_notes.textile2
1 files changed, 2 insertions, 0 deletions
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 <tt>AM::Serializers::JSON.include_root_in_json</tt> default value to false. Now, AM Serializers and AR objects have the same default behaviour.