Sha256: d298e580901a68d6ee0dc46028db330537a76c705aa0fac98ea1efc62897618d

Contents?: true

Size: 678 Bytes

Versions: 43

Compression:

Stored size: 678 Bytes

Contents

##################################################
#  NOTE FOR UPGRADING FROM PRE-3.0 VERSION       #
##################################################

Paperclip 3.0 introduces a non-backward compatible change in your attachment
path. This will help to prevent attachment name clashes when you have
multiple attachments with the same name. If you didn't alter your
attachment's path and are using Paperclip's default, you'll have to add
`:path` and `:url` to your `has_attached_file` definition. For example:

    has_attached_file :avatar,
      :path => ":rails_root/public/system/:attachment/:id/:style/:filename",
      :url => "/system/:attachment/:id/:style/:filename"

Version data entries

43 entries across 41 versions & 5 rubygems

Version Path
kt-paperclip-4.4.0 UPGRADING
paperclip-4.3.7 UPGRADING
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/paperclip-4.3.6/UPGRADING
paperclip-4.3.6 UPGRADING
paperclip-4.3.5 UPGRADING
paperclip-4.3.4 UPGRADING
paperclip-4.3.3 UPGRADING
paperclip-4.3.2 UPGRADING
paperclip-4.3.1 UPGRADING
solidus_backend-1.0.0.pre3 vendor/bundle/gems/paperclip-4.2.4/UPGRADING
solidus_backend-1.0.0.pre2 vendor/bundle/gems/paperclip-4.2.4/UPGRADING
solidus_backend-1.0.0.pre vendor/bundle/gems/paperclip-4.2.2/UPGRADING
solidus_backend-1.0.0.pre vendor/bundle/gems/paperclip-4.2.3/UPGRADING
solidus_backend-1.0.0.pre vendor/bundle/gems/paperclip-4.2.4/UPGRADING
paperclip-4.3.0 UPGRADING
paperclip-4.2.4 UPGRADING
paperclip-4.2.3 UPGRADING
paperclip-4.2.2 UPGRADING
paperclip-4.2.1 UPGRADING
paperclip-4.2.0 UPGRADING