liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

Include response errors in RemoteRecordNotSaved exception #75

Closed film42 closed 5 years ago

film42 commented 5 years ago

This seems like a more correct behavior than: ActiveRemote::RemoteRecordNotSaved: ActiveRemote::RemoteRecordNotSaved.

cc @liveh2o

film42 commented 5 years ago

I was trying to get this in a rails 4.2 app, so I'll get this back-ported once this is merged.