attachinary
                                
                                
                                
                                    attachinary copied to clipboard
                            
                            
                            
                        Attachments handler for Rails that uses Cloudinary for storage.
I can only upload pdfs but can't upload doc, excel sheets, etc. Is there a reason why?
I noticed that when the `attachinary_file_field_options` fetches existing attachinary_files associated with my model it serializes the `files: []` like `files: [{ file: { id: 123 ...} }, {file: { id:...
1. I would like to upload to a specify folder to cloudinary. I saw the folder options, but it not works. 2. There is some method to pass label to...
For instance, given the following model: ``` class SomeModel < ActiveRecord::Base has_attachment :image, accept: [:png] validates :name, presence: true # where name is an unrelated field to the image attachment...
I'm experiencing a weird issue. I've got a form which is shared between my update and create actions in Rails 5. Pretty standard pattern. In my update action I can...
Hi assembler, what do you think of implementing "jCrop". jCrop is an free jQuery small lib which does capture the coordinates of a picture, by drag and drop the canvas....
It looks to me like there is no way to persist the 'bytes' value returned from cloudinary, or any other fields that are not specifically whitelisted in the strong params...
Hi! How can I customize attachinary to display the progress bars and some more fancy like the jquery plugin? Regards
Some projects don't have a need for supporting old browsers and won't have a need to expose that endpoint. PS: I'd love to write a spec for this behavior but...
We make use of `touch: true` a lot. @assembler, would you be open to adding `belongs_to :attachinariable, touch: options[:touch]` to `Attachinary::File`?