Sha256: b6f337c4af8f815de67ad3ee8a87ac70aa0d4fcedaa71ac314231fde07395261
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 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.3.0 ##### Added * Add support for Rails 5 ### v2.2.0 ##### Changed * Change active_model_serializers gem version to be more optimistic. ### v2.1.0 ##### Added * Add Hound configuration. * Deploy with Travis CI. * Configure coveralls. ### 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_pallet-2.3.0 | CHANGELOG.md |