File rubygem-activerecord-3_2.changes of Package rubygem-activerecord-3_2
-------------------------------------------------------------------
Mon Apr 23 09:42:29 UTC 2012 - saschpe@suse.de
- Explicitly require rubygem-activemodel-3_2 and rubygem-activesupport-3_2
instead of rubygem-activemodel and rubygem-activemodel to fix
'have choice' errors
-------------------------------------------------------------------
Wed Apr 4 15:46:10 UTC 2012 - coolo@suse.com
- update to 3.2.3
* Added find_or_create_by_{attribute}! dynamic method. *Andrew White*
* Whitelist all attribute assignment by default.
* Update ActiveRecord::AttributeMethods#attribute_present? to return false for empty strings. *Jacobkg*
* Fix associations when using per class databases. *larskanis*
* Revert setting NOT NULL constraints in add_timestamps *fxn*
* Fix mysql to use proper text types. Fixes #3931. *kennyj*
* Fix #5069 - Protect foreign key from mass assignment through association builder. *byroot*
-------------------------------------------------------------------
Fri Jan 27 01:08:32 UTC 2012 - mrueckert@suse.de
- update to 3.2.1
* The threshold for auto EXPLAIN is ignored if there's no logger.
*fxn*
* Call `to_s` on the value passed to `table_name=`, in particular
symbols are supported (regression). *Sergey Nartimov*
* Fix possible race condition when two threads try to define
attribute methods for the same class. *Jon Leighton*
-------------------------------------------------------------------
Thu Jan 26 16:49:22 UTC 2012 - mrueckert@suse.de
- initial package of the 3.2 branch