dropzonejs-rails icon indicating copy to clipboard operation
dropzonejs-rails copied to clipboard

Spice your Rails apps with some Dropzone sugar!

Results 18 dropzonejs-rails issues
Sort by recently updated
recently updated
newest added

Bumps [activerecord](https://github.com/rails/rails) from 7.0.2 to 7.0.3.1. Release notes Sourced from activerecord's releases. 7.0.3 Active Support No changes. Active Model No changes. Active Record Some internal housekeeping on reloads could break...

dependencies

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...

dependencies

Bumps [actionpack](https://github.com/rails/rails) from 7.0.2 to 7.0.3. Release notes Sourced from actionpack's releases. 7.0.3 Active Support No changes. Active Model No changes. Active Record Some internal housekeeping on reloads could break...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.1 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Allows usage with minimal Rails installs that do not include all Rails gems. This gem directly uses `Rails::Generators::Base` and `Rails::Engine`. Both of these are available in the `railties` gem.

Bumps [actionview](https://github.com/rails/rails) from 7.0.2 to 7.0.2.4. Release notes Sourced from actionview's releases. 7.0.2.3 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Bumps [activestorage](https://github.com/rails/rails) from 7.0.2 to 7.0.2.3. Release notes Sourced from activestorage's releases. 7.0.2.3 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

There are a few bugs with this gem's version of dropzone that are fixed in 5.9.3 For instance when file upload times out it shows "timedout after 30000 seconds" which...

dictDefaultMessage: 'Drop files on table to upload', maxFilesize: 10000, method: 'post', parallelUploads: 1, paramName: 'file', timeout: 3600000, chunking: true, chunkSize: 5000000, forceChunking: true, chunksUploaded: function(file, done) { done() } Here...

It would help to see more information of how to use this gem.

enhancement