advert_selector 3.0.0 → 4.0.0

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 (321) hide show
  1. checksums.yaml +5 -5
  2. data/Rakefile +0 -4
  3. data/app/assets/javascripts/advert_selector/application.js +1 -2
  4. data/app/models/advert_selector/banner.rb +1 -1
  5. data/app/models/advert_selector/helper_item.rb +1 -1
  6. data/app/models/advert_selector/placement.rb +3 -3
  7. data/db/migrate/20120924165938_create_advert_selector_placements.rb +1 -1
  8. data/db/migrate/20120925122858_create_advert_selector_banners.rb +1 -1
  9. data/db/migrate/20120926132649_create_advert_selector_helper_items.rb +1 -1
  10. data/lib/advert_selector/version.rb +1 -1
  11. metadata +27 -659
  12. data/test/advert_selector_test.rb +0 -7
  13. data/test/dummy/README.rdoc +0 -261
  14. data/test/dummy/Rakefile +0 -6
  15. data/test/dummy/app/assets/javascripts/application.js +0 -15
  16. data/test/dummy/app/assets/stylesheets/application.css +0 -13
  17. data/test/dummy/app/assets/stylesheets/scaffold.css +0 -56
  18. data/test/dummy/app/controllers/application_controller.rb +0 -4
  19. data/test/dummy/app/controllers/examples_controller.rb +0 -4
  20. data/test/dummy/app/helpers/advert_selector_helper.rb +0 -23
  21. data/test/dummy/app/helpers/application_helper.rb +0 -2
  22. data/test/dummy/app/views/examples/index.html.erb +0 -34
  23. data/test/dummy/app/views/layouts/application.html.erb +0 -20
  24. data/test/dummy/config/application.rb +0 -53
  25. data/test/dummy/config/boot.rb +0 -10
  26. data/test/dummy/config/database.yml +0 -25
  27. data/test/dummy/config/environment.rb +0 -5
  28. data/test/dummy/config/environments/development.rb +0 -29
  29. data/test/dummy/config/environments/production.rb +0 -69
  30. data/test/dummy/config/environments/test.rb +0 -38
  31. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  32. data/test/dummy/config/initializers/inflections.rb +0 -15
  33. data/test/dummy/config/initializers/mime_types.rb +0 -5
  34. data/test/dummy/config/initializers/secret_token.rb +0 -8
  35. data/test/dummy/config/initializers/session_store.rb +0 -8
  36. data/test/dummy/config/initializers/simple_form.rb +0 -178
  37. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  38. data/test/dummy/config/locales/en.yml +0 -5
  39. data/test/dummy/config/locales/simple_form.en.yml +0 -26
  40. data/test/dummy/config/routes.rb +0 -9
  41. data/test/dummy/config.ru +0 -4
  42. data/test/dummy/db/development.sqlite3 +0 -0
  43. data/test/dummy/db/schema.rb +0 -54
  44. data/test/dummy/db/test.sqlite3 +0 -0
  45. data/test/dummy/lib/templates/erb/scaffold/_form.html.erb +0 -13
  46. data/test/dummy/log/development.log +0 -12044
  47. data/test/dummy/log/test.log +0 -180778
  48. data/test/dummy/public/404.html +0 -26
  49. data/test/dummy/public/422.html +0 -26
  50. data/test/dummy/public/500.html +0 -25
  51. data/test/dummy/public/favicon.ico +0 -0
  52. data/test/dummy/script/rails +0 -6
  53. data/test/dummy/test/fixtures +0 -1
  54. data/test/dummy/test/unit/helpers/examples_helper_test.rb +0 -4
  55. data/test/dummy/tmp/cache/88F/B60/AdvertSelectorBanner_2 +0 -0
  56. data/test/dummy/tmp/cache/943/570/advert_selector_errors +0 -0
  57. data/test/dummy/tmp/cache/A2C/760/AdvertSelectorBanner_207249520 +0 -1
  58. data/test/dummy/tmp/cache/A3E/CF0/AdvertSelectorBanner_394627963 +0 -1
  59. data/test/dummy/tmp/cache/A3F/BF0/AdvertSelectorBanner_814558298 +0 -1
  60. data/test/dummy/tmp/cache/A40/C00/AdvertSelectorBanner_814558299 +0 -0
  61. data/test/dummy/tmp/cache/assets/C57/D40/sprockets%2F4f1a95218761045e0b23975e889644aa +0 -0
  62. data/test/dummy/tmp/cache/assets/C5F/E80/sprockets%2F01c5361554f26407988a43647d88c5fe +0 -0
  63. data/test/dummy/tmp/cache/assets/C75/2E0/sprockets%2F23135a6eb5317973d290438c359a3c0a +0 -0
  64. data/test/dummy/tmp/cache/assets/C77/A40/sprockets%2F3b3d6c1426796a7024c7d3f42c283026 +0 -0
  65. data/test/dummy/tmp/cache/assets/C86/C20/sprockets%2Ffe1477ea429411b3b581466c928b6860 +0 -0
  66. data/test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212 +0 -0
  67. data/test/dummy/tmp/cache/assets/CBA/C70/sprockets%2F26288ca60ed05d24b8189328e4df9373 +0 -0
  68. data/test/dummy/tmp/cache/assets/CD1/A90/sprockets%2F433a791e2f93c0d8391aaa62203943ca +0 -0
  69. data/test/dummy/tmp/cache/assets/CD3/DE0/sprockets%2F0406286714c3c0abfcb4573336f7e33c +0 -0
  70. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  71. data/test/dummy/tmp/cache/assets/CD9/E80/sprockets%2F9052578aacc61253aa3854fa03b4895d +0 -0
  72. data/test/dummy/tmp/cache/assets/CEB/040/sprockets%2F644677c3bb57b6ed6b675229cfe54305 +0 -0
  73. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  74. data/test/dummy/tmp/cache/assets/CF2/EF0/sprockets%2F30ffd128655c9f04e88fba233248e997 +0 -0
  75. data/test/dummy/tmp/cache/assets/CF7/B60/sprockets%2F2c2a2af94201088a2a815ba90b8d344c +0 -0
  76. data/test/dummy/tmp/cache/assets/D05/4D0/sprockets%2F2d14560f81284bfb61fc0e187a803f1d +0 -0
  77. data/test/dummy/tmp/cache/assets/D0E/380/sprockets%2Ff27b6f5008c5a7324a7d8a382f21e7f2 +0 -0
  78. data/test/dummy/tmp/cache/assets/D19/820/sprockets%2Fccd0e907b49615494cc88c43a4781a9c +0 -0
  79. data/test/dummy/tmp/cache/assets/D28/910/sprockets%2F79b8a6fa551206c9996cfe98b80492cb +0 -0
  80. data/test/dummy/tmp/cache/assets/D2D/C20/sprockets%2Ff7d7fd5892b198e1588dd7d90a29a717 +0 -0
  81. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  82. data/test/dummy/tmp/cache/assets/D36/570/sprockets%2Fadfccb7c2436e006496eae16d6901523 +0 -0
  83. data/test/dummy/tmp/cache/assets/D40/110/sprockets%2Fbc5fcd75a352287c59787234ccbb11a8 +0 -0
  84. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  85. data/test/dummy/tmp/cache/assets/D50/030/sprockets%2F90296cd1ff74af449206b4fbd57cc995 +0 -0
  86. data/test/dummy/tmp/cache/assets/D50/BD0/sprockets%2F9c4832ce629b45b57ed8a55fbc717a86 +0 -0
  87. data/test/dummy/tmp/cache/assets/D55/240/sprockets%2F4b378a9f8c71e387569adfd712a26ce9 +0 -0
  88. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  89. data/test/dummy/tmp/cache/assets/D68/0A0/sprockets%2F17a08f579f5d1585bbd0c6ce2bac4351 +0 -0
  90. data/test/dummy/tmp/cache/assets/D68/220/sprockets%2F701db0b265a7c593768caebb904de9a1 +0 -0
  91. data/test/dummy/tmp/cache/assets/D6A/EF0/sprockets%2F2eb65cc490ad96cc38604918b0caeb90 +0 -0
  92. data/test/dummy/tmp/cache/assets/D6F/040/sprockets%2Fbd56a4cbc86673dbf2242fb85571bf61 +0 -0
  93. data/test/dummy/tmp/cache/assets/D70/540/sprockets%2Ffb1dbed4c6b15bc994454964bd455a43 +0 -0
  94. data/test/dummy/tmp/cache/assets/D83/400/sprockets%2Fc5adb5e35a83a7e10361f02afa42d4c1 +0 -0
  95. data/test/dummy/tmp/cache/assets/D88/7F0/sprockets%2Fe3b83e01d5f51e442ec9c11b40cca81a +0 -0
  96. data/test/dummy/tmp/cache/assets/DA3/080/sprockets%2Ffb77a66783db0b5812e3fdbabe4608f6 +0 -0
  97. data/test/dummy/tmp/cache/assets/DCE/810/sprockets%2F6eeb2d90a03c9de3ce8f5f30acf58118 +0 -0
  98. data/test/dummy/tmp/cache/assets/DCE/D50/sprockets%2F2232ec55b4deca5e8120ced9bd79ef54 +0 -0
  99. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  100. data/test/dummy/tmp/cache/assets/DF1/360/sprockets%2F23acf8b0d41e15db4d6ac2729f3eed1d +0 -0
  101. data/test/dummy/tmp/cache/assets/DF5/B00/sprockets%2Ff93edea94ff32d205acd8cdc4532b12b +0 -0
  102. data/test/dummy/tmp/cache/assets/DFB/9A0/sprockets%2Fb9a29f57d1ebf045452ed6cbd62eae1d +0 -0
  103. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  104. data/test/dummy/tmp/cache/assets/E53/3C0/sprockets%2Fcd0f7cae0b53d5ff22db8bf547d6a1bc +0 -0
  105. data/test/dummy/tmp/cache/assets/sprockets/v3.0/-Q/-QCeU80ENm2wh3nV_kodpLU_pMo1sIajQmOWb4xW15o.cache +0 -1
  106. data/test/dummy/tmp/cache/assets/sprockets/v3.0/0I/0IbYLdm4C8DL-Tsm_hYJWju3FlEcvXnNP0Wm85jD8K8.cache +0 -1
  107. data/test/dummy/tmp/cache/assets/sprockets/v3.0/1-/1-7B3IUpHA1525dL7e4Hz0MAqafuCdcEN3L53tHV0LU.cache +0 -0
  108. data/test/dummy/tmp/cache/assets/sprockets/v3.0/1u/1uO6k4ATL7pg-N3rtoIHUsKxQ-AZYXyr8w5kK44eNT4.cache +0 -1
  109. data/test/dummy/tmp/cache/assets/sprockets/v3.0/2-/2-LPzax6xlgX8An63UmxHPVcAjcYQRiNspUbh0X-dPg.cache +0 -1
  110. data/test/dummy/tmp/cache/assets/sprockets/v3.0/2N/2NYAznZkgrIPoOxNG0HPN_q1rh2WOqJQLCjerK4Nls0.cache +0 -1
  111. data/test/dummy/tmp/cache/assets/sprockets/v3.0/2w/2wttSqqZ1comvJ4H_n2fm-2spmY0qENwKF1B1awhsa8.cache +0 -1
  112. data/test/dummy/tmp/cache/assets/sprockets/v3.0/2y/2yfX3gs47V3Y9nPuDHTlp-pS748xXY-Kc8qEi-k-ce8.cache +0 -0
  113. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3V/3VUWU8qkW1ZP3aXJfLr9RgZ6uzYs7e0EfIArpOV8h8A.cache +0 -1
  114. data/test/dummy/tmp/cache/assets/sprockets/v3.0/3s/3sx30Pwja9OuRd8rOWuAWYNNRZbZRX_5Ic1dXQWiv1I.cache +0 -0
  115. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5b/5biJe43O-0O4crJwYAa7_nO64aiJhGTYjtUueOuC_is.cache +0 -1
  116. data/test/dummy/tmp/cache/assets/sprockets/v3.0/5g/5g7dhxVp4YbZmFw_-T3aU2oYq2Z9Jgtps0CKneXYSS0.cache +0 -0
  117. data/test/dummy/tmp/cache/assets/sprockets/v3.0/77/77GSHWH-hWOBHRXt-m6pK58HWIDt-35HMQM3jTsjeak.cache +0 -0
  118. data/test/dummy/tmp/cache/assets/sprockets/v3.0/7P/7PhFZWmQrKVOzq7s7Iy2xW5SECPpULamdASd8VC2Gac.cache +0 -0
  119. data/test/dummy/tmp/cache/assets/sprockets/v3.0/7k/7k6Mt340xtwbAjYgsWmgNobamcGQF9ut1_i4Jg9Yn58.cache +0 -0
  120. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9V/9VENW13H4aSoTtGhO6ln_HTpFaNVsaglAm1AuWmTmho.cache +0 -0
  121. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9X/9XcAMkGV3wscf8Gv8_ur0ZmW8IZgI6TQiRO63EfTWFU.cache +0 -1
  122. data/test/dummy/tmp/cache/assets/sprockets/v3.0/9j/9jFMJEPWeJj9Vz2cDv6Sqz_QBz12YvOG7Xp1xeNGiOc.cache +0 -0
  123. data/test/dummy/tmp/cache/assets/sprockets/v3.0/AO/AOsR0txpsf9LkCQgI5NolXGuaH9uDC0zdw629MyUOl0.cache +0 -2
  124. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ab/AbR7D5y9UJa2jM4q9w0-rt2TE2synJVPUIM0z5X2Kzc.cache +0 -0
  125. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ag/AgB8x3_AzlhPDeuyYi6rUJIlsV5vcT2y7uZ8BsMkiiU.cache +0 -0
  126. data/test/dummy/tmp/cache/assets/sprockets/v3.0/C2/C2_3lUBkCl4BGkPXQN-O_ZdX-KmSuE_ZI-gyZQrd-d0.cache +0 -0
  127. data/test/dummy/tmp/cache/assets/sprockets/v3.0/CE/CE5vPw-v31B6FnS-uQJinkCf19WjpUnhUian9FNb3xM.cache +0 -1
  128. data/test/dummy/tmp/cache/assets/sprockets/v3.0/CF/CFO6jkPUZTAJNpqndO0NVMoFca9qJNy4b8Tf2Lfccho.cache +0 -1
  129. data/test/dummy/tmp/cache/assets/sprockets/v3.0/DC/DCN20lDOS7k_ltf8wrHcfWGFt5x_S5zW55j_AojXsSg.cache +0 -0
  130. data/test/dummy/tmp/cache/assets/sprockets/v3.0/DD/DDCQGBwVEcwmn8ZKF7s0Fv_z3MiRYDInYcJAKi3BRco.cache +0 -1
  131. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Dm/DmmfrCpXtt74Hr6NO54lxyOCDv6klnDyBqeDFR7oDU8.cache +0 -0
  132. data/test/dummy/tmp/cache/assets/sprockets/v3.0/EP/EPc33BC82JwVfolq95ZsytA5b_78kXdY5HEQQhZUwKM.cache +0 -0
  133. data/test/dummy/tmp/cache/assets/sprockets/v3.0/G9/G97OEqpaI2b4RcvSue7aWJflBU_uhOcge6Z4X31H0ks.cache +0 -2
  134. data/test/dummy/tmp/cache/assets/sprockets/v3.0/H7/H78xHFodImkzg_T69i6gHOlbbYJlhpvNH60BxOMmv3U.cache +0 -1
  135. data/test/dummy/tmp/cache/assets/sprockets/v3.0/IF/IFpCmljPnGzKSHIboCCPH1B37BV0D4_Lw8Ohk29j-SQ.cache +0 -0
  136. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ib/Ibuw8e-M3s42wqiIfA_jppQ_-6GJbHbnK65XJQ1tZsQ.cache +0 -1
  137. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Im/Imsey2sAsT_VI6gxA3EbW-W2Guh93qtM6F9Vo4MTINo.cache +0 -1
  138. data/test/dummy/tmp/cache/assets/sprockets/v3.0/J2/J2wKbsN_ZpS3DdIkh7QV6kDoBlWCZNGrt6fWE-wvAB4.cache +0 -0
  139. data/test/dummy/tmp/cache/assets/sprockets/v3.0/JP/JPc_KuUY6_Ahtu7ucIQTkgVm0pV0Cxjneop9jamp85g.cache +0 -1
  140. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Js/Js14cgaqqSpuUEccMkdmdvR2BI_Vt2Qs5KLiK5D7av8.cache +0 -1
  141. data/test/dummy/tmp/cache/assets/sprockets/v3.0/KK/KKINig0uKHB3G3f5bub8aFItlWIhZPhZffYCP5YXYhA.cache +0 -0
  142. data/test/dummy/tmp/cache/assets/sprockets/v3.0/LL/LLoNShgd7RxcxvXwvAT0wkx4P07jGn4oBgI5OEXXVOc.cache +0 -1
  143. data/test/dummy/tmp/cache/assets/sprockets/v3.0/M-/M--NCuxj5318J2b5FyQocWiLFnRIuSLvH53fvTNPDzI.cache +0 -0
  144. data/test/dummy/tmp/cache/assets/sprockets/v3.0/MH/MHdaqqdZT2l75SaqoDWM2wfWM35UTnjysrb2ga2ecDE.cache +0 -2
  145. data/test/dummy/tmp/cache/assets/sprockets/v3.0/O-/O-UjVfHP-Gpp1cLdM7XJa_H7ixppQjpoJSX-z-PykSk.cache +0 -1
  146. data/test/dummy/tmp/cache/assets/sprockets/v3.0/OX/OXQFRQZ5OA2i3YtnP1fZ96aWeUC3_IIqO4fAMdR9FsM.cache +0 -2
  147. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Or/Or4oaXpfji0rKhHYjbrgslju4-jXDu34Wa6Q0Wy_To4.cache +0 -0
  148. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Q3/Q3m5jo6Q6T3XWFTea6OU1gFuLajGKluXtliFPb8IoHI.cache +0 -5
  149. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Qw/QwsZNn-58uwKzk_e2tf69i-8NACtWKjI-o_9ajSVi7k.cache +0 -0
  150. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Rc/RcgTO5sj_0nHKvHPI8GnYY7iK-P8jwrrU0iuLK3JDOc.cache +0 -0
  151. data/test/dummy/tmp/cache/assets/sprockets/v3.0/TQ/TQyLok8bsTOUeGkvWhbzyJl2HArWX6q0ZXAX_5A2n5s.cache +0 -1
  152. data/test/dummy/tmp/cache/assets/sprockets/v3.0/U2/U2rarFoJrkjRKXVQVPvJc2Qct2I1kg2MRIH2rvkFjpA.cache +0 -1
  153. data/test/dummy/tmp/cache/assets/sprockets/v3.0/VE/VEiI2ujRgP5YJu-3VcEujR2CjChWqPzW7RJGUnrXtkk.cache +0 -1
  154. data/test/dummy/tmp/cache/assets/sprockets/v3.0/VN/VNCapNKJLeponthNeFJhaBYs92UBT3P8PugENHP0474.cache +0 -0
  155. data/test/dummy/tmp/cache/assets/sprockets/v3.0/W1/W1C9qv8017PtiDp_Y1uHdpxoyUEX-s__JpDBtn8PRX0.cache +0 -1
  156. data/test/dummy/tmp/cache/assets/sprockets/v3.0/W1/W1Ft8feZ9WLJ23tlcKRIY9OF1FG7sU81NHMMPcqbj94.cache +0 -0
  157. data/test/dummy/tmp/cache/assets/sprockets/v3.0/WX/WXgibNPowOjFOFhLviTg2yLHGYI3SQ1E9FdZvxORuxg.cache +0 -1
  158. data/test/dummy/tmp/cache/assets/sprockets/v3.0/XJ/XJGmaZuCEhgzYufqCdINTi1wVP928YklzsZ4OMdfmRU.cache +0 -1
  159. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Xi/Xi4__y0iyua3EcquKtdgxR_3SAlu-Xb-dkTFY7ulvPA.cache +0 -2
  160. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Xs/XsHpU3MwIxpr0r3bWsDWMMKMnUtPyGDbSr9iIdb5ngQ.cache +0 -0
  161. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Y0/Y0A6sQgrWvXYxb0xOf5cdoTAYG52RqmxovnMq48Zkak.cache +0 -0
  162. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Yk/Yk3vUi6-t6w9j7cUqomJFDAHQvaeUw4lTWOKJb08Z7c.cache +0 -0
  163. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Zi/ZiWTfi8XnbhpbykNDkmElcV2nBzCpL9CgbzJ4FHnLyg.cache +0 -0
  164. data/test/dummy/tmp/cache/assets/sprockets/v3.0/Zw/ZwQvgiOUsQy5q2ICVkU6v1bFkB_53TQzh05VOkWlAuY.cache +0 -0
  165. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_E/_EBqXzS2AyV1lCyDwyJJuQ3ypMF85LflJYwQnEGaVUg.cache +0 -0
  166. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_K/_KMQ1mGiHHNi8oj6WJUuFfG9PU0ql12pBU0EEZ6Baa8.cache +0 -1
  167. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_S/_S4klfD-goWuGGfP_3t-t0oIYLHMapopjS8HT_cFPSg.cache +0 -1
  168. data/test/dummy/tmp/cache/assets/sprockets/v3.0/_d/_dRTYrmSNGGBaySJNWKkbDdh-XWnktdnQaO2UBPujSk.cache +0 -1
  169. data/test/dummy/tmp/cache/assets/sprockets/v3.0/bc/bcK2abCWeFpfNNVV0vAzMMvRWjJvhEEbD0zln3YwZP4.cache +0 -3
  170. data/test/dummy/tmp/cache/assets/sprockets/v3.0/c6/c6MQwvBBD_XEAP-z-OKkxfZrWu21Ojoi_26WQs03Ro4.cache +0 -1
  171. data/test/dummy/tmp/cache/assets/sprockets/v3.0/cV/cVXFL512uQ7KCV2ZMA8I-_TSOkM6XvADwGfgntVoa8M.cache +0 -0
  172. data/test/dummy/tmp/cache/assets/sprockets/v3.0/dH/dHI-x1hhDOWvJFo_qoLhnt7m50rd7k8IWdezyZ3kHF4.cache +0 -1
  173. data/test/dummy/tmp/cache/assets/sprockets/v3.0/dk/dkHLM7cG9S903qzAbpIHF1SZGnpXJ17pwUwVzrND_24.cache +0 -0
  174. data/test/dummy/tmp/cache/assets/sprockets/v3.0/dz/dz2R9oL5P--CkS5a_62rQcOo_ocQXv3sFTX_9nP6gKY.cache +0 -1
  175. data/test/dummy/tmp/cache/assets/sprockets/v3.0/e_/e_uBIJjGjHeThu05EYUzmeJC1I-P8mCYEWIeOqPET1A.cache +0 -0
  176. data/test/dummy/tmp/cache/assets/sprockets/v3.0/et/etDJiPVh-DT_1T4lFCAwbSxmRVWjGv090SyOoZVtB3k.cache +0 -0
  177. data/test/dummy/tmp/cache/assets/sprockets/v3.0/fO/fO9_XUtDLyQJtVuO5Ob1ogzu24qyO5x97x56MqnyvgM.cache +0 -1
  178. data/test/dummy/tmp/cache/assets/sprockets/v3.0/gF/gFfGX4bdn2-RPxaHdcwKaMsIZHSASEiSAkPjg4A_RI0.cache +0 -0
  179. data/test/dummy/tmp/cache/assets/sprockets/v3.0/hw/hw3iCiZavWJ2TByfxjcKfyXMFd_MLoZa4lCf5p9njdU.cache +0 -0
  180. data/test/dummy/tmp/cache/assets/sprockets/v3.0/il/ilA9oYIbanfng2Yfr5Cyoc6xudNIH6sqGdb-dTyYdtM.cache +0 -1
  181. data/test/dummy/tmp/cache/assets/sprockets/v3.0/in/in8eauZGvfnwOEP0JqkxKxv2Ftr2GLqn2ogEVCJWvm0.cache +0 -1
  182. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jb/jbfdGzynXo0jRYGelGgaO5b2jPBU4lx5rGSl5Nzykz4.cache +0 -1
  183. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ji/jiuY540buC529v9WFKo_XjmTlszw8jMwCHtceVi5qwE.cache +0 -0
  184. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jm/jmJENmJ4HyTgswg4INuQkuMTHPYxhVPNjZoPNUvWIgY.cache +0 -0
  185. data/test/dummy/tmp/cache/assets/sprockets/v3.0/jw/jw_tSIjSJ9zifvWEcZ-STnjwYVYiQv8UKDOMku3lK_A.cache +0 -1
  186. data/test/dummy/tmp/cache/assets/sprockets/v3.0/k0/k0sgPkHtA9CeO8JKSd_Qppecbq1m3TTsjW7BjBRyI98.cache +0 -1
  187. data/test/dummy/tmp/cache/assets/sprockets/v3.0/lY/lYs0UokR743fbG1wJ4t9VWTVba42SOUm6F2HAGVWgnk.cache +0 -0
  188. data/test/dummy/tmp/cache/assets/sprockets/v3.0/lv/lvQBpZ22eTUhaUkfiVljN-POXVDe_3bPfNygQnCjPEA.cache +0 -0
  189. data/test/dummy/tmp/cache/assets/sprockets/v3.0/m_/m_1JLkYe4WUdsxGEc0lWPL13g6svkpVvehyM3jJnuBU.cache +0 -0
  190. data/test/dummy/tmp/cache/assets/sprockets/v3.0/mj/mjUIuVIyLXTYeHEW3jS4k79Kx1mh-Hed64zVzFXabl8.cache +0 -0
  191. data/test/dummy/tmp/cache/assets/sprockets/v3.0/mv/mvVWgxP0_poDncrs0KOtOaJGZz4yHvFbcWmiTldmdeY.cache +0 -0
  192. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ni/niZFAkKZ4Yb8gwwYXg9W4FSG9ojsRlv9PM2yGkvB1kQ.cache +0 -1
  193. data/test/dummy/tmp/cache/assets/sprockets/v3.0/ni/niZaCAIP50RCZe5AUP-57Y9pMFxYQucqHrr0gYLZguc.cache +0 -0
  194. data/test/dummy/tmp/cache/assets/sprockets/v3.0/oS/oSrwaklCFQyxnpYrNTAMDmPiq1zvdl5OlXInOCBjOZI.cache +0 -0
  195. data/test/dummy/tmp/cache/assets/sprockets/v3.0/oo/ooEPJvV1F--kAXNgqjQjd7D1tUPbFFWNMx8RDhPlQb4.cache +0 -1
  196. data/test/dummy/tmp/cache/assets/sprockets/v3.0/p4/p4BDVFogl4_gcwtgTcI4rWnLWlUa9uF6svymbX1p6JI.cache +0 -3
  197. data/test/dummy/tmp/cache/assets/sprockets/v3.0/q6/q6BYa32YJF11eGVapO4ouNl6gayPIsARgMavlzZmoi0.cache +0 -0
  198. data/test/dummy/tmp/cache/assets/sprockets/v3.0/qX/qX4DvXjglB3MQik9U6gT65MyTHS1bySQ9A_rnpGKpUI.cache +0 -1
  199. data/test/dummy/tmp/cache/assets/sprockets/v3.0/qj/qjymC14lgOMJIvRO66biqZJX3se0j9q8UcpQBr69DMM.cache +0 -1
  200. data/test/dummy/tmp/cache/assets/sprockets/v3.0/rF/rFL_YvO9Gk4pTYKXWGBmiPdwQW_6HzNZljb9_dnZxjM.cache +0 -0
  201. data/test/dummy/tmp/cache/assets/sprockets/v3.0/sG/sG9YQx_28OTEX6KQ4_efE16xUuneDBTLc7XYkAGHLc0.cache +0 -0
  202. data/test/dummy/tmp/cache/assets/sprockets/v3.0/sV/sVBusf2mMTmghO7yReL8v1RD7GnhXyurchduAF3X3Gk.cache +0 -1
  203. data/test/dummy/tmp/cache/assets/sprockets/v3.0/tb/tbvBptkPvGRBrkyVDhibdmwuzJGETGarYsioQ2yYoEs.cache +0 -0
  204. data/test/dummy/tmp/cache/assets/sprockets/v3.0/uL/uLatbumEytkYiyqaORLj5gcKmTHbDPCq6L6LAO-efeM.cache +0 -0
  205. data/test/dummy/tmp/cache/assets/sprockets/v3.0/vM/vMhjxho7nAdx0_l3sfds_cGTOFtFc6o3-OCciba-gwM.cache +0 -1
  206. data/test/dummy/tmp/cache/assets/sprockets/v3.0/wk/wkasF3BI_e4skA1NbvjoegEf-nzrUIKwKBXXGqH3ShI.cache +0 -1
  207. data/test/dummy/tmp/cache/assets/sprockets/v3.0/wv/wvR6wz4nCysnGoX4_UUoW2KgAHVhVM2wRSGgYtCW2Mk.cache +0 -1
  208. data/test/dummy/tmp/cache/assets/sprockets/v3.0/x7/x7KkTV3ibfIEysLB_ug5bfmnn2VLV_BldukPR3EoPBk.cache +0 -0
  209. data/test/dummy/tmp/cache/assets/sprockets/v3.0/yr/yrxYAdGML9_67y4yrj9Ks8YJhhDK9vSmSZmxclx24Jg.cache +0 -1
  210. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zh/zh4PTb_pj_zWI42Wm-owoTOzyPhiUWtu-lH20mkuaG8.cache +0 -1
  211. data/test/dummy/tmp/cache/assets/sprockets/v3.0/zl/zlYR5_ZX8Z-EtQuRmdDowAE-aldMwFd7Tz0DN5hrAHk.cache +0 -1
  212. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  213. data/test/dummy/tmp/cache/assets/test/sprockets/29d128e73dc86136df2098f4f07b329e +0 -0
  214. data/test/dummy/tmp/cache/assets/test/sprockets/2cd8dbafa2066abde725994dae1058c3 +0 -0
  215. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  216. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  217. data/test/dummy/tmp/cache/assets/test/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
  218. data/test/dummy/tmp/cache/assets/test/sprockets/525d41e84c3ce46551409cdc850d503d +0 -0
  219. data/test/dummy/tmp/cache/assets/test/sprockets/5652340e6744eb036df1049edad63537 +0 -0
  220. data/test/dummy/tmp/cache/assets/test/sprockets/593b93ec1ad4cc8ce7600f8e12d88cc9 +0 -0
  221. data/test/dummy/tmp/cache/assets/test/sprockets/669c55c2bc3e16bcc6e4ca54b102fda6 +0 -0
  222. data/test/dummy/tmp/cache/assets/test/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
  223. data/test/dummy/tmp/cache/assets/test/sprockets/707a1c711633514ec09e3b0db7af6a5a +0 -0
  224. data/test/dummy/tmp/cache/assets/test/sprockets/944f8848b1aba2a21ebef0953b936bf6 +0 -0
  225. data/test/dummy/tmp/cache/assets/test/sprockets/9ed04fae7d867f32cb42d0e04f63b8bf +0 -0
  226. data/test/dummy/tmp/cache/assets/test/sprockets/a13866390005bb0cb0260ff16310f297 +0 -0
  227. data/test/dummy/tmp/cache/assets/test/sprockets/b0dbd1b692646a34448176cbe61aaaa9 +0 -0
  228. data/test/dummy/tmp/cache/assets/test/sprockets/c86fef58da823d573f7f056e36cb7383 +0 -0
  229. data/test/dummy/tmp/cache/assets/test/sprockets/c92e792d86138e5fbfe5943b2d52f712 +0 -0
  230. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  231. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  232. data/test/dummy/tmp/cache/assets/test/sprockets/e067a273d5fdb6cc978465b152e662b5 +0 -0
  233. data/test/dummy/tmp/cache/assets/test/sprockets/e6c50dbeca8d4e64c67ba957a890391c +0 -0
  234. data/test/dummy/tmp/cache/assets/test/sprockets/f01ec931c4f952cbfeb68d7af79916c8 +0 -0
  235. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  236. data/test/dummy/tmp/cache/assets/test/sprockets/f91c23f8ecc5dc4e4b58788a10287786 +0 -0
  237. data/test/dummy/tmp/cache/assets/test/sprockets/fd2dc9334cabdf1812653883c577dfaf +0 -0
  238. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/-NEgZYuvIUFYznfs0uSBt_QjXxiK3bWo6FA20W6qE9I.cache +0 -1
  239. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/0Gvfh1m7aXSVUOpYbNepXbFpS5W0yK3zmBjUnWHxViA.cache +0 -0
  240. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3i6FogJ7lfqh_SWeAulQakAohS2iW8AKLKWwl-sPkSs.cache +0 -1
  241. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/3reX8slVc3conc_FDVf6g6mk7GUjweyhGvhHMXlO7vY.cache +0 -0
  242. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/4p-_ewMGByHCedPSKejxM22BRjcl3wOwp_6DMM5pPZ8.cache +0 -1
  243. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/5uM8KTrpYUj0GNhERRtNBJwO50DmpZfaKGS6NCXQkqA.cache +0 -0
  244. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/6tYi139_T3gJfAXCDyZeozhYSQBgPkyt8WW1LZjmdEw.cache +0 -0
  245. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/7pco0dk0hJUW1QbXHJimQ_RhCMWxA5V8YC6BB8kmrIM.cache +0 -2
  246. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/8Baz2jMz8kArfPsXL69J8nRdMghFIbEAUw5XPNjOLYo.cache +0 -0
  247. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/9XcAMkGV3wscf8Gv8_ur0ZmW8IZgI6TQiRO63EfTWFU.cache +0 -1
  248. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ARXaO7KF75bi1j71G59SbUV8VCERGwzRc6CVTJEy5FM.cache +0 -0
  249. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ag3lWimmaP1_EhQ9ZZkVrZp9KJ0uwAPsda9TvVW3Zns.cache +0 -1
  250. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/AjZs40Fa8AKICsTMkRtSvoYp-fWSgDkBO13cANSy7gA.cache +0 -1
  251. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/C0CsDkwadeL5Jqom9qSjZHreFm_Sf6o5_eCFI__Cn6E.cache +0 -1
  252. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ETOnAvnuMPTbfEovokO1SceHDqcTfJE-rpgP4RchQx0.cache +0 -0
  253. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/FzBTyK5CwrUTBfcSEdnWKg77orCz_kl6Lk0RMAeKidI.cache +0 -0
  254. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/IFqNXX6HzWcQBqggG7an0LTWIxZNYnztY60cYO_sbU8.cache +0 -0
  255. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Ibuw8e-M3s42wqiIfA_jppQ_-6GJbHbnK65XJQ1tZsQ.cache +0 -1
  256. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/L69DGXKW00_bJf0ZdLIUtF-5oGUHCzleWgn0HZtMtf8.cache +0 -1
  257. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/LaUFV84iRPDr2WRObb880nvyCH3ZquMngmxq-NunK-k.cache +0 -2
  258. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/LrJlKsbE-xiPJigdHQzcOmNyWcBdK1_fC1D1Qsl1pGw.cache +0 -1
  259. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/LxQ3DMNpyjGpezs_LX5xKshhx6HIw-elI1QJezk5u0s.cache +0 -1
  260. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/MPTPlc7AUmBy5BuimKCBZjgIYsjiKwvJFi5qWL9bkp0.cache +0 -1
  261. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Nk5sm8_YD_0Us80S65PoeK-eH1qgH4FGolENCrYptsM.cache +0 -2
  262. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/QUWWuc8aCXz1dGKcUAmyVOlwBl5vkXYVlgTVcez_RYg.cache +0 -2
  263. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/QppgZpMHlsQ5NPVf19P7zjKyW-cyJP3L_MelUtZXMKY.cache +0 -0
  264. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/R1FP-1Z-1HYAFyL4jBwF4YVNPuWWiqmRWmg1OUksNlY.cache +0 -1
  265. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/R7_aUZpZUYeLAkOmNKhLaY8A4Td4Cv1xjRT-1k_4bNE.cache +0 -1
  266. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RYnKHL96X2OWT7cQwEm1CEbN-kP9jamPCD8Viq5WOJs.cache +0 -2
  267. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Sa022N0lCiLv4gLMsZjbexc1BFlNLWlru9N4B-wdHZU.cache +0 -0
  268. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/TEHmpf4ihNVmhouZurSTS3R2nvP4dEKEPTzvyBCVwyk.cache +0 -0
  269. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/VkUYKKrIAxUNR862LSggQ8iVMyhCT-JjFJxpfj6qG-U.cache +0 -1
  270. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Vv1BkztWOZEWa6ZG3r-skBZ7QISWISed6-sdUIdaS5E.cache +0 -0
  271. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/W6QlTEwbsrFs0mvaqyLuO3ksSkyKL68UnIkdcXJR5uc.cache +0 -0
  272. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/W9O6CCDI5_B5kvvWZYUM_w2Usd7_A-VqrSJ5P7Ou1gs.cache +0 -0
  273. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/X2MqT9NPYf0MF6sqDRnx0i4ALf62GtRQqibp3-lLUKk.cache +0 -0
  274. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XLZ8IkDB5Q_qxMzWyyyLA_iiE64diYg6o5P4IqQAzGo.cache +0 -0
  275. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Y7HzAbKXc6hl3eKl9A4BublMrmgazklNwvdFToZXtgw.cache +0 -1
  276. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YKHqaRHQMz_swodOdoJs63SanJL1IW9t-94A6CjVG18.cache +0 -1
  277. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YvEQU9TaKVcpvfRAqyagdcQ-ubeOAwVN0oAXIbWs6Tc.cache +0 -1
  278. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/_N1wIpJx9Deyme1FRXaDrcLeVjGhOwNAwB7vkcV1wB8.cache +0 -1
  279. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/a7U1IWhePmeOe4rM4vXobH5DSi-NNJ_ldp4QiTwHVwY.cache +0 -0
  280. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/bQwlAFWuSsZ2L6Ihx9MQ91gM2e2K6qIAYOvnQtqMWSA.cache +0 -2
  281. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cb2xs5NgAeH4W-BPih1Q6qJKFg86wOkh08zkTPaxXJ0.cache +0 -1
  282. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/e6QsN5AJT0NQ1szDvc8kkfCz6XVVjVWDNHKP6f0YoSo.cache +0 -2
  283. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/etgGbKFTgc9INYuV8KGzmLOgD9Fdq32jF5TqKct5kyQ.cache +0 -1
  284. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/h4LxS0vtmtnPGT4ZmN07akfEVYUZhYg70f5W5hwJwBw.cache +0 -0
  285. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/i1cIK2f_6JiFYebcSrERNRetI884dVJhK-PBZ5DM44k.cache +0 -1
  286. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/iV5eibAijoJivJtnjbfsP54DFnB2ckmp8X_hjHnIOaY.cache +0 -1
  287. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/jMuFHSCJJpM9kILA2Sazufp7JJyfjPKNqPGPQHUUZvY.cache +0 -1
  288. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/k9iEPevHZTmqhUPXbaPJg2OF0vY5KkhZKal7XhKM3_g.cache +0 -0
  289. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mKC89jVr-Mvd1HWzKf_ZS3Z_B1N9nzGf-O0xYtHMBtQ.cache +0 -1
  290. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mUqHquf2Zmd8u6uiyK61Ezlu1TcpGRVaTOWUxxGEi1Q.cache +0 -2
  291. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/mjUIuVIyLXTYeHEW3jS4k79Kx1mh-Hed64zVzFXabl8.cache +0 -0
  292. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/nY4Gp6uxdELQqABeUaOj6Qbt2Jx4BwDtFK8pdGceekg.cache +0 -0
  293. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/okHDEihGHCdGJe6J9un4I42BHouf6ifEF28Mvu3Lu1Q.cache +0 -0
  294. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/quhY79dYNW0kEf9eUvceHuD6etJdfDCo2JdqATjWog8.cache +0 -0
  295. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/r2ajJLWhUM_2ENEfgA9FDlS-RXomQb7KMo_5NRA7AVs.cache +0 -0
  296. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rLD7puyfHH8i3wTFGBuwSHx2W5DEN8p0YBij63MXQUk.cache +0 -1
  297. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/rvUD0jZtQqM-aUM2yaMELokLhAGzQ7o2QlrojECzdjs.cache +0 -0
  298. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/uAeR8lWRY18fsV62fVeVlDfQL-0svUgCWxUntrKiscM.cache +0 -1
  299. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ut0rmLnfJ-Ischq127ylQ8-6EKVPTiko_mqVVAuMli8.cache +0 -0
  300. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vZzkO60tVyaW0ZGR6V2LDwenN-x0pOMQf0CnNo4yjzA.cache +0 -1
  301. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/vdbT4UVCVTrJVBbOl_2012KFFE3JLSm3X2SYOtp7ZU4.cache +0 -0
  302. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/voTATuaWr0m1PkzgCLeRBDZtJGX4J1L7xfDu25wuk68.cache +0 -0
  303. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/w-XmOFSN0Q3H2lPINMGWvDnJ9IixRdoFd0zF-QOJv0E.cache +0 -1
  304. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/wsmRz1Mc9YU3_UzoReSGCUDZyfoon9Hv401NCC57Qj0.cache +0 -1
  305. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/yFxi5QIpaId-Lh0zZ0ms82EDDUMWcQByTA5OdWQGpDc.cache +0 -1
  306. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zh4PTb_pj_zWI42Wm-owoTOzyPhiUWtu-lH20mkuaG8.cache +0 -1
  307. data/test/fixtures/advert_selector/banners.yml +0 -38
  308. data/test/fixtures/advert_selector/helper_items.yml +0 -28
  309. data/test/fixtures/advert_selector/placements.yml +0 -17
  310. data/test/functional/advert_selector/banners_controller_test.rb +0 -64
  311. data/test/functional/advert_selector/main_controller_test.rb +0 -30
  312. data/test/functional/advert_selector/placements_controller_test.rb +0 -58
  313. data/test/functional/examples_controller_test.rb +0 -13
  314. data/test/integration/banner_shows_test.rb +0 -157
  315. data/test/integration/navigation_test.rb +0 -10
  316. data/test/test_helper.rb +0 -54
  317. data/test/unit/advert_selector/banner_test.rb +0 -232
  318. data/test/unit/advert_selector/helper_item_test.rb +0 -9
  319. data/test/unit/advert_selector/placement_test.rb +0 -50
  320. data/test/unit/helpers/advert_selector/banners_helper_test.rb +0 -6
  321. data/test/unit/helpers/advert_selector/placements_helper_test.rb +0 -6
@@ -1,38 +0,0 @@
1
- Dummy::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb
3
-
4
- # The test environment is used exclusively to run your application's
5
- # test suite. You never need to work with it otherwise. Remember that
6
- # your test database is "scratch space" for the test suite and is wiped
7
- # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
9
-
10
- # Configure static asset server for tests with Cache-Control for performance
11
- config.public_file_server.enabled = false
12
-
13
- config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }
14
-
15
- # Show full error reports and disable caching
16
- config.consider_all_requests_local = true
17
- config.action_controller.perform_caching = false
18
-
19
- # Raise exceptions instead of rendering exception templates
20
- config.action_dispatch.show_exceptions = false
21
-
22
- # Disable request forgery protection in test environment
23
- config.action_controller.allow_forgery_protection = false
24
-
25
- # Tell Action Mailer not to deliver emails to the real world.
26
- # The :test delivery method accumulates sent emails in the
27
- # ActionMailer::Base.deliveries array.
28
- config.action_mailer.delivery_method = :test
29
-
30
- # Print deprecation notices to the stderr
31
- # config.active_support.deprecation = :stderr
32
- # config.active_support.deprecation = :debug
33
- config.active_support.deprecation = :log
34
-
35
- config.eager_load = false
36
- config.active_support.test_order = :random
37
-
38
- end
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
- # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
-
6
- # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
- # Rails.backtrace_cleaner.remove_silencers!
@@ -1,15 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format
4
- # (all these examples are active by default):
5
- # ActiveSupport::Inflector.inflections do |inflect|
6
- # inflect.plural /^(ox)$/i, '\1en'
7
- # inflect.singular /^(ox)en/i, '\1'
8
- # inflect.irregular 'person', 'people'
9
- # inflect.uncountable %w( fish sheep )
10
- # end
11
- #
12
- # These inflection rules are supported but not enabled by default:
13
- # ActiveSupport::Inflector.inflections do |inflect|
14
- # inflect.acronym 'RESTful'
15
- # end
@@ -1,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
5
- # Mime::Type.register_alias "text/html", :iphone
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
- # Make sure the secret is at least 30 characters and all random,
6
- # no regular words or you'll be exposed to dictionary attacks.
7
- Dummy::Application.config.secret_token = '42fb79fe9baf04a90a6caf05f98d4950b157d77f5ca4079104f4c5378607c705f60ac5421670f2384948a0860a6a5d7c41ce5e8015f7830c0d3290726d716808'
8
- Dummy::Application.config.secret_key_base = '7d5bb216d35a2613ff87254b811a64ccb8debcf172677f8111873da5b4b02b8169aba8fedf900cf21bf8d988914cf114d5848fbcf132484aef59f9a910d3d48c'
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- Dummy::Application.config.session_store :cookie_store, :key => '_dummy_session'
4
-
5
- # Use the database for sessions instead of the cookie-based default,
6
- # which shouldn't be used to store highly confidential information
7
- # (create the session table with "rails generate session_migration")
8
- # Dummy::Application.config.session_store :active_record_store
@@ -1,178 +0,0 @@
1
- # Use this setup block to configure all options available in SimpleForm.
2
- SimpleForm.setup do |config|
3
- # Wrappers are used by the form builder to generate a
4
- # complete input. You can remove any component from the
5
- # wrapper, change the order or even add your own to the
6
- # stack. The options given below are used to wrap the
7
- # whole input.
8
- config.wrappers :default, :class => :input,
9
- :hint_class => :field_with_hint, :error_class => :field_with_errors do |b|
10
- ## Extensions enabled by default
11
- # Any of these extensions can be disabled for a
12
- # given input by passing: `f.input EXTENSION_NAME => false`.
13
- # You can make any of these extensions optional by
14
- # renaming `b.use` to `b.optional`.
15
-
16
- # Determines whether to use HTML5 (:email, :url, ...)
17
- # and required attributes
18
- b.use :html5
19
-
20
- # Calculates placeholders automatically from I18n
21
- # You can also pass a string as f.input :placeholder => "Placeholder"
22
- b.use :placeholder
23
-
24
- ## Optional extensions
25
- # They are disabled unless you pass `f.input EXTENSION_NAME => :lookup`
26
- # to the input. If so, they will retrieve the values from the model
27
- # if any exists. If you want to enable the lookup for any of those
28
- # extensions by default, you can change `b.optional` to `b.use`.
29
-
30
- # Calculates maxlength from length validations for string inputs
31
- b.optional :maxlength
32
-
33
- # Calculates pattern from format validations for string inputs
34
- b.optional :pattern
35
-
36
- # Calculates min and max from length validations for numeric inputs
37
- b.optional :min_max
38
-
39
- # Calculates readonly automatically from readonly attributes
40
- b.optional :readonly
41
-
42
- ## Inputs
43
- b.use :label_input
44
- b.use :hint, :wrap_with => { :tag => :span, :class => :hint }
45
- b.use :error, :wrap_with => { :tag => :span, :class => :error }
46
- end
47
-
48
- config.wrappers :bootstrap, :tag => 'div', :class => 'control-group', :error_class => 'error' do |b|
49
- b.use :html5
50
- b.use :placeholder
51
- b.use :label
52
- b.wrapper :tag => 'div', :class => 'controls' do |ba|
53
- ba.use :input
54
- ba.use :error, :wrap_with => { :tag => 'span', :class => 'help-inline' }
55
- ba.use :hint, :wrap_with => { :tag => 'p', :class => 'help-block' }
56
- end
57
- end
58
-
59
- config.wrappers :prepend, :tag => 'div', :class => "control-group", :error_class => 'error' do |b|
60
- b.use :html5
61
- b.use :placeholder
62
- b.use :label
63
- b.wrapper :tag => 'div', :class => 'controls' do |input|
64
- input.wrapper :tag => 'div', :class => 'input-prepend' do |prepend|
65
- prepend.use :input
66
- end
67
- input.use :hint, :wrap_with => { :tag => 'span', :class => 'help-block' }
68
- input.use :error, :wrap_with => { :tag => 'span', :class => 'help-inline' }
69
- end
70
- end
71
-
72
- config.wrappers :append, :tag => 'div', :class => "control-group", :error_class => 'error' do |b|
73
- b.use :html5
74
- b.use :placeholder
75
- b.use :label
76
- b.wrapper :tag => 'div', :class => 'controls' do |input|
77
- input.wrapper :tag => 'div', :class => 'input-append' do |append|
78
- append.use :input
79
- end
80
- input.use :hint, :wrap_with => { :tag => 'span', :class => 'help-block' }
81
- input.use :error, :wrap_with => { :tag => 'span', :class => 'help-inline' }
82
- end
83
- end
84
-
85
- # Wrappers for forms and inputs using the Twitter Bootstrap toolkit.
86
- # Check the Bootstrap docs (http://twitter.github.com/bootstrap)
87
- # to learn about the different styles for forms and inputs,
88
- # buttons and other elements.
89
- config.default_wrapper = :bootstrap
90
-
91
- # Define the way to render check boxes / radio buttons with labels.
92
- # Defaults to :nested for bootstrap config.
93
- # :inline => input + label
94
- # :nested => label > input
95
- config.boolean_style = :nested
96
-
97
- # Default class for buttons
98
- config.button_class = 'btn'
99
-
100
- # Method used to tidy up errors. Specify any Rails Array method.
101
- # :first lists the first message for each field.
102
- # Use :to_sentence to list all errors for each field.
103
- # config.error_method = :first
104
-
105
- # Default tag used for error notification helper.
106
- config.error_notification_tag = :div
107
-
108
- # CSS class to add for error notification helper.
109
- config.error_notification_class = 'alert alert-error'
110
-
111
- # ID to add for error notification helper.
112
- # config.error_notification_id = nil
113
-
114
- # Series of attempts to detect a default label method for collection.
115
- # config.collection_label_methods = [ :to_label, :name, :title, :to_s ]
116
-
117
- # Series of attempts to detect a default value method for collection.
118
- # config.collection_value_methods = [ :id, :to_s ]
119
-
120
- # You can wrap a collection of radio/check boxes in a pre-defined tag, defaulting to none.
121
- # config.collection_wrapper_tag = nil
122
-
123
- # You can define the class to use on all collection wrappers. Defaulting to none.
124
- # config.collection_wrapper_class = nil
125
-
126
- # You can wrap each item in a collection of radio/check boxes with a tag,
127
- # defaulting to :span. Please note that when using :boolean_style = :nested,
128
- # SimpleForm will force this option to be a label.
129
- # config.item_wrapper_tag = :span
130
-
131
- # You can define a class to use in all item wrappers. Defaulting to none.
132
- # config.item_wrapper_class = nil
133
-
134
- # How the label text should be generated altogether with the required text.
135
- # config.label_text = lambda { |label, required| "#{required} #{label}" }
136
-
137
- # You can define the class to use on all labels. Default is nil.
138
- config.label_class = 'control-label'
139
-
140
- # You can define the class to use on all forms. Default is simple_form.
141
- # config.form_class = :simple_form
142
-
143
- # You can define which elements should obtain additional classes
144
- # config.generate_additional_classes_for = [:wrapper, :label, :input]
145
-
146
- # Whether attributes are required by default (or not). Default is true.
147
- # config.required_by_default = true
148
-
149
- # Tell browsers whether to use default HTML5 validations (novalidate option).
150
- # Default is enabled.
151
- config.browser_validations = false
152
-
153
- # Collection of methods to detect if a file type was given.
154
- # config.file_methods = [ :mounted_as, :file?, :public_filename ]
155
-
156
- # Custom mappings for input types. This should be a hash containing a regexp
157
- # to match as key, and the input type that will be used when the field name
158
- # matches the regexp as value.
159
- # config.input_mappings = { /count/ => :integer }
160
-
161
- # Default priority for time_zone inputs.
162
- # config.time_zone_priority = nil
163
-
164
- # Default priority for country inputs.
165
- # config.country_priority = nil
166
-
167
- # Default size for text inputs.
168
- # config.default_input_size = 50
169
-
170
- # When false, do not use translations for labels.
171
- # config.translate_labels = true
172
-
173
- # Automatically discover new inputs in Rails' autoload path.
174
- # config.inputs_discovery = true
175
-
176
- # Cache SimpleForm inputs discovery
177
- # config.cache_discovery = !Rails.env.development?
178
- end
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
- #
3
- # This file contains settings for ActionController::ParamsWrapper which
4
- # is enabled by default.
5
-
6
- # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters :format => [:json]
9
- end
10
-
11
- # Disable root element in JSON by default.
12
- ActiveSupport.on_load(:active_record) do
13
- self.include_root_in_json = false
14
- end
@@ -1,5 +0,0 @@
1
- # Sample localization file for English. Add more files in this directory for other locales.
2
- # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
-
4
- en:
5
- hello: "Hello world"
@@ -1,26 +0,0 @@
1
- en:
2
- simple_form:
3
- "yes": 'Yes'
4
- "no": 'No'
5
- required:
6
- text: 'required'
7
- mark: '*'
8
- # You can uncomment the line below if you need to overwrite the whole required html.
9
- # When using html, text and mark won't be used.
10
- # html: '<abbr title="required">*</abbr>'
11
- error_notification:
12
- default_message: "Please review the problems below:"
13
- # Labels and hints examples
14
- # labels:
15
- # defaults:
16
- # password: 'Password'
17
- # user:
18
- # new:
19
- # email: 'E-mail to sign in.'
20
- # edit:
21
- # email: 'E-mail.'
22
- # hints:
23
- # defaults:
24
- # username: 'User name to sign in.'
25
- # password: 'No special characters, please.'
26
-
@@ -1,9 +0,0 @@
1
- Rails.application.routes.draw do
2
- #get "examples/index"
3
-
4
- mount AdvertSelector::Engine => "/advert_selector"
5
-
6
- # match '(:action)' => 'examples', via: [:get, :post]
7
- match '/' => 'examples#index', via: [:get, :post]
8
-
9
- end
data/test/dummy/config.ru DELETED
@@ -1,4 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require ::File.expand_path('../config/environment', __FILE__)
4
- run Dummy::Application
Binary file
@@ -1,54 +0,0 @@
1
- # encoding: UTF-8
2
- # This file is auto-generated from the current state of the database. Instead
3
- # of editing this file, please use the migrations feature of Active Record to
4
- # incrementally modify your database, and then regenerate this schema definition.
5
- #
6
- # Note that this schema.rb definition is the authoritative source for your
7
- # database schema. If you need to create the application database on another
8
- # system, you should be using db:schema:load, not running all the migrations
9
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
- # you'll amass, the slower it'll run and the greater likelihood for issues).
11
- #
12
- # It's strongly recommended to check this file into your version control system.
13
-
14
- ActiveRecord::Schema.define(:version => 20120926132649) do
15
-
16
- create_table "advert_selector_banners", :force => true do |t|
17
- t.string "name", :null => false
18
- t.datetime "start_time"
19
- t.datetime "end_time"
20
- t.integer "priority", :default => 0, :null => false
21
- t.integer "target_view_count"
22
- t.integer "running_view_count", :default => 0, :null => false
23
- t.integer "frequency"
24
- t.boolean "fast_mode", :default => false, :null => false
25
- t.text "comment"
26
- t.boolean "confirmed", :default => false, :null => false
27
- t.integer "placement_id", :null => false
28
- t.datetime "created_at", :null => false
29
- t.datetime "updated_at", :null => false
30
- end
31
-
32
- add_index "advert_selector_banners", ["end_time"], :name => "index_advert_selector_banners_on_end_time"
33
-
34
- create_table "advert_selector_helper_items", :force => true do |t|
35
- t.integer "banner_id"
36
- t.integer "position"
37
- t.string "name"
38
- t.boolean "content_for"
39
- t.text "content"
40
- t.datetime "created_at", :null => false
41
- t.datetime "updated_at", :null => false
42
- end
43
-
44
- add_index "advert_selector_helper_items", ["banner_id", "position"], :name => "index_banner_position"
45
-
46
- create_table "advert_selector_placements", :force => true do |t|
47
- t.string "name", :null => false
48
- t.boolean "only_once_per_session"
49
- t.text "conflicting_placements_array"
50
- t.datetime "created_at", :null => false
51
- t.datetime "updated_at", :null => false
52
- end
53
-
54
- end
Binary file
@@ -1,13 +0,0 @@
1
- <%%= simple_form_for(@<%= singular_table_name %>) do |f| %>
2
- <%%= f.error_notification %>
3
-
4
- <div class="form-inputs">
5
- <%- attributes.each do |attribute| -%>
6
- <%%= f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %> %>
7
- <%- end -%>
8
- </div>
9
-
10
- <div class="form-actions">
11
- <%%= f.button :submit %>
12
- </div>
13
- <%% end %>