Tagged Questions

0
votes
1answer
9 views

rails paperclip default image with S3

I'm trying to use the default_url in my application but I store the images using S3. I'm not sure what URL I need to put in there or if I have to create a fake image just to get ev …
0
votes
1answer
34 views

git not responding to my rails vendor/plugins directory

My git works fine in my app, except it doesn't respond to my vendor/plugins/paperclip directory. I can make a change in vendor/plugins/whatever and git status will show it, but not …
1
vote
2answers
36 views

Is it possible to display a progress bar using paperclip?

I'm uploading files using paperclip. Is there a way to show a bar showing the progress of the upload without breaking all the logic?
0
votes
2answers
22 views

Paperclip validates_attachment_content_type for mp3 triggered when attaching mp3

Hey everyone, Struggling to workout when i add the following validtion to my Voice model using paperclip, it is being triggered when i try and upload an mp3: class Voice < Act …
0
votes
4answers
171 views

Store image in database using rails paperclip plugin

I have an application that uses the Paperclip plugin for image upload. Now that app should get deployed to an host(heroku) which has a read-only file system. Can I somehow tell pap …
1
vote
2answers
279 views

can you pass self to lambda in rails?

I want to define a class method that has access to a local variable. So this would be different for each instance of the class. I know you can make a class method dynamic with lam …
3
votes
3answers
669 views

Set path for original images using paperclip in Rails?

The situation I have a simple model with an attached image using paperclip, which has a couple of processed styles for it (thumbnail, full, feature). At this point it works as it …
0
votes
1answer
96 views

Paperclip Error

Hey, I'm getting the following error in my development.log [paperclip] An error was received while processing: #<Paperclip::NotIdentifiedByImageMagickError: /tmp/stream28514- …
2
votes
2answers
82 views

How can I resize a Paperclip image after it has been added to the database?

I've added 2000 pictures to my images table and I'm using the Paperclip plugin to create thumbs. I'm wondering if there's a way to go through the database and add another :styles e …
0
votes
1answer
57 views

Using Paperclip to Process .tga (targa) Files

I've run into an annoying problem with Paperclip. Paperclip is working fine for uploading jpg/gif files but it's choking on .targa files with the error "not recognized by identify” …
2
votes
2answers
155 views

Paper Clip failing to save attachment

Hi, I'm using Ruby 1.9 and Rails 2.3.4 with Paperclip gem to save attachments. and I followed tutorial by adding the proper migration, adding (has_attached_file :video) to the mod …
0
votes
2answers
68 views

Saving files using Paperclip without upload

Hi, I had a quick question. Is it possible to save a file without actually uploading it through a form? For example, lets say i'm looking at attachments from emails, and i want …
0
votes
1answer
61 views

How to display images in Rails without plugins like Paper Clip?

I'm trying to display images using my web application written in Rails. I've come across solutions like PaperClip, Attachment Fu etc; but they modify my data model and require to s …
0
votes
1answer
30 views

getting global s3 bucket name while using paperclip in rails

This is probably a silly question, but is there a way I can pull out the root bucket name out of the YML s3 file I have? Other tutorials I've seen just assume that the buckets are …
1
vote
1answer
67 views

Paperclip gives Permission denied error with samba mount

In my development environment the codebase is mounted on a ubuntu-server VM using a samba mount, it is mounted as root and I run mongrel as root. When I try and upload a file with …

1 2 3 4 next
15 30 50 per page