Adam Burmister
Adam Burmister
This is my first buildpack install, so I may just be doing this wrong. I've followed the readme instructions, updated the S3 URL (https://github.com/adamburmister/heroku-buildpack-ruby-pdftk/blob/master/lib/custom/pdftk.rb#L9) and added the BUILDPACK_URL=https://github.com/adamburmister/heroku-buildpack-ruby-pdftk config var,...
I added a method `attr_expose` to the AR model which allows for easy declaration of attributes to include in the JSON response. Under the cover it stores a list of...
I was expecting callbacks would be implemented. Is this a possibility? Perhaps dirty tracking as well?