Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3173

Show
Ignore:
Timestamp:
11/23/05 21:41:57 (3 years ago)
Author:
bitsweat
Message:

r3296@asus: jeremy | 2005-11-23 13:38:56 -0800
Apply [3170] to stable. Credit ticket author. References #2888.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable/activerecord/CHANGELOG

    r3168 r3173  
    11*SVN* 
    22 
    3 * Fixed bug where using update_attribute after pushing a record to a habtm association of the object caused duplicate rows in the join table. #2888 [Florian Weber] 
     3* Fixed bug where using update_attribute after pushing a record to a habtm association of the object caused duplicate rows in the join table. #2888 [colman@rominato.com, Florian Weber] 
    44 
    55* Add tasks to create, drop and rebuild the MySQL and PostgreSQL test  databases. [Marcel Molina Jr.]