Hello community, here is the log from the commit of package rubygem-activerecord-3_2 for openSUSE:Factory checked in at 2012-11-21 17:21:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-activerecord-3_2 (Old) and /work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-activerecord-3_2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-activerecord-3_2/rubygem-activerecord-3_2.changes 2012-09-01 21:58:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new/rubygem-activerecord-3_2.changes 2012-11-21 17:21:23.000000000 +0100 @@ -1,0 +2,28 @@ +Tue Nov 13 14:00:43 UTC 2012 - [email protected] + +- updated to version 3.2.9 + * Fix issue with collection associations calling first(n)/last(n) and attempting + to set the inverse association when `:inverse_of` was used. Fixes #8087. + * Fix bug when Column is trying to type cast boolean values to integer. + Fixes #8067. + * Fix bug where `rake db:test:prepare` tries to load the structure.sql into development database. + Fixes #8032. + * Fixed support for `DATABASE_URL` environment variable for rake db tasks. *Grace Liu* + * Fix bug where `update_columns` and `update_column` would not let you update the primary key column. + * Decode URI encoded attributes on database connection URLs. + * Fix AR#dup to nullify the validation errors in the dup'ed object. Previously the original + and the dup'ed object shared the same errors. + * Synchronize around deleting from the reserved connections hash. + Fixes #7955 + * PostgreSQL adapter correctly fetches default values when using + multiple schemas and domains in a db. Fixes #7914 + * Fix deprecation notice when loading a collection association that + selects columns from other tables, if a new record was previously + built using that association. + * The postgres adapter now supports tables with capital letters. + Fix #5920 + * `CollectionAssociation#count` returns `0` without querying if the + parent record is not persisted. + ... more, see CHANGELOG.md + +------------------------------------------------------------------- Old: ---- activerecord-3.2.8.gem New: ---- activerecord-3.2.9.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-activerecord-3_2.spec ++++++ --- /var/tmp/diff_new_pack.eMv6Tl/_old 2012-11-21 17:21:24.000000000 +0100 +++ /var/tmp/diff_new_pack.eMv6Tl/_new 2012-11-21 17:21:24.000000000 +0100 @@ -17,7 +17,7 @@ Name: rubygem-activerecord-3_2 -Version: 3.2.8 +Version: 3.2.9 Release: 0 %define mod_name activerecord %define mod_full_name %{mod_name}-%{version} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
