All Versions
16
Latest Version
Avg Release Cycle
34 days
Latest Release
3239 days ago
Changelog History
Page 1
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 toRefile.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
andRefile.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 ofRefile.cdn_host
- [BREAKING]
-
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
- ๐ [FIXED] Critical security issue.
-
v0.5.3 Changes
January 18, 2015๐ Release date: 2015-01-18
- ๐ [FIXED] More stringent checks for ID validity.
- [CHANGED]
Refile.attachment_url
not usesRefile.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 usingRefile.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
- ๐
[ADDED] Can generate URLs without using the Rails helper via
-
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