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

Sorry for my newb question... How can I configure the js for Client Side Image Resizing? I don't know if I need check it in Cloudinary, jQuery-File-Upload or Attachinary's API.

How can I upload multiple files from the server side (without js)? Currently I am using something like this: view.html.erb: ``` true} do |f| %> ``` controller: ``` params[:user][:photos].each do...

I'm using an attachinary image in a FactoryGirl object. This worked fine, until I started using timecop. Now I'm getting a cloudinary error "Stale request - reported time is 2013-09-17...

Hi, i'm write on model "maximum: 5" but file input don't can select multiple =(

There is now Rails ~> 3.2 dependency. Any plans on upgrading this gem to work with Rails 4? Thanks.

I believe this should be the default behavior, to avoid uploading .ppt, .xsl, etc... with `raw` and then not being able to serve them because the url is `image` by...

Any ideas why I would see public ids in rows on my database but not see the asset on Cloudinary?

CarrierWave supports adding `make_private` to the attachment. Is that also possible through attachinary? Relevant url: http://cloudinary.com/blog/how_to_quickly_build_a_stock_photo_site_using_cloudinary

enhancement

I am not sure how would I give an option to remove the image and I am unable to find it. Can someone help me out please?

question

I would like to store per-photo metadata with each file. Reasons like the following: 1. I would like to set one photo within a group to be the "primary" photo,...