attachinary
                                
                                
                                
                                    attachinary copied to clipboard
                            
                            
                            
                        Attachments handler for Rails that uses Cloudinary for storage.
Is there any way that after the download you can add a description for the image?
In Rails 4, ActionController::Parameters subclassed HashWithIndifferentAccess so lib/attachinary/utils.rb `process_input` called the `process_hash` function successfully by first hitting the `Array` case which then would hit the `Hash` case to call `process_hash`....
Hello! I get the following error on the placement of my pictures. I really can't find a solution. Could you please help ?
Is there a way one can remove attachinary on an input field? ``` $('.custom-file-field').attachinary('destroy'); ```
Since that `belongs_to` is required by default at Rails 5 You need to add the `inverse_of`option to has_many on the owner object or you will receive a validation error when...
After running `rake attachinary:install:migrations` I get the following output ``` WARNING: Use strings for Figaro configuration. 587 was converted to "587". == 20171127085142 CreateAttachinaryTables: migrating ========================== -- create_table(:attachinary_files) rake aborted!...
I restored test execution and integrated them with travis. I needed this because currently it's not possible to upgrade to rails 5.1 with the current gem version. This could be...
Hi, Is it possible to limit minimum and maximum file size upload? Thanks
Hello Since image resource type describes both images and pdf while everything else is raw with `format` set to `nil`, how about to extend the file mixin to retrieve resource...
After setting all the items according to the documentation, I'm getting this error when I try to run the server /gems/ruby-2.3.3@r426/gems/activerecord-4.2.6/lib/active_record/dynamic_matchers.rb:26:in method_missing': undefined methodhas_attachment' for User (call 'User.connection' to establish...