Results 31 comments of Denis Talakevich

arbre know about helpers but helpers doesn't know anything about context only solution i have right now is: ``` ruby module ApplicationHelper def arbre(&block) Arbre::Context.new({}, self, &block).to_s end def static_pie_chart(data)...

@gaorlov If we talk about object with one method I've prefer `call` here. but we should keep backward compatibility - if object doesn't respond to `call` we should use `cast`...

@gaorlov I think we should keep it simple currently we have `property` which can be class with method `cast` we should keep that logic to not break code for people...

@delner did you check it on master I think `instance_double` should work now because we add getter and setter methods for defined properties https://github.com/JsonApiClient/json_api_client/blob/master/lib/json_api_client/resource.rb#L259

@chingor13 I can help you with maintaining the project

Hi @egoholic @JohnSmall @Genkilabs @Hitesh-bigscal @adamdullenty I've reproduced your issue on version 1.5.3, but in 1.6.0 fixed You can upgrade to 1.6.0 but keep in mind that this version has...