views:

1804

answers:

4

Does anyone know of a good lightbox plugin for rails? I found redbox but it seems to be out of development.

Thanks!

-Elliot

+1  A: 

Is there anything wrong with the jQuery version?

Jquery on Rails

http://ennerchi.com/projects/jrails

http://railstips.org/2008/11/20/jquery-on-rails-why-bother

DevDevDev
A: 

You can try lightbox2, don't know if there is any rails plugin to use it, but writing some helper functions shouldn't be that difficult.

Ricardo Acras
A: 

I just use the regular Lightbox 2. Include all the appropriate javascript and stylesheets then :rel => "lightbox" on your links.

Jarrod
A: 

You can use http://github.com/Lipsiasoft/lightbox

Fernando Kosh