- Updates to align with Rails 5.2 and latest gem dependency versions
- Update README to advise users to consider migration to Active Storage
- Adopt latest S3 subdomain and path format
- Fixes issue where migration did not specify Rails version
- Updates gems to address security vulnerabilities
- Fixes unnecessary helper call for Ruby 2.4
- Update for rails 5.1, NOTE: for rails < 5.1, use version 0.5.x
- Adds
optional: true
to thebelongs_to :parent
relation - Switch from
URI.encode
toAddressable::URI.escape
- Add all assigned data to returned json on
create
for ease of testing and flexibility - Fix issue with upload factory that produced same UUID for every test
- Use simple incrementation strategy for unique-ifying upload requests
- Resolve deprecation warnings for
before_filter
andskip_before_filter
- Drop support for Rails 3
- Add unique parameter to new upload request to prevent Safari from consolidating requests
- Set file upload links to open in a new window
- Consolidate virutal attributes defined on parent model for upload UUIDs
- Fix Rails 5.1 deprecation warning
- Fix issues with gem files not being world readable
-
Update javscript to perform asynchronously.
-
Add uuid, filename, and privateUrl to the upload:success event
-
Scope the upload:success event to an element
-
Update deprecated position and totalSize attributes with loaded and total respectively
- Add upload:success event when an upload is successfully updated