Simple photo gallery gem

ruby-on-rails, rubygems

Solution

Refer following

http://rubygems.org/gems/spud_photos.

http://rubygems.org/gems/gallerize.

Go with first one. Detailed documentation is here: https://github.com/gregawoods/spud_photos.

Problem

Is there any rails gem, that implements simple photo gallery. The required features are following: - organizing photos to albums; - admin interface, that allows to upload several photos at once, edit title and description. I've found http://balderapp.com/, but this is an app (not a gem). Also, it is quite heavy, because of tags, places etc. These models can interfer with existing things in my project.

Original source