Sha256: 291ef74bbf4f85be0307fd5622f86318180ef2322a78c339830c9e78827aaa27

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

Contents

# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### v2.0.0

##### Fixed

* `skip_before_action :verify_authenticity_token` in uploads controller

##### Changed

* gem name from paperclip_upload to rails_pallet

### v1.2.4

##### Fixed
* Allow `encoded_[file]` accessor to work with base64 headers.

### v1.2.3

##### Fixed

* Removed `uploads#download` endpoint. Use always `file.url` instead of `file.path`. `file.path` does not work with S3 config.

### v1.2.2

##### Fixed

* Removed tmp and spec files from gemspec definition.

### v1.2.1

##### Changed

* A little refactor to controllers generator.

##### Fixed
* Autogenerated download url uses `identifier` attribute instead `id`.

### v1.2.0

##### Added

* Add file name, extension and download url to json response.

### v1.1.0

##### Added

* Allow multiple paperclip attributes on same host model to work with uploads.

### v1.0.0

##### Changed

* Use hashids gem to pass upload identifier in a more secure way.

##### Added

* Add uploads controller generator.

##### Removed

* Remove `additional_upload_endpoints` configuration option in favor of uploads controller generator.

### v0.1.0

* Initial release.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_pallet-2.0.2 CHANGELOG.md
rails_pallet-2.0.1 CHANGELOG.md
rails_pallet-2.0.0 CHANGELOG.md