justinweiss / reactive_resource

ActiveRecord-style associations and miscellaneous fixes for nested ActiveResources
http://rubydoc.info/gems/reactive_resource/frames
MIT License
53 stars 14 forks source link

Callbacks not firing #3

Open adamburmister opened 13 years ago

adamburmister commented 13 years ago

I was expecting callbacks would be implemented.

Is this a possibility? Perhaps dirty tracking as well?

justinweiss commented 13 years ago

Callbacks and dirty tracking would be useful, and probably not too difficult to add. I might be able to take a look the next time I do work on reactive_resource.