Ruby on Rails
PhotoApp

On the mailing list recently there’s a thread about image handling and photo galleries. It’s well understood there are lots of folks working on photo galleries. What I’d like to see here is a list of folks who are willing to share their galleries.

I don’t think we need “one true gallery” based on Ruby on Rails. If there’s anything I’ve learned in my survey of photo galleries is that they are very personal. Things I think are important in a gallery might not appeal to you at all. In fact, it might turn you off. So, I’m not suggesting anyone quit working on their personal photo gallery.

Having the list of photo galleries here will allow people who are interested in working on one see what’s available. Rather than start their own project, they can look and see if someone has already started one that meets their own goals.

Vote your your favorites:

Consideration:
I think a gallery should do just the gallery, so permission managing, authentication, categories.. should be done by the CMS
—I agree with you.. DRY should be also on extensions, this is why RAILS need a core cms; the third part plugin should implement tasks like ‘add image’, ‘view image’ and the cms should map a particular action to the user

Extremely Simple Photo Album in Rails

I had looked at Gullery, WebAlbum and Photo Album in Ajax on Rails books among others.

The above screencast will show you how to create a photo album with slide show in a RESTful way. It includes the source code as part of the download.