Posts Tagged “paperclip”

Handling paperclip attachments with the same name

by Monica Olinescu on June 16, 2010

This quick post is about some Paperclip-related code that I see quite frequently that could cause problems. It’s easy to miss this stuff in development and then get major headaches later.

Adding multiple images to a Rails model with paperclip

by Monica Olinescu on February 13, 2010

How to add multiple images to a rails model – all in one form!