optimacms 0.1.59 → 0.1.60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (519) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/optimacms/admin.js +4 -4
  3. data/app/assets/stylesheets/optimacms/admin.css.scss +6 -6
  4. data/app/assets/stylesheets/optimacms/admin_tpl.css.scss +15 -15
  5. data/app/assets/stylesheets/optimacms/bootstrap_and_overrides.css.scss +52 -52
  6. data/app/assets/stylesheets/optimacms/bootstrap_custom.css.scss +49 -49
  7. data/app/assets/stylesheets/optimacms/bootstrap_variables.css.scss +860 -860
  8. data/app/assets/stylesheets/optimacms/colors.css.scss +68 -68
  9. data/app/assets/stylesheets/optimacms/skins/noskin.css.scss +95 -95
  10. data/app/assets/stylesheets/optimacms/tinymce.css.scss +54 -54
  11. data/app/assets/stylesheets/optimacms/tpl.css.scss +309 -309
  12. data/app/controllers/optimacms/admin/admin_base_controller.rb +44 -44
  13. data/app/controllers/optimacms/admin/dashboard_controller.rb +6 -6
  14. data/app/controllers/optimacms/admin/layouts_controller.rb +76 -76
  15. data/app/controllers/optimacms/admin/pages_controller.rb +229 -229
  16. data/app/controllers/optimacms/admin/templates_controller.rb +315 -315
  17. data/app/controllers/optimacms/dev_controller.rb +65 -65
  18. data/app/controllers/optimacms/elfinder_controller.rb +39 -39
  19. data/app/controllers/optimacms/page_base_controller.rb +6 -6
  20. data/app/controllers/optimacms/pages_controller.rb +170 -170
  21. data/app/controllers/optimacms/tinymce_assets_controller.rb +20 -20
  22. data/app/helpers/optimacms/application_helper.rb +111 -111
  23. data/app/helpers/optimacms/forms_helper.rb +75 -75
  24. data/app/inputs/textarea_tinymce_input.rb +27 -27
  25. data/app/models/concerns/optimacms/meta_content.rb +63 -63
  26. data/app/models/optimacms/language.rb +14 -14
  27. data/app/models/optimacms/layout.rb +53 -53
  28. data/app/models/optimacms/mediafile.rb +17 -17
  29. data/app/models/optimacms/page.rb +171 -171
  30. data/app/models/optimacms/page_translation.rb +10 -10
  31. data/app/models/optimacms/template.rb +390 -390
  32. data/app/models/optimacms/template_type.rb +20 -20
  33. data/app/views/optimacms/admin/common/_js_tinymce.html.haml +49 -49
  34. data/app/views/optimacms/admin/common/_modal_div.html.haml +16 -16
  35. data/app/views/optimacms/admin/dashboard/index.html.haml +18 -18
  36. data/app/views/optimacms/admin/layouts/_form.html.haml +22 -22
  37. data/app/views/optimacms/admin/layouts/edit.html.haml +5 -5
  38. data/app/views/optimacms/admin/layouts/index.html.haml +25 -25
  39. data/app/views/optimacms/admin/layouts/main.html.haml +6 -6
  40. data/app/views/optimacms/admin/layouts/new.html.haml +5 -5
  41. data/app/views/optimacms/admin/pages/_form.html.haml +78 -78
  42. data/app/views/optimacms/admin/pages/_form_folder.html.haml +14 -14
  43. data/app/views/optimacms/admin/pages/_form_old.html.haml +107 -107
  44. data/app/views/optimacms/admin/pages/_meta.html.haml +48 -48
  45. data/app/views/optimacms/admin/pages/edit.html.haml +5 -5
  46. data/app/views/optimacms/admin/pages/editfolder.html.haml +15 -15
  47. data/app/views/optimacms/admin/pages/index.html.haml +58 -58
  48. data/app/views/optimacms/admin/pages/new.html.haml +5 -5
  49. data/app/views/optimacms/admin/pages/newfolder.html.haml +15 -15
  50. data/app/views/optimacms/admin/shared/_breadcrumbs.html.haml +7 -7
  51. data/app/views/optimacms/admin/shared/_flash.html.haml +23 -23
  52. data/app/views/optimacms/admin/shared/_footer.html.haml +5 -5
  53. data/app/views/optimacms/admin/shared/_form_errors.html.haml +11 -11
  54. data/app/views/optimacms/admin/shared/_leftmenu.html.haml +49 -49
  55. data/app/views/optimacms/admin/shared/_top.html.haml +33 -33
  56. data/app/views/optimacms/admin/templates/_form.html.haml +61 -61
  57. data/app/views/optimacms/admin/templates/_js_form_modal.html.haml +43 -43
  58. data/app/views/optimacms/admin/templates/create.js.haml +3 -3
  59. data/app/views/optimacms/admin/templates/edit.html.haml +5 -5
  60. data/app/views/optimacms/admin/templates/editfolder.html.haml +31 -31
  61. data/app/views/optimacms/admin/templates/index.html.haml +48 -48
  62. data/app/views/optimacms/admin/templates/new.html.haml +37 -37
  63. data/app/views/optimacms/admin/templates/newattach.html.haml +32 -32
  64. data/app/views/optimacms/admin/templates/newfolder.html.haml +28 -28
  65. data/app/views/optimacms/elfinder/index.html.erb +54 -54
  66. data/config/initializers/assets.rb +2 -2
  67. data/config/initializers/kaminari.rb +10 -10
  68. data/config/initializers/paperclip.rb +11 -11
  69. data/config/initializers/paperclip_media_type_spoof_detector_override.rb +7 -7
  70. data/config/initializers/simple_form.rb +166 -166
  71. data/config/initializers/simple_form_bootstrap.rb +146 -146
  72. data/config/locales/simple_form.en.yml +3 -3
  73. data/config/locales/simple_form.ru.yml +3 -3
  74. data/config/routes.rb +1 -1
  75. data/config/tinymce.yml +6 -6
  76. data/lib/optimacms/devise.rb +2 -1
  77. data/lib/optimacms/fileutils/fileutils.rb +39 -39
  78. data/lib/optimacms/filters/form_filter.rb +226 -226
  79. data/lib/optimacms/mycontroller.rb +84 -84
  80. data/lib/optimacms/page_services/page_data.rb +97 -97
  81. data/lib/optimacms/page_services/page_process_service.rb +32 -32
  82. data/lib/optimacms/page_services/page_route_service.rb +215 -215
  83. data/lib/optimacms/simple_form_extensions/button_components.rb +33 -33
  84. data/lib/optimacms/version.rb +3 -3
  85. data/lib/optimacms.rb +14 -1
  86. data/spec/dummy/app/assets/stylesheets/application.css.scss +11 -11
  87. data/spec/dummy/app/assets/stylesheets/bootstrap_and_overrides.css.scss +3 -3
  88. data/spec/dummy/app/assets/stylesheets/bootstrap_custom.css.scss +49 -49
  89. data/spec/dummy/app/assets/stylesheets/tpl.css.scss +62 -62
  90. data/spec/dummy/app/controllers/home_controller.rb +6 -6
  91. data/spec/dummy/app/controllers/my_controller.rb +6 -6
  92. data/spec/dummy/app/controllers/news_controller.rb +48 -50
  93. data/spec/dummy/app/models/news.rb +7 -7
  94. data/spec/dummy/app/views/home/index.html.haml +19 -19
  95. data/spec/dummy/app/views/my/hello.html.haml +4 -4
  96. data/spec/dummy/app/views/news/index.html.haml +13 -13
  97. data/spec/dummy/app/views/news/show.html.haml +6 -6
  98. data/spec/dummy/app/views/pages/1.html.erb +16 -16
  99. data/spec/dummy/app/views/pages/about.html.erb +12 -12
  100. data/spec/dummy/app/views/pages/text1.html +1 -1
  101. data/spec/dummy/app/views/services/index.html.haml +9 -9
  102. data/spec/dummy/app/views/services/service.html.haml +2 -2
  103. data/spec/dummy/app/views/temp/html1.html +1 -1
  104. data/spec/dummy/app/views/temp/p1.html.haml +6 -6
  105. data/spec/dummy/app/views/temp/t1.html.haml +13 -13
  106. data/spec/dummy/app/views/temp9/t2.html +8 -8
  107. data/spec/dummy/app/views/workers/_breadcrumb_worker.html.haml +11 -11
  108. data/spec/dummy/app/views/workers/_breadcrumb_workers.html.haml +9 -9
  109. data/spec/dummy/app/views/workers/_contacts_our.html.haml +3 -3
  110. data/spec/dummy/app/views/workers/_list_worker.html.haml +46 -46
  111. data/spec/dummy/app/views/workers/_list_workers.html.haml +6 -6
  112. data/spec/dummy/app/views/workers/_share_js.html.haml +22 -22
  113. data/spec/dummy/app/views/workers/_share_worker.html.haml +11 -11
  114. data/spec/dummy/app/views/workers/_show_info.html.haml +53 -53
  115. data/spec/dummy/app/views/workers/_tabs.html.haml +11 -11
  116. data/spec/dummy/app/views/workers/contacts.html.haml +19 -19
  117. data/spec/dummy/app/views/workers/index.html.haml +49 -49
  118. data/spec/dummy/app/views/workers/portfolio.html.haml +20 -20
  119. data/spec/dummy/app/views/workers/services.html.haml +11 -11
  120. data/spec/dummy/app/views/workers/show.html.haml +53 -53
  121. data/spec/dummy/app/views/workers/show_notfound.html.haml +8 -8
  122. data/spec/dummy/app/views/workers/t2.html.haml +1 -1
  123. data/spec/dummy/app/views/workers/work.html.haml +43 -43
  124. data/spec/dummy/config/database.yml +5 -1
  125. data/spec/dummy/config/initializers/optimacms.rb +4 -1
  126. data/spec/dummy/config/routes.rb +2 -2
  127. data/spec/dummy/config/secrets.yml +6 -0
  128. data/spec/dummy/config/tinymce.yml +5 -5
  129. data/spec/dummy/db/schema.rb +174 -164
  130. data/spec/dummy/log/development.log +10317 -22052
  131. data/spec/dummy/tmp/cache/assets/development/sass/{a1b4b92b7663fe8c3e3678ca845c8a0566c3ca13 → 4dcf8798a5e82c6e1fb349f566278d8a474e98e2}/bootstrap_variables.css.scssc +0 -0
  132. data/spec/dummy/tmp/cache/assets/development/sprockets/{6f943f22c610e6417422e4a13e0bcc0d → 083956a039048a556ce587bcddc68d9b} +0 -0
  133. data/spec/dummy/tmp/cache/assets/development/sprockets/0cfc372ebaf39c7f31890a14ac94c769 +0 -0
  134. data/spec/dummy/tmp/cache/assets/development/sprockets/14501eab19686e8703a1cd6724ca5afe +0 -0
  135. data/spec/dummy/tmp/cache/assets/development/sprockets/{c1b70e8dd963b37b21718ca80e0746ff → 19c3216decf9ae2503797ae0dd16df65} +0 -0
  136. data/spec/dummy/tmp/cache/assets/development/sprockets/{8ecd5a0dbf510f928efa95340e9fe910 → 2041d52b5e3cd9533720f297abbd76cf} +0 -0
  137. data/spec/dummy/tmp/cache/assets/development/sprockets/216e6715d6bce279f33009c2babfecf9 +0 -0
  138. data/spec/dummy/tmp/cache/assets/development/sprockets/220acc341511b293c23333d41e6e54db +0 -0
  139. data/spec/dummy/tmp/cache/assets/development/sprockets/242a1b8332e1c26d756fbf6cd04268ea +0 -0
  140. data/spec/dummy/tmp/cache/assets/development/sprockets/24dd0982daf620a78ee0afa3d00987e1 +0 -0
  141. data/spec/dummy/tmp/cache/assets/development/sprockets/{9ee15139da5c7d931eebe585dfa4f704 → 28179a5600e9facaddec3ac2dc33d886} +0 -0
  142. data/spec/dummy/tmp/cache/assets/development/sprockets/289dee836a0561af7303d09aa8e6c67d +0 -0
  143. data/spec/dummy/tmp/cache/assets/development/sprockets/{e94d980a1c3b4ef3554b82f3b8566bb9 → 2a1c584bdc3f87ed1ef4912c73fc5d2c} +0 -0
  144. data/spec/dummy/tmp/cache/assets/development/sprockets/2ab4520967f1ef89ea8f007d41f6c756 +0 -0
  145. data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  146. data/spec/dummy/tmp/cache/assets/development/sprockets/30d14911ed20e2599cdf2a05bed5f29d +0 -0
  147. data/spec/dummy/tmp/cache/assets/development/sprockets/367af5c129571df2419e9fa2f2a85e5d +0 -0
  148. data/spec/dummy/tmp/cache/assets/development/sprockets/385dc581e8b4c0fe913212b2e284349b +0 -0
  149. data/spec/dummy/tmp/cache/assets/development/sprockets/3c1d4e0e09b5722e779aa2308443c808 +0 -0
  150. data/spec/dummy/tmp/cache/assets/development/sprockets/{7df9b8a145ee6d36ab1b2467c38293ec → 3c62e52b2b7812cd045e255b1f85cc7f} +0 -0
  151. data/spec/dummy/tmp/cache/assets/development/sprockets/5260200a6fc227d631d379c0ca23ee9e +0 -0
  152. data/spec/dummy/tmp/cache/assets/development/sprockets/54d2186a396e20271f8d5d73ceccac51 +0 -0
  153. data/spec/dummy/tmp/cache/assets/development/sprockets/{a64dbcf0e4afe0985b1abd3e209d17cd → 57b690fdf7e73e9251032764b979ba91} +0 -0
  154. data/spec/dummy/tmp/cache/assets/development/sprockets/5abc77e42125da6b4045aa4ab7a64163 +0 -0
  155. data/spec/dummy/tmp/cache/assets/development/sprockets/5c99b17b548f29b93256d38e593f3924 +0 -0
  156. data/spec/dummy/tmp/cache/assets/development/sprockets/5c9f95ed8e66a9d6711a3fa673f3e40b +0 -0
  157. data/spec/dummy/tmp/cache/assets/development/sprockets/64ba1d7b1c83408f1bb8927c08d103e9 +0 -0
  158. data/spec/dummy/tmp/cache/assets/development/sprockets/679faf90a1a568dcbca34e55d338e3a9 +0 -0
  159. data/spec/dummy/tmp/cache/assets/development/sprockets/{51a30045d73bcb4e287247540a1f8b1a → 69c661f38eadf38f75ca9b2b83d71cb3} +0 -0
  160. data/spec/dummy/tmp/cache/assets/development/sprockets/{e2af681c85db2ce8cd92ec1b4f327b55 → 6b368ed72245e6d0b96c006cacf39b71} +0 -0
  161. data/spec/dummy/tmp/cache/assets/development/sprockets/{aeaa5cb837408b775c7450a61f97a698 → 6c9493ae80153276273012bbc4ecb206} +0 -0
  162. data/spec/dummy/tmp/cache/assets/development/sprockets/{8b5a7992567ebbeb9a882d074778f8c8 → 6f57820c1356147d29893740e35fe7c3} +0 -0
  163. data/spec/dummy/tmp/cache/assets/development/sprockets/7013ea120f56d0be829cd8fbb7ab12a9 +0 -0
  164. data/spec/dummy/tmp/cache/assets/development/sprockets/72bda74c930eed262ed981fd089472b1 +0 -0
  165. data/spec/dummy/tmp/cache/assets/development/sprockets/{a090bc14ad5f648880e3e0b3d1de90de → 7358083ee9425c6ccf3b5a266ff72f96} +0 -0
  166. data/spec/dummy/tmp/cache/assets/development/sprockets/742f7f492c3ce95598375b803a74c31c +0 -0
  167. data/spec/dummy/tmp/cache/assets/development/sprockets/74ed2643128f1fbc5c9dd10058b05d3a +0 -0
  168. data/spec/dummy/tmp/cache/assets/development/sprockets/{4024da72ad47959820fe18874c53f221 → 75f70b2a440425dc9bf19f6edb18fea7} +0 -0
  169. data/spec/dummy/tmp/cache/assets/development/sprockets/{8a1d0d36be43e2abdde4adac99884e72 → 78fc4ca638e7834ef879b249ea5599d9} +0 -0
  170. data/spec/dummy/tmp/cache/assets/development/sprockets/7b65aad1d0ee1e46c4dd3495d9b0424f +0 -0
  171. data/spec/dummy/tmp/cache/assets/development/sprockets/80f9723094c8148ae3b1d32d6ae0487e +0 -0
  172. data/spec/dummy/tmp/cache/assets/development/sprockets/872602a77b316cc8375ea874c6ec3497 +0 -0
  173. data/spec/dummy/tmp/cache/assets/development/sprockets/{28fff87693a34b5beb7e66a806ad3833 → 8844c67dfba4a3ba3059a3bf8ecad189} +0 -0
  174. data/spec/dummy/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 +0 -0
  175. data/spec/dummy/tmp/cache/assets/development/sprockets/8b73e72306b480b73f3700fa7d512498 +0 -0
  176. data/spec/dummy/tmp/cache/assets/development/sprockets/938460055e1a3563f692db69466138d3 +0 -0
  177. data/spec/dummy/tmp/cache/assets/development/sprockets/{0ad60696a13becd5f46dd8c71385d357 → 9bde9a1775257c7587d7f5254c3fc7a0} +0 -0
  178. data/spec/dummy/tmp/cache/assets/development/sprockets/9fa1eed0d22f02e83b308592343efe03 +0 -0
  179. data/spec/dummy/tmp/cache/assets/development/sprockets/{937d161d17165f27d31fbb60de6262b5 → a2babeef0007520d369a40d06032ab96} +0 -0
  180. data/spec/dummy/tmp/cache/assets/development/sprockets/{2056383a5a4df3722dab30a62592c626 → a639765218e43090e18ae13c24e8498e} +0 -0
  181. data/spec/dummy/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a +0 -0
  182. data/spec/dummy/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae +0 -0
  183. data/spec/dummy/tmp/cache/assets/development/sprockets/c37d32b432a1f81c43b104bbda4f0268 +0 -0
  184. data/spec/dummy/tmp/cache/assets/development/sprockets/c5ab32c046a8ff832f806b68908d7911 +0 -0
  185. data/spec/dummy/tmp/cache/assets/development/sprockets/c8b29251430ec1d7d6657d02850871ad +0 -0
  186. data/spec/dummy/tmp/cache/assets/development/sprockets/c8bbcfa2a7ffb62d2a4c4e2084a64512 +0 -0
  187. data/spec/dummy/tmp/cache/assets/development/sprockets/cc192aceafb5fa95510ec09becf095a8 +0 -0
  188. data/spec/dummy/tmp/cache/assets/development/sprockets/cda2ecdc4c787899c1b08398adc4e74b +0 -0
  189. data/spec/dummy/tmp/cache/assets/development/sprockets/cdcaedafc6c86932f396f6f58a5eef64 +0 -0
  190. data/spec/dummy/tmp/cache/assets/development/sprockets/cdf5c6bc7592fda2fd0c6bef21e2aa8d +0 -0
  191. data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  192. data/spec/dummy/tmp/cache/assets/development/sprockets/d5e681eec31b64d7d37c81e0ef29aadd +0 -0
  193. data/spec/dummy/tmp/cache/assets/development/sprockets/db33b5802058b8e083cb237fe354febe +0 -0
  194. data/spec/dummy/tmp/cache/assets/development/sprockets/{dec42a70eea64c724a9e98d7f0e80ea8 → e04f19041801d59eea289f5120db2611} +0 -0
  195. data/spec/dummy/tmp/cache/assets/development/sprockets/{d88422881c326190e968b349d27e5680 → e06c0172cffbdfb666c87db792da9985} +0 -0
  196. data/spec/dummy/tmp/cache/assets/development/sprockets/e1c7cc1284e73a3f4368f8c2f91ae4b5 +0 -0
  197. data/spec/dummy/tmp/cache/assets/development/sprockets/{529a74a4530de52f6c3ebbf107ffe9f2 → e2dc6e1d968a103a86d751cea044f02e} +0 -0
  198. data/spec/dummy/tmp/cache/assets/development/sprockets/{4810421fd0c71c5d69338209e10070aa → e99a872558be4a8f4f39f7173c3f63d1} +0 -0
  199. data/spec/dummy/tmp/cache/assets/development/sprockets/{ba9859d0d2b7d4d7d5b03ff3a71ed478 → ebb8a071ed245c66977382b79517e43b} +0 -0
  200. data/spec/dummy/tmp/cache/assets/development/sprockets/eff0bd8c351c3d841aca4a3c97a0a416 +0 -0
  201. data/spec/dummy/tmp/cache/assets/development/sprockets/f0bf1b2ced9ebcdae5e38cae6e7cce86 +0 -0
  202. data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  203. data/spec/dummy/tmp/pids/server.pid +1 -1
  204. data/spec/factories/page.rb +25 -25
  205. data/spec/models/page_spec.rb +92 -92
  206. data/spec/spec_helper.rb +89 -89
  207. data/spec/support/factory_girl.rb +15 -15
  208. metadata +1777 -2097
  209. data/db/migrate/20150220161150_add_attachment_photo_to_mediafiles.rb +0 -11
  210. data/db/migrate/20150503213839_devise_create_optimacms_cms_users.rb +0 -42
  211. data/db/migrate/20150610222026_change_meta_description_for_pages.rb +0 -13
  212. data/db/migrate/20150610225422_add_index_name_to_pages.rb +0 -11
  213. data/spec/dummy/app/views/temp/_part2.html.haml +0 -1
  214. data/spec/dummy/db/migrate/20150504000518_devise_create_users.rb +0 -42
  215. data/spec/dummy/log/test.log +0 -203
  216. data/spec/dummy/tmp/cache/assets/development/sass/0abc660c880b2e10d695d713e519e6a4257cd348/tpl.css.scssc +0 -0
  217. data/spec/dummy/tmp/cache/assets/development/sass/18577b7353d72dbc7e81d46af07240af8557f987/_hacks.scssc +0 -0
  218. data/spec/dummy/tmp/cache/assets/development/sass/5b1098eb74c8e1af5b245ed4a552e3cb0be260fc/_css3.scssc +0 -0
  219. data/spec/dummy/tmp/cache/assets/development/sass/5b1098eb74c8e1af5b245ed4a552e3cb0be260fc/_support.scssc +0 -0
  220. data/spec/dummy/tmp/cache/assets/development/sass/842dfd874be6f9cd3bb0569e23cfc0feb61f18f5/_bootstrap-sprockets.scssc +0 -0
  221. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_alerts.scssc +0 -0
  222. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_background-variant.scssc +0 -0
  223. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_border-radius.scssc +0 -0
  224. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_buttons.scssc +0 -0
  225. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_center-block.scssc +0 -0
  226. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_clearfix.scssc +0 -0
  227. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_forms.scssc +0 -0
  228. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_gradients.scssc +0 -0
  229. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_grid-framework.scssc +0 -0
  230. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_grid.scssc +0 -0
  231. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_hide-text.scssc +0 -0
  232. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_image.scssc +0 -0
  233. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_labels.scssc +0 -0
  234. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_list-group.scssc +0 -0
  235. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_nav-divider.scssc +0 -0
  236. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_nav-vertical-align.scssc +0 -0
  237. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_opacity.scssc +0 -0
  238. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_pagination.scssc +0 -0
  239. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_panels.scssc +0 -0
  240. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_progress-bar.scssc +0 -0
  241. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_reset-filter.scssc +0 -0
  242. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_resize.scssc +0 -0
  243. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_responsive-visibility.scssc +0 -0
  244. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_size.scssc +0 -0
  245. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_tab-focus.scssc +0 -0
  246. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_table-row.scssc +0 -0
  247. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_text-emphasis.scssc +0 -0
  248. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_text-overflow.scssc +0 -0
  249. data/spec/dummy/tmp/cache/assets/development/sass/bfa17faa2a4aa370d46a5900b72c48f05b4837d1/_vendor-prefixes.scssc +0 -0
  250. data/spec/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_shared.scssc +0 -0
  251. data/spec/dummy/tmp/cache/assets/development/sass/e04ca948242d213270bfe676c8b96e7b33226468/_transition.scssc +0 -0
  252. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_alerts.scssc +0 -0
  253. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_badges.scssc +0 -0
  254. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_breadcrumbs.scssc +0 -0
  255. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_button-groups.scssc +0 -0
  256. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_buttons.scssc +0 -0
  257. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_carousel.scssc +0 -0
  258. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_close.scssc +0 -0
  259. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_code.scssc +0 -0
  260. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_component-animations.scssc +0 -0
  261. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_dropdowns.scssc +0 -0
  262. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_forms.scssc +0 -0
  263. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_glyphicons.scssc +0 -0
  264. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_grid.scssc +0 -0
  265. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_input-groups.scssc +0 -0
  266. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_jumbotron.scssc +0 -0
  267. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_labels.scssc +0 -0
  268. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_list-group.scssc +0 -0
  269. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_media.scssc +0 -0
  270. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_mixins.scssc +0 -0
  271. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_modals.scssc +0 -0
  272. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_navbar.scssc +0 -0
  273. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_navs.scssc +0 -0
  274. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_normalize.scssc +0 -0
  275. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_pager.scssc +0 -0
  276. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_pagination.scssc +0 -0
  277. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_panels.scssc +0 -0
  278. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_popovers.scssc +0 -0
  279. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_print.scssc +0 -0
  280. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_progress-bars.scssc +0 -0
  281. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_responsive-embed.scssc +0 -0
  282. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_responsive-utilities.scssc +0 -0
  283. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_scaffolding.scssc +0 -0
  284. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_tables.scssc +0 -0
  285. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_thumbnails.scssc +0 -0
  286. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_tooltip.scssc +0 -0
  287. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_type.scssc +0 -0
  288. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_utilities.scssc +0 -0
  289. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_variables.scssc +0 -0
  290. data/spec/dummy/tmp/cache/assets/development/sass/e541a95436c6e387d69ff457c2fe7f7bd11c2069/_wells.scssc +0 -0
  291. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_appearance.scssc +0 -0
  292. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_background-clip.scssc +0 -0
  293. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_background-origin.scssc +0 -0
  294. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_background-size.scssc +0 -0
  295. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_border-radius.scssc +0 -0
  296. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_box-shadow.scssc +0 -0
  297. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_box-sizing.scssc +0 -0
  298. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_box.scssc +0 -0
  299. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_columns.scssc +0 -0
  300. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_filter.scssc +0 -0
  301. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_font-face.scssc +0 -0
  302. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_hyphenation.scssc +0 -0
  303. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_images.scssc +0 -0
  304. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_inline-block.scssc +0 -0
  305. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_opacity.scssc +0 -0
  306. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_regions.scssc +0 -0
  307. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_text-shadow.scssc +0 -0
  308. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_transform.scssc +0 -0
  309. data/spec/dummy/tmp/cache/assets/development/sass/f438bd478b9ef93f8ca1863646316d42015ad317/_user-interface.scssc +0 -0
  310. data/spec/dummy/tmp/cache/assets/development/sass/fc41a79de5ec40d34c8a83221f3f3da2c64f4153/font-awesome.css.erbc +0 -0
  311. data/spec/dummy/tmp/cache/assets/development/sprockets/002bd8f28c62a795a10ce5716ceffc21 +0 -0
  312. data/spec/dummy/tmp/cache/assets/development/sprockets/053f826d1ea01a2fac355de0755e5c40 +0 -0
  313. data/spec/dummy/tmp/cache/assets/development/sprockets/05e27d4921b00a0fdddb47a737a64494 +0 -0
  314. data/spec/dummy/tmp/cache/assets/development/sprockets/07ba91287641124bffd2cf22c286c1eb +0 -0
  315. data/spec/dummy/tmp/cache/assets/development/sprockets/0a470277dd21c166b9dfb68b03d34d5c +0 -0
  316. data/spec/dummy/tmp/cache/assets/development/sprockets/0b1671e1bffda60e6a95f72b9176d628 +0 -0
  317. data/spec/dummy/tmp/cache/assets/development/sprockets/0c01383de62960e3667c7bf3788ecdb6 +0 -0
  318. data/spec/dummy/tmp/cache/assets/development/sprockets/0d2f255829ff9f72d98dead4f35ddf02 +0 -0
  319. data/spec/dummy/tmp/cache/assets/development/sprockets/11f54468370774efca0fe1afb2ebf1d9 +0 -0
  320. data/spec/dummy/tmp/cache/assets/development/sprockets/13272781c2d1959f2c75a3a1eac100f5 +0 -0
  321. data/spec/dummy/tmp/cache/assets/development/sprockets/1776fe7c16d4aeeb72b23a586739cdfc +0 -0
  322. data/spec/dummy/tmp/cache/assets/development/sprockets/1c0ef71c34dc1d573e1b4b527116e3cc +0 -0
  323. data/spec/dummy/tmp/cache/assets/development/sprockets/1c43d48e2adb866e5d787a64e031c27f +0 -0
  324. data/spec/dummy/tmp/cache/assets/development/sprockets/1f631bd03bec1d51bfd51a6c795b4357 +0 -0
  325. data/spec/dummy/tmp/cache/assets/development/sprockets/2168c08c151d642aa46ea4bc6283929c +0 -0
  326. data/spec/dummy/tmp/cache/assets/development/sprockets/22c754d2d93ffdc2c40d01c8322fc421 +0 -0
  327. data/spec/dummy/tmp/cache/assets/development/sprockets/2a9369c8d28de014045a120b692e8139 +0 -0
  328. data/spec/dummy/tmp/cache/assets/development/sprockets/2cb2e5b2abc5f527ba6d3f05a6315873 +0 -0
  329. data/spec/dummy/tmp/cache/assets/development/sprockets/2f7d38a264678a2db4a0d569a3313cb1 +0 -0
  330. data/spec/dummy/tmp/cache/assets/development/sprockets/3240ef40c1dc9d13156bbd790ec2651a +0 -0
  331. data/spec/dummy/tmp/cache/assets/development/sprockets/332dfe4887cbad3adbd20e6609fa4960 +0 -0
  332. data/spec/dummy/tmp/cache/assets/development/sprockets/3347cc312918facec5bbac684ea65715 +0 -0
  333. data/spec/dummy/tmp/cache/assets/development/sprockets/3cd4037d8c32ad8fcdd5e3bbb8dfc35a +0 -0
  334. data/spec/dummy/tmp/cache/assets/development/sprockets/3df9dc08e786041b758b3dde7d1b783a +0 -0
  335. data/spec/dummy/tmp/cache/assets/development/sprockets/4016d2fd0b776ceb82fcbfbc5d2e26b1 +0 -0
  336. data/spec/dummy/tmp/cache/assets/development/sprockets/43dc3e92cd09deb0fc54dd97b46935e9 +0 -0
  337. data/spec/dummy/tmp/cache/assets/development/sprockets/452d7e35d5a012ae12fa7346fcf2239b +0 -0
  338. data/spec/dummy/tmp/cache/assets/development/sprockets/49c7cb5dd916ffc9e87ce3b989c92062 +0 -0
  339. data/spec/dummy/tmp/cache/assets/development/sprockets/4bfebf7044cd57045582604aeda41b70 +0 -0
  340. data/spec/dummy/tmp/cache/assets/development/sprockets/543486503ee069fde21aa3e66cd4c53b +0 -0
  341. data/spec/dummy/tmp/cache/assets/development/sprockets/55a2847335c39261e1efe764deb18592 +0 -0
  342. data/spec/dummy/tmp/cache/assets/development/sprockets/56c7eb172a7423728c45d0a751d198e3 +0 -0
  343. data/spec/dummy/tmp/cache/assets/development/sprockets/5b51dc1a00c7421b8d18c4cdc25659ef +0 -0
  344. data/spec/dummy/tmp/cache/assets/development/sprockets/5e6f22ffe50d81fe0fbd9e8141614e24 +0 -0
  345. data/spec/dummy/tmp/cache/assets/development/sprockets/6789fe765d536063c998330523bb12b9 +0 -0
  346. data/spec/dummy/tmp/cache/assets/development/sprockets/678a2e392e656b8132f0420e4ec28ed6 +0 -0
  347. data/spec/dummy/tmp/cache/assets/development/sprockets/6843f0414f73089579ae0f9fddf7b38f +0 -0
  348. data/spec/dummy/tmp/cache/assets/development/sprockets/6c7c58744c14732af9bf574870fdf07e +0 -0
  349. data/spec/dummy/tmp/cache/assets/development/sprockets/6cdbd6f171a27a578bcb07dd5bfa83a2 +0 -0
  350. data/spec/dummy/tmp/cache/assets/development/sprockets/6d4a2ae7c3150f5058333fe6fc31dbe4 +0 -0
  351. data/spec/dummy/tmp/cache/assets/development/sprockets/6e431ed1dfb5bbcbd33a5f9e069dd3ab +0 -0
  352. data/spec/dummy/tmp/cache/assets/development/sprockets/73fbaa501dc0b072cf2c27fa7dfe0d91 +0 -0
  353. data/spec/dummy/tmp/cache/assets/development/sprockets/7c1da2863c9cc5c4beca7faee9b926f8 +0 -0
  354. data/spec/dummy/tmp/cache/assets/development/sprockets/7c886717bced4d59ab89e012b52f40de +0 -0
  355. data/spec/dummy/tmp/cache/assets/development/sprockets/808e3fbf28912a70798599773f9c3fb8 +0 -0
  356. data/spec/dummy/tmp/cache/assets/development/sprockets/821470da3272c8b99070972d4f4f58ca +0 -0
  357. data/spec/dummy/tmp/cache/assets/development/sprockets/8283708d8708e538744205689ee9c787 +0 -0
  358. data/spec/dummy/tmp/cache/assets/development/sprockets/88d843fcb07453d1057fac1e254fde0d +0 -0
  359. data/spec/dummy/tmp/cache/assets/development/sprockets/8956737a82f17db48d50e13f133aeefc +0 -0
  360. data/spec/dummy/tmp/cache/assets/development/sprockets/8a7fdc9ba36fbfd607efe8253cbaafe0 +0 -0
  361. data/spec/dummy/tmp/cache/assets/development/sprockets/8d71fe4f0e2910900097bdc07bf2d6af +0 -0
  362. data/spec/dummy/tmp/cache/assets/development/sprockets/8e1785ddbfab42cd2df0416eb3932253 +0 -0
  363. data/spec/dummy/tmp/cache/assets/development/sprockets/9024d024c62c2668836b1e1b7b3b78cc +0 -0
  364. data/spec/dummy/tmp/cache/assets/development/sprockets/924857562e72b2a6911810c63aa3b6b7 +0 -0
  365. data/spec/dummy/tmp/cache/assets/development/sprockets/928ed298f875a25727ca516f5c03f344 +0 -0
  366. data/spec/dummy/tmp/cache/assets/development/sprockets/97c1e12a09973e0fb97f23a1dc496443 +0 -0
  367. data/spec/dummy/tmp/cache/assets/development/sprockets/991576185140a77411185839fd0533f1 +0 -0
  368. data/spec/dummy/tmp/cache/assets/development/sprockets/99e8d6370ba85ec4a61d953f5ed261af +0 -0
  369. data/spec/dummy/tmp/cache/assets/development/sprockets/9c9ee3bcfa3192458b487b7b9558ee97 +0 -0
  370. data/spec/dummy/tmp/cache/assets/development/sprockets/9cb4510e55f0c07098e6a2a270265e99 +0 -0
  371. data/spec/dummy/tmp/cache/assets/development/sprockets/9ee80730ab26986d507820ac7a288d5c +0 -0
  372. data/spec/dummy/tmp/cache/assets/development/sprockets/a25a5420710420425c171eb2f62627f3 +0 -0
  373. data/spec/dummy/tmp/cache/assets/development/sprockets/a3faca31eb11ba1a981535f9c8408282 +0 -0
  374. data/spec/dummy/tmp/cache/assets/development/sprockets/a5c68a2aec806face32c749f380f1e14 +0 -0
  375. data/spec/dummy/tmp/cache/assets/development/sprockets/a6d357fbe03dae6f590180f6c5e0e148 +0 -0
  376. data/spec/dummy/tmp/cache/assets/development/sprockets/a7478d68549f51df0523244f7bc75f6d +0 -0
  377. data/spec/dummy/tmp/cache/assets/development/sprockets/aa58fb159780a7200a1bc4c6844cc5c4 +0 -0
  378. data/spec/dummy/tmp/cache/assets/development/sprockets/aaba73a43e02d8c6550bae851f17e7a0 +0 -0
  379. data/spec/dummy/tmp/cache/assets/development/sprockets/ac7254cb771a232e117073343e8bcfca +0 -0
  380. data/spec/dummy/tmp/cache/assets/development/sprockets/af26c017afcf68f1edd44a4c9bb942e4 +0 -0
  381. data/spec/dummy/tmp/cache/assets/development/sprockets/b3defd466aec80b128284b8d85324630 +0 -0
  382. data/spec/dummy/tmp/cache/assets/development/sprockets/b48ed8a3de3ca66055ee4fd18b16421f +0 -0
  383. data/spec/dummy/tmp/cache/assets/development/sprockets/ba3a30de386fac6b6725525c6fa5c5a0 +0 -0
  384. data/spec/dummy/tmp/cache/assets/development/sprockets/bd51aad443f452b0aa7d863427f5b164 +0 -0
  385. data/spec/dummy/tmp/cache/assets/development/sprockets/be8a0cd6c3605b9d7c22642609316a9f +0 -0
  386. data/spec/dummy/tmp/cache/assets/development/sprockets/c11c6d97cfc7ef7945fa87f14b44445c +0 -0
  387. data/spec/dummy/tmp/cache/assets/development/sprockets/c5f3450b5366b6fbdc4172ce089fba48 +0 -0
  388. data/spec/dummy/tmp/cache/assets/development/sprockets/c982bb1e71844744a60dc9b4afcb2f49 +0 -0
  389. data/spec/dummy/tmp/cache/assets/development/sprockets/c9dfca6de1f728a082245491ed927b38 +0 -0
  390. data/spec/dummy/tmp/cache/assets/development/sprockets/cf24c3f1bb8adb1f168758f2bd9775c9 +0 -0
  391. data/spec/dummy/tmp/cache/assets/development/sprockets/d3e5a199890ba7c706fc62c2b891714d +0 -0
  392. data/spec/dummy/tmp/cache/assets/development/sprockets/d3e6478e505aa1d0482c102b86205e0c +0 -0
  393. data/spec/dummy/tmp/cache/assets/development/sprockets/d584baf83d8a779d945f9668f902fa7c +0 -0
  394. data/spec/dummy/tmp/cache/assets/development/sprockets/d71b820ce5f8b310e466f517bd3a8e4b +0 -0
  395. data/spec/dummy/tmp/cache/assets/development/sprockets/d8dab59d17daf5a5081153e2ad7d09b4 +0 -0
  396. data/spec/dummy/tmp/cache/assets/development/sprockets/dc4e2dfae80b82939b81a2aeef7f03d9 +0 -0
  397. data/spec/dummy/tmp/cache/assets/development/sprockets/dd4a8658311b7a2cd8effa6479827559 +0 -0
  398. data/spec/dummy/tmp/cache/assets/development/sprockets/e11970a225a09526aac3f76d7ee91822 +0 -0
  399. data/spec/dummy/tmp/cache/assets/development/sprockets/e3dd086dd858b5bff9cfd60a031c2091 +0 -0
  400. data/spec/dummy/tmp/cache/assets/development/sprockets/e43bcf201d76cdf6e1fe345195c1cd9e +0 -0
  401. data/spec/dummy/tmp/cache/assets/development/sprockets/e6e4cc77e615a00707af83c80a7eed17 +0 -0
  402. data/spec/dummy/tmp/cache/assets/development/sprockets/e945ca604ee0240455a5652953b3e495 +0 -0
  403. data/spec/dummy/tmp/cache/assets/development/sprockets/ec33505f0e2ed4dd12951ecceffa3695 +0 -0
  404. data/spec/dummy/tmp/cache/assets/development/sprockets/ee287313e28f341f83628dec0a353fa6 +0 -0
  405. data/spec/dummy/tmp/cache/assets/development/sprockets/ee9a23832dc2a49ee6ec6d3f1d6a0e1f +0 -0
  406. data/spec/dummy/tmp/cache/assets/development/sprockets/ef2d6862f5fd690c5387cafd88944a9f +0 -0
  407. data/spec/dummy/tmp/cache/assets/development/sprockets/ef8c3824b85ed745cad651aadda4f2b8 +0 -0
  408. data/spec/dummy/tmp/cache/assets/development/sprockets/f06187d4328e75bbd878bc2dced2b601 +0 -0
  409. data/spec/dummy/tmp/cache/assets/development/sprockets/f557612d05bb9fea499dce8352b3f0ca +0 -0
  410. data/spec/dummy/tmp/cache/assets/development/sprockets/f7f3056583a2454471a4a5f7200dcefa +0 -0
  411. data/spec/dummy/tmp/cache/assets/development/sprockets/f9c51fa87975943d31bc1bfd7cb684c6 +0 -0
  412. data/spec/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80 +0 -0
  413. /data/spec/dummy/tmp/cache/assets/development/sass/{0abc660c880b2e10d695d713e519e6a4257cd348 → 2b54d68f44ccef8d8a637182d9e35eaea2024385}/application.css.scssc +0 -0
  414. /data/spec/dummy/tmp/cache/assets/development/sass/{0abc660c880b2e10d695d713e519e6a4257cd348 → 2b54d68f44ccef8d8a637182d9e35eaea2024385}/bootstrap_and_overrides.css.scssc +0 -0
  415. /data/spec/dummy/tmp/cache/assets/development/sass/{0abc660c880b2e10d695d713e519e6a4257cd348 → 2b54d68f44ccef8d8a637182d9e35eaea2024385}/bootstrap_custom.css.scssc +0 -0
  416. /data/spec/dummy/tmp/cache/assets/development/sass/{0abc660c880b2e10d695d713e519e6a4257cd348 → 2b54d68f44ccef8d8a637182d9e35eaea2024385}/bootstrap_variables.css.scssc +0 -0
  417. /data/spec/dummy/tmp/cache/assets/development/sass/{b27ef787063ed015fccbe329d61e14a18daf3345 → 307fb08091d8c0489104a05b321a9f2b0f1eef38}/_hacks.scssc +0 -0
  418. /data/spec/dummy/tmp/cache/assets/development/sass/{a1b4b92b7663fe8c3e3678ca845c8a0566c3ca13 → 4dcf8798a5e82c6e1fb349f566278d8a474e98e2}/admin.css.scssc +0 -0
  419. /data/spec/dummy/tmp/cache/assets/development/sass/{a1b4b92b7663fe8c3e3678ca845c8a0566c3ca13 → 4dcf8798a5e82c6e1fb349f566278d8a474e98e2}/admin_tpl.css.scssc +0 -0
  420. /data/spec/dummy/tmp/cache/assets/development/sass/{a1b4b92b7663fe8c3e3678ca845c8a0566c3ca13 → 4dcf8798a5e82c6e1fb349f566278d8a474e98e2}/bootstrap_and_overrides.css.scssc +0 -0
  421. /data/spec/dummy/tmp/cache/assets/development/sass/{a1b4b92b7663fe8c3e3678ca845c8a0566c3ca13 → 4dcf8798a5e82c6e1fb349f566278d8a474e98e2}/bootstrap_custom.css.scssc +0 -0
  422. /data/spec/dummy/tmp/cache/assets/development/sass/{a1b4b92b7663fe8c3e3678ca845c8a0566c3ca13 → 4dcf8798a5e82c6e1fb349f566278d8a474e98e2}/colors.css.scssc +0 -0
  423. /data/spec/dummy/tmp/cache/assets/development/sass/{a1b4b92b7663fe8c3e3678ca845c8a0566c3ca13 → 4dcf8798a5e82c6e1fb349f566278d8a474e98e2}/tinymce.css.scssc +0 -0
  424. /data/spec/dummy/tmp/cache/assets/development/sass/{a1b4b92b7663fe8c3e3678ca845c8a0566c3ca13 → 4dcf8798a5e82c6e1fb349f566278d8a474e98e2}/tpl.css.scssc +0 -0
  425. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_alerts.scssc +0 -0
  426. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_badges.scssc +0 -0
  427. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_breadcrumbs.scssc +0 -0
  428. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_button-groups.scssc +0 -0
  429. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_buttons.scssc +0 -0
  430. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_carousel.scssc +0 -0
  431. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_close.scssc +0 -0
  432. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_code.scssc +0 -0
  433. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_component-animations.scssc +0 -0
  434. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_dropdowns.scssc +0 -0
  435. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_forms.scssc +0 -0
  436. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_glyphicons.scssc +0 -0
  437. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_grid.scssc +0 -0
  438. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_input-groups.scssc +0 -0
  439. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_jumbotron.scssc +0 -0
  440. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_labels.scssc +0 -0
  441. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_list-group.scssc +0 -0
  442. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_media.scssc +0 -0
  443. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_mixins.scssc +0 -0
  444. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_modals.scssc +0 -0
  445. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_navbar.scssc +0 -0
  446. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_navs.scssc +0 -0
  447. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_normalize.scssc +0 -0
  448. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_pager.scssc +0 -0
  449. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_pagination.scssc +0 -0
  450. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_panels.scssc +0 -0
  451. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_popovers.scssc +0 -0
  452. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_print.scssc +0 -0
  453. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_progress-bars.scssc +0 -0
  454. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_responsive-embed.scssc +0 -0
  455. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_responsive-utilities.scssc +0 -0
  456. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_scaffolding.scssc +0 -0
  457. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_tables.scssc +0 -0
  458. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_thumbnails.scssc +0 -0
  459. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_tooltip.scssc +0 -0
  460. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_type.scssc +0 -0
  461. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_utilities.scssc +0 -0
  462. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_variables.scssc +0 -0
  463. /data/spec/dummy/tmp/cache/assets/development/sass/{a187b9541eb09cfae0c829c63cfde3b9430dcf1d → 53cc251ec7d503551d5cca5a52cf3e21e13df61c}/_wells.scssc +0 -0
  464. /data/spec/dummy/tmp/cache/assets/development/sass/{4b8b59c3cee3225b46cdcaa54f7d0474421be9c6 → 813e6d87699c3a2c48abd16c7f35b61b434d4808}/_bootstrap-sprockets.scssc +0 -0
  465. /data/spec/dummy/tmp/cache/assets/development/sass/{255a203cf5ecbb5470dfd267d6d4b923c8f1e5f0 → a77c98d86b869607d1c161017fa1c88387d1997e}/_css3.scssc +0 -0
  466. /data/spec/dummy/tmp/cache/assets/development/sass/{255a203cf5ecbb5470dfd267d6d4b923c8f1e5f0 → a77c98d86b869607d1c161017fa1c88387d1997e}/_support.scssc +0 -0
  467. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_appearance.scssc +0 -0
  468. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_background-clip.scssc +0 -0
  469. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_background-origin.scssc +0 -0
  470. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_background-size.scssc +0 -0
  471. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_border-radius.scssc +0 -0
  472. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_box-shadow.scssc +0 -0
  473. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_box-sizing.scssc +0 -0
  474. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_box.scssc +0 -0
  475. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_columns.scssc +0 -0
  476. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_filter.scssc +0 -0
  477. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_font-face.scssc +0 -0
  478. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_hyphenation.scssc +0 -0
  479. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_images.scssc +0 -0
  480. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_inline-block.scssc +0 -0
  481. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_opacity.scssc +0 -0
  482. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_regions.scssc +0 -0
  483. /data/spec/dummy/tmp/cache/assets/development/sass/{f438bd478b9ef93f8ca1863646316d42015ad317 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_shared.scssc +0 -0
  484. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_text-shadow.scssc +0 -0
  485. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_transform.scssc +0 -0
  486. /data/spec/dummy/tmp/cache/assets/development/sass/{f438bd478b9ef93f8ca1863646316d42015ad317 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_transition.scssc +0 -0
  487. /data/spec/dummy/tmp/cache/assets/development/sass/{e04ca948242d213270bfe676c8b96e7b33226468 → b35f0e69c4892ac057a21d74a049b3bf7065c46e}/_user-interface.scssc +0 -0
  488. /data/spec/dummy/tmp/cache/assets/development/sass/{7f871ea7e3a8127767d5a5868622ef2909611f26 → cba79790f566813ecf0ee9ddd5cbf390b682f8ee}/noskin.css.scssc +0 -0
  489. /data/spec/dummy/tmp/cache/assets/development/sass/{38aaf4982e776a83df88ee6142fe315d8c8a4576 → e78863fbefa25b9b3ada284552103b751a61c1c3}/font-awesome.css.erbc +0 -0
  490. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_alerts.scssc +0 -0
  491. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_background-variant.scssc +0 -0
  492. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_border-radius.scssc +0 -0
  493. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_buttons.scssc +0 -0
  494. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_center-block.scssc +0 -0
  495. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_clearfix.scssc +0 -0
  496. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_forms.scssc +0 -0
  497. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_gradients.scssc +0 -0
  498. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_grid-framework.scssc +0 -0
  499. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_grid.scssc +0 -0
  500. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_hide-text.scssc +0 -0
  501. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_image.scssc +0 -0
  502. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_labels.scssc +0 -0
  503. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_list-group.scssc +0 -0
  504. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_nav-divider.scssc +0 -0
  505. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_nav-vertical-align.scssc +0 -0
  506. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_opacity.scssc +0 -0
  507. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_pagination.scssc +0 -0
  508. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_panels.scssc +0 -0
  509. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_progress-bar.scssc +0 -0
  510. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_reset-filter.scssc +0 -0
  511. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_reset-text.scssc +0 -0
  512. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_resize.scssc +0 -0
  513. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_responsive-visibility.scssc +0 -0
  514. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_size.scssc +0 -0
  515. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_tab-focus.scssc +0 -0
  516. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_table-row.scssc +0 -0
  517. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_text-emphasis.scssc +0 -0
  518. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_text-overflow.scssc +0 -0
  519. /data/spec/dummy/tmp/cache/assets/development/sass/{64274c788e379a0793dc9738d8050418da1d172b → edeefea066f37bf37a09beb3312185d2b6063947}/_vendor-prefixes.scssc +0 -0
@@ -1,32 +1,32 @@
1
- .page-header
2
- .row
3
- .col-md-6
4
- %h1
5
- Attach template
6
- %small
7
- <i class="ace-icon fa fa-angle-double-right"></i>
8
- select path and attach
9
- .col-md-4
10
- =link_to 'Back to templates', templates_path
11
-
12
-
13
- .row
14
- .col-md-12
15
- =horizontal_simple_form_for @item, url: attach_templates_path do |f|
16
- = render 'optimacms/admin/shared/form_errors', :object=>@item
17
-
18
- = f.input :parent_id, as: :hidden
19
-
20
- = f.input :title, label: "Title"
21
-
22
- = f.input :basedirpath, readonly: true, label: 'Folder'
23
- = f.input :basename, label: "Name", :hint=>'ex: index, show'
24
- -#= f.input :basepath, label: "Path", :hint=>'ex: news/index'
25
-
26
- = f.input :tpl_format, label: "Format", :hint=>'ex: erb, haml', :collection=>Optimacms::Template::EXTENSIONS.keys
27
-
28
- = f.input :is_translated, label: "Translate?"
29
-
30
- = f.button :submit_cancel, 'Save', :cancel=>@url_back
31
-
32
-
1
+ .page-header
2
+ .row
3
+ .col-md-6
4
+ %h1
5
+ Attach template
6
+ %small
7
+ <i class="ace-icon fa fa-angle-double-right"></i>
8
+ select path and attach
9
+ .col-md-4
10
+ =link_to 'Back to templates', templates_path
11
+
12
+
13
+ .row
14
+ .col-md-12
15
+ =horizontal_simple_form_for @item, url: attach_templates_path do |f|
16
+ = render 'optimacms/admin/shared/form_errors', :object=>@item
17
+
18
+ = f.input :parent_id, as: :hidden
19
+
20
+ = f.input :title, label: "Title"
21
+
22
+ = f.input :basedirpath, readonly: true, label: 'Folder'
23
+ = f.input :basename, label: "Name", :hint=>'ex: index, show'
24
+ -#= f.input :basepath, label: "Path", :hint=>'ex: news/index'
25
+
26
+ = f.input :tpl_format, label: "Format", :hint=>'ex: erb, haml', :collection=>Optimacms::Template::EXTENSIONS.keys
27
+
28
+ = f.input :is_translated, label: "Translate?"
29
+
30
+ = f.button :submit_cancel, 'Save', :cancel=>@url_back
31
+
32
+
@@ -1,28 +1,28 @@
1
- .page-header
2
- .row
3
- .col-md-6
4
- %h1
5
- Create template folder
6
- %small
7
- <i class="ace-icon fa fa-angle-double-right"></i>
8
- enter path and create
9
- .col-md-4
10
- =link_to 'Back to templates', templates_path
11
-
12
-
13
- .row
14
- .col-md-12
15
- =horizontal_simple_form_for @item, url: createfolder_templates_path do |f|
16
- = render 'optimacms/admin/shared/form_errors', :object=>@item
17
-
18
- = f.input :parent_id, as: :hidden
19
- = f.input :is_folder, as: :hidden
20
-
21
- = f.input :title, label: "Title"
22
-
23
- = f.input :basedirpath, disabled: true, label: 'Parent folder'
24
- = f.input :basename, label: "Name", :hint=>'ex: news'
25
-
26
- = f.button :submit_cancel, 'Save', :cancel=>@url_back
27
-
28
-
1
+ .page-header
2
+ .row
3
+ .col-md-6
4
+ %h1
5
+ Create template folder
6
+ %small
7
+ <i class="ace-icon fa fa-angle-double-right"></i>
8
+ enter path and create
9
+ .col-md-4
10
+ =link_to 'Back to templates', templates_path
11
+
12
+
13
+ .row
14
+ .col-md-12
15
+ =horizontal_simple_form_for @item, url: createfolder_templates_path do |f|
16
+ = render 'optimacms/admin/shared/form_errors', :object=>@item
17
+
18
+ = f.input :parent_id, as: :hidden
19
+ = f.input :is_folder, as: :hidden
20
+
21
+ = f.input :title, label: "Title"
22
+
23
+ = f.input :basedirpath, disabled: true, label: 'Parent folder'
24
+ = f.input :basename, label: "Name", :hint=>'ex: news'
25
+
26
+ = f.button :submit_cancel, 'Save', :cancel=>@url_back
27
+
28
+
@@ -1,55 +1,55 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>File Manager</title>
5
-
6
- <link rel="stylesheet" type="text/css" media="screen" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/smoothness/jquery-ui.css" />
7
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
8
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
9
-
10
- <script type="text/javascript" src="/elfinder/js/elfinder.min.js"></script>
11
- <script src="/elfinder/js/proxy/elFinderSupportVer1.js" type="text/javascript" charset="utf-8"></script>
12
- <script type="text/javascript" src="/elfinder/js/i18n/elfinder.ru.js"></script>
13
-
14
- <link rel="stylesheet" type="text/css" media="screen" href="/elfinder/css/elfinder.min.css">
15
- <link rel="stylesheet" type="text/css" media="screen" href="/elfinder/css/theme.css">
16
-
17
- </head>
18
- <body>
19
-
20
- <div id="elfinder"></div>
21
-
22
- <script type="text/javascript">
23
- var FileBrowserDialogue = {
24
- init: function() {
25
- // Here goes your code for setting your custom things onLoad.
26
- },
27
- mySubmit: function (URL) {
28
- // pass selected file path to TinyMCE
29
- parent.tinymce.activeEditor.windowManager.getParams().setUrl(URL);
30
-
31
- // close popup window
32
- parent.tinymce.activeEditor.windowManager.close();
33
- }
34
- }
35
-
36
- $().ready(function() {
37
- var rails_csrf = {};
38
- rails_csrf[$('meta[name=csrf-param]').attr('content')] = $('meta[name=csrf-token]').attr('content');
39
-
40
- var elf = $('#elfinder').elfinder({
41
- // set your elFinder options here
42
- url: '/elfinder', // connector URL
43
- transport : new elFinderSupportVer1(),
44
-
45
- getFileCallback: function(file) { // editor callback
46
- // file.url - commandsOptions.getfile.onlyURL = false (default)
47
- // file - commandsOptions.getfile.onlyURL = true
48
- FileBrowserDialogue.mySubmit(file); // pass selected file path to TinyMCE
49
- }
50
- }).elfinder('instance');
51
- });
52
- </script>
53
-
54
- </body>
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>File Manager</title>
5
+
6
+ <link rel="stylesheet" type="text/css" media="screen" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/smoothness/jquery-ui.css" />
7
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
8
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
9
+
10
+ <script type="text/javascript" src="/elfinder/js/elfinder.min.js"></script>
11
+ <script src="/elfinder/js/proxy/elFinderSupportVer1.js" type="text/javascript" charset="utf-8"></script>
12
+ <script type="text/javascript" src="/elfinder/js/i18n/elfinder.ru.js"></script>
13
+
14
+ <link rel="stylesheet" type="text/css" media="screen" href="/elfinder/css/elfinder.min.css">
15
+ <link rel="stylesheet" type="text/css" media="screen" href="/elfinder/css/theme.css">
16
+
17
+ </head>
18
+ <body>
19
+
20
+ <div id="elfinder"></div>
21
+
22
+ <script type="text/javascript">
23
+ var FileBrowserDialogue = {
24
+ init: function() {
25
+ // Here goes your code for setting your custom things onLoad.
26
+ },
27
+ mySubmit: function (URL) {
28
+ // pass selected file path to TinyMCE
29
+ parent.tinymce.activeEditor.windowManager.getParams().setUrl(URL);
30
+
31
+ // close popup window
32
+ parent.tinymce.activeEditor.windowManager.close();
33
+ }
34
+ }
35
+
36
+ $().ready(function() {
37
+ var rails_csrf = {};
38
+ rails_csrf[$('meta[name=csrf-param]').attr('content')] = $('meta[name=csrf-token]').attr('content');
39
+
40
+ var elf = $('#elfinder').elfinder({
41
+ // set your elFinder options here
42
+ url: '/elfinder', // connector URL
43
+ transport : new elFinderSupportVer1(),
44
+
45
+ getFileCallback: function(file) { // editor callback
46
+ // file.url - commandsOptions.getfile.onlyURL = false (default)
47
+ // file - commandsOptions.getfile.onlyURL = true
48
+ FileBrowserDialogue.mySubmit(file); // pass selected file path to TinyMCE
49
+ }
50
+ }).elfinder('instance');
51
+ });
52
+ </script>
53
+
54
+ </body>
55
55
  </html>
@@ -1,3 +1,3 @@
1
- Rails.application.config.assets.precompile += %w( tinymce-jquery.js )
2
- Rails.application.config.assets.precompile += %w( optimacms/tinymce.css )
1
+ Rails.application.config.assets.precompile += %w( tinymce-jquery.js )
2
+ Rails.application.config.assets.precompile += %w( optimacms/tinymce.css )
3
3
  Rails.application.config.assets.precompile += %w(tinymce/plugins/advimage/plugin.js tinymce/plugins/uploadimage/plugin.js tinymce/plugins/uploadimage/langs/en.js )
@@ -1,10 +1,10 @@
1
- Kaminari.configure do |config|
2
- # config.default_per_page = 25
3
- # config.max_per_page = nil
4
- # config.window = 4
5
- # config.outer_window = 0
6
- # config.left = 0
7
- # config.right = 0
8
- # config.page_method_name = :page
9
- config.param_name = :pg
10
- end
1
+ Kaminari.configure do |config|
2
+ # config.default_per_page = 25
3
+ # config.max_per_page = nil
4
+ # config.window = 4
5
+ # config.outer_window = 0
6
+ # config.left = 0
7
+ # config.right = 0
8
+ # config.page_method_name = :page
9
+ config.param_name = :pg
10
+ end
@@ -1,12 +1,12 @@
1
- require "paperclip"
2
-
3
- unless Rails.env.production?
4
- # Windows
5
- Paperclip.options[:command_path] = 'd:\Program Files\ImageMagick-6.9.0-Q16'
6
- Paperclip.options[:swallow_stderr] = false
7
- end
8
-
9
-
10
- Paperclip.interpolates :p_company_id do |attachment, style|
11
- attachment.instance.p_company_id
1
+ require "paperclip"
2
+
3
+ unless Rails.env.production?
4
+ # Windows
5
+ Paperclip.options[:command_path] = 'd:\Program Files\ImageMagick-6.9.0-Q16'
6
+ Paperclip.options[:swallow_stderr] = false
7
+ end
8
+
9
+
10
+ Paperclip.interpolates :p_company_id do |attachment, style|
11
+ attachment.instance.p_company_id
12
12
  end
@@ -1,8 +1,8 @@
1
- require 'paperclip/media_type_spoof_detector'
2
- module Paperclip
3
- class MediaTypeSpoofDetector
4
- def spoofed?
5
- false
6
- end
7
- end
1
+ require 'paperclip/media_type_spoof_detector'
2
+ module Paperclip
3
+ class MediaTypeSpoofDetector
4
+ def spoofed?
5
+ false
6
+ end
7
+ end
8
8
  end
@@ -1,166 +1,166 @@
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 => true`
26
- # to the input. If so, they will retrieve the values from the model
27
- # if any exists. If you want to enable 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
-
47
- ## full_messages_for
48
- # If you want to display the full error message for the attribute, you can
49
- # use the component :full_error, like:
50
- #
51
- # b.use :full_error, wrap_with: { tag: :span, class: :error }
52
- end
53
-
54
- # The default wrapper to be used by the FormBuilder.
55
- config.default_wrapper = :default
56
-
57
- # Define the way to render check boxes / radio buttons with labels.
58
- # Defaults to :nested for bootstrap config.
59
- # inline: input + label
60
- # nested: label > input
61
- config.boolean_style = :nested
62
-
63
- # Default class for buttons
64
- config.button_class = 'btn'
65
-
66
- # Method used to tidy up errors. Specify any Rails Array method.
67
- # :first lists the first message for each field.
68
- # Use :to_sentence to list all errors for each field.
69
- # config.error_method = :first
70
-
71
- # Default tag used for error notification helper.
72
- config.error_notification_tag = :div
73
-
74
- # CSS class to add for error notification helper.
75
- config.error_notification_class = 'error_notification'
76
-
77
- # ID to add for error notification helper.
78
- # config.error_notification_id = nil
79
-
80
- # Series of attempts to detect a default label method for collection.
81
- # config.collection_label_methods = [ :to_label, :name, :title, :to_s ]
82
-
83
- # Series of attempts to detect a default value method for collection.
84
- # config.collection_value_methods = [ :id, :to_s ]
85
-
86
- # You can wrap a collection of radio/check boxes in a pre-defined tag, defaulting to none.
87
- # config.collection_wrapper_tag = nil
88
-
89
- # You can define the class to use on all collection wrappers. Defaulting to none.
90
- # config.collection_wrapper_class = nil
91
-
92
- # You can wrap each item in a collection of radio/check boxes with a tag,
93
- # defaulting to :span. Please note that when using :boolean_style = :nested,
94
- # SimpleForm will force this option to be a label.
95
- # config.item_wrapper_tag = :span
96
-
97
- # You can define a class to use in all item wrappers. Defaulting to none.
98
- # config.item_wrapper_class = nil
99
-
100
- # How the label text should be generated altogether with the required text.
101
- # config.label_text = lambda { |label, required, explicit_label| "#{required} #{label}" }
102
-
103
- # You can define the class to use on all labels. Default is nil.
104
- # config.label_class = nil
105
-
106
- # You can define the default class to be used on forms. Can be overriden
107
- # with `html: { :class }`. Defaulting to none.
108
- # config.default_form_class = nil
109
-
110
- # You can define which elements should obtain additional classes
111
- # config.generate_additional_classes_for = [:wrapper, :label, :input]
112
-
113
- # Whether attributes are required by default (or not). Default is true.
114
- # config.required_by_default = true
115
-
116
- # Tell browsers whether to use the native HTML5 validations (novalidate form option).
117
- # These validations are enabled in SimpleForm's internal config but disabled by default
118
- # in this configuration, which is recommended due to some quirks from different browsers.
119
- # To stop SimpleForm from generating the novalidate option, enabling the HTML5 validations,
120
- # change this configuration to true.
121
- config.browser_validations = true
122
-
123
- # Collection of methods to detect if a file type was given.
124
- # config.file_methods = [ :mounted_as, :file?, :public_filename ]
125
-
126
- # Custom mappings for input types. This should be a hash containing a regexp
127
- # to match as key, and the input type that will be used when the field name
128
- # matches the regexp as value.
129
- # config.input_mappings = { /count/ => :integer }
130
-
131
- # Custom wrappers for input types. This should be a hash containing an input
132
- # type as key and the wrapper that will be used for all inputs with specified type.
133
- # config.wrapper_mappings = { string: :prepend }
134
-
135
- # Namespaces where SimpleForm should look for custom input classes that
136
- # override default inputs.
137
- # config.custom_inputs_namespaces << "CustomInputs"
138
-
139
- # Default priority for time_zone inputs.
140
- # config.time_zone_priority = nil
141
-
142
- # Default priority for country inputs.
143
- # config.country_priority = nil
144
-
145
- # When false, do not use translations for labels.
146
- # config.translate_labels = true
147
-
148
- # Automatically discover new inputs in Rails' autoload path.
149
- # config.inputs_discovery = true
150
-
151
- # Cache SimpleForm inputs discovery
152
- # config.cache_discovery = !Rails.env.development?
153
-
154
- # Default class for inputs
155
- # config.input_class = nil
156
-
157
- # Define the default class of the input wrapper of the boolean input.
158
- config.boolean_label_class = 'checkbox'
159
-
160
- # Defines if the default input wrapper class should be included in radio
161
- # collection wrappers.
162
- # config.include_default_input_wrapper_class = true
163
-
164
- # Defines which i18n scope will be used in Simple Form.
165
- # config.i18n_scope = 'simple_form'
166
- end
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 => true`
26
+ # to the input. If so, they will retrieve the values from the model
27
+ # if any exists. If you want to enable 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
+
47
+ ## full_messages_for
48
+ # If you want to display the full error message for the attribute, you can
49
+ # use the component :full_error, like:
50
+ #
51
+ # b.use :full_error, wrap_with: { tag: :span, class: :error }
52
+ end
53
+
54
+ # The default wrapper to be used by the FormBuilder.
55
+ config.default_wrapper = :default
56
+
57
+ # Define the way to render check boxes / radio buttons with labels.
58
+ # Defaults to :nested for bootstrap config.
59
+ # inline: input + label
60
+ # nested: label > input
61
+ config.boolean_style = :nested
62
+
63
+ # Default class for buttons
64
+ config.button_class = 'btn'
65
+
66
+ # Method used to tidy up errors. Specify any Rails Array method.
67
+ # :first lists the first message for each field.
68
+ # Use :to_sentence to list all errors for each field.
69
+ # config.error_method = :first
70
+
71
+ # Default tag used for error notification helper.
72
+ config.error_notification_tag = :div
73
+
74
+ # CSS class to add for error notification helper.
75
+ config.error_notification_class = 'error_notification'
76
+
77
+ # ID to add for error notification helper.
78
+ # config.error_notification_id = nil
79
+
80
+ # Series of attempts to detect a default label method for collection.
81
+ # config.collection_label_methods = [ :to_label, :name, :title, :to_s ]
82
+
83
+ # Series of attempts to detect a default value method for collection.
84
+ # config.collection_value_methods = [ :id, :to_s ]
85
+
86
+ # You can wrap a collection of radio/check boxes in a pre-defined tag, defaulting to none.
87
+ # config.collection_wrapper_tag = nil
88
+
89
+ # You can define the class to use on all collection wrappers. Defaulting to none.
90
+ # config.collection_wrapper_class = nil
91
+
92
+ # You can wrap each item in a collection of radio/check boxes with a tag,
93
+ # defaulting to :span. Please note that when using :boolean_style = :nested,
94
+ # SimpleForm will force this option to be a label.
95
+ # config.item_wrapper_tag = :span
96
+
97
+ # You can define a class to use in all item wrappers. Defaulting to none.
98
+ # config.item_wrapper_class = nil
99
+
100
+ # How the label text should be generated altogether with the required text.
101
+ # config.label_text = lambda { |label, required, explicit_label| "#{required} #{label}" }
102
+
103
+ # You can define the class to use on all labels. Default is nil.
104
+ # config.label_class = nil
105
+
106
+ # You can define the default class to be used on forms. Can be overriden
107
+ # with `html: { :class }`. Defaulting to none.
108
+ # config.default_form_class = nil
109
+
110
+ # You can define which elements should obtain additional classes
111
+ # config.generate_additional_classes_for = [:wrapper, :label, :input]
112
+
113
+ # Whether attributes are required by default (or not). Default is true.
114
+ # config.required_by_default = true
115
+
116
+ # Tell browsers whether to use the native HTML5 validations (novalidate form option).
117
+ # These validations are enabled in SimpleForm's internal config but disabled by default
118
+ # in this configuration, which is recommended due to some quirks from different browsers.
119
+ # To stop SimpleForm from generating the novalidate option, enabling the HTML5 validations,
120
+ # change this configuration to true.
121
+ config.browser_validations = true
122
+
123
+ # Collection of methods to detect if a file type was given.
124
+ # config.file_methods = [ :mounted_as, :file?, :public_filename ]
125
+
126
+ # Custom mappings for input types. This should be a hash containing a regexp
127
+ # to match as key, and the input type that will be used when the field name
128
+ # matches the regexp as value.
129
+ # config.input_mappings = { /count/ => :integer }
130
+
131
+ # Custom wrappers for input types. This should be a hash containing an input
132
+ # type as key and the wrapper that will be used for all inputs with specified type.
133
+ # config.wrapper_mappings = { string: :prepend }
134
+
135
+ # Namespaces where SimpleForm should look for custom input classes that
136
+ # override default inputs.
137
+ # config.custom_inputs_namespaces << "CustomInputs"
138
+
139
+ # Default priority for time_zone inputs.
140
+ # config.time_zone_priority = nil
141
+
142
+ # Default priority for country inputs.
143
+ # config.country_priority = nil
144
+
145
+ # When false, do not use translations for labels.
146
+ # config.translate_labels = true
147
+
148
+ # Automatically discover new inputs in Rails' autoload path.
149
+ # config.inputs_discovery = true
150
+
151
+ # Cache SimpleForm inputs discovery
152
+ # config.cache_discovery = !Rails.env.development?
153
+
154
+ # Default class for inputs
155
+ # config.input_class = nil
156
+
157
+ # Define the default class of the input wrapper of the boolean input.
158
+ config.boolean_label_class = 'checkbox'
159
+
160
+ # Defines if the default input wrapper class should be included in radio
161
+ # collection wrappers.
162
+ # config.include_default_input_wrapper_class = true
163
+
164
+ # Defines which i18n scope will be used in Simple Form.
165
+ # config.i18n_scope = 'simple_form'
166
+ end