0
votes
1answer
10 views

Paperclip resize gives different results locally vs on Heroku

I am using the Paperclip gem to resize images. I have noticed some strange behaviour between the conversions locally in my development environment, and on the server at Heroku. Specifically, when ...
0
votes
1answer
30 views

Image seems to be added to bucket, can't view it on my app

I just implemented paperclip in to my rails app that's hosted on heroku. The app seemingly connects and uploads the image to s3. Here are some examples of the logs when I submit the form on the app: ...
0
votes
1answer
23 views

Paperclip/heroku/S3 Configuration is setup as best as I can tell but getting error on upload

Here's the error I get when I try to upload an image through the live site: ArgumentError (missing required :bucket option): app/controllers/editions_controller.rb:53:in `block in create' ...
0
votes
1answer
29 views

Using a non - US s3 server with rails, heroku and paperclip

I'm trying to set this up using the article on herokus developer site. https://devcenter.heroku.com/articles/paperclip-s3 # config/environments/production.rb config.paperclip_defaults = { ...
0
votes
1answer
53 views

Video Thumbnail with Paperclip+ImageMagick+Heroku

I am trying to take snapshots of uploaded videos. The following Paperclip processor works fine in my local environment, but fails in Heroku. module Paperclip class VideoThumbnail < Processor ...
0
votes
0answers
258 views

Paperclip::Errors::NotIdentifiedByImageMagickError + Heroku

I currently have an application using paperclip that allows users to upload their creatives. This has worked flawless thus far when it comes to a user uploading an image file. We have since tested to ...
0
votes
1answer
56 views

Taking more time to upload image on rackspace

I have an application where i am uploading an image using paperclip and paperclip-cloudfiles gems to upload image on rackspace. This functionality takes about minute to upload image on rackspace ...
0
votes
1answer
68 views

Deploying content from a staging site to production with the, Heroku, CKEditor gem, Paperclip and Amazon S3

I have a rails site that utilizes ckeditor so the user can build pages on the site. Generally they develop pages on a staging site and push the changes to a production server. Before the user was ...
0
votes
1answer
67 views

where to keep images in heroku for using it in csv in rails app?

I have a csv file to be imported to database in heroku and the csv contains image names and i have to place the images in a folder and specify its path in the import code. So i have tried keeping the ...
1
vote
1answer
114 views

Seed images in heroku with paperclip

When I run heroku run rake db:seed I get Command :: identify -format '%wx%h,%[exif:orientation]' '/tmp/image20130219-2-1gk1yip.png[0]' Command :: composite -gravity Center ...
0
votes
1answer
89 views

PaperClip + S3 AWS + Rails 3 + Heroku Error When Deploying

I'm trying to host my images on s3 but when I deploy my app to heroku it returns me an error: Heroku log: Completed 500 Internal Server Error in 14ms 2013-02-18T13:58:01+00:00 app[web.1]: ...
2
votes
0answers
38 views

How do I resolve a neverending attachment migration?

I'm trying to use Paperclip + Rails 3 + Heroku + AWS so i tried to add some columns to my User model to store users avatars. My migration looks like this: class AddAvatarColumnsToUsers < ...
1
vote
1answer
231 views

How to delete a file from Amazon S3, using Paperclip and Rails?

Just starting with Rails. I have a quick question that uses Paperclip and S3 for a Rails app that I am building, hosted on Heroku. I've synced everything up so that attachments can be uploaded (both ...
0
votes
1answer
105 views

Rails, Heroku, Paperclip, S3 and cropping

For my application I need a cropping functionality for images. I followed the railscast http://railscasts.com/episodes/182-cropping-images Aaaall works fine on my local machine. I have my owm ...
0
votes
1answer
168 views

Development error using paperclip and Amazon s3

I have my app running on heroku and have configured to save all assets uploaded to a bucket using Amazon s3.That all works fine. So when i tried to upload an image locally (development) i get the ...
0
votes
1answer
295 views

Heroku- Could not find paperclip-3.1.3 in any of the sources

This morning when I tried to update my website, heroku didn't let me push the app. Here's the message I got. Fetching gem metadata from http://rubygems.org/....... Fetching gem metadata from ...
1
vote
1answer
163 views

Uploading multiple files to heroku serially locks up all dynos

Its my understanding that when I upload a file to my heroku instance its a synchronous request and I will get a 200 back when the request is done, which means my upload has been processed and stored ...
1
vote
1answer
183 views

Rails, PaperClip, S3, Heroku: Model icon fields not being saved

I am using Rails 3.2 + Heroku + S3 + Paperclip to store an icon on my User model. The model is not saving the 4 icon fields though. The images are getting processed and saved on S3 correctly and no ...
0
votes
1answer
229 views

speed up uploads from Dragonfly to S3

(Rails 3.2 on Heroku) For handling image uploads in Rails I switched from Paperclip to Dragonfly because I like to be able to generate thumbnails dynamically, when they are requested for the first ...
0
votes
1answer
48 views

github: retaining imgs uploaded using paperclip when pushing an update

I'm currently testing in staging environment (heroku) where I have testers uploading imgs for their profiles using paperclip. However, whenever I do a git push to heroku to update the site (not ...
0
votes
1answer
110 views

paperclip & aws gems - photo sharing app where are the urls stored by paperclip/aws?

Im referring to this app link as a tutorial. After looking at it. Im curious to understand how the program (client or server)can accesse images. Since the program doesn't seem to be explicitely saving ...
0
votes
1answer
182 views

paperclip not saving images to S3 after passing through heroku app layer

I understand there are many questions dealing with the above topic. But when i upload a screenshot from my app to s3 through the Heroku iOS rails tutorial ...
7
votes
1answer
3k views

Image file is not recognized by the 'identify' command. (heroku)

I'm trying to have Paperclip working with Heroku and Amazon S3. Everything works fine on localhost (mac OS and Amazon), but when I'm deploying to heroku and trying the feature, I have this error : 2 ...
1
vote
2answers
223 views

how to remove existing style dimensions in paperclip

I know you can add new styles to paper clip and then use process! method to force paperclip to fill in the missing styles. But what if you want to ditch the old styles that you are not using any ...
2
votes
0answers
173 views

Rails + Paperclip + S3 on Heroku upload error

I'm trying to build an app where users can upload a profile picture. I'm trying to use Paperclip and S3. I've got it working on my local machine, but for some reason it doesn't work on Heroku. ...
1
vote
0answers
197 views

Can't attach image with Paperclip via Amazon S3

I'm having a hard time trying to make Paperclip uploads to Amazon S3 via the fog gem. You see, I'm using Heroku so that's the way to go. The problem is: I configured the app to send the uploads to my ...
0
votes
0answers
140 views

Delayed job works from the console but not with the heroku command

I've setup background tasks for workers using delayed job. I've a job that I can setup which imports rows from a csv and another which uploads images (paperclip & s3). The job to import from ...
0
votes
1answer
117 views

Paperclip generating wrong URLs in Heroku

Paperclip is generating wrong URLs in Heroku. I have an Audio model which has a mp3 field as follows: class Audio < ActiveRecord::Base has_attached_file :mp3, :storage => :s3, ...
0
votes
1answer
439 views

Generating a CSV and uploading it to S3 when finished in a background job

I'm providing users with the ability to download an extremely large amount of data via CSV. To do this, I'm using Sidekiq and putting the task off into a background job once they've initiated it. ...
0
votes
0answers
77 views

How can I save a pre-computed thumbnail to a Paperclip attachment?

I'm trying to save thumbnails for videos uploaded to my Rails app that is deployed on Heroku. After going down the path of FFMpeg + Paperclip custom processor to generate the thumbnail, only to ...
1
vote
1answer
788 views

Paperclip S3 - Can upload images but cannot view them

I'm created a Rails app running on Heroku, with Paperclip and S3. I've managed to upload images to my S3 bucket through the site (I can see them show up in my bucket on the Amazon control panel). But ...
9
votes
1answer
926 views

Paperclip: upload from url with extension

I would like to upload pictures from URLs by paperclip on S3 storage. I work with : Ruby 1.9.3 Rails 3.2.6 paperclip 3.1.3 aws-sdk 1.3.9 I have my Picture Model: class Asset has_attached_file ...
0
votes
1answer
113 views

Files not being stored on S3 permanently using Paperclip, Heroku + AWS

I am using paperclip with heroku to store photos on my S3 on AWS. Everything seems to work fine and the images appear on my website but nothing shows up when i'm viewing the S3 bucket from the amazon ...
1
vote
1answer
314 views

AWS::S3::Errors::SignatureDoesNotMatch with Paperclip and Amazon S3 in local dev

This issue is resolved. Turns out I spent too much time researching the issue since it seemed common and not enough time double checking that my secret access key had copy/pasted correctly in my local ...
2
votes
1answer
958 views

everytime push to heroku, images is not showed ,paperclip

here was my situation. I was using paperclip to let user upload images. It did well and everything was okay. Then,I pushed it to heroku. For the momment, I can see all my images that was just upload ...
0
votes
1answer
408 views

Receive S3::Error::SignatureDoesNotMatch by using Paperclip with “s3” on Heroku

I am working with Paperclip and AWS and can successfully get the upload to work on my local host. The problem I run into is when I upload the app to Heroku I get: ...
1
vote
2answers
476 views

Heroku Paperclip S3 error => AWS::S3::Errors::SignatureDoesNotMatch

Paperclip+S3 work on the local machine but dont work on Heroku. It says "AWS::S3::Errors::SignatureDoesNotMatch" 2012-04-20T21:24:37+00:00 app[web.1]: Parameters: {"utf8"=>"Γ£ô", "authenticit ...
1
vote
1answer
437 views

Paperclip upload to S3 on Heroku stopped working

Somewhere between April 10 and yesterday, image upload to Amazon S3 using Paperclip appears to be broken for our Rails application on Heroku. I get the following message: A ...
1
vote
2answers
243 views

Do Heroku accept apps with Paperclip uploads now?

My bro told me I need to install Amazon S3 on my app in order to use Paperclip. However, I just pushed my app to Heroku production server and I can upload images no problem. I don't have S3 installed. ...
0
votes
1answer
474 views

Heroku NoMethodError - Paperclip

Edit2~ Hi All, I solved my previous new error by changing my model file according to this. I don't know why but it solved it. I now have this error to deal with. : | There is no key? method in my ...
6
votes
1answer
2k views

Rails Heroku server paperclip Amazon S3 - AWS::S3::Errors::RequestTimeout

When I am saving my konkurrencer model with a attached image I get a error on Heroku, but not on my local server. . My heroku log: ←[36m2012-04-01T17:45:37+00:00 app[web.1]:←[0m Started POST ...
0
votes
2answers
512 views

Rails Heroku Paperclip Files disapperad

I'm developing a webapp with Rails, Paperclip and Heroku but since my last commit were I just added Google Analytics the most of the uploaded images disappeared! That's my link: ...
1
vote
0answers
277 views

rake paperclip:refresh not working on heroku

I have changed my paperclip styles and want to refresh them on heroku. I do as heroku run rake --trace paperclip:refresh CLASS=VenueImage and get the error ** Invoke paperclip:refresh (first_time) ...
0
votes
1answer
82 views

How to edit a gem and then use that version in your Sinatra app on Heroku

I am attempting to load an edited version of the dm-paperclip gem in a Sinatra app being deployed on Heroku. I downloaded the edited gem here ...
0
votes
2answers
168 views

Would running multiple console processes on Heroku slow the others down?

I'm on a Cedar stack with Heroku and am regenerating 10 thumbnails for about 30,000 different photos. I'm starting up separate console processes so each one can process 1000 photos, that way I don't ...
0
votes
1answer
398 views

Caching signed S3 URI's with paperclip and rails

I'm generating expiring signed URI's with paperclip on S3. However on every request I generate a new URI which is not ideal and it forces the browser to download a new set of images from S3 on every ...
1
vote
1answer
204 views

how to migrate heroku file storage to S3

I am an idiot, and very new to Heroku. I used the heroku file system to store paperclip attached files to my models. Have I lost these files? And can I unload them to S3 somehow and have better ...
0
votes
2answers
359 views

Paperclip+S3 works locally, not on Heroku

I configured my app to use S3 instead of local filesystem to store Paperclip files, when running in production. It works fine on my local machine in production (paperclip stores attachment in my S3 ...
1
vote
4answers
440 views

Rails, Heroku, Paperclip and the uploading of files to S3

I'm working on an app that will let users submit zip files that are about ~5mb in size I imagine. I will then take these files manually and work with them on my end. I'm looking into using Paperclip ...
0
votes
2answers
870 views

How can I handle user-uploaded photo files for a Rails app (using paperclip) on Heroku?

So I'm making a Rails app which allows Users to create Items, and each Item has an image attachment, which is handled through the Paperclip gem. The Paperclip gem, by default, saves photos to the ...

1 2 3