Zachary Welch

Results 11 comments of Zachary Welch

hi @glappen thanks for the PR! We're considering an update to `ActiveModel` which would give us `attribute_changed_in_place?`Would that cover what you need?

You could try following #101 and see if that helps. The method's been renamed as [store_response_errors](https://github.com/remiprev/her/blob/master/UPGRADE.md#05)

+1 on using `collection_path` as a default for `has_many`. `Association` paths in general could use some ❤️ to get them in sync with `Relation` In the meantime here's a workaround:...

Hi @kvokka, thanks for the PR! Do you mind putting together some specs describing the middleware behavior? See [first_level_parse_json_spec](https://github.com/remiprev/her/blob/master/spec/middleware/first_level_parse_json_spec.rb) for an example. I'm also curious what the difference would be...

Can you help us with a failing test or steps to reproduce?

Unfortunately no, but that would be a really cool feature that we'd love to see 😻There's a more fundamental problem with [scopes on associations](https://github.com/remiprev/her/issues/215) that will probably need to be...

Remember happily applying this patch a few years back and eventually moving a few things around. Also have a rough patch that would let us remove `collection_path` as @kinopyo pointed...

You could try following #101 and see if that helps. The method's been renamed as [store_response_errors](https://github.com/remiprev/her/blob/master/UPGRADE.md#05)

Setting up [different apis](https://github.com/remiprev/her#multiple-apis) for different models would let you specify the middleware you want for each. Would that solve your issue?

Sorry overlooked this. @chewi let us know when you're ready and I'll give it a review. Thanks!