her
her copied to clipboard
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.
Hello, this project has been sort of abandoned for a while now. I'm just passing by to let you know that we forked the project. We needed a fix that...
Have one app rails only api and intercepted rescue_from customs. But, o response not working with her. What am I doing wrong?
It appears [with this commit](https://github.com/remi/her/commit/69406cffae856922210f069a083df99a44aa5247?branch=69406cffae856922210f069a083df99a44aa5247&diff=split#diff-9f46c6432f36a5642681207c26cf15f8R57) a potential infinite loop was introduced if models defined both has_many/belongs_to. To mitigate this, I've added a straightforward check for `belongs_to` to no-op if the...
If you register a relationship as a `has_many` and you this resource endpoint return a 204 we should handle this gracefully, by returning a empty array. This patch leverages the...
This behavior seems incorrect in the case where belongs_to has not been set. The parent is inserted by the fetch method of has_many_association (https://github.com/remiprev/her/blob/master/lib/her/model/associations/has_many_association.rb#L88) I believe that the to_params method...
Prevent inject from returning nil https://github.com/remiprev/her/issues/401
https://her-rb.org (as well as https://www.her-rb.org) appears to be having some issues:  Of course, nothing in the README refers to that domain, so it may be that it's not intended...
It seems that upgrading dependencies to the latest releases does not impact her operation so much. Only few tests fails https://travis-ci.org/masciugo/her Any chance to have an official dependencies upgrade? thanks...
Hello all, As you’ve probably noticed, I’m not actively participating in issues and pull requests in this repository anymore. First, I would like to say that I’m _very sorry_ about...
I building a Rails app which has several models, but which also has to interact with other virtual models, through various external APIs. Let's say I have the following two...