https://github.com/anonrig/muzikus
Muzik.us Website created using Ruby on Rails
https://github.com/anonrig/muzikus
Last synced: 10 months ago
JSON representation
Muzik.us Website created using Ruby on Rails
- Host: GitHub
- URL: https://github.com/anonrig/muzikus
- Owner: anonrig
- Created: 2014-03-04T00:13:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T04:55:54.000Z (over 3 years ago)
- Last Synced: 2025-04-15T13:14:48.532Z (about 1 year ago)
- Language: CSS
- Size: 31.7 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##################################################
# NOTE FOR UPGRADING FROM 4.3.0 OR EARLIER #
##################################################
Paperclip is now compatible with aws-sdk-s3.
If you are using S3 storage, aws-sdk-s3 requires you to make a few small
changes:
* You must set the `s3_region`
* If you are explicitly setting permissions anywhere, such as in an initializer,
note that the format of the permissions changed from using an underscore to
using a hyphen. For example, `:public_read` needs to be changed to
`public-read`.
For a walkthrough of upgrading from 4 to *5* (not 6) and aws-sdk >= 2.0 you can watch
http://rubythursday.com/episodes/ruby-snack-27-upgrade-paperclip-and-aws-sdk-in-prep-for-rails-5