einzige / sneaky-save

Allows to update complex objects without triggering validations or callbacks.
45 stars 30 forks source link

update only changed fields; serialize values for rails3 #12

Closed ritikesh closed 7 years ago

ritikesh commented 7 years ago

referenced from - #11

einzige commented 7 years ago

cool, thanks man, I will knock this out this week

ritikesh commented 7 years ago

Thank you!

einzige commented 7 years ago

@ritikesh https://github.com/einzige/sneaky-save/pull/13/commits/4722f588b3c45a4202c0488cdd77d096919aeafc

This basically fixes the problem when you are trying to build new activesupport with old ruby.

einzige commented 7 years ago

@ritikesh hey man, this one is for you (since it was your call 😸 ): https://github.com/einzige/sneaky-save/pull/14

The only thing missing there is a spec.

And congrats! Your fix for the changed attributes has been merged!

ritikesh commented 7 years ago

Hey, great news! And thanks a lot for being patient with me! 😄