Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple photo gallery gem

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.

like image 781
AntonAL Avatar asked May 15 '12 14:05

AntonAL


1 Answers

Refer following

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

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

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

like image 54
Shamith c Avatar answered Sep 29 '22 23:09

Shamith c