mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Add CHANGELOG entry
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
## Rails 3.2.0 (unreleased) ##
|
||||
|
||||
* 'on' and 'ON' boolean columns values are type casted to true
|
||||
*Santiago Pastorino*
|
||||
|
||||
* Added ability to run migrations only for given scope, which allows
|
||||
to run migrations only from one engine (for example to revert changes
|
||||
from engine that you want to remove).
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user