--- !ruby/object:Gem::Specification name: polygallery version: !ruby/object:Gem::Version version: 0.1.8 platform: ruby authors: - MacKinley Smith autorequire: bindir: bin cert_chain: [] date: 2015-06-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 4.1.0 - !ruby/object:Gem::Dependency name: pg requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sass-rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec-rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: capybara requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: ffaker requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: factory_girl_rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: database_cleaner requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: selenium-webdriver requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: paperclip requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: cocoon requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: haml-rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: coffee-rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: jquery-rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: simple_form requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: simple_form_fileinput requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Polymorphic galleries made simple. email: - smit1625@msu.edu executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.rdoc - Rakefile - app/assets/javascripts/polygallery/application.js - app/assets/javascripts/polygallery/galleries.js - app/assets/javascripts/polygallery/init.js - app/assets/javascripts/polygallery/photos.js - app/assets/javascripts/polygallery/polygallery.js.coffee - app/assets/stylesheets/polygallery/application.css - app/assets/stylesheets/polygallery/galleries.css - app/assets/stylesheets/polygallery/photos.css - app/controllers/concerns/polygallery/strong_params.rb - app/controllers/polygallery/application_controller.rb - app/controllers/polygallery/galleries_controller.rb - app/controllers/polygallery/photos_controller.rb - app/helpers/polygallery/application_helper.rb - app/helpers/polygallery/galleries_helper.rb - app/helpers/polygallery/photos_helper.rb - app/models/concerns/polygallery/acts_as_polyphoto.rb - app/models/concerns/polygallery/customized_gallery.rb - app/models/concerns/polygallery/customized_photo.rb - app/models/polygallery/gallery.rb - app/models/polygallery/photo.rb - app/models/polygallery/polygallery.rb - app/views/layouts/polygallery/application.html.erb - app/views/polygallery/galleries/_fields_for.html.haml - app/views/polygallery/galleries/_simple_fields_for.html.haml - app/views/polygallery/photos/_fields_for.html.haml - app/views/polygallery/photos/_simple_fields_for.html.haml - config/routes.rb - db/migrate/20140803171516_create_polygallery_galleries.rb - db/migrate/20140803171534_create_polygallery_photos.rb - db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb - lib/generators/polygallery/install/install_generator.rb - lib/generators/polygallery/install/templates/polygallery_migration.rb - lib/polygallery.rb - lib/polygallery/engine.rb - lib/polygallery/glue.rb - lib/polygallery/has_polygallery.rb - lib/polygallery/has_polyphotos.rb - lib/polygallery/railtie.rb - lib/polygallery/validators.rb - lib/polygallery/validators/polygallery_presence_validator.rb - lib/polygallery/version.rb - lib/polygallery/view_helpers.rb - lib/tasks/polygallery_tasks.rake - test/controllers/polygallery/galleries_controller_test.rb - test/controllers/polygallery/photos_controller_test.rb - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/bootstrap.min.js - test/dummy/app/assets/javascripts/events.js - test/dummy/app/assets/javascripts/home.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/bootstrap-theme.min.css - test/dummy/app/assets/stylesheets/bootstrap.min.css - test/dummy/app/assets/stylesheets/events.css - test/dummy/app/assets/stylesheets/home.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/events_controller.rb - test/dummy/app/controllers/home_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/events_helper.rb - test/dummy/app/helpers/home_helper.rb - test/dummy/app/models/custom_gallery.rb - test/dummy/app/models/custom_photo.rb - test/dummy/app/models/event.rb - test/dummy/app/views/events/_form.html.haml - test/dummy/app/views/events/_simple_form.html.haml - test/dummy/app/views/events/edit.html.haml - test/dummy/app/views/events/index.html.haml - test/dummy/app/views/events/new.html.haml - test/dummy/app/views/events/show.html.haml - test/dummy/app/views/home/index.html.haml - test/dummy/app/views/layouts/application.html.haml - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/reload_lib.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/simple_form.rb - test/dummy/config/initializers/simple_form_bootstrap.rb - test/dummy/config/initializers/simple_form_fileinput.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/locales/simple_form.en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/db/migrate/20140803170839_create_events.rb - test/dummy/db/migrate/20150320165705_create_polygalleries.rb - test/dummy/db/schema.rb - test/dummy/lib/templates/haml/scaffold/_form.html.haml - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/fonts/glyphicons-halflings-regular.eot - test/dummy/public/fonts/glyphicons-halflings-regular.svg - test/dummy/public/fonts/glyphicons-halflings-regular.ttf - test/dummy/public/fonts/glyphicons-halflings-regular.woff - test/dummy/public/system/polygallery/photos/photos/000/000/001/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/001/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/001/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/002/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/002/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/002/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/003/big_slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/full/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/grid/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/003/original/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/003/slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/005/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/005/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/005/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/custom/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/007/big_slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/full/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/grid/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/007/original/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/007/slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/008/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/008/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/008/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/009/big_slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/full/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/grid/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/medium/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/original/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/thumb/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/011/custom/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/011/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/011/medium/piece2.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/011/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/011/original/piece2.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/011/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/011/thumb/piece2.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/012/medium/piece6.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/012/original/piece6.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/012/thumb/piece6.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/014/custom/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/014/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/014/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/014/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/029/medium/piece4.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/029/original/piece4.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/029/thumb/piece4.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/032/medium/piece8.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/032/original/piece8.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/032/thumb/piece8.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/033/medium/piece10.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/033/original/piece10.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/033/thumb/piece10.jpg - test/dummy/spec/factories/events.rb - test/dummy/spec/factories/polygallery/photos.rb - test/dummy/spec/features/events_spec.rb - test/dummy/spec/rails_helper.rb - test/dummy/spec/spec_helper.rb - test/dummy/spec/upload_files/logo_placeholder_medium.png - test/dummy/test/controllers/events_controller_test.rb - test/dummy/test/controllers/home_controller_test.rb - test/dummy/test/fixtures/events.yml - test/dummy/test/helpers/events_helper_test.rb - test/dummy/test/helpers/home_helper_test.rb - test/dummy/test/models/event_test.rb - test/dummy/tmp/cache/assets/development/sass/d58d4fb9eedfbbaea362e7eed4f4b120ecc36459/enhancements.css.scssc - test/dummy/tmp/cache/assets/development/sprockets/05c0a42e9725c8eb8a83324cfdce4a16 - test/dummy/tmp/cache/assets/development/sprockets/138f3adae029720184284e5af56ba6ee - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/165fa1b3eb4e30266c9cd78ba25a6879 - test/dummy/tmp/cache/assets/development/sprockets/1b48b24452c10fa45f34ec79aa2ca587 - test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c - test/dummy/tmp/cache/assets/development/sprockets/1d61d3cd6f59fc3758908d3ea27aaf0b - test/dummy/tmp/cache/assets/development/sprockets/1e1c73f8892119a4dbc6ead7718b4472 - test/dummy/tmp/cache/assets/development/sprockets/1ecd715c01db7b05e5fc97838c7bdac7 - test/dummy/tmp/cache/assets/development/sprockets/20537eac47b88a0b70cf0fec72c5c957 - test/dummy/tmp/cache/assets/development/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c - test/dummy/tmp/cache/assets/development/sprockets/24670b1af8e69df61aafc78f7817bcee - test/dummy/tmp/cache/assets/development/sprockets/2757fae967a52701ef3724ae5a76c4a8 - test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2 - test/dummy/tmp/cache/assets/development/sprockets/29e4552fca58a1885579b3932b6a9603 - test/dummy/tmp/cache/assets/development/sprockets/2b731b63fb1d665043d920a05b591cdc - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/30e3552cad42917377b8675173b87d6d - test/dummy/tmp/cache/assets/development/sprockets/311df7a951cd5c960bea25b750d24073 - test/dummy/tmp/cache/assets/development/sprockets/3285c3b5fd63e6e64ad469b8d96aae8f - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/366b734bd9d2050f91efe4fa45bd1f60 - test/dummy/tmp/cache/assets/development/sprockets/39bcd7e5a58fb6e7114bbae6ac577fe6 - test/dummy/tmp/cache/assets/development/sprockets/3df3a0e2cf2fc334a9e6292941bae875 - test/dummy/tmp/cache/assets/development/sprockets/3edcdce4b73dab626737716f1fc4d97d - test/dummy/tmp/cache/assets/development/sprockets/3f657ddfc843294ed3fc8242f82e7a97 - test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683 - test/dummy/tmp/cache/assets/development/sprockets/4838bd0bcba2e22c3c7aef8feb88db17 - test/dummy/tmp/cache/assets/development/sprockets/49e036553e32b5ecddd9e7de7a25ccea - test/dummy/tmp/cache/assets/development/sprockets/4a98a84c5ce12f2b9646335623b4e224 - test/dummy/tmp/cache/assets/development/sprockets/4d1647c172443398b0d023245fb13877 - test/dummy/tmp/cache/assets/development/sprockets/4daff1d5b8e6da6d2ed55886db193ef2 - test/dummy/tmp/cache/assets/development/sprockets/4ea33e825e6e38bd22dccab488a0255b - test/dummy/tmp/cache/assets/development/sprockets/5714323f471f9980adfb3529d2e01f04 - test/dummy/tmp/cache/assets/development/sprockets/5ef83a7011cee8efacb9afc7173fe765 - test/dummy/tmp/cache/assets/development/sprockets/61cd6f9b2dc23f35478fc14d5fb4f7df - test/dummy/tmp/cache/assets/development/sprockets/650d6a1ba71368c14b9fced6b6180b2d - test/dummy/tmp/cache/assets/development/sprockets/65dccf676de4439612547abc6451ba65 - test/dummy/tmp/cache/assets/development/sprockets/69bda14eaa1d8ad1ea1235abb619e366 - test/dummy/tmp/cache/assets/development/sprockets/6f562a48c0e855e0e4fdab624ba41eb9 - test/dummy/tmp/cache/assets/development/sprockets/7b45798a1475deb0d6739c888f060c96 - test/dummy/tmp/cache/assets/development/sprockets/7be9086c960bb4384c9d23a52e489f29 - test/dummy/tmp/cache/assets/development/sprockets/7c5867dbaa2d85cd5508dc339972e314 - test/dummy/tmp/cache/assets/development/sprockets/81bf3a1b16f593a309cc121596c7cf23 - test/dummy/tmp/cache/assets/development/sprockets/86f909bf5baee50515afadaa3ce2df8f - test/dummy/tmp/cache/assets/development/sprockets/88f812810562f1bc315ee991f8a30c4e - test/dummy/tmp/cache/assets/development/sprockets/8c81470cda06da3ee9ec2181fe7743b0 - test/dummy/tmp/cache/assets/development/sprockets/8e3f978ef00686e7a7cad1a57185f90a - test/dummy/tmp/cache/assets/development/sprockets/8e5a9738e9bc15478e026d98335454f9 - test/dummy/tmp/cache/assets/development/sprockets/8f29e45e02d0321a6250df9b5ca050fe - test/dummy/tmp/cache/assets/development/sprockets/8f8936f164170e095c5ca2d0c2ae6127 - test/dummy/tmp/cache/assets/development/sprockets/9b9c0e78635195bcb386a8b6e9ee1e97 - test/dummy/tmp/cache/assets/development/sprockets/a11d7eb71230eda394161e35aefa0a24 - test/dummy/tmp/cache/assets/development/sprockets/a32fea9e0a124a0fbd82afec0c27e0d4 - test/dummy/tmp/cache/assets/development/sprockets/a49b0e8a393070d4a440d78743af3460 - test/dummy/tmp/cache/assets/development/sprockets/a995a3b95e4a7b0e5b9fa7c49efd6b74 - test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4 - test/dummy/tmp/cache/assets/development/sprockets/abfcce22636ec4371a92e6ceb1077a54 - test/dummy/tmp/cache/assets/development/sprockets/b08b14449d0c760863c75b163f3d2ea0 - test/dummy/tmp/cache/assets/development/sprockets/b2e3c54b17f3d7fc54aab42082c470f8 - test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e - test/dummy/tmp/cache/assets/development/sprockets/b9b29a56a8585a110f306871e8938d2b - test/dummy/tmp/cache/assets/development/sprockets/ba56eb60d599a0ca3d2f6b67772774c2 - test/dummy/tmp/cache/assets/development/sprockets/c0a32ddd5941d7ff3aca0ad92298608c - test/dummy/tmp/cache/assets/development/sprockets/c502e11bd52b854e6af9627c3da0616a - test/dummy/tmp/cache/assets/development/sprockets/c54e257d17c58c802e2870d68ff1bd39 - test/dummy/tmp/cache/assets/development/sprockets/c6d68ddd2f21544d3a6ac67934487535 - test/dummy/tmp/cache/assets/development/sprockets/c79813a3ee7359e3d7880d6b671f6f6d - test/dummy/tmp/cache/assets/development/sprockets/c9e5e8280743d98ec882539be0f91af5 - test/dummy/tmp/cache/assets/development/sprockets/cbe9afc48460e8e0bc42c314d5e594a0 - test/dummy/tmp/cache/assets/development/sprockets/cebfc296bf824dfc0f567874a00522d4 - test/dummy/tmp/cache/assets/development/sprockets/cf29797a4195344bac977b8ebfca7fff - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/e01ccf02ec6a0fb2cb7189161c5850c5 - test/dummy/tmp/cache/assets/development/sprockets/e33b68bc0cecc21d45c44c8d2fd46c76 - test/dummy/tmp/cache/assets/development/sprockets/e4b5a49edafa42a1ffe8f10535156b1b - test/dummy/tmp/cache/assets/development/sprockets/e928c77266ca2960fa4a7fbb56b4e034 - test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0 - test/dummy/tmp/cache/assets/development/sprockets/ee77497db62576e6878e7815e80e8b5a - test/dummy/tmp/cache/assets/development/sprockets/f1ea202e87b3ffc6964c9b0358531976 - test/dummy/tmp/cache/assets/development/sprockets/f209bca5b11567d04157eefee66c6a48 - test/dummy/tmp/cache/assets/development/sprockets/f5d86e31abec9b44e777e3f639187d5a - test/dummy/tmp/cache/assets/development/sprockets/f644fd75cbead0e58c847aa16546e2a8 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/development/sprockets/f844ec54464006be394ce9de15eb0814 - test/dummy/tmp/cache/assets/development/sprockets/f950876669f7719a544d0de445843b08 - test/dummy/tmp/cache/assets/development/sprockets/fe0a04f09eb0c97bcc18973678e986a3 - test/dummy/tmp/cache/assets/test/sass/d58d4fb9eedfbbaea362e7eed4f4b120ecc36459/enhancements.css.scssc - test/dummy/tmp/cache/assets/test/sprockets/138f3adae029720184284e5af56ba6ee - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/test/sprockets/165fa1b3eb4e30266c9cd78ba25a6879 - test/dummy/tmp/cache/assets/test/sprockets/1b48b24452c10fa45f34ec79aa2ca587 - test/dummy/tmp/cache/assets/test/sprockets/1c9faaf28d05409b88ad3113374d613c - test/dummy/tmp/cache/assets/test/sprockets/1e1c73f8892119a4dbc6ead7718b4472 - test/dummy/tmp/cache/assets/test/sprockets/20537eac47b88a0b70cf0fec72c5c957 - test/dummy/tmp/cache/assets/test/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c - test/dummy/tmp/cache/assets/test/sprockets/2757fae967a52701ef3724ae5a76c4a8 - test/dummy/tmp/cache/assets/test/sprockets/29e4552fca58a1885579b3932b6a9603 - test/dummy/tmp/cache/assets/test/sprockets/2b731b63fb1d665043d920a05b591cdc - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/test/sprockets/3f657ddfc843294ed3fc8242f82e7a97 - test/dummy/tmp/cache/assets/test/sprockets/40fc2f3d2a468a00e463f1d313cb1683 - test/dummy/tmp/cache/assets/test/sprockets/4838bd0bcba2e22c3c7aef8feb88db17 - test/dummy/tmp/cache/assets/test/sprockets/4a98a84c5ce12f2b9646335623b4e224 - test/dummy/tmp/cache/assets/test/sprockets/4ea33e825e6e38bd22dccab488a0255b - test/dummy/tmp/cache/assets/test/sprockets/65dccf676de4439612547abc6451ba65 - test/dummy/tmp/cache/assets/test/sprockets/69bda14eaa1d8ad1ea1235abb619e366 - test/dummy/tmp/cache/assets/test/sprockets/7b45798a1475deb0d6739c888f060c96 - test/dummy/tmp/cache/assets/test/sprockets/7be9086c960bb4384c9d23a52e489f29 - test/dummy/tmp/cache/assets/test/sprockets/86f909bf5baee50515afadaa3ce2df8f - test/dummy/tmp/cache/assets/test/sprockets/8c81470cda06da3ee9ec2181fe7743b0 - test/dummy/tmp/cache/assets/test/sprockets/8e3f978ef00686e7a7cad1a57185f90a - test/dummy/tmp/cache/assets/test/sprockets/8e5a9738e9bc15478e026d98335454f9 - test/dummy/tmp/cache/assets/test/sprockets/8f29e45e02d0321a6250df9b5ca050fe - test/dummy/tmp/cache/assets/test/sprockets/9b9c0e78635195bcb386a8b6e9ee1e97 - test/dummy/tmp/cache/assets/test/sprockets/a49b0e8a393070d4a440d78743af3460 - test/dummy/tmp/cache/assets/test/sprockets/abfcce22636ec4371a92e6ceb1077a54 - test/dummy/tmp/cache/assets/test/sprockets/b878faf942403e313a5b103e5d80488e - test/dummy/tmp/cache/assets/test/sprockets/b9b29a56a8585a110f306871e8938d2b - test/dummy/tmp/cache/assets/test/sprockets/cebfc296bf824dfc0f567874a00522d4 - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/test/sprockets/e33b68bc0cecc21d45c44c8d2fd46c76 - test/dummy/tmp/cache/assets/test/sprockets/e4b5a49edafa42a1ffe8f10535156b1b - test/dummy/tmp/cache/assets/test/sprockets/edbef6e0d0a4742346cf479f2c522eb0 - test/dummy/tmp/cache/assets/test/sprockets/f1ea202e87b3ffc6964c9b0358531976 - test/dummy/tmp/cache/assets/test/sprockets/f209bca5b11567d04157eefee66c6a48 - test/dummy/tmp/cache/assets/test/sprockets/f5d86e31abec9b44e777e3f639187d5a - test/dummy/tmp/cache/assets/test/sprockets/f644fd75cbead0e58c847aa16546e2a8 - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/test/sprockets/f950876669f7719a544d0de445843b08 - test/fixtures/polygallery/galleries.yml - test/fixtures/polygallery/photos.yml - test/helpers/polygallery/galleries_helper_test.rb - test/helpers/polygallery/photos_helper_test.rb - test/integration/navigation_test.rb - test/models/polygallery/gallery_test.rb - test/models/polygallery/photo_test.rb - test/polygallery_test.rb - test/test_helper.rb - vendor/assets/images/polygallery/thumbnail-missing.jpg homepage: http://www.mackinleysmith.com/ licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Polymorphic galleries made simple. test_files: - test/controllers/polygallery/galleries_controller_test.rb - test/controllers/polygallery/photos_controller_test.rb - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/javascripts/bootstrap.min.js - test/dummy/app/assets/javascripts/events.js - test/dummy/app/assets/javascripts/home.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/assets/stylesheets/bootstrap-theme.min.css - test/dummy/app/assets/stylesheets/bootstrap.min.css - test/dummy/app/assets/stylesheets/events.css - test/dummy/app/assets/stylesheets/home.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/events_controller.rb - test/dummy/app/controllers/home_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/events_helper.rb - test/dummy/app/helpers/home_helper.rb - test/dummy/app/models/custom_gallery.rb - test/dummy/app/models/custom_photo.rb - test/dummy/app/models/event.rb - test/dummy/app/views/events/_form.html.haml - test/dummy/app/views/events/_simple_form.html.haml - test/dummy/app/views/events/edit.html.haml - test/dummy/app/views/events/index.html.haml - test/dummy/app/views/events/new.html.haml - test/dummy/app/views/events/show.html.haml - test/dummy/app/views/home/index.html.haml - test/dummy/app/views/layouts/application.html.haml - test/dummy/bin/bundle - test/dummy/bin/rails - test/dummy/bin/rake - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/cookies_serializer.rb - test/dummy/config/initializers/filter_parameter_logging.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/reload_lib.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/simple_form.rb - test/dummy/config/initializers/simple_form_bootstrap.rb - test/dummy/config/initializers/simple_form_fileinput.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/locales/simple_form.en.yml - test/dummy/config/routes.rb - test/dummy/config/secrets.yml - test/dummy/config.ru - test/dummy/db/migrate/20140803170839_create_events.rb - test/dummy/db/migrate/20150320165705_create_polygalleries.rb - test/dummy/db/schema.rb - test/dummy/lib/templates/haml/scaffold/_form.html.haml - test/dummy/log/development.log - test/dummy/log/test.log - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/fonts/glyphicons-halflings-regular.eot - test/dummy/public/fonts/glyphicons-halflings-regular.svg - test/dummy/public/fonts/glyphicons-halflings-regular.ttf - test/dummy/public/fonts/glyphicons-halflings-regular.woff - test/dummy/public/system/polygallery/photos/photos/000/000/001/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/001/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/001/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/002/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/002/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/002/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/003/big_slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/full/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/grid/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/003/original/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/003/slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/005/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/005/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/005/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/custom/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/007/big_slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/full/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/grid/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/007/original/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/007/slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/008/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/008/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/008/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/009/big_slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/full/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/grid/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/medium/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/original/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/slide/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/009/thumb/DSC_5099.JPG - test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg - test/dummy/public/system/polygallery/photos/photos/000/000/011/custom/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/011/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/011/medium/piece2.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/011/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/011/original/piece2.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/011/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/011/thumb/piece2.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/012/medium/piece6.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/012/original/piece6.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/012/thumb/piece6.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/014/custom/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/014/medium/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/014/original/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/014/thumb/logo_placeholder_medium.png - test/dummy/public/system/polygallery/photos/photos/000/000/029/medium/piece4.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/029/original/piece4.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/029/thumb/piece4.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/032/medium/piece8.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/032/original/piece8.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/032/thumb/piece8.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/033/medium/piece10.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/033/original/piece10.jpg - test/dummy/public/system/polygallery/photos/photos/000/000/033/thumb/piece10.jpg - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/spec/factories/events.rb - test/dummy/spec/factories/polygallery/photos.rb - test/dummy/spec/features/events_spec.rb - test/dummy/spec/rails_helper.rb - test/dummy/spec/spec_helper.rb - test/dummy/spec/upload_files/logo_placeholder_medium.png - test/dummy/test/controllers/events_controller_test.rb - test/dummy/test/controllers/home_controller_test.rb - test/dummy/test/fixtures/events.yml - test/dummy/test/helpers/events_helper_test.rb - test/dummy/test/helpers/home_helper_test.rb - test/dummy/test/models/event_test.rb - test/dummy/tmp/cache/assets/development/sass/d58d4fb9eedfbbaea362e7eed4f4b120ecc36459/enhancements.css.scssc - test/dummy/tmp/cache/assets/development/sprockets/05c0a42e9725c8eb8a83324cfdce4a16 - test/dummy/tmp/cache/assets/development/sprockets/138f3adae029720184284e5af56ba6ee - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/development/sprockets/165fa1b3eb4e30266c9cd78ba25a6879 - test/dummy/tmp/cache/assets/development/sprockets/1b48b24452c10fa45f34ec79aa2ca587 - test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c - test/dummy/tmp/cache/assets/development/sprockets/1d61d3cd6f59fc3758908d3ea27aaf0b - test/dummy/tmp/cache/assets/development/sprockets/1e1c73f8892119a4dbc6ead7718b4472 - test/dummy/tmp/cache/assets/development/sprockets/1ecd715c01db7b05e5fc97838c7bdac7 - test/dummy/tmp/cache/assets/development/sprockets/20537eac47b88a0b70cf0fec72c5c957 - test/dummy/tmp/cache/assets/development/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c - test/dummy/tmp/cache/assets/development/sprockets/24670b1af8e69df61aafc78f7817bcee - test/dummy/tmp/cache/assets/development/sprockets/2757fae967a52701ef3724ae5a76c4a8 - test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2 - test/dummy/tmp/cache/assets/development/sprockets/29e4552fca58a1885579b3932b6a9603 - test/dummy/tmp/cache/assets/development/sprockets/2b731b63fb1d665043d920a05b591cdc - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/development/sprockets/30e3552cad42917377b8675173b87d6d - test/dummy/tmp/cache/assets/development/sprockets/311df7a951cd5c960bea25b750d24073 - test/dummy/tmp/cache/assets/development/sprockets/3285c3b5fd63e6e64ad469b8d96aae8f - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/development/sprockets/366b734bd9d2050f91efe4fa45bd1f60 - test/dummy/tmp/cache/assets/development/sprockets/39bcd7e5a58fb6e7114bbae6ac577fe6 - test/dummy/tmp/cache/assets/development/sprockets/3df3a0e2cf2fc334a9e6292941bae875 - test/dummy/tmp/cache/assets/development/sprockets/3edcdce4b73dab626737716f1fc4d97d - test/dummy/tmp/cache/assets/development/sprockets/3f657ddfc843294ed3fc8242f82e7a97 - test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683 - test/dummy/tmp/cache/assets/development/sprockets/4838bd0bcba2e22c3c7aef8feb88db17 - test/dummy/tmp/cache/assets/development/sprockets/49e036553e32b5ecddd9e7de7a25ccea - test/dummy/tmp/cache/assets/development/sprockets/4a98a84c5ce12f2b9646335623b4e224 - test/dummy/tmp/cache/assets/development/sprockets/4d1647c172443398b0d023245fb13877 - test/dummy/tmp/cache/assets/development/sprockets/4daff1d5b8e6da6d2ed55886db193ef2 - test/dummy/tmp/cache/assets/development/sprockets/4ea33e825e6e38bd22dccab488a0255b - test/dummy/tmp/cache/assets/development/sprockets/5714323f471f9980adfb3529d2e01f04 - test/dummy/tmp/cache/assets/development/sprockets/5ef83a7011cee8efacb9afc7173fe765 - test/dummy/tmp/cache/assets/development/sprockets/61cd6f9b2dc23f35478fc14d5fb4f7df - test/dummy/tmp/cache/assets/development/sprockets/650d6a1ba71368c14b9fced6b6180b2d - test/dummy/tmp/cache/assets/development/sprockets/65dccf676de4439612547abc6451ba65 - test/dummy/tmp/cache/assets/development/sprockets/69bda14eaa1d8ad1ea1235abb619e366 - test/dummy/tmp/cache/assets/development/sprockets/6f562a48c0e855e0e4fdab624ba41eb9 - test/dummy/tmp/cache/assets/development/sprockets/7b45798a1475deb0d6739c888f060c96 - test/dummy/tmp/cache/assets/development/sprockets/7be9086c960bb4384c9d23a52e489f29 - test/dummy/tmp/cache/assets/development/sprockets/7c5867dbaa2d85cd5508dc339972e314 - test/dummy/tmp/cache/assets/development/sprockets/81bf3a1b16f593a309cc121596c7cf23 - test/dummy/tmp/cache/assets/development/sprockets/86f909bf5baee50515afadaa3ce2df8f - test/dummy/tmp/cache/assets/development/sprockets/88f812810562f1bc315ee991f8a30c4e - test/dummy/tmp/cache/assets/development/sprockets/8c81470cda06da3ee9ec2181fe7743b0 - test/dummy/tmp/cache/assets/development/sprockets/8e3f978ef00686e7a7cad1a57185f90a - test/dummy/tmp/cache/assets/development/sprockets/8e5a9738e9bc15478e026d98335454f9 - test/dummy/tmp/cache/assets/development/sprockets/8f29e45e02d0321a6250df9b5ca050fe - test/dummy/tmp/cache/assets/development/sprockets/8f8936f164170e095c5ca2d0c2ae6127 - test/dummy/tmp/cache/assets/development/sprockets/9b9c0e78635195bcb386a8b6e9ee1e97 - test/dummy/tmp/cache/assets/development/sprockets/a11d7eb71230eda394161e35aefa0a24 - test/dummy/tmp/cache/assets/development/sprockets/a32fea9e0a124a0fbd82afec0c27e0d4 - test/dummy/tmp/cache/assets/development/sprockets/a49b0e8a393070d4a440d78743af3460 - test/dummy/tmp/cache/assets/development/sprockets/a995a3b95e4a7b0e5b9fa7c49efd6b74 - test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4 - test/dummy/tmp/cache/assets/development/sprockets/abfcce22636ec4371a92e6ceb1077a54 - test/dummy/tmp/cache/assets/development/sprockets/b08b14449d0c760863c75b163f3d2ea0 - test/dummy/tmp/cache/assets/development/sprockets/b2e3c54b17f3d7fc54aab42082c470f8 - test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e - test/dummy/tmp/cache/assets/development/sprockets/b9b29a56a8585a110f306871e8938d2b - test/dummy/tmp/cache/assets/development/sprockets/ba56eb60d599a0ca3d2f6b67772774c2 - test/dummy/tmp/cache/assets/development/sprockets/c0a32ddd5941d7ff3aca0ad92298608c - test/dummy/tmp/cache/assets/development/sprockets/c502e11bd52b854e6af9627c3da0616a - test/dummy/tmp/cache/assets/development/sprockets/c54e257d17c58c802e2870d68ff1bd39 - test/dummy/tmp/cache/assets/development/sprockets/c6d68ddd2f21544d3a6ac67934487535 - test/dummy/tmp/cache/assets/development/sprockets/c79813a3ee7359e3d7880d6b671f6f6d - test/dummy/tmp/cache/assets/development/sprockets/c9e5e8280743d98ec882539be0f91af5 - test/dummy/tmp/cache/assets/development/sprockets/cbe9afc48460e8e0bc42c314d5e594a0 - test/dummy/tmp/cache/assets/development/sprockets/cebfc296bf824dfc0f567874a00522d4 - test/dummy/tmp/cache/assets/development/sprockets/cf29797a4195344bac977b8ebfca7fff - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/development/sprockets/e01ccf02ec6a0fb2cb7189161c5850c5 - test/dummy/tmp/cache/assets/development/sprockets/e33b68bc0cecc21d45c44c8d2fd46c76 - test/dummy/tmp/cache/assets/development/sprockets/e4b5a49edafa42a1ffe8f10535156b1b - test/dummy/tmp/cache/assets/development/sprockets/e928c77266ca2960fa4a7fbb56b4e034 - test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0 - test/dummy/tmp/cache/assets/development/sprockets/ee77497db62576e6878e7815e80e8b5a - test/dummy/tmp/cache/assets/development/sprockets/f1ea202e87b3ffc6964c9b0358531976 - test/dummy/tmp/cache/assets/development/sprockets/f209bca5b11567d04157eefee66c6a48 - test/dummy/tmp/cache/assets/development/sprockets/f5d86e31abec9b44e777e3f639187d5a - test/dummy/tmp/cache/assets/development/sprockets/f644fd75cbead0e58c847aa16546e2a8 - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/development/sprockets/f844ec54464006be394ce9de15eb0814 - test/dummy/tmp/cache/assets/development/sprockets/f950876669f7719a544d0de445843b08 - test/dummy/tmp/cache/assets/development/sprockets/fe0a04f09eb0c97bcc18973678e986a3 - test/dummy/tmp/cache/assets/test/sass/d58d4fb9eedfbbaea362e7eed4f4b120ecc36459/enhancements.css.scssc - test/dummy/tmp/cache/assets/test/sprockets/138f3adae029720184284e5af56ba6ee - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 - test/dummy/tmp/cache/assets/test/sprockets/165fa1b3eb4e30266c9cd78ba25a6879 - test/dummy/tmp/cache/assets/test/sprockets/1b48b24452c10fa45f34ec79aa2ca587 - test/dummy/tmp/cache/assets/test/sprockets/1c9faaf28d05409b88ad3113374d613c - test/dummy/tmp/cache/assets/test/sprockets/1e1c73f8892119a4dbc6ead7718b4472 - test/dummy/tmp/cache/assets/test/sprockets/20537eac47b88a0b70cf0fec72c5c957 - test/dummy/tmp/cache/assets/test/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c - test/dummy/tmp/cache/assets/test/sprockets/2757fae967a52701ef3724ae5a76c4a8 - test/dummy/tmp/cache/assets/test/sprockets/29e4552fca58a1885579b3932b6a9603 - test/dummy/tmp/cache/assets/test/sprockets/2b731b63fb1d665043d920a05b591cdc - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 - test/dummy/tmp/cache/assets/test/sprockets/3f657ddfc843294ed3fc8242f82e7a97 - test/dummy/tmp/cache/assets/test/sprockets/40fc2f3d2a468a00e463f1d313cb1683 - test/dummy/tmp/cache/assets/test/sprockets/4838bd0bcba2e22c3c7aef8feb88db17 - test/dummy/tmp/cache/assets/test/sprockets/4a98a84c5ce12f2b9646335623b4e224 - test/dummy/tmp/cache/assets/test/sprockets/4ea33e825e6e38bd22dccab488a0255b - test/dummy/tmp/cache/assets/test/sprockets/65dccf676de4439612547abc6451ba65 - test/dummy/tmp/cache/assets/test/sprockets/69bda14eaa1d8ad1ea1235abb619e366 - test/dummy/tmp/cache/assets/test/sprockets/7b45798a1475deb0d6739c888f060c96 - test/dummy/tmp/cache/assets/test/sprockets/7be9086c960bb4384c9d23a52e489f29 - test/dummy/tmp/cache/assets/test/sprockets/86f909bf5baee50515afadaa3ce2df8f - test/dummy/tmp/cache/assets/test/sprockets/8c81470cda06da3ee9ec2181fe7743b0 - test/dummy/tmp/cache/assets/test/sprockets/8e3f978ef00686e7a7cad1a57185f90a - test/dummy/tmp/cache/assets/test/sprockets/8e5a9738e9bc15478e026d98335454f9 - test/dummy/tmp/cache/assets/test/sprockets/8f29e45e02d0321a6250df9b5ca050fe - test/dummy/tmp/cache/assets/test/sprockets/9b9c0e78635195bcb386a8b6e9ee1e97 - test/dummy/tmp/cache/assets/test/sprockets/a49b0e8a393070d4a440d78743af3460 - test/dummy/tmp/cache/assets/test/sprockets/abfcce22636ec4371a92e6ceb1077a54 - test/dummy/tmp/cache/assets/test/sprockets/b878faf942403e313a5b103e5d80488e - test/dummy/tmp/cache/assets/test/sprockets/b9b29a56a8585a110f306871e8938d2b - test/dummy/tmp/cache/assets/test/sprockets/cebfc296bf824dfc0f567874a00522d4 - test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 - test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 - test/dummy/tmp/cache/assets/test/sprockets/e33b68bc0cecc21d45c44c8d2fd46c76 - test/dummy/tmp/cache/assets/test/sprockets/e4b5a49edafa42a1ffe8f10535156b1b - test/dummy/tmp/cache/assets/test/sprockets/edbef6e0d0a4742346cf479f2c522eb0 - test/dummy/tmp/cache/assets/test/sprockets/f1ea202e87b3ffc6964c9b0358531976 - test/dummy/tmp/cache/assets/test/sprockets/f209bca5b11567d04157eefee66c6a48 - test/dummy/tmp/cache/assets/test/sprockets/f5d86e31abec9b44e777e3f639187d5a - test/dummy/tmp/cache/assets/test/sprockets/f644fd75cbead0e58c847aa16546e2a8 - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 - test/dummy/tmp/cache/assets/test/sprockets/f950876669f7719a544d0de445843b08 - test/fixtures/polygallery/galleries.yml - test/fixtures/polygallery/photos.yml - test/helpers/polygallery/galleries_helper_test.rb - test/helpers/polygallery/photos_helper_test.rb - test/integration/navigation_test.rb - test/models/polygallery/gallery_test.rb - test/models/polygallery/photo_test.rb - test/polygallery_test.rb - test/test_helper.rb