rails-gallery 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.rspec +1 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +37 -0
- data/LICENSE.txt +20 -0
- data/README.md +298 -0
- data/Rakefile +49 -0
- data/VERSION +1 -0
- data/app/views/gallery/_galleria.html.haml +4 -0
- data/app/views/gallery/_responsive.html.haml +15 -0
- data/app/views/gallery/_slideshow.html.haml +26 -0
- data/app/views/gallery/template/_responsive.html.haml +14 -0
- data/config/locales/rails_gallery.yml +5 -0
- data/lib/rails-gallery.rb +3 -0
- data/lib/rails-gallery/engine.rb +9 -0
- data/lib/rails-gallery/rgallery.rb +7 -0
- data/lib/rails-gallery/rgallery/page.rb +24 -0
- data/lib/rails-gallery/rgallery/pages.rb +34 -0
- data/lib/rails-gallery/rgallery/photo.rb +50 -0
- data/lib/rails-gallery/rgallery/photo_config.rb +18 -0
- data/lib/rails-gallery/rgallery/photos.rb +45 -0
- data/lib/rails-gallery/view_helper.rb +27 -0
- data/lib/rails-gallery/view_helper/galleria.rb +11 -0
- data/lib/rails-gallery/view_helper/responsive.rb +9 -0
- data/lib/rails-gallery/view_helper/slideshow.rb +9 -0
- data/rails-gallery.gemspec +217 -0
- data/spec/galleria_snippet.html +54 -0
- data/spec/galleria_snippet.html.haml +9 -0
- data/spec/images/photo_gallery/icons/IconsByGentleface.txt +1 -0
- data/spec/images/photo_gallery/icons/grid.png +0 -0
- data/spec/images/photo_gallery/icons/loading.gif +0 -0
- data/spec/images/photo_gallery/icons/next.png +0 -0
- data/spec/images/photo_gallery/icons/next_thumb.png +0 -0
- data/spec/images/photo_gallery/icons/pause.png +0 -0
- data/spec/images/photo_gallery/icons/play.png +0 -0
- data/spec/images/photo_gallery/icons/prev.png +0 -0
- data/spec/images/photo_gallery/icons/prev_thumb.png +0 -0
- data/spec/images/photo_gallery/icons/up.png +0 -0
- data/spec/images/photo_gallery/images/1.jpg +0 -0
- data/spec/images/photo_gallery/images/10.jpg +0 -0
- data/spec/images/photo_gallery/images/11.jpg +0 -0
- data/spec/images/photo_gallery/images/12.jpg +0 -0
- data/spec/images/photo_gallery/images/2.jpg +0 -0
- data/spec/images/photo_gallery/images/3.jpg +0 -0
- data/spec/images/photo_gallery/images/4.jpg +0 -0
- data/spec/images/photo_gallery/images/5.jpg +0 -0
- data/spec/images/photo_gallery/images/6.jpg +0 -0
- data/spec/images/photo_gallery/images/7.jpg +0 -0
- data/spec/images/photo_gallery/images/8.jpg +0 -0
- data/spec/images/photo_gallery/images/9.jpg +0 -0
- data/spec/images/photo_gallery/images/ImagesByTibchris.txt +3 -0
- data/spec/images/photo_gallery/images/thumbs/1.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/10.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/11.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/12.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/2.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/3.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/4.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/5.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/6.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/7.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/8.jpg +0 -0
- data/spec/images/photo_gallery/images/thumbs/9.jpg +0 -0
- data/spec/images/property/1.jpg +0 -0
- data/spec/images/property/2.jpg +0 -0
- data/spec/images/property/3.jpg +0 -0
- data/spec/images/property/4.jpg +0 -0
- data/spec/images/property/5.jpg +0 -0
- data/spec/images/property/6.jpg +0 -0
- data/spec/images/property/7.jpg +0 -0
- data/spec/images/property/ads/ad1.jpg +0 -0
- data/spec/images/property/ads/ad2.jpg +0 -0
- data/spec/images/property/ads/ad3.jpg +0 -0
- data/spec/images/property/thumbs/1.jpg +0 -0
- data/spec/images/property/thumbs/2.jpg +0 -0
- data/spec/images/property/thumbs/3.jpg +0 -0
- data/spec/images/property/thumbs/4.jpg +0 -0
- data/spec/images/property/thumbs/5.jpg +0 -0
- data/spec/images/property/thumbs/6.jpg +0 -0
- data/spec/images/property/thumbs/7.jpg +0 -0
- data/spec/images/responsive-gallery/icons/ajax-loader.gif +0 -0
- data/spec/images/responsive-gallery/icons/black.png +0 -0
- data/spec/images/responsive-gallery/icons/nav.png +0 -0
- data/spec/images/responsive-gallery/icons/nav_thumbs.png +0 -0
- data/spec/images/responsive-gallery/icons/pattern.png +0 -0
- data/spec/images/responsive-gallery/icons/views.png +0 -0
- data/spec/images/responsive-gallery/images/1.jpg +0 -0
- data/spec/images/responsive-gallery/images/10.jpg +0 -0
- data/spec/images/responsive-gallery/images/11.jpg +0 -0
- data/spec/images/responsive-gallery/images/12.jpg +0 -0
- data/spec/images/responsive-gallery/images/13.jpg +0 -0
- data/spec/images/responsive-gallery/images/14.jpg +0 -0
- data/spec/images/responsive-gallery/images/15.jpg +0 -0
- data/spec/images/responsive-gallery/images/16.jpg +0 -0
- data/spec/images/responsive-gallery/images/17.jpg +0 -0
- data/spec/images/responsive-gallery/images/18.jpg +0 -0
- data/spec/images/responsive-gallery/images/19.jpg +0 -0
- data/spec/images/responsive-gallery/images/2.jpg +0 -0
- data/spec/images/responsive-gallery/images/20.jpg +0 -0
- data/spec/images/responsive-gallery/images/21.jpg +0 -0
- data/spec/images/responsive-gallery/images/22.jpg +0 -0
- data/spec/images/responsive-gallery/images/23.jpg +0 -0
- data/spec/images/responsive-gallery/images/24.jpg +0 -0
- data/spec/images/responsive-gallery/images/3.jpg +0 -0
- data/spec/images/responsive-gallery/images/4.jpg +0 -0
- data/spec/images/responsive-gallery/images/5.jpg +0 -0
- data/spec/images/responsive-gallery/images/6.jpg +0 -0
- data/spec/images/responsive-gallery/images/7.jpg +0 -0
- data/spec/images/responsive-gallery/images/8.jpg +0 -0
- data/spec/images/responsive-gallery/images/9.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/1.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/10.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/11.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/12.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/13.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/14.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/15.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/16.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/17.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/18.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/19.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/2.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/20.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/21.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/22.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/23.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/24.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/3.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/4.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/5.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/6.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/7.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/8.jpg +0 -0
- data/spec/images/responsive-gallery/images/thumbs/9.jpg +0 -0
- data/spec/rails-gallery_spec.rb +7 -0
- data/spec/spec_helper.rb +10 -0
- data/vendor/assets/images/gallery/galleria/classic/loader.gif +0 -0
- data/vendor/assets/images/gallery/galleria/classic/map.png +0 -0
- data/vendor/assets/images/gallery/responsive/icons/ajax-loader.gif +0 -0
- data/vendor/assets/images/gallery/responsive/icons/black.png +0 -0
- data/vendor/assets/images/gallery/responsive/icons/nav.png +0 -0
- data/vendor/assets/images/gallery/responsive/icons/nav_thumbs.png +0 -0
- data/vendor/assets/images/gallery/responsive/icons/pattern.png +0 -0
- data/vendor/assets/images/gallery/responsive/icons/views.png +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/grid.png +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/loading.gif +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/next.png +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/next_thumb.png +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/pause.png +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/play.png +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/prev.png +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/prev_thumb.png +0 -0
- data/vendor/assets/images/gallery/slideshow/icons/up.png +0 -0
- data/vendor/assets/javascripts/gallery/galleria-1.2.8.js +5926 -0
- data/vendor/assets/javascripts/gallery/galleria-1.2.8.min.js +9 -0
- data/vendor/assets/javascripts/gallery/galleria/classic.js +95 -0
- data/vendor/assets/javascripts/gallery/galleria/classic.min.js +8 -0
- data/vendor/assets/javascripts/gallery/responsive.js +261 -0
- data/vendor/assets/javascripts/gallery/slideshow.js +308 -0
- data/vendor/assets/javascripts/jquery/jquery.easing-1.3.js +205 -0
- data/vendor/assets/javascripts/jquery/jquery.elastislide.js +467 -0
- data/vendor/assets/javascripts/jquery/jquery.tmpl.min.js +1 -0
- data/vendor/assets/stylesheets/gallery/galleria/classic.css +217 -0
- data/vendor/assets/stylesheets/gallery/responsive.css +105 -0
- data/vendor/assets/stylesheets/gallery/responsive/elastislide.css +69 -0
- data/vendor/assets/stylesheets/gallery/slideshow.css +171 -0
- metadata +297 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the gem file manually.