Milovan Zogovic
Milovan Zogovic
I ended up adding this into development.rb file: ``` ruby config.cashier = Cashier config.cashier.adapter = :redis_store config.cashier.adapter.redis = REDIS_OBJ_HERE ```
Well.. sometimes it is just easier (and cheaper) to do it on same account. I prefer your way though. This should probably be configurable.
Thanks for the suggestion. I've checked those docs and see that it is possible, but just not currently supported by attachinary. I'll add it to my list. In the mean...
User needs to click "Save" after removing the image from the form for the changes to take effect.
Method name there is unfortunate. What it does is it **uploads** given list of urls. If you want to upload another image, just pass the new one.
No, not at the moment, but I'm working on a new version of attachinary and I'll add this feature. I hope to release it very soon. Thanks
I agree, it would be neat and useful. However, that is feature that you'd need to request from cloudinary. When file is uploaded, cloudinary server returns json like this: ```...
Hey, didn't know about this :) Would be a nice thing to have. I'll add it to my TODO list, but feel free to submit pull request for it :)
Hey @klangfeld and thanks for suggestion. I used Jcrop in past few projects. I'm not really sure that it should be integrated into attachinary because it is out of this...