Update ruby-activerecord32 to 3.2.5.
3.2.4 had some regression related problem. ## Rails 3.2.4 (May 31, 2012) ## * Perf fix: Don't load the records when doing assoc.delete_all. GH #6289. *Jon Leighton* * Association preloading shouldn't be affected by the current scoping. This could cause infinite recursion and potentially other problems. See GH #5667. *Jon Leighton* * Datetime attributes are forced to be changed. GH #3965 * Fix attribute casting. GH #5549 * Fix #5667. Preloading should ignore scoping. * Predicate builder should not recurse for determining where columns. Thanks to Ben Murphy for reporting this! CVE-2012-2661
This commit is contained in:
parent
d3718a0373
commit
bc4c66ba43
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2012/04/29 12:58:23 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2012/06/02 01:41:02 taca Exp $
|
||||
|
||||
SHA1 (activerecord-3.2.3.gem) = a9810e79d720994abbe24aded2bcb783bb1649b4
|
||||
RMD160 (activerecord-3.2.3.gem) = a41a3db2ef198b231846d1169b6c105af576a22c
|
||||
Size (activerecord-3.2.3.gem) = 387072 bytes
|
||||
SHA1 (activerecord-3.2.5.gem) = 209df4e1cd6f4b2c1bd96e22ff5786a1c5045b65
|
||||
RMD160 (activerecord-3.2.5.gem) = a6136508d075e49cb7c05897707587b026dbce3f
|
||||
Size (activerecord-3.2.5.gem) = 388096 bytes
|
||||
|
|
Loading…
Reference in a new issue