David
David

Reputation: 57

Is there a decent image uploading library for Rails 3?

I have tried Paperclip and Dragonfly and found them to be difficult to use if your needs are even slightly different than the poorly written examples, and the docs lack greatly.

Is there such a thing as a easy-to-use image uploading library for rails?

Upvotes: 2

Views: 294

Answers (1)

stephenmurdoch
stephenmurdoch

Reputation: 34603

yup - carrierwave

Upvotes: 5

Related Questions