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

has_attachments :photos, :maximum => 3 Rails 4 app with attachinary & cloudinary. Help me plz

This adds the ability to specify a custom target for the files_container_selector: ``` $('.attachinary-input').attachinary({ files_container_selector: "#preview-image" }) ```

I'm curious as to what the significance of the environment flags (e.g. production_env) are for your purposes. For us, we don't want to mix staging environment and production environment. It'd...

enhancement

Is there a way to specify the dimensions of the Thumbnail for the Remove action when using the `f.attachinary_file_field` form helper? It's set to thumbnail size of 75x75. Wondering if...

I want to use Attachinary in combination with rails_admin in Rails 4. I am using MongoID. My problem is, that the upload is working fine, but when trying to save...

I'm able to check the tempfile listed in the params with `params[:post][:upload_file].tempfile.size` but is it possible to limit the file size in the model? Thank you

enhancement

hi. Thanks for this. Using simple_form, i want to pass other options during file upload, like sub folder names and/or tags (to scope images by user and model type). I...

See issue #82. Getting "cannot load such file -- coffee_script". Resolved by adding dependency to coffee-rails in the gemspec.

instead of replace options[:attachinary]