Andrew Dedman
Andrew Dedman
Any update with this? Would be a useful feature to have.
Any suggested workaround for this? I don't understand why there is a difference in specifying the params be it hash or block.
For anyone else with this issue, here is a quick workaround. Basically it just creates the params block for you from the entity documentation, the params then show up in...
Having the same problem here, @JasonMannon or @nkarki did you end up working out the issue?
Looking more into this, http://wkhtmltopdf.org/libwkhtmltox/pagesettings.html mentions that quality is only used when working with JPEG. I do notice a difference now that I am trying the quality option with JPEG...
Using the has_one through just worked for me in this scenario. Although I'm a little concerned about changes to the performance of other unrelated code in the codebase that was...
This issue was fixed for me by upgrading to slack-ruby-client 2.3.0. See related issue here https://github.com/slack-ruby/slack-ruby-client/issues/506 :)
Same here. 1.9.2p180, Rails 3.0.7
If you want to use the migration api, then use this. `change_column :coupons, :attachments, :text, default: '{}', null: true`
I just installed on Mac too, and have checked all the obvious things and still doesn't seem to work. Did you guys get it working eventually?