Lightbox for rails?
问题 Does anyone know of a good lightbox plugin for rails? I found redbox but it seems to be out of development. Thanks! -Elliot 回答1: I just use the regular Lightbox 2. Include all the appropriate javascript and stylesheets then :rel => "lightbox" on your links. 回答2: Here is example how to easily use lightbox in rails (v4 in my case): 1. Download from site: http://lokeshdhakar.com/projects/lightbox2/ 2. Copy lightbox.js to app/assets/javascripts 3. Copy lightbox.css to app/assets/stylesheets 4.