Gem to work with image attachement

I started to develop an upload app. This app will be in Rails.

Can you suggest some GEM that would make it easier to work with image attachements? I’m trying to use DragonFly but it creates an unwanted extra file

Paperclip? https://github.com/thoughtbot/paperclip

Best Wishes,

Peter

Ruby Toolbox to the rescue.

http://ruby-toolbox.com/categories/rails_file_uploads.html

Thanks. I gonna take a look on Ruby toolbox