polygallery 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/MIT-LICENSE +0 -0
- data/README.rdoc +0 -0
- data/Rakefile +0 -0
- data/app/assets/images/polygallery/thumbnail-missing.jpg +0 -0
- data/app/assets/javascripts/polygallery/application.js +0 -0
- data/app/assets/javascripts/polygallery/galleries.js +0 -0
- data/app/assets/javascripts/polygallery/init.js +0 -0
- data/app/assets/javascripts/polygallery/photos.js +0 -0
- data/app/assets/javascripts/polygallery/polygallery.js.coffee +0 -0
- data/app/assets/stylesheets/polygallery/application.css +0 -0
- data/app/assets/stylesheets/polygallery/galleries.css +0 -0
- data/app/assets/stylesheets/polygallery/photos.css +0 -0
- data/app/controllers/concerns/polygallery/strong_params.rb +0 -0
- data/app/controllers/polygallery/application_controller.rb +0 -0
- data/app/controllers/polygallery/galleries_controller.rb +0 -0
- data/app/controllers/polygallery/photos_controller.rb +0 -0
- data/app/helpers/polygallery/application_helper.rb +0 -0
- data/app/helpers/polygallery/galleries_helper.rb +0 -0
- data/app/helpers/polygallery/photos_helper.rb +0 -0
- data/app/models/concerns/polygallery/customized_gallery.rb +0 -0
- data/app/models/concerns/polygallery/customized_photo.rb +0 -0
- data/app/models/polygallery/gallery.rb +0 -0
- data/app/models/polygallery/photo.rb +0 -0
- data/app/models/polygallery/polygallery.rb +0 -0
- data/app/views/layouts/polygallery/application.html.erb +0 -0
- data/app/views/polygallery/galleries/_fields_for.html.haml +0 -0
- data/app/views/polygallery/galleries/_simple_fields_for.html.haml +0 -0
- data/app/views/polygallery/photos/_fields_for.html.haml +0 -0
- data/app/views/polygallery/photos/_simple_fields_for.html.haml +0 -0
- data/config/routes.rb +0 -0
- data/db/migrate/20140803171516_create_polygallery_galleries.rb +0 -0
- data/db/migrate/20140803171534_create_polygallery_photos.rb +0 -0
- data/db/migrate/20141001192141_add_sti_to_galleries_and_photos.rb +0 -0
- data/lib/generators/polygallery/install/install_generator.rb +1 -1
- data/lib/generators/polygallery/install/templates/polygallery_migration.rb +1 -1
- data/lib/polygallery/engine.rb +0 -0
- data/lib/polygallery/glue.rb +0 -0
- data/lib/polygallery/has_polygallery.rb +0 -0
- data/lib/polygallery/has_polyphotos.rb +0 -0
- data/lib/polygallery/railtie.rb +0 -0
- data/lib/polygallery/validators/polygallery_presence_validator.rb +0 -0
- data/lib/polygallery/validators.rb +0 -0
- data/lib/polygallery/version.rb +1 -1
- data/lib/polygallery/view_helpers.rb +0 -0
- data/lib/polygallery.rb +0 -0
- data/lib/tasks/polygallery_tasks.rake +0 -0
- data/test/controllers/polygallery/galleries_controller_test.rb +0 -0
- data/test/controllers/polygallery/photos_controller_test.rb +0 -0
- data/test/dummy/README.rdoc +0 -0
- data/test/dummy/Rakefile +0 -0
- data/test/dummy/app/assets/javascripts/application.js +0 -0
- data/test/dummy/app/assets/javascripts/bootstrap.min.js +0 -0
- data/test/dummy/app/assets/javascripts/events.js +0 -0
- data/test/dummy/app/assets/javascripts/home.js +0 -0
- data/test/dummy/app/assets/stylesheets/application.css +0 -0
- data/test/dummy/app/assets/stylesheets/bootstrap-theme.min.css +0 -0
- data/test/dummy/app/assets/stylesheets/bootstrap.min.css +0 -0
- data/test/dummy/app/assets/stylesheets/events.css +0 -0
- data/test/dummy/app/assets/stylesheets/home.css +0 -0
- data/test/dummy/app/controllers/application_controller.rb +0 -0
- data/test/dummy/app/controllers/events_controller.rb +0 -0
- data/test/dummy/app/controllers/home_controller.rb +0 -0
- data/test/dummy/app/helpers/application_helper.rb +0 -0
- data/test/dummy/app/helpers/events_helper.rb +0 -0
- data/test/dummy/app/helpers/home_helper.rb +0 -0
- data/test/dummy/app/models/custom_gallery.rb +0 -0
- data/test/dummy/app/models/custom_photo.rb +0 -0
- data/test/dummy/app/models/event.rb +0 -0
- data/test/dummy/app/views/events/_form.html.haml +0 -0
- data/test/dummy/app/views/events/_simple_form.html.haml +0 -0
- data/test/dummy/app/views/events/edit.html.haml +0 -0
- data/test/dummy/app/views/events/index.html.haml +0 -0
- data/test/dummy/app/views/events/new.html.haml +0 -0
- data/test/dummy/app/views/events/show.html.haml +0 -0
- data/test/dummy/app/views/home/index.html.haml +0 -0
- data/test/dummy/app/views/layouts/application.html.haml +0 -0
- data/test/dummy/config/application.rb +0 -0
- data/test/dummy/config/boot.rb +0 -0
- data/test/dummy/config/database.yml +0 -0
- data/test/dummy/config/environment.rb +0 -0
- data/test/dummy/config/environments/development.rb +0 -0
- data/test/dummy/config/environments/production.rb +0 -0
- data/test/dummy/config/environments/test.rb +0 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +0 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +0 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -0
- data/test/dummy/config/initializers/inflections.rb +0 -0
- data/test/dummy/config/initializers/mime_types.rb +0 -0
- data/test/dummy/config/initializers/reload_lib.rb +0 -0
- data/test/dummy/config/initializers/session_store.rb +0 -0
- data/test/dummy/config/initializers/simple_form.rb +0 -0
- data/test/dummy/config/initializers/simple_form_bootstrap.rb +0 -0
- data/test/dummy/config/initializers/simple_form_fileinput.rb +0 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +0 -0
- data/test/dummy/config/locales/en.yml +0 -0
- data/test/dummy/config/locales/simple_form.en.yml +0 -0
- data/test/dummy/config/routes.rb +0 -0
- data/test/dummy/config/secrets.yml +0 -0
- data/test/dummy/config.ru +0 -0
- data/test/dummy/db/migrate/20140803170839_create_events.rb +0 -0
- data/test/dummy/db/schema.rb +0 -0
- data/test/dummy/lib/templates/haml/scaffold/_form.html.haml +0 -0
- data/test/dummy/log/development.log +0 -0
- data/test/dummy/public/404.html +0 -0
- data/test/dummy/public/422.html +0 -0
- data/test/dummy/public/500.html +0 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/fonts/glyphicons-halflings-regular.eot +0 -0
- data/test/dummy/public/fonts/glyphicons-halflings-regular.svg +0 -0
- data/test/dummy/public/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/test/dummy/public/fonts/glyphicons-halflings-regular.woff +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/big_slide/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/full/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/grid/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/original/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/slide/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/007/big_slide/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/007/full/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/007/grid/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/007/original/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/007/slide/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/009/big_slide/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/009/full/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/009/grid/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/009/medium/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/009/original/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/009/slide/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/009/thumb/DSC_5099.JPG +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/011/medium/piece2.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/011/original/piece2.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/011/thumb/piece2.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/012/medium/piece6.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/012/original/piece6.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/012/thumb/piece6.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/029/medium/piece4.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/029/original/piece4.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/029/thumb/piece4.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/032/medium/piece8.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/032/original/piece8.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/032/thumb/piece8.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/033/medium/piece10.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/033/original/piece10.jpg +0 -0
- data/test/dummy/public/system/polygallery/photos/photos/000/000/033/thumb/piece10.jpg +0 -0
- data/test/dummy/test/controllers/events_controller_test.rb +0 -0
- data/test/dummy/test/controllers/home_controller_test.rb +0 -0
- data/test/dummy/test/fixtures/events.yml +0 -0
- data/test/dummy/test/helpers/events_helper_test.rb +0 -0
- data/test/dummy/test/helpers/home_helper_test.rb +0 -0
- data/test/dummy/test/models/event_test.rb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/05c0a42e9725c8eb8a83324cfdce4a16 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1c9faaf28d05409b88ad3113374d613c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1e1c73f8892119a4dbc6ead7718b4472 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1ecd715c01db7b05e5fc97838c7bdac7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/23a02f793bdc3b6a6cbd015f184c6f6c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2757fae967a52701ef3724ae5a76c4a8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2822de3b22c28bd5e718c9bf500457b2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/30e3552cad42917377b8675173b87d6d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/311df7a951cd5c960bea25b750d24073 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/39bcd7e5a58fb6e7114bbae6ac577fe6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3df3a0e2cf2fc334a9e6292941bae875 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3edcdce4b73dab626737716f1fc4d97d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/40fc2f3d2a468a00e463f1d313cb1683 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4d1647c172443398b0d023245fb13877 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4daff1d5b8e6da6d2ed55886db193ef2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/4ea33e825e6e38bd22dccab488a0255b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5714323f471f9980adfb3529d2e01f04 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/61cd6f9b2dc23f35478fc14d5fb4f7df +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/650d6a1ba71368c14b9fced6b6180b2d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/65dccf676de4439612547abc6451ba65 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/69bda14eaa1d8ad1ea1235abb619e366 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6f562a48c0e855e0e4fdab624ba41eb9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7be9086c960bb4384c9d23a52e489f29 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/81bf3a1b16f593a309cc121596c7cf23 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/86f909bf5baee50515afadaa3ce2df8f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/88f812810562f1bc315ee991f8a30c4e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8e5a9738e9bc15478e026d98335454f9 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8f8936f164170e095c5ca2d0c2ae6127 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a11d7eb71230eda394161e35aefa0a24 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a32fea9e0a124a0fbd82afec0c27e0d4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a995a3b95e4a7b0e5b9fa7c49efd6b74 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a9f028f7a492b5907ed80268be8f50f4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b08b14449d0c760863c75b163f3d2ea0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b878faf942403e313a5b103e5d80488e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ba56eb60d599a0ca3d2f6b67772774c2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c0a32ddd5941d7ff3aca0ad92298608c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c54e257d17c58c802e2870d68ff1bd39 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c6d68ddd2f21544d3a6ac67934487535 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c79813a3ee7359e3d7880d6b671f6f6d +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c9e5e8280743d98ec882539be0f91af5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cbe9afc48460e8e0bc42c314d5e594a0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e01ccf02ec6a0fb2cb7189161c5850c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e928c77266ca2960fa4a7fbb56b4e034 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/edbef6e0d0a4742346cf479f2c522eb0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ee77497db62576e6878e7815e80e8b5a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f644fd75cbead0e58c847aa16546e2a8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fe0a04f09eb0c97bcc18973678e986a3 +0 -0
- data/test/fixtures/polygallery/galleries.yml +0 -0
- data/test/fixtures/polygallery/photos.yml +0 -0
- data/test/helpers/polygallery/galleries_helper_test.rb +0 -0
- data/test/helpers/polygallery/photos_helper_test.rb +0 -0
- data/test/integration/navigation_test.rb +0 -0
- data/test/models/polygallery/gallery_test.rb +0 -0
- data/test/models/polygallery/photo_test.rb +0 -0
- data/test/polygallery_test.rb +0 -0
- data/test/test_helper.rb +0 -0
- metadata +22 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 137ce1705597829ac39367ead7a49ef91ffc0c40
|
|
4
|
+
data.tar.gz: 19220503a1da5878e6e1e5f69c15008e7a4d320a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec69cdbe7ead12a9b70dcb56345fc57f15bc952a8889d42694219ffe386e4c1cb40dba1aa8a5e1e135449b3dff4c378715c1eedcf26934ef8bd214bae788b4c5
|
|
7
|
+
data.tar.gz: 4389199fc43be31caddfe97df80494970c609c9f24638742d99163cdadc0ff4081c02baafec46a448204733432f995a89ebb87ceadcdc9de2b63d72bf17b7521
|
data/MIT-LICENSE
CHANGED
|
File without changes
|
data/README.rdoc
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/config/routes.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -21,7 +21,7 @@ module Polygallery
|
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
def inject_engine_routing
|
|
24
|
-
inject_into_file 'config/routes.rb', :after => '
|
|
24
|
+
inject_into_file 'config/routes.rb', :after => 'pplication.routes.draw do' do
|
|
25
25
|
"\n\nmount Polygallery::Engine => '/polygallery'\n"
|
|
26
26
|
end
|
|
27
27
|
end
|
data/lib/polygallery/engine.rb
CHANGED
|
File without changes
|
data/lib/polygallery/glue.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/polygallery/railtie.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/polygallery/version.rb
CHANGED
|
File without changes
|
data/lib/polygallery.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/dummy/README.rdoc
CHANGED
|
File without changes
|
data/test/dummy/Rakefile
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/dummy/config/boot.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/dummy/config/routes.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/test/dummy/config.ru
CHANGED
|
File without changes
|
|
File without changes
|
data/test/dummy/db/schema.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/dummy/public/404.html
CHANGED
|
File without changes
|
data/test/dummy/public/422.html
CHANGED
|
File without changes
|
data/test/dummy/public/500.html
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
data/test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/test/polygallery_test.rb
CHANGED
|
File without changes
|
data/test/test_helper.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,139 +1,139 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: polygallery
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MacKinley Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 4.1.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 4.1.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: pg
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ">="
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: paperclip
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: cocoon
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: haml-rails
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- -
|
|
73
|
+
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: '0'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- -
|
|
80
|
+
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: coffee-rails
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- -
|
|
87
|
+
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- -
|
|
94
|
+
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: jquery-rails
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- -
|
|
101
|
+
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '0'
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
|
-
- -
|
|
108
|
+
- - ">="
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: simple_form
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
114
114
|
requirements:
|
|
115
|
-
- -
|
|
115
|
+
- - ">="
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
117
|
version: '0'
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
|
-
- -
|
|
122
|
+
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: simple_form_fileinput
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
128
128
|
requirements:
|
|
129
|
-
- -
|
|
129
|
+
- - ">="
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
|
-
- -
|
|
136
|
+
- - ">="
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
139
|
description: Polymorphic galleries made simple.
|
|
@@ -392,12 +392,12 @@ require_paths:
|
|
|
392
392
|
- lib
|
|
393
393
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
394
394
|
requirements:
|
|
395
|
-
- -
|
|
395
|
+
- - ">="
|
|
396
396
|
- !ruby/object:Gem::Version
|
|
397
397
|
version: '0'
|
|
398
398
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
399
399
|
requirements:
|
|
400
|
-
- -
|
|
400
|
+
- - ">="
|
|
401
401
|
- !ruby/object:Gem::Version
|
|
402
402
|
version: '0'
|
|
403
403
|
requirements: []
|