Unreleased
- [BREAKING]
Refile.direct_upload
has been renamed toRefile.allow_uploads_to
.
Release date: 2015-05-19
- [FIXED] Upgrade rest-client version due to security concerns.
Release date: 2015-04-14
- [FIXED] Critical security issue.
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.
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
Release date: 2015-01-11
- [FIXED] Set content type from extension properly
- [FIXED] Support animated GIFs when changing format
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
Release date: 2014-12-27
- [FIXED] Regression in S3 backend
Release date: 2014-12-26
- [CHANGED] Improved IO performance
- [FIXED] Work around a bug in Ruby 2.2
Release date: 2014-12-26
- [ADDED] Pass through additional args to S3
- [ADDED] Rack app sets far future expiry headers
- [ADDED] Sinatra app supports CORS preflight requests
- [ADDED] Helpers can take
host
option - [ADDED] File type validations
- [ADDED] attachment_field accept attribute is set from file type restrictions
- [CHANGED] Dynamically generated methods in attachments are included via Module
- [CHANGED] Rack app replaced with Sinatra app
- [FIXED] Various content type fixes in Sinatra app
- [FIXED] Don't set id of record if it is frozen
Release date: 2014-12-14
- [ADDED] Can upload files via URL
Release date: 2014-12-12
- [ADDED] CarrierWave style
remove_
attribute - [ADDED] Files are deleted after model is destroyed
- [FIXED] Spec files can be required by external gems
- [FIXED] Refile should work inside other Rails engines
Release date: 2014-12-08
- [ADDED] Supports format option with image processing
Release date: 2014-12-08
- [ADDED] Support for passing format to processors
- [FIXED] Support IE10
- [FIXED] Gracefully degrade on IE9, IE8 and IE7
- [FIXED] Success event is fired at the appropriate time
- [FIXED] Works with apps which don't define root_url