attachinary icon indicating copy to clipboard operation
attachinary copied to clipboard

Attachments handler for Rails that uses Cloudinary for storage.

Results 95 attachinary issues
Sort by recently updated
recently updated
newest added

Added resource_type to $cloudinary.url call to get correct url for video thumbnails

When using the form field `` the resulting thumbnail after uploading a video is missing as the link is: `` But cloudinary now locates the thumbnail in the video directory,...

Hello, I need to upload folders to Cloudinary, and was wondering if you already implemented it in Attachinary. What I'm talking about is something that could use : http://stackoverflow.com/questions/5826286/how-do-i-use-google-chrome-11s-upload-folder-feature-in-my-own-code/5849341#5849341 Thank...

Is there a possibility for pulling this data from Cloudinary? It would be nice to edit it from the form, but that is not entirely necessary at this moment. Thank...

If I'm using `ruby has_attachments :photos, maximum: 10` Is it possible to assign a position to these photos after they are uploaded? I would like to be able to manage...

Is there a way to add custom fields like user_id to the Attachinary::File active record object? Would love to be able to use attachinary but be able to track who...

I need to hook into the destroy method. Any ideas?

We need to start using attachinary with multiple cloudinary accounts. Is this currently possible? thx!

I don't want fancy stuff. So, I am using ``` ``` In the view. In Model, I've ``` has_attachment :pic validates :pic, presence: true ``` I've also specified Strong parameters...