All Versions
16
Latest Version
Avg Release Cycle
34 days
Latest Release
3073 days ago

Changelog History
Page 1

  • v0.6.2 Changes

    October 29, 2015

    ๐Ÿš€ Release date: 2015-10-29

    • ๐Ÿšš [CHANGED] Removed must-revalidate header, since it serves no purpose
  • v0.6.1 Changes

    September 11, 2015

    ๐Ÿš€ Release date: 2015-09-11

    • ๐Ÿ›  [FIXED] Include missing files in gem bundle
  • v0.6.0 Changes

    September 10, 2015

    ๐Ÿš€ Release date: 2015-09-10

    • [BREAKING] Refile.direct_upload has been renamed to Refile.allow_uploads_to.
    • [BREAKING] Refile.mount_point no longer implicitly adds a leading slash.
    • [BREAKING] Attachment URLs are now signed, it is no longer possible to generate them client-side
    • ๐Ÿ‘€ [BREAKING] S3 support has been extracted to a separate gem, see https://github.com/refile/refile-s3
    • ๐Ÿ‘€ [BREAKING] MiniMagick support has been extracted to a separate gem, see https://github.com/refile/refile-mini_magick
    • [ADDED] Refile.cdn_host and Refile.app_host, since not all parts of a Refile should run behind a CDN
    • [ADDED] Support for multiple file uploads via accepts_attachments_for
    • ๐Ÿ’Ž [ADDED] Supports JRuby 9.0.0.0 and up
    • ๐Ÿ”ง [ADDED] Backends can configure what they consider a valid ID
    • [ADDED] Refile files are rewindable
    • [ADDED] Added shortcut to generate URLs to model
    • [ADDED] Refile.file_url to generate a URL to a file without an attachment
    • [ADDED] attachment_url can take a fallback
    • ๐Ÿ‘ [ADDED] Support for simple_form
    • ๐Ÿ›  [FIXED] Multiple validation errors caused problems for attachment fields
    • ๐Ÿ›  [FIXED] Using Refile with nested forms
    • ๐Ÿ›  [FIXED] Problem finding hidden field when field is wrapped in error div
    • ๐Ÿ›  [FIXED] Incorrect filename is sometimes extracted
    • ๐Ÿ›  [FIXED] Make sure temporary files are flushed to disk
    • ๐Ÿ—„ [DEPRECATED] Refile.host is deprecated in favour of Refile.cdn_host
  • v0.5.5 Changes

    May 19, 2015

    ๐Ÿš€ Release date: 2015-05-19

    • ๐Ÿ”’ [FIXED] Upgrade rest-client version due to security concerns.
  • v0.5.4 Changes

    April 14, 2015

    ๐Ÿš€ Release date: 2015-04-14

  • v0.5.3 Changes

    January 18, 2015

    ๐Ÿš€ Release date: 2015-01-18

    • ๐Ÿ›  [FIXED] More stringent checks for ID validity.
    • [CHANGED] Refile.attachment_url not uses Refile.mount_point as the prefix by default.
  • v0.5.2 Changes

    January 13, 2015

    ๐Ÿš€ Release date: 2015-01-13

    • ๐Ÿš… [ADDED] Can generate URLs without using the Rails helper via Refile.attachment_url
    • [FIXED] Regression in attachment_image_tag, was not using Refile.host.
    • โšก๏ธ [FIXED] Record without file can be updated when content type and filename are not persisted
    • ๐Ÿšš [FIXED] Remove id attribute from hidden field, so it doesn't get confused with the file field
  • v0.5.1 Changes

    January 11, 2015

    ๐Ÿš€ Release date: 2015-01-11

    • ๐Ÿ›  [FIXED] Set content type from extension properly
    • ๐Ÿ›  [FIXED] Support animated GIFs when changing format
  • v0.5.0 Changes

    January 09, 2015

    ๐Ÿš€ Release date: 2015-01-09

    • [ADDED] Can add custom types for easier content type validations
    • [ADDED] Can persist filename, size and content type
    • [CHANGED] The cache_id field is no longer necessary and no longer need to be permitted in the controller
    • ๐ŸŒฒ [CHANGED] Improved logging
  • v0.4.2 Changes

    December 27, 2014

    ๐Ÿš€ Release date: 2014-12-27

    • ๐Ÿ›  [FIXED] Regression in S3 backend