polygallery 0.0.3 → 0.0.4

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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/concerns/polygallery/strong_params.rb +10 -0
  3. data/app/models/polygallery/gallery.rb +2 -2
  4. data/app/models/polygallery/photo.rb +1 -0
  5. data/lib/polygallery/version.rb +1 -1
  6. data/test/dummy/app/controllers/events_controller.rb +2 -2
  7. data/test/dummy/log/development.log +1188 -0
  8. data/test/dummy/public/system/polygallery/photos/photos/000/000/003/big_slide/DSC_5099.JPG +0 -0
  9. data/test/dummy/public/system/polygallery/photos/photos/000/000/003/full/DSC_5099.JPG +0 -0
  10. data/test/dummy/public/system/polygallery/photos/photos/000/000/003/grid/DSC_5099.JPG +0 -0
  11. data/test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/DSC_5099.JPG +0 -0
  12. data/test/dummy/public/system/polygallery/photos/photos/000/000/003/original/DSC_5099.JPG +0 -0
  13. data/test/dummy/public/system/polygallery/photos/photos/000/000/003/slide/DSC_5099.JPG +0 -0
  14. data/test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/DSC_5099.JPG +0 -0
  15. data/test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg +0 -0
  16. data/test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg +0 -0
  17. data/test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg +0 -0
  18. data/test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg +0 -0
  19. data/test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg +0 -0
  20. data/test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg +0 -0
  21. data/test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg +0 -0
  22. data/test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg +0 -0
  23. data/test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg +0 -0
  24. data/test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg +0 -0
  25. data/test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg +0 -0
  26. data/test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg +0 -0
  27. data/test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg +0 -0
  28. data/test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg +0 -0
  29. data/test/dummy/public/system/polygallery/photos/photos/000/000/007/big_slide/DSC_5099.JPG +0 -0
  30. data/test/dummy/public/system/polygallery/photos/photos/000/000/007/full/DSC_5099.JPG +0 -0
  31. data/test/dummy/public/system/polygallery/photos/photos/000/000/007/grid/DSC_5099.JPG +0 -0
  32. data/test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/DSC_5099.JPG +0 -0
  33. data/test/dummy/public/system/polygallery/photos/photos/000/000/007/original/DSC_5099.JPG +0 -0
  34. data/test/dummy/public/system/polygallery/photos/photos/000/000/007/slide/DSC_5099.JPG +0 -0
  35. data/test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/DSC_5099.JPG +0 -0
  36. data/test/dummy/public/system/polygallery/photos/photos/000/000/009/big_slide/DSC_5099.JPG +0 -0
  37. data/test/dummy/public/system/polygallery/photos/photos/000/000/009/full/DSC_5099.JPG +0 -0
  38. data/test/dummy/public/system/polygallery/photos/photos/000/000/009/grid/DSC_5099.JPG +0 -0
  39. data/test/dummy/public/system/polygallery/photos/photos/000/000/009/medium/DSC_5099.JPG +0 -0
  40. data/test/dummy/public/system/polygallery/photos/photos/000/000/009/original/DSC_5099.JPG +0 -0
  41. data/test/dummy/public/system/polygallery/photos/photos/000/000/009/slide/DSC_5099.JPG +0 -0
  42. data/test/dummy/public/system/polygallery/photos/photos/000/000/009/thumb/DSC_5099.JPG +0 -0
  43. data/test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg +0 -0
  44. data/test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg +0 -0
  45. data/test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg +0 -0
  46. data/test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg +0 -0
  47. data/test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg +0 -0
  48. data/test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg +0 -0
  49. data/test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg +0 -0
  50. data/test/dummy/tmp/pids/server.pid +1 -0
  51. metadata +89 -2
@@ -0,0 +1 @@
1
+ 42886
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polygallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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-08-03 00:00:00.000000000 Z
11
+ date: 2014-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -155,6 +155,7 @@ files:
155
155
  - app/assets/stylesheets/polygallery/application.css
156
156
  - app/assets/stylesheets/polygallery/galleries.css
157
157
  - app/assets/stylesheets/polygallery/photos.css
158
+ - app/controllers/concerns/polygallery/strong_params.rb
158
159
  - app/controllers/polygallery/application_controller.rb
159
160
  - app/controllers/polygallery/galleries_controller.rb
160
161
  - app/controllers/polygallery/photos_controller.rb
@@ -244,6 +245,48 @@ files:
244
245
  - test/dummy/public/fonts/glyphicons-halflings-regular.svg
245
246
  - test/dummy/public/fonts/glyphicons-halflings-regular.ttf
246
247
  - test/dummy/public/fonts/glyphicons-halflings-regular.woff
248
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/big_slide/DSC_5099.JPG
249
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/full/DSC_5099.JPG
250
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/grid/DSC_5099.JPG
251
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/DSC_5099.JPG
252
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/original/DSC_5099.JPG
253
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/slide/DSC_5099.JPG
254
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/DSC_5099.JPG
255
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg
256
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg
257
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg
258
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg
259
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg
260
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg
261
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg
262
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg
263
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg
264
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg
265
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg
266
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg
267
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg
268
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg
269
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/big_slide/DSC_5099.JPG
270
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/full/DSC_5099.JPG
271
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/grid/DSC_5099.JPG
272
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/DSC_5099.JPG
273
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/original/DSC_5099.JPG
274
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/slide/DSC_5099.JPG
275
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/DSC_5099.JPG
276
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/big_slide/DSC_5099.JPG
277
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/full/DSC_5099.JPG
278
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/grid/DSC_5099.JPG
279
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/medium/DSC_5099.JPG
280
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/original/DSC_5099.JPG
281
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/slide/DSC_5099.JPG
282
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/thumb/DSC_5099.JPG
283
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg
284
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg
285
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg
286
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg
287
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg
288
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg
289
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg
247
290
  - test/dummy/test/controllers/events_controller_test.rb
248
291
  - test/dummy/test/controllers/home_controller_test.rb
249
292
  - test/dummy/test/fixtures/events.yml
@@ -300,6 +343,7 @@ files:
300
343
  - test/dummy/tmp/cache/assets/development/sprockets/f644fd75cbead0e58c847aa16546e2a8
301
344
  - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
302
345
  - test/dummy/tmp/cache/assets/development/sprockets/fe0a04f09eb0c97bcc18973678e986a3
346
+ - test/dummy/tmp/pids/server.pid
303
347
  - test/fixtures/polygallery/galleries.yml
304
348
  - test/fixtures/polygallery/photos.yml
305
349
  - test/helpers/polygallery/galleries_helper_test.rb
@@ -392,6 +436,48 @@ test_files:
392
436
  - test/dummy/public/fonts/glyphicons-halflings-regular.svg
393
437
  - test/dummy/public/fonts/glyphicons-halflings-regular.ttf
394
438
  - test/dummy/public/fonts/glyphicons-halflings-regular.woff
439
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/big_slide/DSC_5099.JPG
440
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/full/DSC_5099.JPG
441
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/grid/DSC_5099.JPG
442
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/medium/DSC_5099.JPG
443
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/original/DSC_5099.JPG
444
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/slide/DSC_5099.JPG
445
+ - test/dummy/public/system/polygallery/photos/photos/000/000/003/thumb/DSC_5099.JPG
446
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/big_slide/SALON_RUNWAY_(1).jpg
447
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/full/SALON_RUNWAY_(1).jpg
448
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/grid/SALON_RUNWAY_(1).jpg
449
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/medium/SALON_RUNWAY_(1).jpg
450
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/original/SALON_RUNWAY_(1).jpg
451
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/slide/SALON_RUNWAY_(1).jpg
452
+ - test/dummy/public/system/polygallery/photos/photos/000/000/004/thumb/SALON_RUNWAY_(1).jpg
453
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/big_slide/SALON_RUNWAY_(1).jpg
454
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/full/SALON_RUNWAY_(1).jpg
455
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/grid/SALON_RUNWAY_(1).jpg
456
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/medium/SALON_RUNWAY_(1).jpg
457
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/original/SALON_RUNWAY_(1).jpg
458
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/slide/SALON_RUNWAY_(1).jpg
459
+ - test/dummy/public/system/polygallery/photos/photos/000/000/006/thumb/SALON_RUNWAY_(1).jpg
460
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/big_slide/DSC_5099.JPG
461
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/full/DSC_5099.JPG
462
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/grid/DSC_5099.JPG
463
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/medium/DSC_5099.JPG
464
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/original/DSC_5099.JPG
465
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/slide/DSC_5099.JPG
466
+ - test/dummy/public/system/polygallery/photos/photos/000/000/007/thumb/DSC_5099.JPG
467
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/big_slide/DSC_5099.JPG
468
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/full/DSC_5099.JPG
469
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/grid/DSC_5099.JPG
470
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/medium/DSC_5099.JPG
471
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/original/DSC_5099.JPG
472
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/slide/DSC_5099.JPG
473
+ - test/dummy/public/system/polygallery/photos/photos/000/000/009/thumb/DSC_5099.JPG
474
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/big_slide/SALON_RUNWAY_(1).jpg
475
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/full/SALON_RUNWAY_(1).jpg
476
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/grid/SALON_RUNWAY_(1).jpg
477
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/medium/SALON_RUNWAY_(1).jpg
478
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/original/SALON_RUNWAY_(1).jpg
479
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/slide/SALON_RUNWAY_(1).jpg
480
+ - test/dummy/public/system/polygallery/photos/photos/000/000/010/thumb/SALON_RUNWAY_(1).jpg
395
481
  - test/dummy/Rakefile
396
482
  - test/dummy/README.rdoc
397
483
  - test/dummy/test/controllers/events_controller_test.rb
@@ -450,6 +536,7 @@ test_files:
450
536
  - test/dummy/tmp/cache/assets/development/sprockets/f644fd75cbead0e58c847aa16546e2a8
451
537
  - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
452
538
  - test/dummy/tmp/cache/assets/development/sprockets/fe0a04f09eb0c97bcc18973678e986a3
539
+ - test/dummy/tmp/pids/server.pid
453
540
  - test/fixtures/polygallery/galleries.yml
454
541
  - test/fixtures/polygallery/photos.yml
455
542
  - test/helpers/polygallery/galleries_helper_test.rb