Questions tagged [attachment-fu]

attachment_fu is a plugin by Rick Olson (aka technoweenie) and is the successor to acts_as_attachment.

attachment_fu is a plugin by Rick Olson (aka technoweenie http://techno-weenie.net) and is the successor to acts_as_attachment.

77 questions
0
votes
1 answer

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 object. I would like the user to be able if to…
James Pierce
  • 558
  • 2
  • 5
  • 16
0
votes
2 answers

Is rails reporting its own action as deprecated?

Sorry if it is a dumb question, but the issue is quite straight forward. If I do, $ rails new testproj $ cd testporj $ rails plugin install git://github.com/technoweenie/attachment_fu.git Which should just create a empty proj and install…
filippo
  • 5,583
  • 13
  • 50
  • 72
1 2 3 4 5
6