Where to put Galleria (jQuery image gallery framework) in Rails 3.1 Asset Pipeline?
I'm a bit confused as to where to put a jQuery framework like Galleria in Rails 3.1 's new Asset Pipeline ? I know it, technically, should go into /vendors/assets/javascripts but , it is my understanding that, the Galleria folder with the jQuery & themes wants to be in root ( /galleria ) of the live site in order to work correctly. Also, while we're at it, where to put the following script so it will appear only on the page(s) with a gallery? <script> $('#gallery').galleria({ width:500, height:500 }); </script> Edit : Surprised there's no response!?! Maybe Galleria isn't that popular? These