remi / her

Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database.
MIT License
2.05k stars 322 forks source link

Optimize the send_only_modified_attributes attribute filtering #503

Closed chewi closed 6 years ago

chewi commented 6 years ago

I noticed that this is needlessly expensive and convoluted.