Re: [Rails-core] Idea for handling dirty active_record serialized columns

2014-01-06 Thread Matt Jones
On Jan 5, 2014, at 11:46 PM, Keenan Brock wrote: > Hello All, > > Currently, `serialized` columns get save to the database whether they are > changed or not. [Github][1]. Since the serialized columns can be modified > inline, `Dirty` is not used. This behavior introduces too much database >

[Rails-core] Idea for handling dirty active_record serialized columns

2014-01-05 Thread Keenan Brock
Hello All, Currently, `serialized` columns get save to the database whether they are changed or not. [Github][1]. Since the serialized columns can be modified inline, `Dirty` is not used. This behavior introduces too much database overhead for us, so I'd like to patch that code right out of the