pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-activerecord32



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 12 12:41:02 UTC 2012

Modified Files:
        pkgsrc/databases/ruby-activerecord32: distinfo

Log Message:
Update ruby-activerecord32 to 3.2.8.

## Rails 3.2.8 (Aug 9, 2012) ##

* Do not consider the numeric attribute as changed if the old value is zero
  and the new value is not a string.
  Fixes #7237.

  *Rafael Mendonça França*

* Removes the deprecation of `update_attribute`. *fxn*

* Reverted the deprecation of `composed_of`. *Rafael Mendonça França*

* Reverted the deprecation of `*_sql` association options. They will be
  deprecated in 4.0 instead. *Jon Leighton*

* Do not eager load AR session store. ActiveRecord::SessionStore depends on
  the abstract store in Action Pack. Eager loading this class would break
  client code that eager loads Active Record standalone.
  Fixes #7160

  *Xavier Noria*

* Do not set RAILS_ENV to "development" when using `db:test:prepare` and
  related rake tasks.
  This was causing the truncation of the development database data when using
  RSpec.

  Fixes #7175.

  *Rafael Mendonça França*


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-activerecord32/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index