aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-01-11 23:52:01 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-01-11 23:52:41 -0200
commit3f16f5b7a0034ec4730b73b673fcebcb4465107f (patch)
tree45c7dc19ed8e150a2f13f2a20921f9b8b2cef4a2 /railties/guides/source
parentfc74a51c3fd51d33fb4891a1f0c8d4571a776905 (diff)
downloadrails-3f16f5b7a0034ec4730b73b673fcebcb4465107f.tar.gz
rails-3f16f5b7a0034ec4730b73b673fcebcb4465107f.tar.bz2
rails-3f16f5b7a0034ec4730b73b673fcebcb4465107f.zip
Add CHANGELOG entry
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/3_2_release_notes.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile
index b65daece91..eb816f70c4 100644
--- a/railties/guides/source/3_2_release_notes.textile
+++ b/railties/guides/source/3_2_release_notes.textile
@@ -264,6 +264,8 @@ h5. Deprecations
h3. Active Record
+* 'on' and 'ON' boolean columns values are type casted to true
+
* Implemented <tt>ActiveRecord::Relation#explain</tt>.
* Implements <tt>AR::Base.silence_auto_explain</tt> which allows the user to selectively disable automatic EXPLAINs within a block.