module Her
TODO: extract in gem orm_apdater-her
query methods should delegate to Relation
Add reload to the list of proxy methods
Backport github.com/remiprev/her/pull/343/files Fix belongs_to when foreign key is nil
PR: fixed options loading in dynamically defined method changed build to not add the parent key automatically changed create to send raw parameters instead of doing smart stuff
FIX: Reset params when blank_relation is called so that query statement (like where) automatically start fresh
FIX: scope to create real isolated scopes for each Her::Model
FIX: add put method on model
TODO: PR to HER Fix to_params when embeded_params is nil Fix to_params when changes is nil –> allow all params - this is required to be able to make class level
requests like MyModel.post(path,{some: 'data'})
TODO: we should do a PR to the HER project which includes smarter filtering and more reliable caching Before doing so, we make the filtering behavior customizable (E.g.: configure name of filter/sort/limit keys)