William Ross

Results 10 comments of William Ross

We are quite heavily invested in stickit/backbone/d3 apps. I guess I'd better have a look round, though now I have that creeping feeling of obsolescence again.

I think @hubert is right here. System failure (including 401, 403, 404 and 5xx) should raise an exception. In those cases we can't rely on the API response to be...

@marshall-lee yes, that would make sense for a processing error. The exceptions are meant for complete failures where we may not even have an object to store errors in. As...

Agreed that behaving like ActiveRecord is always going to be comforting. In Her it's easy to configure response error behaviour while setting up an api because in the end all...

@remiprev, @hubert, we would be happy to help with this. One of our clients is very reliant on Her.

@remiprev, @hubert, is this project really alive? There doesn't seem to be either discussion or development going on and we are finding it very difficult to contribute. It's fine to...

Hello @hubert. We are keen to help with this if we can. I've merged your earlier work and I see that your has_one PR has been pulled in. The basic...

It's truthy because the association proxy object is always present, and it's `nil?` because the proxy object relays all methods_missing to the actually associated object, which is nil. The purpose...

@Vasu1105 how's this going? I would be happy to help.