I\'m using Paperclip to handle image uploads for my Rails app, and it\'s working great when I use system storage: multiple thumbnail sizes (\"styles\" in Paperclip parlance) are saved to file, and I c
Hi I got the below in certain path configuration: S3::Error::SignatureDoesNotMatch (The request signature we calculated does not match thesignature you provided. Check your key and signing method.):
I need help to setup paperclip with vestal_versions. I followed this tutorial http://blog.dmfranc.com/post/1036667709/paperclip-and-vestal-versions
Another programmer has been working on my project on a new branch. To view his work, I fetched the branch and updated the bundle with bundle install. When I try to rake db:migrate I get a 403 Forbidde
here is what happens when I load an image with an absolute URL: http://dl.dropbox.com/u/331982/Help/Screen%20shot%202011-08-31%20at%2011.17.44%20AM%20copy.png
I\'m using: Paperclip 2.3.16 Rails 3.0.9 Ruby 1.9.2 AWS - S3 0.6.2 I\'m trying to use paperclip the upload to the EU (Ireland) based bucket. I have the following in my model:
Paperclip image urls have ?395762034287346 after them.. does that affect it in anyway? I don\'t know why the default isn\'t to just open the image in a new tab... no one downloads images 开发者_Pytho
I\'m creating a barcode .png in a callback using the Barby gem: Isbn.rb: before_save :barcode def barcode
I\'m uploading pictures in different sizes with Paperclip. This all works fine. Now I\'m adding a text layer with RMagick (annotate) to each photo for legal copyright info. This works fine too.
I\'m trying to use the Fancybox Gem in my rails app with paperclip. Thumbnail and image link: <div class=\"fancybox\"><%=link_to image_tag (image.url(:small)), image.url(:large) %></d