The attachment-fu tag has no wiki summary.
1
vote
2answers
152 views
How do I disable Attachment Fu Plugin in Community Engine without removing it?
So here is the situation:
The Photo model in Community Engine is using attachment Fu. I, wish to use paperclip instead.
Now this works fine until I have to delete an attachment. That's when the ...
1
vote
2answers
435 views
Serving files over HTTPS dynamically based on request.ssl? with Attachment_fu
I see there is a :user_ssl option in attachment_fu which checks the amazon_s3.yml file in order to serve files via https://
In the s3_backend.rb you have this method:
def self.protocol
...
1
vote
1answer
95 views
How can I migrate attachment_fu out of the database?
I'm working on a Rails project that currently receives uploaded files using attachment_fu and stores files in the database. I'd like to move them to use the filesystem. The problem is that there are ...
1
vote
1answer
406 views
Attachment_fu error
I am getting an error while trying to upload images on an Ubuntu machine that's running Rails 2.3.4, Ruby 1.8.6 using attachment_fu with image science.
FreeImage exception for type ???: IPTC: Invalid ...
1
vote
1answer
120 views
Attachment_fu: can't disable :partition option
I'm trying to use the Attachment_Fu plugin in a Rails project, and want to customize the paths where uploaded files are saved.
The documentation shows this option:
:partition # Whether to
...
1
vote
1answer
456 views
Using attachment_fu, how do you edit an existing photo, update only thumbnails, and leave original unedited?
After a photo is uploaded and created using attachment_fu, is there a way to edit just the thumbnails and leave the original as it is? I understand how to do the resizing or cropping, but it's ...
1
vote
1answer
879 views
Rails: attachment_fu plugin, convert PDF uploads to image
Yo,
I've got attachment_fu set up on my server, and it works just fine. My goal, however, is to be able to upload PDFs and have them convert to image (then use all the pre-built attachment_fu options ...
0
votes
1answer
112 views
How to convert .tiff images into .jpeg format
I am using Attachment_fu to upload images.
I need to convert .tiff images into .jpeg format after uploading image in application.
I used below code:
:styles => {
:thumb => ...
0
votes
1answer
176 views
public_filename method is undefined for attachment_fu in ruby 1.9
I'm upgrading a RoR app that I inherited, from 1.8.7/2.3.? to 1.9/3.0.9
The app uses attachemnt_fu to allow users to upload photos, but when I try to display a photo on the home page, I get :
...
0
votes
1answer
338 views
How to post images to REST Service from a ruby rest client
The RoR Rest Service using attachment_fu on the server side. I am trying to post an image from a ruby rest client using JSON data. I am not even sure if attachment_fu supports this option or not.
My ...
0
votes
1answer
74 views
File upload using attachement_fu in rails
I want to know how to upload files(other than images) using attachement_fu plugin in rails. I successfully uploaded images using attachement_fu, but wasn't able to upload other kinds of files.
0
votes
1answer
232 views
attachment_fu image resizing with s3 storage
I'm facing a problem right now, where in my company, we want to resize the thumbnail images we have on amazon s3 storage using attachment_fu, I've been investigating how to regenerate this thumbnails ...
0
votes
1answer
714 views
Heroku and Refinerycms: Application failed to start ~ attachment_fu problem
Ok so I'm trying to get Refinerycms working with Heroku, and I'm new at all of this. I've set up an amazon s3 account and added keys and ids to the amazon_s3.yml files.
When launched on Heroku at ...
0
votes
1answer
473 views
rails attachment_fu public_filename problem
attachment_fu generates wrong public_filename.
>> pic.thumbnails
=> ProductPicture id: 12331, product_id: nil, parent_id: 12330, content_type: "image/png", filename: "b_9788994035109_mid.png", ...
0
votes
1answer
98 views
rails + attachment_fu: issue with files in directories
I use attachment_fu for my rails app. It's great for me.
However, the designer who works with me complains about it because it saves files in different directory. She said that she can't handle those ...
0
votes
1answer
234 views
Rails user-conditional statement in model
I'm working on a Rails app using attachment_ fu and Amazon S3 storage. Is it possible to make the :s3_ access (a part of the has_attachment options) conditional based on a user input when creating the ...
2
votes
0answers
142 views
Rails : Replace Attachment_fu DB with Paperclip S3
I replaced my attachment_fu with paperclip S3.
I am facing problem of transferring my old data which was in database tables to S3 buckets.
What would the best solution of doing these. Provide some ...
2
votes
0answers
215 views
MIME type handling in uploading a serving files through attachment_fu
I'm currently using attachment_fu to handle file uploads, and while the plugin provides a nice catchall for images in :content_type => [:image], nothing similar seems to exist for broader buckets. ...
1
vote
0answers
224 views
attachment_fu rmagick on phusion passenger
I am getting so much pain with setting up rmagick on Passenger . I’m developing a rails web application that has image processing feature using imagemagick. the image processing feature is working ...
1
vote
0answers
133 views
Customizing attachment_fu?
I am working with the attachment_fu plugin for my file uploads, while it does some things very well I am finding it very difficult to customize. One of the problems I am having is that the errors ...
1
vote
0answers
136 views
With the attachment_fu rails plugin, is there any way to delete files uploaded to Amazon S3?
Let's say I'm using attachment_fu to attach profile pics to user profiles in a system, with Amazon S3 used as the actual file storage. When users upload new profile pics, I'd like to replace the ...
0
votes
0answers
28 views
Set content-disposition during upload on s3 using attachment_fu
I have a model that has files attached to it using attachment_fu. The files are Amazon s3. Im using rails 2.3.17.
On the view, I want to force the file to be downloaded when users click the links to ...
0
votes
0answers
56 views
Encrypting data - rails + attachment_fu
We've been using attachment_fu to upload files into our application. We now have to be able to encrypt uploaded data using AES. We use Rails 2.3.8 and Ruby 1.8.7. Attachment_fu is being used to check ...
0
votes
0answers
53 views
attachment_fu is not displaying the files/images from aws s3
This is another question from the thread What is involved with changing attachment_fu's storage scheme?. Wasn't sure whether I could ask another question on the same thread.
My application files ...
0
votes
0answers
91 views
ImageScience and Attachment_fu script not sizing properly
I've got a script that I'm running that reprocesses images in a directory and I'm using ImageScience and attachment_fu. This is a 4+ year old Ruby on Rails project and I'm trying to avoid switching ...

