Rails 2.1 Gotcha: Serialized Columns Not Updated On Save
Patrick McKenzie discovered, the hard way, that serialized columns are not updated on save with Rails 2.1 since amended hashes are not seen as "dirty." He presents some workarounds.
Patrick McKenzie discovered, the hard way, that serialized columns are not updated on save with Rails 2.1 since amended hashes are not seen as "dirty." He presents some workarounds.