Joakim Ekberg

Results 7 comments of Joakim Ekberg

@gitowiec I'm sorry to break it to you, but this library haven't been updated to follow the latest JSON-API spec. If you're up for it I would love a pull...

Unfortunately a beta pre 1.0. I'm working on a 1.0 release. On mån 15 jun 2015 at 12:41 Charles Jordan Cabero [email protected] wrote: > Hi I like your implementation on...

@huntzhan Well, if I known that I would just make the necessary changes to make this implementation up to speed. If you're up for it I would love a PR....

@steveklabnik That's awesome news. I'll try to make it happen soon.

@IamCarbonMan If you're using this module, please consider submitting a pull request to make the change.

And, if you define a transformer for dates everything breaks when reading a date string over HTTP with: ``` NoMethodError: undefined method `gsub!' for # ``` This when defining the...

Thanks fcbajao, i actually implemented the API-consumer in an async fashion with EventMachine's HttpRequest gem instead. But thanks for the info, it will be useful in the future!