rich 0.0.6 → 0.0.7

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 (1574) hide show
  1. data/README.rdoc +13 -10
  2. data/app/assets/images/rich/loading.png +0 -0
  3. data/app/assets/javascripts/rich/application.js +3 -109
  4. data/app/assets/javascripts/rich/base.js +3 -81
  5. data/app/assets/javascripts/rich/browser/extensions.js +15 -0
  6. data/app/assets/javascripts/rich/browser/filebrowser.js +147 -0
  7. data/app/assets/javascripts/rich/{uploader.js → browser/uploader.js} +0 -1
  8. data/app/assets/javascripts/rich/{ckeditor_path.js → editor/ckeditor_path.js} +0 -0
  9. data/app/assets/javascripts/rich/editor/rich_editor.js +52 -0
  10. data/app/assets/javascripts/rich/editor/rich_finder.js +34 -0
  11. data/app/assets/stylesheets/rich/application.css.scss +11 -4
  12. data/app/controllers/rich/files_controller.rb +2 -14
  13. data/app/inputs/rich_asset_input.rb +2 -5
  14. data/app/inputs/rich_input.rb +11 -17
  15. data/app/models/rich/rich_image.rb +1 -1
  16. data/app/views/layouts/rich/application.html.erb +1 -1
  17. data/app/views/rails_admin/main/_form_rich_text.html.haml +1 -1
  18. data/app/views/rich/files/_image.html.erb +3 -2
  19. data/app/views/rich/files/index.html.erb +7 -11
  20. data/app/views/rich/files/index.js.erb +1 -1
  21. data/lib/generators/rich/install/templates/rich.rb.erb +9 -1
  22. data/lib/rich/integrations/legacy_formtastic.rb +21 -0
  23. data/lib/rich/integrations/rails_admin_editor.rb +20 -0
  24. data/lib/rich/version.rb +1 -1
  25. data/lib/rich.rb +34 -11
  26. data/lib/tasks/rich_tasks.rake +10 -0
  27. data/test/dummy/app/views/posts/_formtastic_form.html.erb +1 -1
  28. data/test/dummy/config/initializers/rich.rb +1 -1
  29. data/test/dummy/db/development.sqlite3 +0 -0
  30. data/test/dummy/log/development.log +21156 -0
  31. data/test/dummy/log/production.log +1584 -0
  32. data/test/dummy/public/assets/active_admin/admin_notes_icon-44f1e8c6c964121ed2a81ec46cab4e8f.png +0 -0
  33. data/test/dummy/public/assets/active_admin/admin_notes_icon.png +0 -0
  34. data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg-82379b1692ff58021cbb72b7a47398f4.png +0 -0
  35. data/test/dummy/public/assets/active_admin/datepicker/datepicker-header-bg.png +0 -0
  36. data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon-8bc559f420278746aadc71a39ee2dcba.png +0 -0
  37. data/test/dummy/public/assets/active_admin/datepicker/datepicker-input-icon.png +0 -0
  38. data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon-244c553aa4397b8bd71fb7b9c6f2c038.png +0 -0
  39. data/test/dummy/public/assets/active_admin/datepicker/datepicker-next-link-icon.png +0 -0
  40. data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple-b2d462853233e269d07924e121373ed6.png +0 -0
  41. data/test/dummy/public/assets/active_admin/datepicker/datepicker-nipple.png +0 -0
  42. data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon-c7350481017d5d77579c21937470ab25.png +0 -0
  43. data/test/dummy/public/assets/active_admin/datepicker/datepicker-prev-link-icon.png +0 -0
  44. data/test/dummy/public/assets/active_admin/loading-d608b5c4f1285d851932fb16404f2ef9.gif +0 -0
  45. data/test/dummy/public/assets/active_admin/loading.gif +0 -0
  46. data/test/dummy/public/assets/active_admin/nested_menu_arrow-843da9bdc70bc1b886dcb77568b56c17.gif +0 -0
  47. data/test/dummy/public/assets/active_admin/nested_menu_arrow.gif +0 -0
  48. data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark-639ddf23c1337911ccba7cc755edce38.gif +0 -0
  49. data/test/dummy/public/assets/active_admin/nested_menu_arrow_dark.gif +0 -0
  50. data/test/dummy/public/assets/active_admin/orderable-91583e6f60064e4b86801f12b7d52bc8.png +0 -0
  51. data/test/dummy/public/assets/active_admin/orderable.png +0 -0
  52. data/test/dummy/public/assets/active_admin-7c22dd5d091d5986bb317d01578d770b.css +1 -0
  53. data/test/dummy/public/assets/active_admin-7c22dd5d091d5986bb317d01578d770b.css.gz +0 -0
  54. data/test/dummy/public/assets/active_admin-cab6278178c392e12a96772baa6f75d3.js +30 -0
  55. data/test/dummy/public/assets/active_admin-cab6278178c392e12a96772baa6f75d3.js.gz +0 -0
  56. data/test/dummy/public/assets/active_admin.css +1 -0
  57. data/test/dummy/public/assets/active_admin.css.gz +0 -0
  58. data/test/dummy/public/assets/active_admin.js +30 -0
  59. data/test/dummy/public/assets/active_admin.js.gz +0 -0
  60. data/test/dummy/public/assets/application-1807d8e7d63797f1ada2239ca9cf7c3b.css +1 -0
  61. data/test/dummy/public/assets/application-1807d8e7d63797f1ada2239ca9cf7c3b.css.gz +0 -0
  62. data/test/dummy/public/assets/application-a08973695228f879d618b212de14ccd7.js +29 -0
  63. data/test/dummy/public/assets/application-a08973695228f879d618b212de14ccd7.js.gz +0 -0
  64. data/test/dummy/public/assets/application.css +1 -0
  65. data/test/dummy/public/assets/application.css.gz +0 -0
  66. data/test/dummy/public/assets/application.js +29 -0
  67. data/test/dummy/public/assets/application.js.gz +0 -0
  68. data/test/dummy/public/assets/ckeditor/CHANGES-f20e8a82d502c4c177f9f36630336b41.html +1433 -0
  69. data/test/dummy/public/assets/ckeditor/CHANGES.html +1433 -0
  70. data/test/dummy/public/assets/ckeditor/INSTALL-2ffbef3279a59c4316cf813597a2c508.html +92 -0
  71. data/test/dummy/public/assets/ckeditor/INSTALL.html +92 -0
  72. data/test/dummy/public/assets/ckeditor/LICENSE-2b4f1fb3d6f70cd4d5213c7bab7ee998.html +1327 -0
  73. data/test/dummy/public/assets/ckeditor/LICENSE.html +1327 -0
  74. data/test/dummy/public/assets/ckeditor/_samples/adobeair/application-5bc1ca37c86572044599f9e6308f2710.xml +32 -0
  75. data/test/dummy/public/assets/ckeditor/_samples/adobeair/application.xml +32 -0
  76. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-31c16b1eec8b8f4789dd418d8ccc6c06.sh +8 -0
  77. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run-94e108d6e09ab93ee31e7878a770a3db.bat +9 -0
  78. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.bat +9 -0
  79. data/test/dummy/public/assets/ckeditor/_samples/adobeair/run.sh +8 -0
  80. data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample-94ee1edb7dfb307dd415eb1315df1be5.html +45 -0
  81. data/test/dummy/public/assets/ckeditor/_samples/adobeair/sample.html +45 -0
  82. data/test/dummy/public/assets/ckeditor/_samples/ajax-bafebba9e9dc0a61d2d4a5e924d8a70c.html +98 -0
  83. data/test/dummy/public/assets/ckeditor/_samples/ajax.html +98 -0
  84. data/test/dummy/public/assets/ckeditor/_samples/api-057535aabdb4860995cb08e1a535ef60.html +192 -0
  85. data/test/dummy/public/assets/ckeditor/_samples/api.html +192 -0
  86. data/test/dummy/public/assets/ckeditor/_samples/api_dialog/my_dialog.js +28 -0
  87. data/test/dummy/public/assets/ckeditor/_samples/api_dialog-b32277b735d50842cceec8c3ff10e134.html +198 -0
  88. data/test/dummy/public/assets/ckeditor/_samples/api_dialog.html +198 -0
  89. data/test/dummy/public/assets/ckeditor/_samples/asp/advanced-54ff50b3650043f062f720f8a65b6afd.asp +105 -0
  90. data/test/dummy/public/assets/ckeditor/_samples/asp/advanced.asp +105 -0
  91. data/test/dummy/public/assets/ckeditor/_samples/asp/events-c68d53123518d87149d8f562b21cf494.asp +136 -0
  92. data/test/dummy/public/assets/ckeditor/_samples/asp/events.asp +136 -0
  93. data/test/dummy/public/assets/ckeditor/_samples/asp/index-68ba3a172db03205bef8cbee8641e78d.html +103 -0
  94. data/test/dummy/public/assets/ckeditor/_samples/asp/index.html +103 -0
  95. data/test/dummy/public/assets/ckeditor/_samples/asp/replace-1f7af5a8bb29d30663445b22be5a628e.asp +72 -0
  96. data/test/dummy/public/assets/ckeditor/_samples/asp/replace.asp +72 -0
  97. data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall-01e192b1664cc24f07fbe25d57f41612.asp +77 -0
  98. data/test/dummy/public/assets/ckeditor/_samples/asp/replaceall.asp +77 -0
  99. data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata-ce7311b1afdd32525d1eac9f717c7ae2.asp +46 -0
  100. data/test/dummy/public/assets/ckeditor/_samples/asp/sample_posteddata.asp +46 -0
  101. data/test/dummy/public/assets/ckeditor/_samples/asp/standalone-49dbef1fd77f8041dad9561c056a2155.asp +72 -0
  102. data/test/dummy/public/assets/ckeditor/_samples/asp/standalone.asp +72 -0
  103. data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata-1d3aef6c999e042b6f7d313a9ac0f609.php +59 -0
  104. data/test/dummy/public/assets/ckeditor/_samples/assets/_posteddata.php +59 -0
  105. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-0e1abfc75b16edc78c33987ba1380070.swf +0 -0
  106. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash-1066afe33f62b4aa2d82bcb81f486043.fla +0 -0
  107. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.fla +0 -0
  108. data/test/dummy/public/assets/ckeditor/_samples/assets/output_for_flash.swf +0 -0
  109. data/test/dummy/public/assets/ckeditor/_samples/assets/output_xhtml.css +204 -0
  110. data/test/dummy/public/assets/ckeditor/_samples/assets/parsesample.css +70 -0
  111. data/test/dummy/public/assets/ckeditor/_samples/assets/swfobject.js +18 -0
  112. data/test/dummy/public/assets/ckeditor/_samples/autogrow-d75f5b15f788f42dbc9741db3776d69a.html +108 -0
  113. data/test/dummy/public/assets/ckeditor/_samples/autogrow.html +108 -0
  114. data/test/dummy/public/assets/ckeditor/_samples/bbcode-0f74d8e224f5266d89593ec30d11b36b.html +125 -0
  115. data/test/dummy/public/assets/ckeditor/_samples/bbcode.html +125 -0
  116. data/test/dummy/public/assets/ckeditor/_samples/devtools-f3809d9f736e4c808a3d719a92e25cf3.html +94 -0
  117. data/test/dummy/public/assets/ckeditor/_samples/devtools.html +94 -0
  118. data/test/dummy/public/assets/ckeditor/_samples/divreplace-d465028dd7a709153254e7fdd64a5168.html +154 -0
  119. data/test/dummy/public/assets/ckeditor/_samples/divreplace.html +154 -0
  120. data/test/dummy/public/assets/ckeditor/_samples/enterkey-57de47d08ee98aa394821181d6db2cbd.html +115 -0
  121. data/test/dummy/public/assets/ckeditor/_samples/enterkey.html +115 -0
  122. data/test/dummy/public/assets/ckeditor/_samples/fullpage-57a20d50b0a5a8747f335dec7300e9a0.html +82 -0
  123. data/test/dummy/public/assets/ckeditor/_samples/fullpage.html +82 -0
  124. data/test/dummy/public/assets/ckeditor/_samples/index-5cf9715eb1983edee5d3da2da6d3a2b0.html +116 -0
  125. data/test/dummy/public/assets/ckeditor/_samples/index.html +116 -0
  126. data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter-6baf7fff5cc78b08e345459b31f2edeb.html +99 -0
  127. data/test/dummy/public/assets/ckeditor/_samples/jqueryadapter.html +99 -0
  128. data/test/dummy/public/assets/ckeditor/_samples/output_for_flash-659e402a614b6bcdf89d137fcacaa7c2.html +275 -0
  129. data/test/dummy/public/assets/ckeditor/_samples/output_for_flash.html +275 -0
  130. data/test/dummy/public/assets/ckeditor/_samples/output_html-ae26aa60262a0b170e27ed43165467e4.html +285 -0
  131. data/test/dummy/public/assets/ckeditor/_samples/output_html.html +285 -0
  132. data/test/dummy/public/assets/ckeditor/_samples/output_xhtml-2dd3dce4c43dcd7e4aa7ddd8943b374b.html +177 -0
  133. data/test/dummy/public/assets/ckeditor/_samples/output_xhtml.html +177 -0
  134. data/test/dummy/public/assets/ckeditor/_samples/php/advanced-e5323a928a4d1c2883156610f3e0a38e.php +120 -0
  135. data/test/dummy/public/assets/ckeditor/_samples/php/advanced.php +120 -0
  136. data/test/dummy/public/assets/ckeditor/_samples/php/events-5286b70c33caae79a7be1a52a5e9245d.php +153 -0
  137. data/test/dummy/public/assets/ckeditor/_samples/php/events.php +153 -0
  138. data/test/dummy/public/assets/ckeditor/_samples/php/index-946329b00cf358518f2d685586b82e97.html +47 -0
  139. data/test/dummy/public/assets/ckeditor/_samples/php/index.html +47 -0
  140. data/test/dummy/public/assets/ckeditor/_samples/php/replace-ae0be7dbef2f0229baa7d4b56cf5eeea.php +87 -0
  141. data/test/dummy/public/assets/ckeditor/_samples/php/replace.php +87 -0
  142. data/test/dummy/public/assets/ckeditor/_samples/php/replaceall-2278779ada3171438515d024ed1f7d86.php +88 -0
  143. data/test/dummy/public/assets/ckeditor/_samples/php/replaceall.php +88 -0
  144. data/test/dummy/public/assets/ckeditor/_samples/php/standalone-964b35efc041bdf618d27fcd632ab5ad.php +83 -0
  145. data/test/dummy/public/assets/ckeditor/_samples/php/standalone.php +83 -0
  146. data/test/dummy/public/assets/ckeditor/_samples/placeholder-117048862dab5cea78c207cce4bc79b2.html +81 -0
  147. data/test/dummy/public/assets/ckeditor/_samples/placeholder.html +81 -0
  148. data/test/dummy/public/assets/ckeditor/_samples/readonly-34a58f31885ae6e59af2af51cb232433.html +91 -0
  149. data/test/dummy/public/assets/ckeditor/_samples/readonly.html +91 -0
  150. data/test/dummy/public/assets/ckeditor/_samples/replacebyclass-2c0dca58346a180aabf46284ca2b3b26.html +64 -0
  151. data/test/dummy/public/assets/ckeditor/_samples/replacebyclass.html +64 -0
  152. data/test/dummy/public/assets/ckeditor/_samples/replacebycode-87179bec3dfddf48b08ab7d6ddb6e8b0.html +97 -0
  153. data/test/dummy/public/assets/ckeditor/_samples/replacebycode.html +97 -0
  154. data/test/dummy/public/assets/ckeditor/_samples/sample.css +163 -0
  155. data/test/dummy/public/assets/ckeditor/_samples/sample.js +65 -0
  156. data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata-51b7712d6c70ff6dca17de03a4b2d3d1.php +21 -0
  157. data/test/dummy/public/assets/ckeditor/_samples/sample_posteddata.php +21 -0
  158. data/test/dummy/public/assets/ckeditor/_samples/sharedspaces-4bb176a12b4fa9a0f8dafaa8d8580ec7.html +153 -0
  159. data/test/dummy/public/assets/ckeditor/_samples/sharedspaces.html +153 -0
  160. data/test/dummy/public/assets/ckeditor/_samples/skins-c45f1281cd26ea856954c9e28f5de0de.html +110 -0
  161. data/test/dummy/public/assets/ckeditor/_samples/skins.html +110 -0
  162. data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser-64a03394b2a15563465e36ff37207acf.html +93 -0
  163. data/test/dummy/public/assets/ckeditor/_samples/stylesheetparser.html +93 -0
  164. data/test/dummy/public/assets/ckeditor/_samples/tableresize-64c60ccc44d2e031d3f7ea15898da27a.html +115 -0
  165. data/test/dummy/public/assets/ckeditor/_samples/tableresize.html +115 -0
  166. data/test/dummy/public/assets/ckeditor/_samples/ui_color-d8839219a2553c5cd7160488bb1a44ad.html +129 -0
  167. data/test/dummy/public/assets/ckeditor/_samples/ui_color.html +129 -0
  168. data/test/dummy/public/assets/ckeditor/_samples/ui_languages-78f32c64667385393fd630d8998f67e2.html +134 -0
  169. data/test/dummy/public/assets/ckeditor/_samples/ui_languages.html +134 -0
  170. data/test/dummy/public/assets/ckeditor/_source/adapters/jquery.js +306 -0
  171. data/test/dummy/public/assets/ckeditor/_source/core/_bootstrap.js +87 -0
  172. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor.js +141 -0
  173. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_base.js +227 -0
  174. data/test/dummy/public/assets/ckeditor/_source/core/ckeditor_basic.js +238 -0
  175. data/test/dummy/public/assets/ckeditor/_source/core/command.js +209 -0
  176. data/test/dummy/public/assets/ckeditor/_source/core/commanddefinition.js +129 -0
  177. data/test/dummy/public/assets/ckeditor/_source/core/config.js +439 -0
  178. data/test/dummy/public/assets/ckeditor/_source/core/dataprocessor.js +65 -0
  179. data/test/dummy/public/assets/ckeditor/_source/core/dom/comment.js +32 -0
  180. data/test/dummy/public/assets/ckeditor/_source/core/dom/document.js +251 -0
  181. data/test/dummy/public/assets/ckeditor/_source/core/dom/documentfragment.js +49 -0
  182. data/test/dummy/public/assets/ckeditor/_source/core/dom/domobject.js +258 -0
  183. data/test/dummy/public/assets/ckeditor/_source/core/dom/element.js +1691 -0
  184. data/test/dummy/public/assets/ckeditor/_source/core/dom/elementpath.js +119 -0
  185. data/test/dummy/public/assets/ckeditor/_source/core/dom/event.js +145 -0
  186. data/test/dummy/public/assets/ckeditor/_source/core/dom/node.js +696 -0
  187. data/test/dummy/public/assets/ckeditor/_source/core/dom/nodelist.js +26 -0
  188. data/test/dummy/public/assets/ckeditor/_source/core/dom/range.js +2054 -0
  189. data/test/dummy/public/assets/ckeditor/_source/core/dom/rangelist.js +213 -0
  190. data/test/dummy/public/assets/ckeditor/_source/core/dom/text.js +128 -0
  191. data/test/dummy/public/assets/ckeditor/_source/core/dom/walker.js +462 -0
  192. data/test/dummy/public/assets/ckeditor/_source/core/dom/window.js +96 -0
  193. data/test/dummy/public/assets/ckeditor/_source/core/dom.js +20 -0
  194. data/test/dummy/public/assets/ckeditor/_source/core/dtd.js +266 -0
  195. data/test/dummy/public/assets/ckeditor/_source/core/editor.js +1059 -0
  196. data/test/dummy/public/assets/ckeditor/_source/core/editor_basic.js +186 -0
  197. data/test/dummy/public/assets/ckeditor/_source/core/env.js +305 -0
  198. data/test/dummy/public/assets/ckeditor/_source/core/event.js +342 -0
  199. data/test/dummy/public/assets/ckeditor/_source/core/eventInfo.js +120 -0
  200. data/test/dummy/public/assets/ckeditor/_source/core/focusmanager.js +152 -0
  201. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/basicwriter.js +145 -0
  202. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/cdata.js +43 -0
  203. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/comment.js +60 -0
  204. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/element.js +308 -0
  205. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/filter.js +288 -0
  206. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/fragment.js +518 -0
  207. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser/text.js +53 -0
  208. data/test/dummy/public/assets/ckeditor/_source/core/htmlparser.js +224 -0
  209. data/test/dummy/public/assets/ckeditor/_source/core/lang.js +157 -0
  210. data/test/dummy/public/assets/ckeditor/_source/core/loader.js +240 -0
  211. data/test/dummy/public/assets/ckeditor/_source/core/plugindefinition.js +83 -0
  212. data/test/dummy/public/assets/ckeditor/_source/core/plugins.js +103 -0
  213. data/test/dummy/public/assets/ckeditor/_source/core/resourcemanager.js +238 -0
  214. data/test/dummy/public/assets/ckeditor/_source/core/scriptloader.js +180 -0
  215. data/test/dummy/public/assets/ckeditor/_source/core/skins.js +184 -0
  216. data/test/dummy/public/assets/ckeditor/_source/core/themes.js +19 -0
  217. data/test/dummy/public/assets/ckeditor/_source/core/tools.js +763 -0
  218. data/test/dummy/public/assets/ckeditor/_source/core/ui.js +128 -0
  219. data/test/dummy/public/assets/ckeditor/_source/lang/_languages.js +84 -0
  220. data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus-d4de76b18adf6359149559be9138847a.txt +61 -0
  221. data/test/dummy/public/assets/ckeditor/_source/lang/_translationstatus.txt +61 -0
  222. data/test/dummy/public/assets/ckeditor/_source/lang/af.js +815 -0
  223. data/test/dummy/public/assets/ckeditor/_source/lang/ar.js +815 -0
  224. data/test/dummy/public/assets/ckeditor/_source/lang/bg.js +815 -0
  225. data/test/dummy/public/assets/ckeditor/_source/lang/bn.js +815 -0
  226. data/test/dummy/public/assets/ckeditor/_source/lang/bs.js +815 -0
  227. data/test/dummy/public/assets/ckeditor/_source/lang/ca.js +815 -0
  228. data/test/dummy/public/assets/ckeditor/_source/lang/cs.js +815 -0
  229. data/test/dummy/public/assets/ckeditor/_source/lang/cy.js +815 -0
  230. data/test/dummy/public/assets/ckeditor/_source/lang/da.js +815 -0
  231. data/test/dummy/public/assets/ckeditor/_source/lang/de.js +815 -0
  232. data/test/dummy/public/assets/ckeditor/_source/lang/el.js +815 -0
  233. data/test/dummy/public/assets/ckeditor/_source/lang/en-au.js +815 -0
  234. data/test/dummy/public/assets/ckeditor/_source/lang/en-ca.js +815 -0
  235. data/test/dummy/public/assets/ckeditor/_source/lang/en-gb.js +815 -0
  236. data/test/dummy/public/assets/ckeditor/_source/lang/en.js +815 -0
  237. data/test/dummy/public/assets/ckeditor/_source/lang/eo.js +815 -0
  238. data/test/dummy/public/assets/ckeditor/_source/lang/es.js +815 -0
  239. data/test/dummy/public/assets/ckeditor/_source/lang/et.js +815 -0
  240. data/test/dummy/public/assets/ckeditor/_source/lang/eu.js +815 -0
  241. data/test/dummy/public/assets/ckeditor/_source/lang/fa.js +815 -0
  242. data/test/dummy/public/assets/ckeditor/_source/lang/fi.js +815 -0
  243. data/test/dummy/public/assets/ckeditor/_source/lang/fo.js +815 -0
  244. data/test/dummy/public/assets/ckeditor/_source/lang/fr-ca.js +815 -0
  245. data/test/dummy/public/assets/ckeditor/_source/lang/fr.js +815 -0
  246. data/test/dummy/public/assets/ckeditor/_source/lang/gl.js +815 -0
  247. data/test/dummy/public/assets/ckeditor/_source/lang/gu.js +815 -0
  248. data/test/dummy/public/assets/ckeditor/_source/lang/he.js +815 -0
  249. data/test/dummy/public/assets/ckeditor/_source/lang/hi.js +815 -0
  250. data/test/dummy/public/assets/ckeditor/_source/lang/hr.js +815 -0
  251. data/test/dummy/public/assets/ckeditor/_source/lang/hu.js +815 -0
  252. data/test/dummy/public/assets/ckeditor/_source/lang/is.js +815 -0
  253. data/test/dummy/public/assets/ckeditor/_source/lang/it.js +815 -0
  254. data/test/dummy/public/assets/ckeditor/_source/lang/ja.js +815 -0
  255. data/test/dummy/public/assets/ckeditor/_source/lang/ka.js +815 -0
  256. data/test/dummy/public/assets/ckeditor/_source/lang/km.js +815 -0
  257. data/test/dummy/public/assets/ckeditor/_source/lang/ko.js +815 -0
  258. data/test/dummy/public/assets/ckeditor/_source/lang/lt.js +815 -0
  259. data/test/dummy/public/assets/ckeditor/_source/lang/lv.js +815 -0
  260. data/test/dummy/public/assets/ckeditor/_source/lang/mn.js +815 -0
  261. data/test/dummy/public/assets/ckeditor/_source/lang/ms.js +815 -0
  262. data/test/dummy/public/assets/ckeditor/_source/lang/nb.js +815 -0
  263. data/test/dummy/public/assets/ckeditor/_source/lang/nl.js +815 -0
  264. data/test/dummy/public/assets/ckeditor/_source/lang/no.js +815 -0
  265. data/test/dummy/public/assets/ckeditor/_source/lang/pl.js +815 -0
  266. data/test/dummy/public/assets/ckeditor/_source/lang/pt-br.js +814 -0
  267. data/test/dummy/public/assets/ckeditor/_source/lang/pt.js +815 -0
  268. data/test/dummy/public/assets/ckeditor/_source/lang/ro.js +815 -0
  269. data/test/dummy/public/assets/ckeditor/_source/lang/ru.js +815 -0
  270. data/test/dummy/public/assets/ckeditor/_source/lang/sk.js +815 -0
  271. data/test/dummy/public/assets/ckeditor/_source/lang/sl.js +815 -0
  272. data/test/dummy/public/assets/ckeditor/_source/lang/sr-latn.js +815 -0
  273. data/test/dummy/public/assets/ckeditor/_source/lang/sr.js +815 -0
  274. data/test/dummy/public/assets/ckeditor/_source/lang/sv.js +814 -0
  275. data/test/dummy/public/assets/ckeditor/_source/lang/th.js +815 -0
  276. data/test/dummy/public/assets/ckeditor/_source/lang/tr.js +814 -0
  277. data/test/dummy/public/assets/ckeditor/_source/lang/uk.js +815 -0
  278. data/test/dummy/public/assets/ckeditor/_source/lang/vi.js +815 -0
  279. data/test/dummy/public/assets/ckeditor/_source/lang/zh-cn.js +815 -0
  280. data/test/dummy/public/assets/ckeditor/_source/lang/zh.js +815 -0
  281. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +222 -0
  282. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/en.js +108 -0
  283. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/lang/he.js +216 -0
  284. data/test/dummy/public/assets/ckeditor/_source/plugins/a11yhelp/plugin.js +47 -0
  285. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/about.js +76 -0
  286. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor-fc876ee54c60ea0f0bb16ad65ca4deeb.png +0 -0
  287. data/test/dummy/public/assets/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
  288. data/test/dummy/public/assets/ckeditor/_source/plugins/about/plugin.js +24 -0
  289. data/test/dummy/public/assets/ckeditor/_source/plugins/adobeair/plugin.js +228 -0
  290. data/test/dummy/public/assets/ckeditor/_source/plugins/ajax/plugin.js +152 -0
  291. data/test/dummy/public/assets/ckeditor/_source/plugins/autogrow/plugin.js +141 -0
  292. data/test/dummy/public/assets/ckeditor/_source/plugins/basicstyles/plugin.js +129 -0
  293. data/test/dummy/public/assets/ckeditor/_source/plugins/bbcode/plugin.js +931 -0
  294. data/test/dummy/public/assets/ckeditor/_source/plugins/bidi/plugin.js +334 -0
  295. data/test/dummy/public/assets/ckeditor/_source/plugins/blockquote/plugin.js +305 -0
  296. data/test/dummy/public/assets/ckeditor/_source/plugins/button/plugin.js +290 -0
  297. data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/dialogs/paste.js +223 -0
  298. data/test/dummy/public/assets/ckeditor/_source/plugins/clipboard/plugin.js +453 -0
  299. data/test/dummy/public/assets/ckeditor/_source/plugins/colorbutton/plugin.js +301 -0
  300. data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +340 -0
  301. data/test/dummy/public/assets/ckeditor/_source/plugins/colordialog/plugin.js +15 -0
  302. data/test/dummy/public/assets/ckeditor/_source/plugins/contextmenu/plugin.js +179 -0
  303. data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/lang/en.js +16 -0
  304. data/test/dummy/public/assets/ckeditor/_source/plugins/devtools/plugin.js +173 -0
  305. data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/dialogDefinition.js +1166 -0
  306. data/test/dummy/public/assets/ckeditor/_source/plugins/dialog/plugin.js +3308 -0
  307. data/test/dummy/public/assets/ckeditor/_source/plugins/dialogadvtab/plugin.js +208 -0
  308. data/test/dummy/public/assets/ckeditor/_source/plugins/dialogui/plugin.js +1541 -0
  309. data/test/dummy/public/assets/ckeditor/_source/plugins/div/dialogs/div.js +535 -0
  310. data/test/dummy/public/assets/ckeditor/_source/plugins/div/plugin.js +121 -0
  311. data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/dialogs/docprops.js +674 -0
  312. data/test/dummy/public/assets/ckeditor/_source/plugins/docprops/plugin.js +22 -0
  313. data/test/dummy/public/assets/ckeditor/_source/plugins/domiterator/plugin.js +361 -0
  314. data/test/dummy/public/assets/ckeditor/_source/plugins/editingblock/plugin.js +278 -0
  315. data/test/dummy/public/assets/ckeditor/_source/plugins/elementspath/plugin.js +218 -0
  316. data/test/dummy/public/assets/ckeditor/_source/plugins/enterkey/plugin.js +433 -0
  317. data/test/dummy/public/assets/ckeditor/_source/plugins/entities/plugin.js +250 -0
  318. data/test/dummy/public/assets/ckeditor/_source/plugins/fakeobjects/plugin.js +175 -0
  319. data/test/dummy/public/assets/ckeditor/_source/plugins/filebrowser/plugin.js +534 -0
  320. data/test/dummy/public/assets/ckeditor/_source/plugins/find/dialogs/find.js +915 -0
  321. data/test/dummy/public/assets/ckeditor/_source/plugins/find/plugin.js +47 -0
  322. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/dialogs/flash.js +674 -0
  323. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder-ba59b836184c3127b4b6f60f7a4e0720.png +0 -0
  324. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
  325. data/test/dummy/public/assets/ckeditor/_source/plugins/flash/plugin.js +154 -0
  326. data/test/dummy/public/assets/ckeditor/_source/plugins/floatpanel/plugin.js +428 -0
  327. data/test/dummy/public/assets/ckeditor/_source/plugins/font/plugin.js +234 -0
  328. data/test/dummy/public/assets/ckeditor/_source/plugins/format/plugin.js +197 -0
  329. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/button.js +118 -0
  330. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/checkbox.js +153 -0
  331. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/form.js +177 -0
  332. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +100 -0
  333. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/radio.js +135 -0
  334. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/select.js +558 -0
  335. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textarea.js +135 -0
  336. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/dialogs/textfield.js +199 -0
  337. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield-4b630612e38369aae8e4502421668aec.gif +0 -0
  338. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
  339. data/test/dummy/public/assets/ckeditor/_source/plugins/forms/plugin.js +288 -0
  340. data/test/dummy/public/assets/ckeditor/_source/plugins/horizontalrule/plugin.js +48 -0
  341. data/test/dummy/public/assets/ckeditor/_source/plugins/htmldataprocessor/plugin.js +596 -0
  342. data/test/dummy/public/assets/ckeditor/_source/plugins/htmlwriter/plugin.js +319 -0
  343. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/dialogs/iframe.js +229 -0
  344. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder-0003e18e649512d4360293190828c51e.png +0 -0
  345. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
  346. data/test/dummy/public/assets/ckeditor/_source/plugins/iframe/plugin.js +87 -0
  347. data/test/dummy/public/assets/ckeditor/_source/plugins/iframedialog/plugin.js +188 -0
  348. data/test/dummy/public/assets/ckeditor/_source/plugins/image/dialogs/image.js +1407 -0
  349. data/test/dummy/public/assets/ckeditor/_source/plugins/image/plugin.js +81 -0
  350. data/test/dummy/public/assets/ckeditor/_source/plugins/indent/plugin.js +461 -0
  351. data/test/dummy/public/assets/ckeditor/_source/plugins/justify/plugin.js +253 -0
  352. data/test/dummy/public/assets/ckeditor/_source/plugins/keystrokes/plugin.js +225 -0
  353. data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/anchor.js +144 -0
  354. data/test/dummy/public/assets/ckeditor/_source/plugins/link/dialogs/link.js +1425 -0
  355. data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor-501974232bdebac2c503f40a23e2108d.gif +0 -0
  356. data/test/dummy/public/assets/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
  357. data/test/dummy/public/assets/ckeditor/_source/plugins/link/plugin.js +374 -0
  358. data/test/dummy/public/assets/ckeditor/_source/plugins/list/plugin.js +774 -0
  359. data/test/dummy/public/assets/ckeditor/_source/plugins/listblock/plugin.js +266 -0
  360. data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +225 -0
  361. data/test/dummy/public/assets/ckeditor/_source/plugins/liststyle/plugin.js +66 -0
  362. data/test/dummy/public/assets/ckeditor/_source/plugins/maximize/plugin.js +353 -0
  363. data/test/dummy/public/assets/ckeditor/_source/plugins/menu/plugin.js +541 -0
  364. data/test/dummy/public/assets/ckeditor/_source/plugins/menubutton/plugin.js +98 -0
  365. data/test/dummy/public/assets/ckeditor/_source/plugins/newpage/plugin.js +55 -0
  366. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak-2bbc85d3a07d40c7c7fb8d07c5ba1a91.gif +0 -0
  367. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
  368. data/test/dummy/public/assets/ckeditor/_source/plugins/pagebreak/plugin.js +164 -0
  369. data/test/dummy/public/assets/ckeditor/_source/plugins/panel/plugin.js +400 -0
  370. data/test/dummy/public/assets/ckeditor/_source/plugins/panelbutton/plugin.js +144 -0
  371. data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/filter/default.js +1367 -0
  372. data/test/dummy/public/assets/ckeditor/_source/plugins/pastefromword/plugin.js +141 -0
  373. data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +67 -0
  374. data/test/dummy/public/assets/ckeditor/_source/plugins/pastetext/plugin.js +98 -0
  375. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +71 -0
  376. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/en.js +16 -0
  377. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/lang/he.js +16 -0
  378. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder-3fa52c05f290e714bb7ce46ef9e1e3fd.gif +0 -0
  379. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
  380. data/test/dummy/public/assets/ckeditor/_source/plugins/placeholder/plugin.js +171 -0
  381. data/test/dummy/public/assets/ckeditor/_source/plugins/popup/plugin.js +64 -0
  382. data/test/dummy/public/assets/ckeditor/_source/plugins/preview/plugin.js +113 -0
  383. data/test/dummy/public/assets/ckeditor/_source/plugins/print/plugin.js +42 -0
  384. data/test/dummy/public/assets/ckeditor/_source/plugins/removeformat/plugin.js +185 -0
  385. data/test/dummy/public/assets/ckeditor/_source/plugins/resize/plugin.js +168 -0
  386. data/test/dummy/public/assets/ckeditor/_source/plugins/richcombo/plugin.js +381 -0
  387. data/test/dummy/public/assets/ckeditor/_source/plugins/save/plugin.js +56 -0
  388. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/options.js +537 -0
  389. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +71 -0
  390. data/test/dummy/public/assets/ckeditor/_source/plugins/scayt/plugin.js +973 -0
  391. data/test/dummy/public/assets/ckeditor/_source/plugins/selection/plugin.js +1729 -0
  392. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address-03733f204b35c6ea053d6dc766e627f4.png +0 -0
  393. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
  394. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote-9f5a2341078595e812f4390673e1d691.png +0 -0
  395. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
  396. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div-197a3f96741fe9008a4679d26fdb7f2c.png +0 -0
  397. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
  398. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1-2ef949aef3e9e43f866cd44f6b912617.png +0 -0
  399. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
  400. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2-a1bd5af6674ec59ab8dd2753d1fe7123.png +0 -0
  401. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
  402. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3-94ce278fa39900a6603e7c509116d322.png +0 -0
  403. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
  404. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4-6c8bbaba545a3e0c29e06bb015ff38f6.png +0 -0
  405. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
  406. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5-b22e60c26c7c654fcc751f77c16cad59.png +0 -0
  407. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
  408. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6-184a0c99cd06c2d7d329a1ce8aab7963.png +0 -0
  409. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
  410. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p-638869d4338d1e1ebb9eaa4f73de174d.png +0 -0
  411. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
  412. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre-ebdbe4b89d8955761f6a97a891c8aa19.png +0 -0
  413. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
  414. data/test/dummy/public/assets/ckeditor/_source/plugins/showblocks/plugin.js +160 -0
  415. data/test/dummy/public/assets/ckeditor/_source/plugins/showborders/plugin.js +207 -0
  416. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/dialogs/smiley.js +224 -0
  417. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile-61a21f5af1321a26350cb2ac7f9ecab8.gif +0 -0
  418. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
  419. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile-5f6ecc899507a1b169bb7a8a62372441.gif +0 -0
  420. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
  421. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart-089eb8c05b66c50383cf43a94170bcd7.gif +0 -0
  422. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
  423. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile-bdfd0e16b074007d0621999fd50f5348.gif +0 -0
  424. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
  425. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile-e28cb803c6d8eaa6f22f90489b4c519c.gif +0 -0
  426. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
  427. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile-77d7bfa3796df2c81858e285c4b65d97.gif +0 -0
  428. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
  429. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile-16ef2926176e59d29ec7fe3a2bfe2e02.gif +0 -0
  430. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +0 -0
  431. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope-c2077dc5ae53ac8ec69c9ff0b8386938.gif +0 -0
  432. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
  433. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart-2d8a0eaaf7c2e42f579e78464a8d443f.gif +0 -0
  434. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
  435. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss-a4e7f76f10b1fbe1891e6db5bb900b1b.gif +0 -0
  436. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
  437. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb-939e2ca2cb123f03c8ee11e53dce7a35.gif +0 -0
  438. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
  439. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile-84ae8a1fc1c04e9289421037347799ba.gif +0 -0
  440. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
  441. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile-6b1e1690d88c16913eb05dd119f221d9.gif +0 -0
  442. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
  443. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile-bf3a033d9be803b4f5b38b9b0c258704.gif +0 -0
  444. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
  445. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile-bd6d9f1ef7c868ef160aafc4da42fdad.gif +0 -0
  446. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
  447. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile-7da3f610067417297b3a235899688067.gif +0 -0
  448. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
  449. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down-abcf7aad6e8ccd1e0786786bc5594c7a.gif +0 -0
  450. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
  451. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up-e5239bab9fb2674ce22705d232cd29f3.gif +0 -0
  452. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
  453. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile-66d4ad71a8977e7e9871a18c5a79952f.gif +0 -0
  454. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +0 -0
  455. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile-a831e713a52639619968a6c67ade659b.gif +0 -0
  456. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  457. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile-81177f9fe9e8c62c8bc1dac30fbedf12.gif +0 -0
  458. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
  459. data/test/dummy/public/assets/ckeditor/_source/plugins/smiley/plugin.js +94 -0
  460. data/test/dummy/public/assets/ckeditor/_source/plugins/sourcearea/plugin.js +209 -0
  461. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +350 -0
  462. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/lang/en.js +122 -0
  463. data/test/dummy/public/assets/ckeditor/_source/plugins/specialchar/plugin.js +70 -0
  464. data/test/dummy/public/assets/ckeditor/_source/plugins/styles/plugin.js +1700 -0
  465. data/test/dummy/public/assets/ckeditor/_source/plugins/styles/styles/default.js +88 -0
  466. data/test/dummy/public/assets/ckeditor/_source/plugins/stylescombo/plugin.js +218 -0
  467. data/test/dummy/public/assets/ckeditor/_source/plugins/stylesheetparser/plugin.js +148 -0
  468. data/test/dummy/public/assets/ckeditor/_source/plugins/tab/plugin.js +367 -0
  469. data/test/dummy/public/assets/ckeditor/_source/plugins/table/dialogs/table.js +623 -0
  470. data/test/dummy/public/assets/ckeditor/_source/plugins/table/plugin.js +78 -0
  471. data/test/dummy/public/assets/ckeditor/_source/plugins/tableresize/plugin.js +443 -0
  472. data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +525 -0
  473. data/test/dummy/public/assets/ckeditor/_source/plugins/tabletools/plugin.js +1194 -0
  474. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/dialogs/templates.js +234 -0
  475. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/plugin.js +99 -0
  476. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/default.js +94 -0
  477. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1-ea363748d77b692075af885f384ae6bd.gif +0 -0
  478. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
  479. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2-6401418f8e62efe47b7a87c734c9dd25.gif +0 -0
  480. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
  481. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3-ef931fe4fdb3fa35897598a2df449988.gif +0 -0
  482. data/test/dummy/public/assets/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
  483. data/test/dummy/public/assets/ckeditor/_source/plugins/toolbar/plugin.js +545 -0
  484. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +205 -0
  485. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/en.js +15 -0
  486. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/lang/he.js +15 -0
  487. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/plugin.js +37 -0
  488. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor-8ce2d3d1bf5d83b297c1568e065fd6e9.gif +0 -0
  489. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
  490. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg-c2d8d7faeb9d4b01f3008cda322f2763.png +0 -0
  491. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  492. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb-8e5fb8d26c158303b319553876a2a799.png +0 -0
  493. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  494. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask-ac846f51ee3570c6880d2a88cb4c5353.png +0 -0
  495. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  496. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb-aed7c70c1854dac98bd8310da084d689.png +0 -0
  497. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  498. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +15 -0
  499. data/test/dummy/public/assets/ckeditor/_source/plugins/uicolor/yui/yui.js +71 -0
  500. data/test/dummy/public/assets/ckeditor/_source/plugins/undo/plugin.js +578 -0
  501. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe-c7c588e16f092fdb33f9522df57acdf7.html +49 -0
  502. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +49 -0
  503. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset-2ed47c8c321406680828cd39a4cfd841.html +52 -0
  504. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  505. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.css +82 -0
  506. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/dialogs/wsc.js +192 -0
  507. data/test/dummy/public/assets/ckeditor/_source/plugins/wsc/plugin.js +33 -0
  508. data/test/dummy/public/assets/ckeditor/_source/plugins/wysiwygarea/plugin.js +1347 -0
  509. data/test/dummy/public/assets/ckeditor/_source/plugins/xml/plugin.js +170 -0
  510. data/test/dummy/public/assets/ckeditor/_source/skins/kama/dialog.css +989 -0
  511. data/test/dummy/public/assets/ckeditor/_source/skins/kama/editor.css +25 -0
  512. data/test/dummy/public/assets/ckeditor/_source/skins/kama/elementspath.css +73 -0
  513. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  514. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.css +366 -0
  515. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons.png +0 -0
  516. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  517. data/test/dummy/public/assets/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  518. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
  519. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
  520. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
  521. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
  522. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
  523. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
  524. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  525. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/mini.gif +0 -0
  526. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  527. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/noimage.png +0 -0
  528. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites-37a3ebdc1b4393eefbc4520a02938daf.png +0 -0
  529. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites.png +0 -0
  530. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6-105615f241302fed23e7aae2411b4a1f.png +0 -0
  531. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
  532. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
  533. data/test/dummy/public/assets/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
  534. data/test/dummy/public/assets/ckeditor/_source/skins/kama/mainui.css +206 -0
  535. data/test/dummy/public/assets/ckeditor/_source/skins/kama/menu.css +232 -0
  536. data/test/dummy/public/assets/ckeditor/_source/skins/kama/panel.css +217 -0
  537. data/test/dummy/public/assets/ckeditor/_source/skins/kama/presets.css +49 -0
  538. data/test/dummy/public/assets/ckeditor/_source/skins/kama/reset.css +85 -0
  539. data/test/dummy/public/assets/ckeditor/_source/skins/kama/richcombo.css +287 -0
  540. data/test/dummy/public/assets/ckeditor/_source/skins/kama/skin.js +236 -0
  541. data/test/dummy/public/assets/ckeditor/_source/skins/kama/templates.css +88 -0
  542. data/test/dummy/public/assets/ckeditor/_source/skins/kama/toolbar.css +408 -0
  543. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/dialog.css +891 -0
  544. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/editor.css +25 -0
  545. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/elementspath.css +74 -0
  546. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  547. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.css +363 -0
  548. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons.png +0 -0
  549. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  550. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  551. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-75a65a85a2b30468dc1beac0c54d1fb9.png +0 -0
  552. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides-edefdf8c116d4656501f13731ae8ff5b.gif +0 -0
  553. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
  554. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
  555. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl-77bbf3783e5dc7984f3be35faf7779fb.png +0 -0
  556. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
  557. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  558. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
  559. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  560. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
  561. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites-55354902984711767f69cf5f190b9d42.png +0 -0
  562. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
  563. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6-ea9534ccd0a64d8d14579a37bcdaaeb9.png +0 -0
  564. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
  565. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/mainui.css +153 -0
  566. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/menu.css +229 -0
  567. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/panel.css +212 -0
  568. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/presets.css +49 -0
  569. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/reset.css +85 -0
  570. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/richcombo.css +309 -0
  571. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/skin.js +74 -0
  572. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/templates.css +87 -0
  573. data/test/dummy/public/assets/ckeditor/_source/skins/office2003/toolbar.css +522 -0
  574. data/test/dummy/public/assets/ckeditor/_source/skins/v2/dialog.css +907 -0
  575. data/test/dummy/public/assets/ckeditor/_source/skins/v2/editor.css +25 -0
  576. data/test/dummy/public/assets/ckeditor/_source/skins/v2/elementspath.css +74 -0
  577. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  578. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.css +363 -0
  579. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons.png +0 -0
  580. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  581. data/test/dummy/public/assets/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  582. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
  583. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
  584. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
  585. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
  586. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
  587. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
  588. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  589. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/mini.gif +0 -0
  590. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  591. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/noimage.png +0 -0
  592. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites-781d681644b31f32868856fa132e4906.png +0 -0
  593. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites.png +0 -0
  594. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6-9c6895a740fc1778a432cce5b91bc281.png +0 -0
  595. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
  596. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
  597. data/test/dummy/public/assets/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
  598. data/test/dummy/public/assets/ckeditor/_source/skins/v2/mainui.css +162 -0
  599. data/test/dummy/public/assets/ckeditor/_source/skins/v2/menu.css +232 -0
  600. data/test/dummy/public/assets/ckeditor/_source/skins/v2/panel.css +212 -0
  601. data/test/dummy/public/assets/ckeditor/_source/skins/v2/presets.css +50 -0
  602. data/test/dummy/public/assets/ckeditor/_source/skins/v2/reset.css +85 -0
  603. data/test/dummy/public/assets/ckeditor/_source/skins/v2/richcombo.css +302 -0
  604. data/test/dummy/public/assets/ckeditor/_source/skins/v2/skin.js +70 -0
  605. data/test/dummy/public/assets/ckeditor/_source/skins/v2/templates.css +87 -0
  606. data/test/dummy/public/assets/ckeditor/_source/skins/v2/toolbar.css +465 -0
  607. data/test/dummy/public/assets/ckeditor/_source/themes/default/theme.js +407 -0
  608. data/test/dummy/{tmp/cache/assets/CA3/A50/sprockets%2F1138d3a48560705a7e596ab7bd02253b → public/assets/ckeditor/adapters/jquery.js} +0 -0
  609. data/test/dummy/public/assets/ckeditor/ckeditor-375b08659b4cb8f72be5ee3587123e65.pack +211 -0
  610. data/test/dummy/public/assets/ckeditor/ckeditor-443f9c44cd2d9283d11a70ab3fcf480a.php +29 -0
  611. data/test/dummy/public/assets/ckeditor/ckeditor-d4b0a17fd7607891a271f2430be8835d.asp +955 -0
  612. data/test/dummy/public/assets/ckeditor/ckeditor.asp +955 -0
  613. data/test/dummy/{tmp/cache/assets/D1F/840/sprockets%2F3f6d2f8168b95fd5064838cfb05c5d54 → public/assets/ckeditor/ckeditor.js} +0 -0
  614. data/test/dummy/public/assets/ckeditor/ckeditor.pack +211 -0
  615. data/test/dummy/public/assets/ckeditor/ckeditor.php +29 -0
  616. data/test/dummy/public/assets/ckeditor/ckeditor_basic.js +8 -0
  617. data/test/dummy/public/assets/ckeditor/ckeditor_basic_source.js +20 -0
  618. data/test/dummy/public/assets/ckeditor/ckeditor_php4-e6e1feca4ad8048e38b87150326bb706.php +566 -0
  619. data/test/dummy/public/assets/ckeditor/ckeditor_php4.php +566 -0
  620. data/test/dummy/public/assets/ckeditor/ckeditor_php5-2ac2cebe11e6dbe76831c21173cc6d36.php +556 -0
  621. data/test/dummy/public/assets/ckeditor/ckeditor_php5.php +556 -0
  622. data/test/dummy/public/assets/ckeditor/ckeditor_source.js +35 -0
  623. data/test/dummy/public/assets/ckeditor/config.js +11 -0
  624. data/test/dummy/public/assets/ckeditor/contents.css +25 -0
  625. data/test/dummy/public/assets/ckeditor/images/spacer-dade68cd2b33bdcd06c6a8f59676327e.gif +0 -0
  626. data/test/dummy/public/assets/ckeditor/images/spacer.gif +0 -0
  627. data/test/dummy/public/assets/ckeditor/lang/_languages.js +6 -0
  628. data/test/dummy/public/assets/ckeditor/lang/_translationstatus-d4de76b18adf6359149559be9138847a.txt +61 -0
  629. data/test/dummy/public/assets/ckeditor/lang/_translationstatus.txt +61 -0
  630. data/test/dummy/public/assets/ckeditor/lang/af.js +6 -0
  631. data/test/dummy/public/assets/ckeditor/lang/ar.js +6 -0
  632. data/test/dummy/public/assets/ckeditor/lang/bg.js +6 -0
  633. data/test/dummy/public/assets/ckeditor/lang/bn.js +6 -0
  634. data/test/dummy/public/assets/ckeditor/lang/bs.js +6 -0
  635. data/test/dummy/public/assets/ckeditor/lang/ca.js +6 -0
  636. data/test/dummy/public/assets/ckeditor/lang/cs.js +6 -0
  637. data/test/dummy/public/assets/ckeditor/lang/cy.js +6 -0
  638. data/test/dummy/public/assets/ckeditor/lang/da.js +6 -0
  639. data/test/dummy/public/assets/ckeditor/lang/de.js +6 -0
  640. data/test/dummy/public/assets/ckeditor/lang/el.js +6 -0
  641. data/test/dummy/public/assets/ckeditor/lang/en-au.js +6 -0
  642. data/test/dummy/public/assets/ckeditor/lang/en-ca.js +6 -0
  643. data/test/dummy/public/assets/ckeditor/lang/en-gb.js +6 -0
  644. data/test/dummy/{tmp/cache/assets/D93/890/sprockets%2F033c6ea07a61dbd408ba2bf8e99b518a → public/assets/ckeditor/lang/en.js} +0 -0
  645. data/test/dummy/public/assets/ckeditor/lang/eo.js +6 -0
  646. data/test/dummy/public/assets/ckeditor/lang/es.js +6 -0
  647. data/test/dummy/public/assets/ckeditor/lang/et.js +6 -0
  648. data/test/dummy/public/assets/ckeditor/lang/eu.js +6 -0
  649. data/test/dummy/public/assets/ckeditor/lang/fa.js +6 -0
  650. data/test/dummy/public/assets/ckeditor/lang/fi.js +6 -0
  651. data/test/dummy/public/assets/ckeditor/lang/fo.js +6 -0
  652. data/test/dummy/public/assets/ckeditor/lang/fr-ca.js +6 -0
  653. data/test/dummy/public/assets/ckeditor/lang/fr.js +6 -0
  654. data/test/dummy/public/assets/ckeditor/lang/gl.js +6 -0
  655. data/test/dummy/public/assets/ckeditor/lang/gu.js +6 -0
  656. data/test/dummy/public/assets/ckeditor/lang/he.js +6 -0
  657. data/test/dummy/public/assets/ckeditor/lang/hi.js +6 -0
  658. data/test/dummy/public/assets/ckeditor/lang/hr.js +6 -0
  659. data/test/dummy/public/assets/ckeditor/lang/hu.js +6 -0
  660. data/test/dummy/public/assets/ckeditor/lang/is.js +6 -0
  661. data/test/dummy/public/assets/ckeditor/lang/it.js +6 -0
  662. data/test/dummy/public/assets/ckeditor/lang/ja.js +6 -0
  663. data/test/dummy/public/assets/ckeditor/lang/ka.js +6 -0
  664. data/test/dummy/public/assets/ckeditor/lang/km.js +6 -0
  665. data/test/dummy/public/assets/ckeditor/lang/ko.js +6 -0
  666. data/test/dummy/public/assets/ckeditor/lang/lt.js +6 -0
  667. data/test/dummy/public/assets/ckeditor/lang/lv.js +6 -0
  668. data/test/dummy/public/assets/ckeditor/lang/mn.js +6 -0
  669. data/test/dummy/public/assets/ckeditor/lang/ms.js +6 -0
  670. data/test/dummy/public/assets/ckeditor/lang/nb.js +6 -0
  671. data/test/dummy/public/assets/ckeditor/lang/nl.js +6 -0
  672. data/test/dummy/public/assets/ckeditor/lang/no.js +6 -0
  673. data/test/dummy/public/assets/ckeditor/lang/pl.js +6 -0
  674. data/test/dummy/public/assets/ckeditor/lang/pt-br.js +6 -0
  675. data/test/dummy/public/assets/ckeditor/lang/pt.js +6 -0
  676. data/test/dummy/public/assets/ckeditor/lang/ro.js +6 -0
  677. data/test/dummy/public/assets/ckeditor/lang/ru.js +6 -0
  678. data/test/dummy/public/assets/ckeditor/lang/sk.js +6 -0
  679. data/test/dummy/public/assets/ckeditor/lang/sl.js +6 -0
  680. data/test/dummy/public/assets/ckeditor/lang/sr-latn.js +6 -0
  681. data/test/dummy/public/assets/ckeditor/lang/sr.js +6 -0
  682. data/test/dummy/public/assets/ckeditor/lang/sv.js +6 -0
  683. data/test/dummy/public/assets/ckeditor/lang/th.js +6 -0
  684. data/test/dummy/public/assets/ckeditor/lang/tr.js +6 -0
  685. data/test/dummy/public/assets/ckeditor/lang/uk.js +6 -0
  686. data/test/dummy/public/assets/ckeditor/lang/vi.js +6 -0
  687. data/test/dummy/public/assets/ckeditor/lang/zh-cn.js +6 -0
  688. data/test/dummy/public/assets/ckeditor/lang/zh.js +6 -0
  689. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
  690. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
  691. data/test/dummy/public/assets/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
  692. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/about.js +6 -0
  693. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor-fc876ee54c60ea0f0bb16ad65ca4deeb.png +0 -0
  694. data/test/dummy/public/assets/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  695. data/test/dummy/public/assets/ckeditor/plugins/adobeair/plugin.js +6 -0
  696. data/test/dummy/public/assets/ckeditor/plugins/ajax/plugin.js +6 -0
  697. data/test/dummy/public/assets/ckeditor/plugins/autogrow/plugin.js +6 -0
  698. data/test/dummy/public/assets/ckeditor/plugins/bbcode/plugin.js +9 -0
  699. data/test/dummy/public/assets/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
  700. data/test/dummy/public/assets/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
  701. data/test/dummy/public/assets/ckeditor/plugins/devtools/lang/en.js +6 -0
  702. data/test/dummy/public/assets/ckeditor/plugins/devtools/plugin.js +6 -0
  703. data/test/dummy/public/assets/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  704. data/test/dummy/public/assets/ckeditor/plugins/div/dialogs/div.js +8 -0
  705. data/test/dummy/public/assets/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
  706. data/test/dummy/public/assets/ckeditor/plugins/docprops/plugin.js +6 -0
  707. data/test/dummy/public/assets/ckeditor/plugins/find/dialogs/find.js +10 -0
  708. data/test/dummy/public/assets/ckeditor/plugins/flash/dialogs/flash.js +9 -0
  709. data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder-ba59b836184c3127b4b6f60f7a4e0720.png +0 -0
  710. data/test/dummy/public/assets/ckeditor/plugins/flash/images/placeholder.png +0 -0
  711. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/button.js +6 -0
  712. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
  713. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/form.js +6 -0
  714. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
  715. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/radio.js +6 -0
  716. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/select.js +9 -0
  717. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
  718. data/test/dummy/public/assets/ckeditor/plugins/forms/dialogs/textfield.js +6 -0
  719. data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield-4b630612e38369aae8e4502421668aec.gif +0 -0
  720. data/test/dummy/public/assets/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  721. data/test/dummy/public/assets/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
  722. data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder-0003e18e649512d4360293190828c51e.png +0 -0
  723. data/test/dummy/public/assets/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  724. data/test/dummy/public/assets/ckeditor/plugins/iframedialog/plugin.js +6 -0
  725. data/test/dummy/public/assets/ckeditor/plugins/image/dialogs/image.js +13 -0
  726. data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/anchor.js +6 -0
  727. data/test/dummy/public/assets/ckeditor/plugins/link/dialogs/link.js +12 -0
  728. data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor-501974232bdebac2c503f40a23e2108d.gif +0 -0
  729. data/test/dummy/public/assets/ckeditor/plugins/link/images/anchor.gif +0 -0
  730. data/test/dummy/public/assets/ckeditor/plugins/liststyle/dialogs/liststyle.js +7 -0
  731. data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak-2bbc85d3a07d40c7c7fb8d07c5ba1a91.gif +0 -0
  732. data/test/dummy/public/assets/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  733. data/test/dummy/public/assets/ckeditor/plugins/pastefromword/filter/default.js +11 -0
  734. data/test/dummy/public/assets/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
  735. data/test/dummy/public/assets/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
  736. data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/en.js +6 -0
  737. data/test/dummy/public/assets/ckeditor/plugins/placeholder/lang/he.js +6 -0
  738. data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder-3fa52c05f290e714bb7ce46ef9e1e3fd.gif +0 -0
  739. data/test/dummy/public/assets/ckeditor/plugins/placeholder/placeholder.gif +0 -0
  740. data/test/dummy/public/assets/ckeditor/plugins/placeholder/plugin.js +6 -0
  741. data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/options.js +8 -0
  742. data/test/dummy/public/assets/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
  743. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address-03733f204b35c6ea053d6dc766e627f4.png +0 -0
  744. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  745. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote-9f5a2341078595e812f4390673e1d691.png +0 -0
  746. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  747. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div-197a3f96741fe9008a4679d26fdb7f2c.png +0 -0
  748. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  749. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1-2ef949aef3e9e43f866cd44f6b912617.png +0 -0
  750. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  751. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2-a1bd5af6674ec59ab8dd2753d1fe7123.png +0 -0
  752. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  753. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3-94ce278fa39900a6603e7c509116d322.png +0 -0
  754. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  755. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4-6c8bbaba545a3e0c29e06bb015ff38f6.png +0 -0
  756. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  757. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5-b22e60c26c7c654fcc751f77c16cad59.png +0 -0
  758. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  759. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6-184a0c99cd06c2d7d329a1ce8aab7963.png +0 -0
  760. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  761. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p-638869d4338d1e1ebb9eaa4f73de174d.png +0 -0
  762. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  763. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre-ebdbe4b89d8955761f6a97a891c8aa19.png +0 -0
  764. data/test/dummy/public/assets/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  765. data/test/dummy/public/assets/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
  766. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile-61a21f5af1321a26350cb2ac7f9ecab8.gif +0 -0
  767. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  768. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile-5f6ecc899507a1b169bb7a8a62372441.gif +0 -0
  769. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  770. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart-089eb8c05b66c50383cf43a94170bcd7.gif +0 -0
  771. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  772. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile-bdfd0e16b074007d0621999fd50f5348.gif +0 -0
  773. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  774. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile-e28cb803c6d8eaa6f22f90489b4c519c.gif +0 -0
  775. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  776. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile-77d7bfa3796df2c81858e285c4b65d97.gif +0 -0
  777. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  778. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile-16ef2926176e59d29ec7fe3a2bfe2e02.gif +0 -0
  779. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  780. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope-c2077dc5ae53ac8ec69c9ff0b8386938.gif +0 -0
  781. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  782. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart-2d8a0eaaf7c2e42f579e78464a8d443f.gif +0 -0
  783. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/heart.gif +0 -0
  784. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss-a4e7f76f10b1fbe1891e6db5bb900b1b.gif +0 -0
  785. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  786. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb-939e2ca2cb123f03c8ee11e53dce7a35.gif +0 -0
  787. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  788. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile-84ae8a1fc1c04e9289421037347799ba.gif +0 -0
  789. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  790. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile-6b1e1690d88c16913eb05dd119f221d9.gif +0 -0
  791. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  792. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile-bf3a033d9be803b4f5b38b9b0c258704.gif +0 -0
  793. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  794. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile-bd6d9f1ef7c868ef160aafc4da42fdad.gif +0 -0
  795. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  796. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile-7da3f610067417297b3a235899688067.gif +0 -0
  797. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  798. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down-abcf7aad6e8ccd1e0786786bc5594c7a.gif +0 -0
  799. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  800. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up-e5239bab9fb2674ce22705d232cd29f3.gif +0 -0
  801. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  802. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile-66d4ad71a8977e7e9871a18c5a79952f.gif +0 -0
  803. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  804. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile-a831e713a52639619968a6c67ade659b.gif +0 -0
  805. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  806. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile-81177f9fe9e8c62c8bc1dac30fbedf12.gif +0 -0
  807. data/test/dummy/public/assets/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  808. data/test/dummy/public/assets/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
  809. data/test/dummy/public/assets/ckeditor/plugins/specialchar/lang/en.js +6 -0
  810. data/test/dummy/public/assets/ckeditor/plugins/styles/styles/default.js +6 -0
  811. data/test/dummy/{tmp/cache/assets/CC6/910/sprockets%2Fdf1992311ede6a7259c057589a7b6984 → public/assets/ckeditor/plugins/stylesheetparser/plugin.js} +0 -0
  812. data/test/dummy/public/assets/ckeditor/plugins/table/dialogs/table.js +9 -0
  813. data/test/dummy/public/assets/ckeditor/plugins/tableresize/plugin.js +7 -0
  814. data/test/dummy/public/assets/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
  815. data/test/dummy/public/assets/ckeditor/plugins/templates/dialogs/templates.js +7 -0
  816. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/default.js +6 -0
  817. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1-ea363748d77b692075af885f384ae6bd.gif +0 -0
  818. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  819. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2-6401418f8e62efe47b7a87c734c9dd25.gif +0 -0
  820. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  821. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3-ef931fe4fdb3fa35897598a2df449988.gif +0 -0
  822. data/test/dummy/public/assets/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  823. data/test/dummy/public/assets/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
  824. data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/en.js +6 -0
  825. data/test/dummy/public/assets/ckeditor/plugins/uicolor/lang/he.js +6 -0
  826. data/test/dummy/public/assets/ckeditor/plugins/uicolor/plugin.js +6 -0
  827. data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor-8ce2d3d1bf5d83b297c1568e065fd6e9.gif +0 -0
  828. data/test/dummy/public/assets/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  829. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg-c2d8d7faeb9d4b01f3008cda322f2763.png +0 -0
  830. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  831. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb-8e5fb8d26c158303b319553876a2a799.png +0 -0
  832. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  833. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask-ac846f51ee3570c6880d2a88cb4c5353.png +0 -0
  834. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  835. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb-aed7c70c1854dac98bd8310da084d689.png +0 -0
  836. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  837. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
  838. data/test/dummy/public/assets/ckeditor/plugins/uicolor/yui/yui.js +76 -0
  839. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe-c7c588e16f092fdb33f9522df57acdf7.html +49 -0
  840. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
  841. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset-2ed47c8c321406680828cd39a4cfd841.html +52 -0
  842. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  843. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
  844. data/test/dummy/public/assets/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
  845. data/test/dummy/public/assets/ckeditor/plugins/xml/plugin.js +6 -0
  846. data/test/dummy/public/assets/ckeditor/skins/kama/dialog.css +10 -0
  847. data/test/dummy/{tmp/cache/assets/DBF/180/sprockets%2F19427ba0edb6b1c15eaaf43afd73e617 → public/assets/ckeditor/skins/kama/editor.css} +0 -0
  848. data/test/dummy/public/assets/ckeditor/skins/kama/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  849. data/test/dummy/public/assets/ckeditor/skins/kama/icons.png +0 -0
  850. data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  851. data/test/dummy/public/assets/ckeditor/skins/kama/icons_rtl.png +0 -0
  852. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
  853. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
  854. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  855. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  856. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
  857. data/test/dummy/public/assets/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  858. data/test/dummy/public/assets/ckeditor/skins/kama/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  859. data/test/dummy/public/assets/ckeditor/skins/kama/images/mini.gif +0 -0
  860. data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  861. data/test/dummy/public/assets/ckeditor/skins/kama/images/noimage.png +0 -0
  862. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites-37a3ebdc1b4393eefbc4520a02938daf.png +0 -0
  863. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites.png +0 -0
  864. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6-105615f241302fed23e7aae2411b4a1f.png +0 -0
  865. data/test/dummy/public/assets/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  866. data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
  867. data/test/dummy/public/assets/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  868. data/test/dummy/public/assets/ckeditor/skins/kama/skin.js +7 -0
  869. data/test/dummy/public/assets/ckeditor/skins/kama/templates.css +6 -0
  870. data/test/dummy/public/assets/ckeditor/skins/office2003/dialog.css +9 -0
  871. data/test/dummy/public/assets/ckeditor/skins/office2003/editor.css +14 -0
  872. data/test/dummy/public/assets/ckeditor/skins/office2003/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  873. data/test/dummy/public/assets/ckeditor/skins/office2003/icons.png +0 -0
  874. data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  875. data/test/dummy/public/assets/ckeditor/skins/office2003/icons_rtl.png +0 -0
  876. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-75a65a85a2b30468dc1beac0c54d1fb9.png +0 -0
  877. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides-edefdf8c116d4656501f13731ae8ff5b.gif +0 -0
  878. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  879. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  880. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl-77bbf3783e5dc7984f3be35faf7779fb.png +0 -0
  881. data/test/dummy/public/assets/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  882. data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  883. data/test/dummy/public/assets/ckeditor/skins/office2003/images/mini.gif +0 -0
  884. data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  885. data/test/dummy/public/assets/ckeditor/skins/office2003/images/noimage.png +0 -0
  886. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites-55354902984711767f69cf5f190b9d42.png +0 -0
  887. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites.png +0 -0
  888. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6-ea9534ccd0a64d8d14579a37bcdaaeb9.png +0 -0
  889. data/test/dummy/public/assets/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  890. data/test/dummy/public/assets/ckeditor/skins/office2003/skin.js +6 -0
  891. data/test/dummy/public/assets/ckeditor/skins/office2003/templates.css +6 -0
  892. data/test/dummy/public/assets/ckeditor/skins/v2/dialog.css +9 -0
  893. data/test/dummy/public/assets/ckeditor/skins/v2/editor.css +13 -0
  894. data/test/dummy/public/assets/ckeditor/skins/v2/icons-2f0d4921addf1896455275e7ccb7d0ff.png +0 -0
  895. data/test/dummy/public/assets/ckeditor/skins/v2/icons.png +0 -0
  896. data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl-fe1043485a7af2aaf254c823086123ba.png +0 -0
  897. data/test/dummy/public/assets/ckeditor/skins/v2/icons_rtl.png +0 -0
  898. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-1bd20fa0a9f35f0921eccfbb345490e2.gif +0 -0
  899. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides-b54c340d7451e52aaecf7e944f15bde8.png +0 -0
  900. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  901. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  902. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl-53a84633be082d2b19a805a9398cfe03.png +0 -0
  903. data/test/dummy/public/assets/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  904. data/test/dummy/public/assets/ckeditor/skins/v2/images/mini-92ae7c7f7f48d849814f5e331cb2bd24.gif +0 -0
  905. data/test/dummy/public/assets/ckeditor/skins/v2/images/mini.gif +0 -0
  906. data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage-623baac6fe6b7cd494715931451deeed.png +0 -0
  907. data/test/dummy/public/assets/ckeditor/skins/v2/images/noimage.png +0 -0
  908. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites-781d681644b31f32868856fa132e4906.png +0 -0
  909. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites.png +0 -0
  910. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6-9c6895a740fc1778a432cce5b91bc281.png +0 -0
  911. data/test/dummy/public/assets/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  912. data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start-806bf6a72342160d7ccdc846e7d4a476.gif +0 -0
  913. data/test/dummy/public/assets/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  914. data/test/dummy/public/assets/ckeditor/skins/v2/skin.js +6 -0
  915. data/test/dummy/public/assets/ckeditor/skins/v2/templates.css +6 -0
  916. data/test/dummy/public/assets/ckeditor/themes/default/theme.js +8 -0
  917. data/test/dummy/public/assets/manifest.yml +239 -0
  918. data/test/dummy/public/assets/rich/application-2d948ba94e7a1e8ee49e29ef95f87995.css +2 -0
  919. data/test/dummy/public/assets/rich/application-2d948ba94e7a1e8ee49e29ef95f87995.css.gz +0 -0
  920. data/test/dummy/public/assets/rich/application-f0e3ebd0b5dd8a6ffd525e1b5a688acf.js +19 -0
  921. data/test/dummy/public/assets/rich/application-f0e3ebd0b5dd8a6ffd525e1b5a688acf.js.gz +0 -0
  922. data/test/dummy/public/assets/rich/application.css +2 -0
  923. data/test/dummy/public/assets/rich/application.css.gz +0 -0
  924. data/test/dummy/public/assets/rich/application.js +19 -0
  925. data/test/dummy/public/assets/rich/application.js.gz +0 -0
  926. data/test/dummy/public/assets/rich/base-3d3160088af99119a311b4e7362326ac.js +11 -0
  927. data/test/dummy/public/assets/rich/base-3d3160088af99119a311b4e7362326ac.js.gz +0 -0
  928. data/test/dummy/public/assets/rich/base.js +11 -0
  929. data/test/dummy/public/assets/rich/base.js.gz +0 -0
  930. data/test/dummy/public/assets/rich/editor-204d2a1d7aec25614b4611349aa793fb.css +1 -0
  931. data/test/dummy/public/assets/rich/editor-204d2a1d7aec25614b4611349aa793fb.css.gz +0 -0
  932. data/test/dummy/public/assets/rich/editor.css +1 -0
  933. data/test/dummy/public/assets/rich/editor.css.gz +0 -0
  934. data/test/dummy/public/assets/rich/images-e091bcc710f62a6265d8bc6eae54fbab.png +0 -0
  935. data/test/dummy/public/assets/rich/images.png +0 -0
  936. data/test/dummy/public/assets/rich/insert-many-0a73f24b86f9df3e23484009639f306c.png +0 -0
  937. data/test/dummy/public/assets/rich/insert-many.png +0 -0
  938. data/test/dummy/public/assets/rich/insert-one-452c896e53e8907911a0e6961601be4c.png +0 -0
  939. data/test/dummy/public/assets/rich/insert-one.png +0 -0
  940. data/test/dummy/public/assets/rich/loading-3fc55503a06d7a68cbed7e4a5d9aef8e.png +0 -0
  941. data/test/dummy/public/assets/rich/loading.png +0 -0
  942. data/test/dummy/public/assets/rich/menu-dash-12c49f78947dffd7da66c54427a241b7.png +0 -0
  943. data/test/dummy/public/assets/rich/menu-dash.png +0 -0
  944. data/test/dummy/public/assets/rich/plus-dc390d95d28f5c2b62823c0d50f97c61.png +0 -0
  945. data/test/dummy/public/assets/rich/plus-red-ab024857950b67766ecc033a1231944e.png +0 -0
  946. data/test/dummy/public/assets/rich/plus-red.png +0 -0
  947. data/test/dummy/public/assets/rich/plus.png +0 -0
  948. data/test/dummy/public/assets/rich/x-red-e18786c310c0a2a696a8eaccc9618711.png +0 -0
  949. data/test/dummy/public/assets/rich/x-red.png +0 -0
  950. data/test/dummy/tmp/cache/assets/BDC/DF0/sprockets%2F556859632756792340573f0b7d7937d4 +0 -0
  951. data/test/dummy/tmp/cache/assets/BEE/9D0/sprockets%2F04f1847209c701267b145074c38d7915 +0 -0
  952. data/test/dummy/tmp/cache/assets/C09/940/sprockets%2F9c892480308a353394094957b3389d7e +0 -0
  953. data/test/dummy/tmp/cache/assets/C19/4A0/sprockets%2F25141441498608917b8f0fa0b263a356 +0 -0
  954. data/test/dummy/tmp/cache/assets/C27/DF0/sprockets%2F33f6324a781951f5041a3515ae596788 +0 -0
  955. data/test/dummy/tmp/cache/assets/C2B/650/sprockets%2F1df4737580163259e6d2b79578a23191 +0 -0
  956. data/test/dummy/tmp/cache/assets/C2B/690/sprockets%2F7386b243b8578943a8a058fd73153523 +0 -0
  957. data/test/dummy/tmp/cache/assets/C2E/BB0/sprockets%2F67170774689ef70161779c25ce13145c +0 -0
  958. data/test/dummy/tmp/cache/assets/C30/AD0/sprockets%2F5e464907523e20c546b278814936f9a7 +0 -0
  959. data/test/dummy/tmp/cache/assets/C33/CE0/sprockets%2Fb83256fce54175498209904a643f4677 +0 -0
  960. data/test/dummy/tmp/cache/assets/C48/FF0/sprockets%2F96e842574236271ede53a401177c103c +0 -0
  961. data/test/dummy/tmp/cache/assets/C49/500/sprockets%2F72473c15cf2e294b25b1823e82954031 +0 -0
  962. data/test/dummy/tmp/cache/assets/C4B/120/sprockets%2F68c509110e4521f31e08c02988cd1871 +0 -0
  963. data/test/dummy/tmp/cache/assets/C4B/4F0/sprockets%2F507227215261ca7b895102e5f831b9b8 +0 -0
  964. data/test/dummy/tmp/cache/assets/C4D/110/sprockets%2F611640a397c0e9a8a99433e6681b3401 +0 -0
  965. data/test/dummy/tmp/cache/assets/C53/D20/sprockets%2Fc717231c3a3035802677df4eb6884727 +0 -0
  966. data/test/dummy/tmp/cache/assets/C54/A80/sprockets%2F1de74a969431c6973c790026061ab287 +0 -0
  967. data/test/dummy/tmp/cache/assets/C55/B30/sprockets%2F39a30f38a0388c637e0840d03656967b +0 -0
  968. data/test/dummy/tmp/cache/assets/C56/250/sprockets%2Fb6db18745993b17d85dc925232322923 +0 -0
  969. data/test/dummy/tmp/cache/assets/C58/8D0/sprockets%2F353a6a7559802014f934e28851f7da74 +0 -0
  970. data/test/dummy/tmp/cache/assets/C5D/7F0/sprockets%2F539347136e2b81496339888d3fead221 +0 -0
  971. data/test/dummy/tmp/cache/assets/C65/9A0/sprockets%2F7ce27567092e41279b34498d6075cb87 +0 -0
  972. data/test/dummy/tmp/cache/assets/C68/9D0/sprockets%2F46c8f88ef788054366f4b5c940236533 +0 -0
  973. data/test/dummy/tmp/cache/assets/C6B/9C0/sprockets%2F3dae21157a42b25135fae24956315172 +0 -0
  974. data/test/dummy/tmp/cache/assets/C6D/1A0/sprockets%2F212b0151e5d2cba1587771f308323d48 +0 -0
  975. data/test/dummy/tmp/cache/assets/C6E/8D0/sprockets%2Fca47069498ba75e028c450aa50333005 +0 -0
  976. data/test/dummy/tmp/cache/assets/C70/F80/sprockets%2F25a1272055d68b1f13f457471a3082af +0 -0
  977. data/test/dummy/tmp/cache/assets/C72/A20/sprockets%2F3f1d53046321c2171bbd83739410d7c9 +0 -0
  978. data/test/dummy/tmp/cache/assets/C73/820/sprockets%2Fdc73957133cc0c6c36681621ad275022 +0 -0
  979. data/test/dummy/tmp/cache/assets/C77/5B0/sprockets%2F540101198b081942476e5ef23c406fcc +0 -0
  980. data/test/dummy/tmp/cache/assets/C77/720/sprockets%2Fca30f4a4080067a42488536e598232da +0 -0
  981. data/test/dummy/tmp/cache/assets/C77/EF0/sprockets%2F35ca46348a682bda063928544a2630d5 +0 -0
  982. data/test/dummy/tmp/cache/assets/C79/B60/sprockets%2F7002c4f53b73b5eef125743664530f53 +0 -0
  983. data/test/dummy/tmp/cache/assets/C7B/200/sprockets%2F2720e7546112b1c1d03fd9697e606d90 +0 -0
  984. data/test/dummy/tmp/cache/assets/C7B/410/sprockets%2Ff676f01075f2e49124321b39229e5d2a +0 -0
  985. data/test/dummy/tmp/cache/assets/C7B/540/sprockets%2F547199d245ed02056a83508dd104a69a +0 -0
  986. data/test/dummy/tmp/cache/assets/C7D/C40/sprockets%2Fc99034ce618e1228e662c007671f2a53 +0 -0
  987. data/test/dummy/tmp/cache/assets/C7E/9B0/sprockets%2Fc7ed8687b3ce693f0342017416225b60 +0 -0
  988. data/test/dummy/tmp/cache/assets/C7F/360/sprockets%2Fb500dd4e82499845120f11801cf99b45 +0 -0
  989. data/test/dummy/tmp/cache/assets/C80/060/sprockets%2Fb1220c62161546be7f197a929d2096f6 +0 -0
  990. data/test/dummy/tmp/cache/assets/C82/D30/sprockets%2F8187429e99fcd8806f856c75449b6695 +0 -0
  991. data/test/dummy/tmp/cache/assets/C83/A00/sprockets%2F9c83c872822bb127b72291b42729ca49 +0 -0
  992. data/test/dummy/tmp/cache/assets/C84/840/sprockets%2Ff4d18b49e90538028a47531ca4668a35 +0 -0
  993. data/test/dummy/tmp/cache/assets/C85/380/sprockets%2F53a7b57361807c68e79e068a40273c0e +0 -0
  994. data/test/dummy/tmp/cache/assets/C88/B20/sprockets%2F7b205d3f7366e20665c267792b07c6b9 +0 -0
  995. data/test/dummy/tmp/cache/assets/C89/B80/sprockets%2Fea20d64c17365772e6cc48b787323728 +0 -0
  996. data/test/dummy/tmp/cache/assets/{D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4 → C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212} +0 -0
  997. data/test/dummy/tmp/cache/assets/C8D/710/sprockets%2F15cd04c9e7637a0b4229648dd6395838 +0 -0
  998. data/test/dummy/tmp/cache/assets/C8D/F20/sprockets%2F06a7164988ac4742a97874f84aa2a870 +0 -0
  999. data/test/dummy/tmp/cache/assets/C8F/D80/sprockets%2F455e93b83c0e017f18c228f533c74899 +0 -0
  1000. data/test/dummy/tmp/cache/assets/C93/B40/sprockets%2F2270437a1d5132fb56c8231aa2d4f700 +0 -0
  1001. data/test/dummy/tmp/cache/assets/C93/E70/sprockets%2F15444ade262779d3465f892d96403ee7 +0 -0
  1002. data/test/dummy/tmp/cache/assets/C95/5F0/sprockets%2F53e43e281a976e7c238662c7853915ef +0 -0
  1003. data/test/dummy/tmp/cache/assets/C99/810/sprockets%2F635ebe464ce2f4e00172f900204124b4 +0 -0
  1004. data/test/dummy/tmp/cache/assets/C9A/1C0/sprockets%2F4af720073e4216a9d110904c61db1a87 +0 -0
  1005. data/test/dummy/tmp/cache/assets/C9B/7D0/sprockets%2F96f6279c83e55127e167ef745f37b911 +0 -0
  1006. data/test/dummy/tmp/cache/assets/C9B/D00/sprockets%2Fb8d85ebf421d5b24e602a64260507021 +0 -0
  1007. data/test/dummy/tmp/cache/assets/C9B/FE0/sprockets%2F303058205a85e00b20733f8bd342b8fd +0 -0
  1008. data/test/dummy/tmp/cache/assets/C9D/410/sprockets%2F68567256a0f5453dd962789b884b7f4b +0 -0
  1009. data/test/dummy/tmp/cache/assets/C9D/AD0/sprockets%2F9534922958d0e57f02ca7a68bb887878 +0 -0
  1010. data/test/dummy/tmp/cache/assets/C9E/C60/sprockets%2F2533ccfb67e257141e36362e252da032 +0 -0
  1011. data/test/dummy/tmp/cache/assets/CA2/380/sprockets%2F33584e07265b247dae580ae72a7c2400 +0 -0
  1012. data/test/dummy/tmp/cache/assets/CA3/840/sprockets%2F97c1b55a37382e5212f06661ad22b47a +0 -0
  1013. data/test/dummy/tmp/cache/assets/CA5/3E0/sprockets%2F6ab4dab3e616486a6e691190a4550432 +0 -0
  1014. data/test/dummy/tmp/cache/assets/CA5/DE0/sprockets%2F1aec0853505712843049be275d6afa17 +0 -0
  1015. data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F954979c930b87d937d7c968dec805082 +0 -0
  1016. data/test/dummy/tmp/cache/assets/CA7/2D0/sprockets%2Fe973314ba7ade33537d8456a59101c12 +0 -0
  1017. data/test/dummy/tmp/cache/assets/CA8/010/sprockets%2F3822fe6ee82705342f2d141f13e5018d +0 -0
  1018. data/test/dummy/tmp/cache/assets/CA8/CC0/sprockets%2Ff50aa8604c2dc7ef123085426c447680 +0 -0
  1019. data/test/dummy/tmp/cache/assets/CA8/F60/sprockets%2F0b316c6974cffbd0a850690d14629016 +0 -0
  1020. data/test/dummy/tmp/cache/assets/CA9/BD0/sprockets%2F85c5c7da5274e330a42646d15e26650c +0 -0
  1021. data/test/dummy/tmp/cache/assets/CAA/CB0/sprockets%2F21a4f54177965054ccba876d4ac90044 +0 -0
  1022. data/test/dummy/tmp/cache/assets/CAC/130/sprockets%2F720e4c18ea437d497333ae2a293265c6 +0 -0
  1023. data/test/dummy/tmp/cache/assets/CAC/660/sprockets%2Fa610f1c249982658e21d3c61b32d7e90 +0 -0
  1024. data/test/dummy/tmp/cache/assets/CAD/D40/sprockets%2Fd5e8810f5217f0d1f60d130646682bc9 +0 -0
  1025. data/test/dummy/tmp/cache/assets/{D4B/190/sprockets%2F3302dab8fad86d469b9e126ff56d3593 → CAE/440/sprockets%2F31dc3464893dd5a7734a257022bf9a37} +0 -0
  1026. data/test/dummy/tmp/cache/assets/CB0/4E0/sprockets%2Fc8b3ba39cf681f453847427b6130d290 +0 -0
  1027. data/test/dummy/tmp/cache/assets/CB0/600/sprockets%2F721bd25e8fdb60735b9076b6004d8672 +0 -0
  1028. data/test/dummy/tmp/cache/assets/CB0/9C0/sprockets%2F70533e8bf04740f964137b3a7d1ef580 +0 -0
  1029. data/test/dummy/tmp/cache/assets/CB0/9E0/sprockets%2Fa79c8554338c001671b1fa59d03e4d68 +0 -0
  1030. data/test/dummy/tmp/cache/assets/CB0/F40/sprockets%2F539d1dd471483a311391ef9c03474cf6 +0 -0
  1031. data/test/dummy/tmp/cache/assets/CB1/3F0/sprockets%2F2172ba97acd80322a70758d66d5739e2 +0 -0
  1032. data/test/dummy/tmp/cache/assets/CB2/8C0/sprockets%2F6914720c7939036a3e2732ccffa5f264 +0 -0
  1033. data/test/dummy/tmp/cache/assets/CB2/C10/sprockets%2Fda8a1c8122d78dd08710294582f46a76 +0 -0
  1034. data/test/dummy/tmp/cache/assets/CB3/E10/sprockets%2Fd5b564657254f5c2a5483a0691b9df05 +0 -0
  1035. data/test/dummy/tmp/cache/assets/CB4/E40/sprockets%2Fb74c920b96371fa5234b8fd717b29237 +0 -0
  1036. data/test/dummy/tmp/cache/assets/CB6/CD0/sprockets%2F662c7a2399eb4f53567a415802aa38f7 +0 -0
  1037. data/test/dummy/tmp/cache/assets/CBA/7A0/sprockets%2F12bc93547225645986e183d867cc3cda +0 -0
  1038. data/test/dummy/tmp/cache/assets/CBB/670/sprockets%2F03d2a8fa7c98289281cd88ff86451020 +0 -0
  1039. data/test/dummy/tmp/cache/assets/CBC/610/sprockets%2F7a258d3f291d8be96017cb7e78024457 +0 -0
  1040. data/test/dummy/tmp/cache/assets/CBD/2B0/sprockets%2Fc1ff2e740da50e998769526dc9420364 +0 -0
  1041. data/test/dummy/tmp/cache/assets/CBE/A80/sprockets%2F60bb9087aed9745744925f6ce01525d9 +0 -0
  1042. data/test/dummy/tmp/cache/assets/CC3/670/sprockets%2F787a8401551cdb9896241f17e65a9ce8 +0 -0
  1043. data/test/dummy/tmp/cache/assets/CC3/9E0/sprockets%2F2498b630f6820fa93a9779a8760af47c +0 -0
  1044. data/test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145 +0 -0
  1045. data/test/dummy/tmp/cache/assets/CC9/7C0/sprockets%2Fc82557feaf0c7f8138225e629e905689 +0 -0
  1046. data/test/dummy/tmp/cache/assets/CCC/BF0/sprockets%2Fd64241850aaf9a25152b91a69130a8ac +0 -0
  1047. data/test/dummy/tmp/cache/assets/CCD/390/sprockets%2Fe60c975c2568f7ab948e190369c697f1 +0 -0
  1048. data/test/dummy/tmp/cache/assets/CCD/B70/sprockets%2Fbe5d4276053476bce1da3850b710b108 +0 -0
  1049. data/test/dummy/tmp/cache/assets/CCE/3D0/sprockets%2F7c053a0e37e4109846266a0a686acb0a +0 -0
  1050. data/test/dummy/tmp/cache/assets/CCF/230/sprockets%2F60a41eef6b55f390c02108a0a0681d97 +0 -0
  1051. data/test/dummy/tmp/cache/assets/CCF/500/sprockets%2F0330258c93457d4b72d10e2e5d1bb1c9 +0 -0
  1052. data/test/dummy/tmp/cache/assets/CD0/3C0/sprockets%2F246333a1ec8bbbc08425552f0da98621 +0 -0
  1053. data/test/dummy/tmp/cache/assets/CD0/700/sprockets%2F652b92177e5b7db32062ba3e0c08a491 +0 -0
  1054. data/test/dummy/tmp/cache/assets/CD3/830/sprockets%2Fb5142e54768f952183bdb60cc2352b0b +0 -0
  1055. data/test/dummy/tmp/cache/assets/CD6/370/sprockets%2F36de299a111a8a148188b30ac146d55f +0 -0
  1056. data/test/dummy/tmp/cache/assets/CD7/A90/sprockets%2Fa4a89b241f7573bb600539fe154ed123 +0 -0
  1057. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +4 -0
  1058. data/test/dummy/tmp/cache/assets/CD9/250/sprockets%2F7e917f0e901da1316765aa09934dab61 +0 -0
  1059. data/test/dummy/tmp/cache/assets/CD9/590/sprockets%2F9713483f12b1c7021150cf9cfdc6905e +0 -0
  1060. data/test/dummy/tmp/cache/assets/CD9/B40/sprockets%2F7d192e48d1b63bccf1582db070388142 +0 -0
  1061. data/test/dummy/tmp/cache/assets/CDA/0A0/sprockets%2Feca5b9f722a12be9921b80813a316964 +0 -0
  1062. data/test/dummy/tmp/cache/assets/CDA/170/sprockets%2F2107f8467a22ca1f677e7721ad149da3 +0 -0
  1063. data/test/dummy/tmp/cache/assets/CDA/420/sprockets%2F63c2e7b996558fafc202d5d32a181322 +0 -0
  1064. data/test/dummy/tmp/cache/assets/CDA/B70/sprockets%2F2bd240317a1b99b77f2686a14dc443b9 +0 -0
  1065. data/test/dummy/tmp/cache/assets/CDB/040/sprockets%2Fc732474e67003a4eb840eb44c5ca9385 +0 -0
  1066. data/test/dummy/tmp/cache/assets/CDD/1B0/sprockets%2F0ff0d37d63ee08c16d32c363c8638163 +0 -0
  1067. data/test/dummy/tmp/cache/assets/CDD/D40/sprockets%2Fb576ec16362bed40601d284642e4e65f +0 -0
  1068. data/test/dummy/tmp/cache/assets/CDE/000/sprockets%2Fe97433dd8b48edad9812b060532a3616 +0 -0
  1069. data/test/dummy/tmp/cache/assets/CDE/140/sprockets%2F851c91b0bb7b4f177553597cf8ca1043 +0 -0
  1070. data/test/dummy/tmp/cache/assets/CDE/F80/sprockets%2F0f0a327295671d4a71e54cc90a9ef608 +0 -0
  1071. data/test/dummy/tmp/cache/assets/CE0/680/sprockets%2F574bb703603a713ac76ff8f20dc73658 +0 -0
  1072. data/test/dummy/tmp/cache/assets/CE0/F70/sprockets%2F5f626eb3d0e9861907861afe5612a00f +0 -0
  1073. data/test/dummy/tmp/cache/assets/CE1/990/sprockets%2F5334706128d5d744f211efe5e1a4c69f +0 -0
  1074. data/test/dummy/tmp/cache/assets/CE1/A60/sprockets%2Fc25ce483202a35f7574cb39717ba929c +0 -0
  1075. data/test/dummy/tmp/cache/assets/CE2/4B0/sprockets%2F93a5af891560bd8a5292f2f0b9307e34 +0 -0
  1076. data/test/dummy/tmp/cache/assets/CE2/E50/sprockets%2F15a14263195fc451ea7eb4ce86c56872 +0 -0
  1077. data/test/dummy/tmp/cache/assets/CE3/B40/sprockets%2F7b599dfd5a2a00872ac28ba983832094 +0 -0
  1078. data/test/dummy/tmp/cache/assets/CE4/350/sprockets%2F265c265a5e41393b3d5e7d639bf0a496 +0 -0
  1079. data/test/dummy/tmp/cache/assets/CE5/5B0/sprockets%2F9ba69a933006592e5570cf6e60a86b2e +0 -0
  1080. data/test/dummy/tmp/cache/assets/CE5/7E0/sprockets%2F1ffd3469b370f7b79022757f4cfe1403 +0 -0
  1081. data/test/dummy/tmp/cache/assets/CE6/0D0/sprockets%2F4d0d42d933e80526e6498de7ac597a01 +0 -0
  1082. data/test/dummy/tmp/cache/assets/CE6/1A0/sprockets%2F914de32827cb63c586780e7b60a0dc77 +0 -0
  1083. data/test/dummy/tmp/cache/assets/CE6/CE0/sprockets%2F5110c98e00cb6a5f0154eb0a1c12a027 +0 -0
  1084. data/test/dummy/tmp/cache/assets/CE7/050/sprockets%2F82c0f75e42815fd25931f7efbf476121 +0 -0
  1085. data/test/dummy/tmp/cache/assets/CE7/C30/sprockets%2F6804fdb4e5322536e5496cda8a538d17 +0 -0
  1086. data/test/dummy/tmp/cache/assets/CE8/690/sprockets%2F4d6aa28aa542f1e7b5941992cb738972 +0 -0
  1087. data/test/dummy/tmp/cache/assets/CE8/6E0/sprockets%2F8923777ce0d4b72fb555e68172a2cb64 +0 -0
  1088. data/test/dummy/tmp/cache/assets/CE9/260/sprockets%2F20e1d59afc58e2ba50296184927fd568 +0 -0
  1089. data/test/dummy/tmp/cache/assets/CE9/A20/sprockets%2F9bc63f08d44e8c1117c1460496a7e86f +0 -0
  1090. data/test/dummy/tmp/cache/assets/CE9/B80/sprockets%2F5b2c5115ef4f940777455ffec4f26073 +0 -0
  1091. data/test/dummy/tmp/cache/assets/CE9/EB0/sprockets%2F7f84d056b7fe2b725f7932aa23a66844 +0 -0
  1092. data/test/dummy/tmp/cache/assets/CEC/CF0/sprockets%2F7d24293c4dd5e394e4fc986d91e13323 +0 -0
  1093. data/test/dummy/tmp/cache/assets/CEC/DA0/sprockets%2F977a164588d50ff9b2b40c39a79a6c06 +0 -0
  1094. data/test/dummy/tmp/cache/assets/CED/CF0/sprockets%2F74a2cf33276e4898e45eed1a73180b79 +0 -0
  1095. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  1096. data/test/dummy/tmp/cache/assets/CF0/E20/sprockets%2Ff99883cd6c0d6948912163ea70e1a77b +0 -0
  1097. data/test/dummy/tmp/cache/assets/CF2/0F0/sprockets%2Fba5069468c4d33d87e1693bed71e7828 +0 -0
  1098. data/test/dummy/tmp/cache/assets/CF3/070/sprockets%2F58eff2332972bb5992d8cf77a542835a +0 -0
  1099. data/test/dummy/tmp/cache/assets/CF5/440/sprockets%2F763177da4ee86d55459c0e67d0ff8471 +0 -0
  1100. data/test/dummy/tmp/cache/assets/CF6/610/sprockets%2Fa9939681583396390d7a6db5ef6ac71d +0 -0
  1101. data/test/dummy/tmp/cache/assets/CF6/9E0/sprockets%2Ff3c0e6e191993ce3d97cb35929d18197 +0 -0
  1102. data/test/dummy/tmp/cache/assets/CF8/E20/sprockets%2F04404b5427d0fa1409084aa2e7c3cbd8 +0 -0
  1103. data/test/dummy/tmp/cache/assets/CFA/F90/sprockets%2F9963d85bcc2128785c833cb6b549c7f9 +0 -0
  1104. data/test/dummy/tmp/cache/assets/CFA/FF0/sprockets%2Fa6545f61c7de6879eb67484098a462cf +0 -0
  1105. data/test/dummy/tmp/cache/assets/CFC/350/sprockets%2Fb5801d1da3bbb5345b61cc825306f825 +0 -0
  1106. data/test/dummy/tmp/cache/assets/CFC/630/sprockets%2F432f958a494fd38f3f37b89567ae307f +0 -0
  1107. data/test/dummy/tmp/cache/assets/CFD/270/sprockets%2Fc745cd989d73367f34afec4c47897117 +0 -0
  1108. data/test/dummy/tmp/cache/assets/CFD/710/sprockets%2Fbc0c3a445b706b06a105e27283c7c86d +0 -0
  1109. data/test/dummy/tmp/cache/assets/CFD/B60/sprockets%2Ff12843c2e0032ed43f125a7f9b109a2f +0 -0
  1110. data/test/dummy/tmp/cache/assets/CFE/0F0/sprockets%2Fe98895972601a6cc7ab8d9f069a529b9 +0 -0
  1111. data/test/dummy/tmp/cache/assets/D01/560/sprockets%2F04a744ea7118f43a7a27c24bcd642e71 +0 -0
  1112. data/test/dummy/tmp/cache/assets/D01/590/sprockets%2F9bad11726f5d1f504ce12d8033d1f139 +0 -0
  1113. data/test/dummy/tmp/cache/assets/D02/2C0/sprockets%2Fd73b46ed6a762df701e311a74ae11922 +0 -0
  1114. data/test/dummy/tmp/cache/assets/D02/640/sprockets%2F6d5e6c58fd5f03e2085101ef10e6f001 +0 -0
  1115. data/test/dummy/tmp/cache/assets/D02/E40/sprockets%2Fa9cebd54c414f85c03f7b3139f035210 +0 -0
  1116. data/test/dummy/tmp/cache/assets/D06/F80/sprockets%2F2afddf336526f2108d7556508cd0b31d +0 -0
  1117. data/test/dummy/tmp/cache/assets/D08/4D0/sprockets%2Fa160637ce029d8b0e13d612cb97a69e3 +0 -0
  1118. data/test/dummy/tmp/cache/assets/D08/5C0/sprockets%2F550ad52ac67d961c444d3757a8d211eb +0 -0
  1119. data/test/dummy/tmp/cache/assets/D08/760/sprockets%2F2473104fe4e449cf4bfe83b52d402a72 +0 -0
  1120. data/test/dummy/tmp/cache/assets/D09/130/sprockets%2F4f3f2b2d7797011422ca58b088dfc4c1 +0 -0
  1121. data/test/dummy/tmp/cache/assets/D09/190/sprockets%2F71fe58d509e365a1f075f06fa02e2b24 +0 -0
  1122. data/test/dummy/tmp/cache/assets/D0A/690/sprockets%2F8bb7894de97fb8480d98129f5c65794c +0 -0
  1123. data/test/dummy/tmp/cache/assets/D0B/9F0/sprockets%2F61079c4cb9b1cb5694950218aeb01ed8 +0 -0
  1124. data/test/dummy/tmp/cache/assets/D0C/F90/sprockets%2Fc835c94f6e5d2507b7d5108bbf33d150 +0 -0
  1125. data/test/dummy/tmp/cache/assets/D0D/500/sprockets%2Fe9df7097196f12161bd1e81c2c5e0a18 +0 -0
  1126. data/test/dummy/tmp/cache/assets/D0D/800/sprockets%2Fca77562e78d1945a2ba47c257074be1b +0 -0
  1127. data/test/dummy/tmp/cache/assets/D0D/B90/sprockets%2Fa948d9c1d5112b935641e39e5adad406 +0 -0
  1128. data/test/dummy/tmp/cache/assets/D0D/EC0/sprockets%2F78e6ad15884b3128b31b2b33c9dc5d28 +0 -0
  1129. data/test/dummy/tmp/cache/assets/D0E/970/sprockets%2Ff4346553df4bcb0293ec44436ceb7445 +0 -0
  1130. data/test/dummy/tmp/cache/assets/D0E/C50/sprockets%2F3857156331637ee1fbac0d2ee6c077e5 +0 -0
  1131. data/test/dummy/tmp/cache/assets/D0F/E60/sprockets%2F1e18f8d3084d0d11e871c43c9923da9b +0 -0
  1132. data/test/dummy/tmp/cache/assets/D11/480/sprockets%2F9abb3f39da45da15e51996a03d458625 +0 -0
  1133. data/test/dummy/tmp/cache/assets/D11/500/sprockets%2F3639b6f984cae1c94702d1ad2306ed66 +0 -0
  1134. data/test/dummy/tmp/cache/assets/D11/570/sprockets%2Fb05e6530b69847a4b5064ab78bc83d8c +0 -0
  1135. data/test/dummy/tmp/cache/assets/D11/A30/sprockets%2Ff8e47f36b1ab958267a330d882baa129 +0 -0
  1136. data/test/dummy/tmp/cache/assets/D13/050/sprockets%2Fbabf84b54e50b709867265a852f49ac0 +0 -0
  1137. data/test/dummy/tmp/cache/assets/D13/070/sprockets%2F0ccc67084360d9b43ce3737427fd2c9e +0 -0
  1138. data/test/dummy/tmp/cache/assets/D13/120/sprockets%2Fd2e5b5a7e1b3071528d6e58ab79f5426 +0 -0
  1139. data/test/dummy/tmp/cache/assets/D13/270/sprockets%2Fce909c16cf3808c14f5c28b95006ee43 +0 -0
  1140. data/test/dummy/tmp/cache/assets/D13/B90/sprockets%2F805ac5f993e6cab507a8532f5bb40883 +0 -0
  1141. data/test/dummy/tmp/cache/assets/D14/A40/sprockets%2F42754518d7e0ebf48fd64f3d387d102a +0 -0
  1142. data/test/dummy/tmp/cache/assets/D14/B10/sprockets%2Ff38863f0920a58989fac3b39b01a8ae0 +0 -0
  1143. data/test/dummy/tmp/cache/assets/D15/0B0/sprockets%2Fd5149b844d7a98c07c7ba2a61334ef49 +0 -0
  1144. data/test/dummy/tmp/cache/assets/D15/8F0/sprockets%2F8b0888b329d337e1167e0d25c49ebd2e +0 -0
  1145. data/test/dummy/tmp/cache/assets/D15/CE0/sprockets%2Fdade526d1ef2c411639d80985b8725b5 +0 -0
  1146. data/test/dummy/tmp/cache/assets/D15/E00/sprockets%2F9ee2fbb12247382968b720fbbd35c729 +0 -0
  1147. data/test/dummy/tmp/cache/assets/D15/EC0/sprockets%2F6d0bde1aa84292c30b1003ac230fb254 +0 -0
  1148. data/test/dummy/tmp/cache/assets/D16/920/sprockets%2F7f5b385e40fd83a24f148722b9a4b65f +0 -0
  1149. data/test/dummy/tmp/cache/assets/D16/B40/sprockets%2Fc1e0e33847ba7d65fb40fd674544485e +0 -0
  1150. data/test/dummy/tmp/cache/assets/D16/FE0/sprockets%2F514d67b58770ab16259b9f5c53e5f4ab +0 -0
  1151. data/test/dummy/tmp/cache/assets/D17/220/sprockets%2F97927ed522c7f6a7e4f184b0c084a6a4 +0 -0
  1152. data/test/dummy/tmp/cache/assets/D17/8C0/sprockets%2Fdff966f193f4c8026a3ae110287737dd +0 -0
  1153. data/test/dummy/tmp/cache/assets/D18/A30/sprockets%2F901a1bfb87fa6d5563e7e55632f6b375 +0 -0
  1154. data/test/dummy/tmp/cache/assets/D18/FB0/sprockets%2F948c078adb346c2b9e3e4e794d054d60 +0 -0
  1155. data/test/dummy/tmp/cache/assets/D19/CB0/sprockets%2Fcac38332595f72fe9156b55d1f55c92b +0 -0
  1156. data/test/dummy/tmp/cache/assets/D1A/B60/sprockets%2Fdcf768d806243bfa34e6ef20902795f3 +0 -0
  1157. data/test/dummy/tmp/cache/assets/D1B/350/sprockets%2F383e9fa9d5a7d053391b3fbe5c167863 +0 -0
  1158. data/test/dummy/tmp/cache/assets/D1B/660/sprockets%2Fdd39ad391b6e318822eb3779cb465f36 +0 -0
  1159. data/test/dummy/tmp/cache/assets/D1C/F40/sprockets%2F0d33b8f2d9fb681d65c0926364c5f7c8 +0 -0
  1160. data/test/dummy/tmp/cache/assets/D1D/220/sprockets%2F847c4b2bf7db2f731f17556fa2f67809 +0 -0
  1161. data/test/dummy/tmp/cache/assets/D1F/150/sprockets%2Fa123aa32899798a9f2f1f046fe76bc94 +0 -0
  1162. data/test/dummy/tmp/cache/assets/D1F/990/sprockets%2F0229af100a7137b13cb36acf7c1843ba +0 -0
  1163. data/test/dummy/tmp/cache/assets/D1F/DE0/sprockets%2Fc489f1afba2df21817e4a999496c0943 +0 -0
  1164. data/test/dummy/tmp/cache/assets/D23/CF0/sprockets%2F0e77db800c24be23b153dead25322b26 +0 -0
  1165. data/test/dummy/tmp/cache/assets/D23/EA0/sprockets%2F5c4b2f6109d6f098b259bc2736f94e9f +0 -0
  1166. data/test/dummy/tmp/cache/assets/D25/300/sprockets%2Fc1788b2da83f9a01e957d9d74497f0c6 +0 -0
  1167. data/test/dummy/tmp/cache/assets/D25/4A0/sprockets%2F6da119011fd1c4afc2c8cec032692151 +0 -0
  1168. data/test/dummy/tmp/cache/assets/D26/530/sprockets%2F818dd91d72b47a76578e1789fe7ad0d2 +0 -0
  1169. data/test/dummy/tmp/cache/assets/D27/940/sprockets%2F7765f5936c6eee1166f57e0f883cb17b +0 -0
  1170. data/test/dummy/tmp/cache/assets/D28/9F0/sprockets%2Fa19ac5ae78c7137516a5799609fdf69e +0 -0
  1171. data/test/dummy/tmp/cache/assets/D29/730/sprockets%2Fe4c91c7a22fb37e3037a2e0b77ec1102 +0 -0
  1172. data/test/dummy/tmp/cache/assets/D2A/E60/sprockets%2F7025f1229a2a1d7ea814efad0473d05b +0 -0
  1173. data/test/dummy/tmp/cache/assets/D2B/4C0/sprockets%2Feb44438184c4b3c490f4b0b127dba24c +0 -0
  1174. data/test/dummy/tmp/cache/assets/D2B/F50/sprockets%2Fe26eda13a54cd6200413fd8245a5e36b +0 -0
  1175. data/test/dummy/tmp/cache/assets/D2C/B30/sprockets%2F17ffe8089e75f2a8f32f36fd6554a793 +0 -0
  1176. data/test/dummy/tmp/cache/assets/D2D/3B0/sprockets%2Fa138b75a5452409b2eba70a3248fcc1f +0 -0
  1177. data/test/dummy/tmp/cache/assets/D2D/460/sprockets%2F331b76daab2794678cd6a5e42e010ab1 +0 -0
  1178. data/test/dummy/tmp/cache/assets/D2E/810/sprockets%2Fb1855e47730873ec79f8ff3ad792c79b +0 -0
  1179. data/test/dummy/tmp/cache/assets/D2E/AE0/sprockets%2F320b52115ecb6998f00abf7ad00e26c8 +0 -0
  1180. data/test/dummy/tmp/cache/assets/D30/110/sprockets%2Fb0040b0738cb8a55272b28f641fffcd1 +0 -0
  1181. data/test/dummy/tmp/cache/assets/D31/780/sprockets%2F56108beeaa03b0831f1cbf8a269817c3 +0 -0
  1182. data/test/dummy/tmp/cache/assets/D32/A00/sprockets%2Fe0f2020ee5e383f19c42f0a00566fd7c +0 -0
  1183. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  1184. data/test/dummy/tmp/cache/assets/D34/3D0/sprockets%2F119d40a8f2a43038578ff0f6b0da4d2d +0 -0
  1185. data/test/dummy/tmp/cache/assets/D34/5C0/sprockets%2F904c9b8fddca30f8ac0061367513f2d2 +0 -0
  1186. data/test/dummy/tmp/cache/assets/D34/800/sprockets%2F9b41851c5133ffabbc40861ba79527ba +0 -0
  1187. data/test/dummy/tmp/cache/assets/D36/340/sprockets%2Ff0143d2bc0f90ea4d33b6597c592e2c4 +0 -0
  1188. data/test/dummy/tmp/cache/assets/D36/DD0/sprockets%2F33ca018764d31fbf5187366aaea616eb +0 -0
  1189. data/test/dummy/tmp/cache/assets/D37/480/sprockets%2F101629fc7aaf58f0f21aa7f976d2b313 +0 -0
  1190. data/test/dummy/tmp/cache/assets/D37/7A0/sprockets%2Fe81d470a3d42215c3de7739ecf23db42 +0 -0
  1191. data/test/dummy/tmp/cache/assets/D37/960/sprockets%2F61a6af3eff42bab11629ba9610a61898 +0 -0
  1192. data/test/dummy/tmp/cache/assets/D37/A30/sprockets%2F97e5740333f81b8bebf5b0b1abd93305 +0 -0
  1193. data/test/dummy/tmp/cache/assets/D38/4D0/sprockets%2F9ba117f1b040c2a45bd5848474eed7a7 +0 -0
  1194. data/test/dummy/tmp/cache/assets/D38/540/sprockets%2F86e1ad844bc9df4491a2a52b870421db +0 -0
  1195. data/test/dummy/tmp/cache/assets/D38/8A0/sprockets%2F1f1e7f16400f3c4b814ec9b254bb5f83 +0 -0
  1196. data/test/dummy/tmp/cache/assets/D38/8F0/sprockets%2F1c4d30cdafd61299103b235af5e958b7 +0 -0
  1197. data/test/dummy/tmp/cache/assets/D38/9D0/sprockets%2F5bd3c62f2076b688ba1a8bee052e4364 +0 -0
  1198. data/test/dummy/tmp/cache/assets/D39/6C0/sprockets%2F21f41594eb00f4477d6beb038a2f6bd7 +0 -0
  1199. data/test/dummy/tmp/cache/assets/D39/940/sprockets%2F07b30d0d5f5480b06e7a5d9540fae9a7 +0 -0
  1200. data/test/dummy/tmp/cache/assets/D39/B40/sprockets%2Fad8f11451a28c67435bc69c7c303b4ee +0 -0
  1201. data/test/dummy/tmp/cache/assets/D3A/9D0/sprockets%2Fb4c4d44120bb4654e97cf9b2900c6eb7 +0 -0
  1202. data/test/dummy/tmp/cache/assets/D3B/9D0/sprockets%2Fbe23efc42b103a6190e6b77e0aa86888 +0 -0
  1203. data/test/dummy/tmp/cache/assets/D3B/A50/sprockets%2F7cd55ad8b822b0e5f860da7e6c804321 +0 -0
  1204. data/test/dummy/tmp/cache/assets/D3C/840/sprockets%2F2cc9f2f6f2813d2734d152eb0d3a27f9 +0 -0
  1205. data/test/dummy/tmp/cache/assets/D3C/960/sprockets%2F64bc8df36b55c0af96b209630ff22f41 +0 -0
  1206. data/test/dummy/tmp/cache/assets/D3D/1A0/sprockets%2F4d98b3e2964a665d090dc05ceb26f04b +0 -0
  1207. data/test/dummy/tmp/cache/assets/D3D/830/sprockets%2Fe0cddff2df836c4a507c3c7889101702 +0 -0
  1208. data/test/dummy/tmp/cache/assets/D3E/BA0/sprockets%2Ff61844e1ee3a7d1425bdc3c524b9864c +0 -0
  1209. data/test/dummy/tmp/cache/assets/D3F/730/sprockets%2F42e5b389fd468b620820e30feba48a4f +0 -0
  1210. data/test/dummy/tmp/cache/assets/D3F/D60/sprockets%2Fc4be91aa2c15835ee9463297d1d1cf63 +0 -0
  1211. data/test/dummy/tmp/cache/assets/D40/2F0/sprockets%2F4e62f80b61f6ba86e7e4422d55192acd +0 -0
  1212. data/test/dummy/tmp/cache/assets/D40/450/sprockets%2Fbb52e6c1d4033d98782eb3e6953ea13f +0 -0
  1213. data/test/dummy/tmp/cache/assets/D40/A70/sprockets%2F9fc97e7cb3f02054434fc6d5b92560aa +0 -0
  1214. data/test/dummy/tmp/cache/assets/D41/560/sprockets%2F80dacf68f8f4c072cc8e2600993124ea +0 -0
  1215. data/test/dummy/tmp/cache/assets/D41/650/sprockets%2F6e9c347ae1b83e9f48b7a13e0fe50630 +0 -0
  1216. data/test/dummy/tmp/cache/assets/D42/370/sprockets%2F6cc76bba170617de617563a983fb82bd +0 -0
  1217. data/test/dummy/tmp/cache/assets/D43/3D0/sprockets%2F8ada471f7421754fee5fbf924129fc02 +0 -0
  1218. data/test/dummy/tmp/cache/assets/D43/7C0/sprockets%2F8e5114ada2934ee254f7ece612c9d249 +0 -0
  1219. data/test/dummy/tmp/cache/assets/D43/950/sprockets%2F4daa403e1633b51ae8a13cb1334ec00a +0 -0
  1220. data/test/dummy/tmp/cache/assets/D43/E00/sprockets%2Fc4c5ff4471dfaa6231dc699271f5406f +0 -0
  1221. data/test/dummy/tmp/cache/assets/D44/0A0/sprockets%2Fa6f7ddb2d883616fd31562ff0f4c5173 +0 -0
  1222. data/test/dummy/tmp/cache/assets/D44/E90/sprockets%2F1216c14a8fb1c0c982e86dd6c8ef9425 +0 -0
  1223. data/test/dummy/tmp/cache/assets/D45/580/sprockets%2F7c3eeca57727e72e6b272c1c836cd049 +0 -0
  1224. data/test/dummy/tmp/cache/assets/D46/6E0/sprockets%2Fbd1d8ec68a8962ff1832082bc158ee33 +0 -0
  1225. data/test/dummy/tmp/cache/assets/D46/8E0/sprockets%2Fb35bf69c999ecf20641b357ad13a819c +0 -0
  1226. data/test/dummy/tmp/cache/assets/D48/470/sprockets%2F5031e9bffd9c3b316bfb718e8e925444 +0 -0
  1227. data/test/dummy/tmp/cache/assets/D48/640/sprockets%2F9f4f18d910b678b1d0777e04cdaf6f24 +0 -0
  1228. data/test/dummy/tmp/cache/assets/D49/BB0/sprockets%2F7b540757fd5b74d7e28cf951f402a6fa +0 -0
  1229. data/test/dummy/tmp/cache/assets/D4A/050/sprockets%2F624bb566309f6ab88f4eebd1a76f5167 +0 -0
  1230. data/test/dummy/tmp/cache/assets/D4A/590/sprockets%2F83b19be32a99cbc53d6b1593ff59573a +0 -0
  1231. data/test/dummy/tmp/cache/assets/D4A/F90/sprockets%2Fcf6b86c748033f0a17b7cc831c6d58f9 +0 -0
  1232. data/test/dummy/tmp/cache/assets/D4B/1D0/sprockets%2F0769c4e1883fbee89ccfa684319051bb +0 -0
  1233. data/test/dummy/tmp/cache/assets/D4C/100/sprockets%2Ff6ad0962972e10a956e6a85dd7c358db +0 -0
  1234. data/test/dummy/tmp/cache/assets/D4D/DF0/sprockets%2Feb951b6de7e9a824c622816c85473cde +0 -0
  1235. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  1236. data/test/dummy/tmp/cache/assets/D4E/B80/sprockets%2F12b0ea98f9192449e82d8ae7d185dbd6 +0 -0
  1237. data/test/dummy/tmp/cache/assets/D4F/1F0/sprockets%2F2824f2530a0ac36c117a2afcac736a6a +0 -0
  1238. data/test/dummy/tmp/cache/assets/D50/3C0/sprockets%2F178a6e5098feedc2b5ae759413b77d83 +0 -0
  1239. data/test/dummy/tmp/cache/assets/D50/D70/sprockets%2F13297c9f3a654ebe511fc93c9c7d974c +0 -0
  1240. data/test/dummy/tmp/cache/assets/D52/B60/sprockets%2Ff845b7f41c8cb98d13b90964a92e9e2c +0 -0
  1241. data/test/dummy/tmp/cache/assets/D53/120/sprockets%2F6bfa5aab9fb0247002900e73cc2eb206 +0 -0
  1242. data/test/dummy/tmp/cache/assets/D54/C50/sprockets%2F011c250cecb491f0716c2d35db11d5ef +0 -0
  1243. data/test/dummy/tmp/cache/assets/D55/CF0/sprockets%2F7d7fe3b68cb317492f290a6f57b2f79f +0 -0
  1244. data/test/dummy/tmp/cache/assets/D56/060/sprockets%2F3cc85144bd659faafd4ba12514a04a41 +0 -0
  1245. data/test/dummy/tmp/cache/assets/D56/8B0/sprockets%2Fd07237e557b67cf8dc3d7f9993fad027 +0 -0
  1246. data/test/dummy/tmp/cache/assets/D58/030/sprockets%2F20c195c0206544ad0039cc7eaddff13d +0 -0
  1247. data/test/dummy/tmp/cache/assets/D58/3E0/sprockets%2Fc24b0c6ca152dc28e8d957a036d10bc1 +0 -0
  1248. data/test/dummy/tmp/cache/assets/D58/D30/sprockets%2Ff15a54b9f439372e8f8b4a68778c5eea +0 -0
  1249. data/test/dummy/tmp/cache/assets/D59/D70/sprockets%2Fed9f0de1b65ae8d7ef89087c83728461 +0 -0
  1250. data/test/dummy/tmp/cache/assets/D59/F60/sprockets%2Fa60b09ec201afe4006f5363c33d76eac +0 -0
  1251. data/test/dummy/tmp/cache/assets/D59/FD0/sprockets%2Ff3ed2c82c99fe2e39994837f0aa8346d +0 -0
  1252. data/test/dummy/tmp/cache/assets/D5A/DA0/sprockets%2Fd1c25b1bd44d0def57ce592c912100f1 +0 -0
  1253. data/test/dummy/tmp/cache/assets/D5A/E70/sprockets%2F206e1e7e85af42e0d1eeb0b061028fd2 +0 -0
  1254. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  1255. data/test/dummy/tmp/cache/assets/D5C/DD0/sprockets%2Feec24d1953ff13e02858b0aac10a076e +0 -0
  1256. data/test/dummy/tmp/cache/assets/D5D/1A0/sprockets%2Faa06db4710c1a4b247d56b385daec719 +0 -0
  1257. data/test/dummy/tmp/cache/assets/D5D/990/sprockets%2F51fcb2d63f0aa308af357e3127eac616 +0 -0
  1258. data/test/dummy/tmp/cache/assets/D5D/CE0/sprockets%2Fc30fd9a32d15a079b2b0cb99865bab20 +0 -0
  1259. data/test/dummy/tmp/cache/assets/D5E/B80/sprockets%2Fe625810245c919dc11b09d0fe0fbfb2a +0 -0
  1260. data/test/dummy/tmp/cache/assets/D5E/F20/sprockets%2F752a76745e38ed8f3aee8bd996a9b366 +0 -0
  1261. data/test/dummy/tmp/cache/assets/D60/C60/sprockets%2Fdb27de9df2ccd7874c6798689219b17e +0 -0
  1262. data/test/dummy/tmp/cache/assets/D60/CC0/sprockets%2F94b21cc1744250cb2ddcb8d8c80e813a +0 -0
  1263. data/test/dummy/tmp/cache/assets/D61/A70/sprockets%2Fddd9348f4a2f2224a3f214a7d5ea12f3 +0 -0
  1264. data/test/dummy/tmp/cache/assets/D61/EA0/sprockets%2F1bf460ff6016c9a0300ef911b4dd96db +0 -0
  1265. data/test/dummy/tmp/cache/assets/D62/DB0/sprockets%2Fda35aee549e43a36049ab2ac3e27713d +0 -0
  1266. data/test/dummy/tmp/cache/assets/D63/110/sprockets%2F9d0225436ad44c81b4c2c54e1ffd8bb2 +0 -0
  1267. data/test/dummy/tmp/cache/assets/D63/420/sprockets%2F5d1b25fd4631fd4b6077fd6c4aac1155 +0 -0
  1268. data/test/dummy/tmp/cache/assets/D63/8B0/sprockets%2Ffd68b2a5725a037c42c2aefe4417ec05 +0 -0
  1269. data/test/dummy/tmp/cache/assets/D64/FC0/sprockets%2F949311ddda0a051ffab848db9b50a591 +0 -0
  1270. data/test/dummy/tmp/cache/assets/D65/560/sprockets%2F33385b9c98a3a1cb3b45e330ced1dc75 +0 -0
  1271. data/test/dummy/tmp/cache/assets/D66/750/sprockets%2Fd4153ec333cf53abf1c7abd718c02689 +0 -0
  1272. data/test/dummy/tmp/cache/assets/D67/270/sprockets%2F2bd6d8a7baa62843bcc05e5d2239256f +0 -0
  1273. data/test/dummy/tmp/cache/assets/D68/3B0/sprockets%2Fe0ac076b844e6c350abc027feb685e91 +0 -0
  1274. data/test/dummy/tmp/cache/assets/D68/870/sprockets%2F7a92d35590718f3fb11c95add4a5bb3a +0 -0
  1275. data/test/dummy/tmp/cache/assets/D68/980/sprockets%2F63eabb497ea33b281c722fc7b12f95d1 +0 -0
  1276. data/test/dummy/tmp/cache/assets/D68/DE0/sprockets%2F7d630ecce0c227377a609deed09a332e +0 -0
  1277. data/test/dummy/tmp/cache/assets/D69/570/sprockets%2Ff54291dc566dc2a25ccd0d55a6e8209b +0 -0
  1278. data/test/dummy/tmp/cache/assets/D69/900/sprockets%2Ff0a07be0d41e5cb998f70020effb8048 +0 -0
  1279. data/test/dummy/tmp/cache/assets/D6A/000/sprockets%2Fbb7461dd924cbd860e8cae2a0e921079 +0 -0
  1280. data/test/dummy/tmp/cache/assets/D6A/110/sprockets%2Fb93ff472ebb3773cd9b412fbb47c2502 +0 -0
  1281. data/test/dummy/tmp/cache/assets/D6A/2F0/sprockets%2Fffe90709b05c7ac131463faada7d4395 +0 -0
  1282. data/test/dummy/tmp/cache/assets/D6B/010/sprockets%2Fde174944909ea6c90acc19a0ab576dd0 +0 -0
  1283. data/test/dummy/tmp/cache/assets/D6B/ED0/sprockets%2F95316224abccb0d08782d77dda95abc8 +0 -0
  1284. data/test/dummy/tmp/cache/assets/D6C/AC0/sprockets%2F97aac3f84c8a14d18caa957ed41613e1 +0 -0
  1285. data/test/dummy/tmp/cache/assets/D6E/F90/sprockets%2F543aa025557a09fe4e19aed7b77b0ee7 +0 -0
  1286. data/test/dummy/tmp/cache/assets/D6F/5B0/sprockets%2Fc0a3a580c584caaa292d939c2d999b2f +0 -0
  1287. data/test/dummy/tmp/cache/assets/D6F/AA0/sprockets%2F6ba461f33c45ba3ca198cb5f177d49d7 +0 -0
  1288. data/test/dummy/tmp/cache/assets/D70/1D0/sprockets%2F1920e0a4ad06e9d71d89f3cecd56084e +0 -0
  1289. data/test/dummy/tmp/cache/assets/D70/620/sprockets%2Fb7a0b3fec35d697aaa981766c325d9b1 +0 -0
  1290. data/test/dummy/tmp/cache/assets/D70/880/sprockets%2F3ff7edf6019d5b55c68c1f43d7b6100d +0 -0
  1291. data/test/dummy/tmp/cache/assets/D70/B80/sprockets%2Ff66eaed3de611551ae84d6e34b04d495 +0 -0
  1292. data/test/dummy/tmp/cache/assets/D71/760/sprockets%2Fc64381994a923ace4c5e2e5c178ba4fa +0 -0
  1293. data/test/dummy/tmp/cache/assets/D72/3D0/sprockets%2F923ba252f3fd65b366e437c6ddbd278b +0 -0
  1294. data/test/dummy/tmp/cache/assets/D72/E60/sprockets%2F22cd61e47198a268f3be5aebf3534cd8 +0 -0
  1295. data/test/dummy/tmp/cache/assets/D73/020/sprockets%2F2e306d7c72e689d14fadcf72dc7327c1 +0 -0
  1296. data/test/dummy/tmp/cache/assets/D73/9B0/sprockets%2Ff8a186d6bf7a3faad8829b9aa1881006 +0 -0
  1297. data/test/dummy/tmp/cache/assets/D73/A90/sprockets%2F887d5caf9ac104401916ca75fcff08a8 +0 -0
  1298. data/test/dummy/tmp/cache/assets/D74/960/sprockets%2F493fabdec98fe58d0c36db7821521a63 +0 -0
  1299. data/test/dummy/tmp/cache/assets/D75/460/sprockets%2F8cd8795055b081fd1be3e7fa2785dca2 +0 -0
  1300. data/test/dummy/tmp/cache/assets/D75/510/sprockets%2Fb4491f28776c3b33b589fcb590aedc2c +0 -0
  1301. data/test/dummy/tmp/cache/assets/D75/600/sprockets%2F2afafb282ed0628408f76753fbc9df51 +0 -0
  1302. data/test/dummy/tmp/cache/assets/D75/840/sprockets%2F9937d516ad47438fccb8f0815fe2ab3a +0 -0
  1303. data/test/dummy/tmp/cache/assets/D76/CF0/sprockets%2F7ec2368edb7eb22a3fd702a4272e9e89 +0 -0
  1304. data/test/dummy/tmp/cache/assets/D77/440/sprockets%2F938ff041ac8b9346fa3d51cffd0675b7 +0 -0
  1305. data/test/dummy/tmp/cache/assets/D77/580/sprockets%2Fa8dd3ed803c736f6995bf1543d0d8be1 +0 -0
  1306. data/test/dummy/tmp/cache/assets/D77/720/sprockets%2Fffe40f92385ceb1311ae53d77f948ad5 +0 -0
  1307. data/test/dummy/tmp/cache/assets/D77/C50/sprockets%2F0d3dac59d5038274467ffb8dbfd5924b +0 -0
  1308. data/test/dummy/tmp/cache/assets/D78/100/sprockets%2F0f618f82a476ad93a8c199c9c6bbfa50 +0 -0
  1309. data/test/dummy/tmp/cache/assets/D78/490/sprockets%2Fe2986e19baeda4ad61a7999a44303e8c +0 -0
  1310. data/test/dummy/tmp/cache/assets/D78/5E0/sprockets%2Fd8e4db6d4b7de69d0d28f4a627124f81 +0 -0
  1311. data/test/dummy/tmp/cache/assets/D78/C40/sprockets%2F95d8ee0f10fcadca3927427c3990b99a +0 -0
  1312. data/test/dummy/tmp/cache/assets/D79/440/sprockets%2Fabd1b8188900ee5afcef4a486673855d +0 -0
  1313. data/test/dummy/tmp/cache/assets/D79/750/sprockets%2F624cecec55d5d244b8b935f06e57b4e8 +0 -0
  1314. data/test/dummy/tmp/cache/assets/D79/BD0/sprockets%2Fa28334562f4a5947f684bdcfefe2b65a +0 -0
  1315. data/test/dummy/tmp/cache/assets/D7B/470/sprockets%2F4628828d5fded2770f9d4541cacc0f9c +0 -0
  1316. data/test/dummy/tmp/cache/assets/D7B/920/sprockets%2Fda69e29ee3ffe7a2c63781c7d10593d3 +0 -0
  1317. data/test/dummy/tmp/cache/assets/D7C/510/sprockets%2F779ca358c6e034a723cbeca985fb84d7 +0 -0
  1318. data/test/dummy/tmp/cache/assets/D7C/B80/sprockets%2Fe00c543f5cfb7825e52c7bf6d299cf38 +0 -0
  1319. data/test/dummy/tmp/cache/assets/D7C/D80/sprockets%2F9dcd822bf5be7ee30d14c04a96785b99 +0 -0
  1320. data/test/dummy/tmp/cache/assets/D7C/F50/sprockets%2Fc3ac208cec41908ff3393197ccd789ee +0 -0
  1321. data/test/dummy/tmp/cache/assets/D7E/600/sprockets%2F73cfa96224daea00c732aebb0413f12b +0 -0
  1322. data/test/dummy/tmp/cache/assets/D7E/CE0/sprockets%2F480dd37fe4cf71f649a5186d5c29dfc2 +0 -0
  1323. data/test/dummy/tmp/cache/assets/D7F/660/sprockets%2Fe856b8fe72d371ddcb9a6d961317f36c +0 -0
  1324. data/test/dummy/tmp/cache/assets/D80/310/sprockets%2Fd20319d8ef9238666d8dead0ccd6675f +0 -0
  1325. data/test/dummy/tmp/cache/assets/D80/550/sprockets%2F9f26fe839674331ce8ba44ee79edc0a4 +0 -0
  1326. data/test/dummy/tmp/cache/assets/D80/CD0/sprockets%2Fe77d6be07ff62e4fc47e35d4c04d8853 +0 -0
  1327. data/test/dummy/tmp/cache/assets/D80/ED0/sprockets%2F0a56cc02f4f6620064b5dbb91bfa20bb +0 -0
  1328. data/test/dummy/tmp/cache/assets/D81/DD0/sprockets%2Ffffebdff398ef962880d3810b514082f +0 -0
  1329. data/test/dummy/tmp/cache/assets/D82/540/sprockets%2F850ad4b014aea40e7abeed224d30763b +0 -0
  1330. data/test/dummy/tmp/cache/assets/D84/550/sprockets%2Fbc1fc79d543f504d2e8581ce6ee68d78 +0 -0
  1331. data/test/dummy/tmp/cache/assets/D86/330/sprockets%2Fe262ff5799f085cfc9f3c0f9ad090c67 +13 -0
  1332. data/test/dummy/tmp/cache/assets/D87/1F0/sprockets%2F96766fecddb0ec4f87238167d9b7ae90 +0 -0
  1333. data/test/dummy/tmp/cache/assets/D89/790/sprockets%2Fc28cac5b0fbe00ee48e7b0616b34123e +0 -0
  1334. data/test/dummy/tmp/cache/assets/D89/E50/sprockets%2F5198fa00faf0ae724c5a7b0b0047b4df +0 -0
  1335. data/test/dummy/tmp/cache/assets/D8A/160/sprockets%2F3c99b6f39fd9f6a31444944e6fbbfe29 +0 -0
  1336. data/test/dummy/tmp/cache/assets/D8D/0B0/sprockets%2F4e290aaad51d06a4b3e91f88060cad6c +0 -0
  1337. data/test/dummy/tmp/cache/assets/D8F/440/sprockets%2F47623d312f4ac92cbe27e72fdb4a0aa6 +0 -0
  1338. data/test/dummy/tmp/cache/assets/D91/460/sprockets%2Fb7cf39ef8fd9fd950130e779e4847c6d +0 -0
  1339. data/test/dummy/tmp/cache/assets/D92/9A0/sprockets%2Fd055f103c6d30edb8abebb381d2997c1 +0 -0
  1340. data/test/dummy/tmp/cache/assets/D93/190/sprockets%2F4c3c82c0fe91f855df82401f121bdaae +0 -0
  1341. data/test/dummy/tmp/cache/assets/D93/1C0/sprockets%2Ff23b5794b0f2c371a40e4ffaae246cb7 +0 -0
  1342. data/test/dummy/tmp/cache/assets/D93/4C0/sprockets%2F857ecd2092cee11f740b3cf2e373ad2a +0 -0
  1343. data/test/dummy/tmp/cache/assets/D96/5C0/sprockets%2Fec17fb2aa35590948ecdfab12265cd43 +0 -0
  1344. data/test/dummy/tmp/cache/assets/D96/5E0/sprockets%2F8ab3acca6a547a8f9521fbc1e76b1129 +0 -0
  1345. data/test/dummy/tmp/cache/assets/D97/950/sprockets%2Fb599ecabbba5b1bb1c025092990966de +0 -0
  1346. data/test/dummy/tmp/cache/assets/D97/BF0/sprockets%2F09df11e5a1e8a6ac6ba8c2ab6f692615 +0 -0
  1347. data/test/dummy/tmp/cache/assets/D98/230/sprockets%2F1ade5eb764fe2cd76faa1241d12259f6 +0 -0
  1348. data/test/dummy/tmp/cache/assets/D98/CD0/sprockets%2Fcafa6a24ecba1f5c899188701d0084dc +0 -0
  1349. data/test/dummy/tmp/cache/assets/D99/390/sprockets%2F68e0acf8be26200d58dcf4edc1c70329 +0 -0
  1350. data/test/dummy/tmp/cache/assets/{DA1/930/sprockets%2F8e0da9449a5212b1faede8db894814ae → D99/8B0/sprockets%2F751a6a4f71b2d265b1a2ba69fe74da9e} +0 -0
  1351. data/test/dummy/tmp/cache/assets/D99/D70/sprockets%2Ff9bd12f1c79a65cab71c8864b2bb7c02 +0 -0
  1352. data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
  1353. data/test/dummy/tmp/cache/assets/D9C/F00/sprockets%2F3e977aee4ddade1c0c397ac4414862d1 +0 -0
  1354. data/test/dummy/tmp/cache/assets/D9C/FC0/sprockets%2F4bb5a2a65c16b0ef27fec77491d1da88 +0 -0
  1355. data/test/dummy/tmp/cache/assets/D9D/AB0/sprockets%2F3a6af815e06da817837c0867e1dbdcad +0 -0
  1356. data/test/dummy/tmp/cache/assets/D9E/3D0/sprockets%2F9e1c6c638a039a1bc71fb3f098ffc0e4 +0 -0
  1357. data/test/dummy/tmp/cache/assets/D9E/8A0/sprockets%2F0a7eeed4a8f1f8254832ab05ebc45f84 +0 -0
  1358. data/test/dummy/tmp/cache/assets/D9F/870/sprockets%2F0ba85295bee19d33738bdd5b0e6ac77c +0 -0
  1359. data/test/dummy/tmp/cache/assets/D9F/EA0/sprockets%2F33a453bf9407af39d63d34bffa5b6c6d +0 -0
  1360. data/test/dummy/tmp/cache/assets/DA0/5B0/sprockets%2Fcb59af26c8dbd9e32b43bc1f628884a0 +0 -0
  1361. data/test/dummy/tmp/cache/assets/DA0/D10/sprockets%2Ff3ea93c25f1ee82c0d968ccc1e542b37 +0 -0
  1362. data/test/dummy/tmp/cache/assets/DA1/270/sprockets%2F2f1f73349032e4ef6bffeb3b6164dd9a +0 -0
  1363. data/test/dummy/tmp/cache/assets/DA1/440/sprockets%2Fabefcd66d26e6dc045535ddf32c08297 +0 -0
  1364. data/test/dummy/tmp/cache/assets/DA1/C50/sprockets%2F6871442f272dc32ae3f5da27dfcfb7f4 +0 -0
  1365. data/test/dummy/tmp/cache/assets/DA2/900/sprockets%2F253fd4c683d31b6ae7d2ec8db9b5c509 +0 -0
  1366. data/test/dummy/tmp/cache/assets/DA3/AF0/sprockets%2F669d9e6e618b3cb21db4063b5eaaf87c +0 -0
  1367. data/test/dummy/tmp/cache/assets/DA4/100/sprockets%2F10c9ed07a7c83a5f8f2fa5827a6c3eb8 +0 -0
  1368. data/test/dummy/tmp/cache/assets/DA5/F50/sprockets%2F6e5e9448aeecbd1a4e242fd346a5d829 +0 -0
  1369. data/test/dummy/tmp/cache/assets/DA6/450/sprockets%2Fddd8a39e9f078ac33133bb71e5365fef +0 -0
  1370. data/test/dummy/tmp/cache/assets/DA7/120/sprockets%2F1bf2a915b5c9ee1fd36c85f5276fe04f +0 -0
  1371. data/test/dummy/tmp/cache/assets/DA9/3A0/sprockets%2F6a93e60a4af9dde11c88ce1f1f5f0698 +0 -0
  1372. data/test/dummy/tmp/cache/assets/DA9/910/sprockets%2Fbb959ba602ab7943a96debe1558da88e +0 -0
  1373. data/test/dummy/tmp/cache/assets/DAA/8E0/sprockets%2Fb59cb9365c263e17d8e9cc72b2f1e8ea +0 -0
  1374. data/test/dummy/tmp/cache/assets/DAA/A50/sprockets%2F8cfa87b2646897bd65abdc6f4a23df51 +0 -0
  1375. data/test/dummy/tmp/cache/assets/DAA/C50/sprockets%2F990e0def657f2f38f0f46ea25c3aa67e +0 -0
  1376. data/test/dummy/tmp/cache/assets/DAC/390/sprockets%2F692b14ff6d597b82d7cb9b7671ddbf0a +0 -0
  1377. data/test/dummy/tmp/cache/assets/DAD/150/sprockets%2F7510e84f786ad386efd0ac4ecf963dc4 +0 -0
  1378. data/test/dummy/tmp/cache/assets/DAD/B00/sprockets%2Fc50f0bb43f1be82d46b3dbaed700d002 +0 -0
  1379. data/test/dummy/tmp/cache/assets/DAF/6A0/sprockets%2Fa10a9fb17fdd3c30a048cfa112fdb441 +0 -0
  1380. data/test/dummy/tmp/cache/assets/DB0/FB0/sprockets%2F7b977859d2c94edcaddb62b75e2a098b +0 -0
  1381. data/test/dummy/tmp/cache/assets/DB4/580/sprockets%2F73cfb0d516a66b01deb0d0c098dfb0d0 +0 -0
  1382. data/test/dummy/tmp/cache/assets/DBE/6D0/sprockets%2Fe6f798b88c87fe64a4e40ead8ad85d37 +0 -0
  1383. data/test/dummy/tmp/cache/assets/DBE/F60/sprockets%2Ff389a1ce4db9c7c6ae03ac1f312fa232 +0 -0
  1384. data/test/dummy/tmp/cache/assets/DBF/D70/sprockets%2F0fb312a776d39a42a8c6cb8ca0d4eb5b +0 -0
  1385. data/test/dummy/tmp/cache/assets/DC0/D20/sprockets%2F348d1dba39ef8d6e48fd02a201a6eaa1 +0 -0
  1386. data/test/dummy/tmp/cache/assets/DC1/330/sprockets%2F0ca5e4ab25ba6b584b50c681b2e2f8ef +0 -0
  1387. data/test/dummy/tmp/cache/assets/DC3/9A0/sprockets%2F4fca05aadb18e1ce743875b3c0eae763 +0 -0
  1388. data/test/dummy/tmp/cache/assets/DC5/990/sprockets%2Fad178a990d23dd1ac46e0bd930dcf46c +0 -0
  1389. data/test/dummy/tmp/cache/assets/DC9/F10/sprockets%2Fef521f1bf8efce0a0ec6c3e6728b0508 +0 -0
  1390. data/test/dummy/tmp/cache/assets/DCA/1A0/sprockets%2Fa340bbf09a7ea93e47ac5dc7b9bc5436 +0 -0
  1391. data/test/dummy/tmp/cache/assets/DCD/6B0/sprockets%2F05ccaeb7ffede091c1708296eacb9713 +0 -0
  1392. data/test/dummy/tmp/cache/assets/DCF/260/sprockets%2Ffa6048415c7ead7b13579c9cbeb8dae0 +0 -0
  1393. data/test/dummy/tmp/cache/assets/DD4/820/sprockets%2F35a959659ad9dc2de1e0fbe3c13d18fd +0 -0
  1394. data/test/dummy/tmp/cache/assets/DD5/2A0/sprockets%2Fef50b031ac1a0fb2e08a2a6ea3fc08b0 +0 -0
  1395. data/test/dummy/tmp/cache/assets/DD5/610/sprockets%2F9e1ba99824f7731edc3489abbaca5ef1 +0 -0
  1396. data/test/dummy/tmp/cache/assets/DD6/330/sprockets%2F7ca77285ccddf7fdab491480fde7c151 +0 -0
  1397. data/test/dummy/tmp/cache/assets/DD7/B50/sprockets%2F7effa89c4b23ab60109f969a9a66ccbc +0 -0
  1398. data/test/dummy/tmp/cache/assets/DD8/2D0/sprockets%2Fc7f10cddd3a3cdccc64580ca85795f99 +0 -0
  1399. data/test/dummy/tmp/cache/assets/DD9/DE0/sprockets%2Fb966cd2ba3e1b3ff91f8b948ec238e2e +0 -0
  1400. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +31 -0
  1401. data/test/dummy/tmp/cache/assets/DDD/390/sprockets%2F97cde4e909ae99d0bacaaf5483a8b944 +0 -0
  1402. data/test/dummy/tmp/cache/assets/DDE/420/sprockets%2Ffb8b186d5bf0307f86f65fc787d2adeb +0 -0
  1403. data/test/dummy/tmp/cache/assets/DDE/960/sprockets%2Ff3399fed917fb2a6f8ff71d4d1ae21b9 +0 -0
  1404. data/test/dummy/tmp/cache/assets/DDF/B10/sprockets%2F74a9645f5a8bb77187bbb49aac2ef9ef +0 -0
  1405. data/test/dummy/tmp/cache/assets/DE1/B90/sprockets%2Fd1da8c874edf3fa186e5e3f3e29e862e +0 -0
  1406. data/test/dummy/tmp/cache/assets/DE2/FF0/sprockets%2F8f58db6f60a268bbf88249eb2d76ecbe +0 -0
  1407. data/test/dummy/tmp/cache/assets/DE5/C00/sprockets%2Fdd9d56992a0f3fe1cbd8b667ec9d09e6 +0 -0
  1408. data/test/dummy/tmp/cache/assets/DE6/DB0/sprockets%2F267addac8fe023b1a311ddad2e25f71d +0 -0
  1409. data/test/dummy/tmp/cache/assets/DE8/2F0/sprockets%2F96f2a8f5f9405bdef3dd3cfd3ee26699 +0 -0
  1410. data/test/dummy/tmp/cache/assets/DEA/ED0/sprockets%2Fa9ece897c9d32df5d53aed7eb5d38973 +0 -0
  1411. data/test/dummy/tmp/cache/assets/DEE/140/sprockets%2F9e7b9f2cc1e4af0aac3a2c630a6823bf +0 -0
  1412. data/test/dummy/tmp/cache/assets/DEF/170/sprockets%2Fb277fe609cadbad6cda3d5440e17e11b +0 -0
  1413. data/test/dummy/tmp/cache/assets/DF1/390/sprockets%2F6e5c959ef6f318f078e7d4a9f6ff3bfb +0 -0
  1414. data/test/dummy/tmp/cache/assets/DF1/AB0/sprockets%2Fe07c10f91a71dedd69d86ce3ac210aeb +0 -0
  1415. data/test/dummy/tmp/cache/assets/DF1/B20/sprockets%2Fdaf37c0f4b45bd9e7261afd02a1e3b5f +0 -0
  1416. data/test/dummy/tmp/cache/assets/DF3/5D0/sprockets%2Fbded3ce230d39fbb3d0802ef2d7726bd +0 -0
  1417. data/test/dummy/tmp/cache/assets/DF3/E20/sprockets%2F552e130b12fc2abeb75fcafcde9e6471 +0 -0
  1418. data/test/dummy/tmp/cache/assets/DF4/810/sprockets%2F07fbe0ba9e5c035a15e3defdc472b7c5 +0 -0
  1419. data/test/dummy/tmp/cache/assets/DF4/BF0/sprockets%2Fba73f1ee71ebc1ad6b8f025b4d3e58d2 +0 -0
  1420. data/test/dummy/tmp/cache/assets/DF5/F30/sprockets%2F61a9f09fc06eb910c5a984a3db1fbcbc +0 -0
  1421. data/test/dummy/tmp/cache/assets/DF6/220/sprockets%2F7e6ea4f6a6c0c9cf3db8c0d4414b3de0 +0 -0
  1422. data/test/dummy/tmp/cache/assets/DF7/0A0/sprockets%2F846c5a4fe7a07fb7db1a50f17e2adfb4 +0 -0
  1423. data/test/dummy/tmp/cache/assets/DF7/EE0/sprockets%2F661abfd8ab8ddb966ccded48ca100623 +0 -0
  1424. data/test/dummy/tmp/cache/assets/DF8/A50/sprockets%2Fab8699ae64f2efbfb0c01bd269661aba +0 -0
  1425. data/test/dummy/tmp/cache/assets/DFA/E10/sprockets%2Fe0ed51edc80877cbe7d5c6ea334c41da +0 -0
  1426. data/test/dummy/tmp/cache/assets/DFA/FD0/sprockets%2Fae353fbfac66799b1b2b673cd0ee2dd2 +0 -0
  1427. data/test/dummy/tmp/cache/assets/DFB/A10/sprockets%2Fe8c0b2f8d9deb6d6edacfe3042213c29 +0 -0
  1428. data/test/dummy/tmp/cache/assets/DFC/D30/sprockets%2F4420d2feffc9ca5db5627b7cc32e18fb +0 -0
  1429. data/test/dummy/tmp/cache/assets/DFD/D00/sprockets%2Fa1f60245fdcbef10e7b34ff59b7e1ce7 +0 -0
  1430. data/test/dummy/tmp/cache/assets/DFE/390/sprockets%2Fe3b16ae99b11b9eeb1f19b9da4a3f9b4 +0 -0
  1431. data/test/dummy/tmp/cache/assets/E02/C40/sprockets%2F78ca65bacdf0f50b219c998bd2d8c1fd +0 -0
  1432. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  1433. data/test/dummy/tmp/cache/assets/E04/E00/sprockets%2F82bbcd7dc4cd65bcaf98f457e64cd006 +0 -0
  1434. data/test/dummy/tmp/cache/assets/E07/B90/sprockets%2Faa8bbd5ec66e8551cb8f02e6f91ccf66 +0 -0
  1435. data/test/dummy/tmp/cache/assets/E0A/170/sprockets%2F997a4124bcbaff8ef47ba8c3f186b6fc +0 -0
  1436. data/test/dummy/tmp/cache/assets/E0A/1C0/sprockets%2Fb86fd2e0b485e4ed9457b5e1fbd7bcf4 +0 -0
  1437. data/test/dummy/tmp/cache/assets/E0B/300/sprockets%2F6b29fde38df17f56a7dfd0b53e78c0fb +0 -0
  1438. data/test/dummy/tmp/cache/assets/E0D/910/sprockets%2F13bc0ba3fbaece034c2cd4e223cea493 +0 -0
  1439. data/test/dummy/tmp/cache/assets/E12/620/sprockets%2F6aed958a85d7bbfed8175b89b21baef9 +0 -0
  1440. data/test/dummy/tmp/cache/assets/E12/C20/sprockets%2Feb34805a939ece95f8dade1eacfe8575 +0 -0
  1441. data/test/dummy/tmp/cache/assets/E18/BD0/sprockets%2Fdd3f079cb22f0cbad4d62c2df2e6a1c1 +0 -0
  1442. data/test/dummy/tmp/cache/assets/E19/9B0/sprockets%2F8dcc04b1c4d8aecb55c19e2f0a13aac8 +0 -0
  1443. data/test/dummy/tmp/cache/assets/E19/A50/sprockets%2Fc235225f0a4e2d6aaac029dec6dc7fca +0 -0
  1444. data/test/dummy/tmp/cache/assets/E1C/6A0/sprockets%2Fd27eac5dac6f025912b1ae4f60aafe6b +0 -0
  1445. data/test/dummy/tmp/cache/assets/E1E/6D0/sprockets%2F0286dff2b4ebd44afc41a7bea4db414e +0 -0
  1446. data/test/dummy/tmp/cache/assets/E1F/040/sprockets%2Fcaaa0078fb3ec94cd2b8a2565d4abda8 +0 -0
  1447. data/test/dummy/tmp/cache/assets/E25/920/sprockets%2F96dab96ea56aceaeaaaa605803bb68d4 +0 -0
  1448. data/test/dummy/tmp/cache/assets/E26/430/sprockets%2Ffa79fa9d616edd2acb247422aa17eafb +0 -0
  1449. data/test/dummy/tmp/cache/assets/E2B/B40/sprockets%2F88b136beafea9b44ef70aa16b4afcb78 +0 -0
  1450. data/test/dummy/tmp/cache/assets/E2D/350/sprockets%2F38bf1c815d0b29bdf4c5c5f8c7c7beaa +0 -0
  1451. data/test/dummy/tmp/cache/assets/E2D/620/sprockets%2F378b29aa9f5b06dba19fac1a7c8cdfd4 +0 -0
  1452. data/test/dummy/tmp/cache/assets/E2F/350/sprockets%2Fad9346a4df3cc90fb4aba15ce9db9f47 +0 -0
  1453. data/test/dummy/tmp/cache/assets/E32/D80/sprockets%2F460ccbfbbb7bd5d4f4954bcd1792bf8f +0 -0
  1454. data/test/dummy/tmp/cache/assets/E33/6A0/sprockets%2Fda09745d0a9bccceef4b95f7c4e3d36c +0 -0
  1455. data/test/dummy/tmp/cache/assets/E39/2D0/sprockets%2F52e15dbdf2cefdb67efc480d67e38f6a +0 -0
  1456. data/test/dummy/tmp/cache/assets/E41/2C0/sprockets%2Fb4fdba6739eff84ef39eec25f5f15fd0 +0 -0
  1457. data/test/dummy/tmp/cache/assets/E50/0A0/sprockets%2F3b85ffabdab3abb59d1aa3c63ded2674 +0 -0
  1458. data/test/dummy/tmp/cache/assets/E56/660/sprockets%2Ffed6a01984e7ea5c007c5e3bfad1fadd +0 -0
  1459. data/test/dummy/tmp/cache/assets/E62/880/sprockets%2F3aaf0abaaa5dfc481858fcf99be744df +0 -0
  1460. data/test/dummy/tmp/cache/assets/E66/340/sprockets%2F57b82ebdad2ba79dd446f878a3eeaedb +0 -0
  1461. data/test/dummy/tmp/cache/assets/E68/350/sprockets%2Ff26bb3efad0f92afcaf6dfb597fa7448 +0 -0
  1462. data/test/dummy/tmp/cache/assets/E68/EA0/sprockets%2F93ee9ef7cee9da2cd08dca8430cce81d +0 -0
  1463. data/test/dummy/tmp/cache/assets/E71/550/sprockets%2F0efa339ed96f9cb5eab36f8adec8de39 +0 -0
  1464. data/test/dummy/tmp/cache/assets/E8B/C90/sprockets%2Fa4bdcee220f4a6e6d48fd6cb5dceed71 +0 -0
  1465. data/test/dummy/tmp/cache/assets/E94/740/sprockets%2Faa66cedb6ca6aee1d95ebaf8937beb57 +0 -0
  1466. data/test/dummy/tmp/cache/assets/E95/F50/sprockets%2F37a48ac3dc87ddfec85b4dc7abcca99b +0 -0
  1467. data/test/dummy/tmp/cache/assets/EF4/820/sprockets%2Fee2adf3afe09beb7fd9cbb9ea29da75d +0 -0
  1468. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_base.css.scssc +0 -0
  1469. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_forms.css.scssc +0 -0
  1470. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_header.css.scssc +0 -0
  1471. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_mixins.css.scssc +0 -0
  1472. data/test/dummy/tmp/cache/sass/2e16b619d48bf62a8ac98dbb3d2bc6e27f102db4/_typography.css.scssc +0 -0
  1473. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_all.css.scssc +0 -0
  1474. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_buttons.css.scssc +0 -0
  1475. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_gradients.css.scssc +0 -0
  1476. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_icons.css.scssc +0 -0
  1477. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_reset.css.scssc +0 -0
  1478. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_rounded.css.scssc +0 -0
  1479. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_sections.css.scssc +0 -0
  1480. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_shadows.css.scssc +0 -0
  1481. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_utilities.scssc +0 -0
  1482. data/test/dummy/tmp/cache/sass/3483e61ece0234ea8055e784e5c316d7ad7a62c4/_variables.css.scssc +0 -0
  1483. data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_comments.css.scssc +0 -0
  1484. data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_date_picker.css.scssc +0 -0
  1485. data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_flash_messages.css.scssc +0 -0
  1486. data/test/dummy/tmp/cache/sass/8b152f509dc9acb2d79f7dce8f46ec225b01bc66/_tables.css.scssc +0 -0
  1487. data/test/dummy/tmp/cache/sass/9ca9a22eff91c4261249b7b40e957b81799629ba/application.css.scssc +0 -0
  1488. data/test/dummy/tmp/cache/sass/9fa1a2d9195a64ca73dc2fbf42b5468fc9babf48/active_admin.css.scssc +0 -0
  1489. data/test/dummy/tmp/cache/sass/c467ab1ac00bb4b33ddebfbc4207f8cc0f9e61bc/reset.css.scssc +0 -0
  1490. metadata +2822 -205
  1491. data/lib/rich/legacy_formtastic.rb +0 -21
  1492. data/lib/rich/rails_admin.rb +0 -14
  1493. data/test/dummy/tmp/cache/assets/C87/8E0/sprockets%2F17e0d5efdd575486014469da98231146 +0 -0
  1494. data/test/dummy/tmp/cache/assets/CA5/030/sprockets%2Ff1b86195281bc68a00fa20c6107f3638 +0 -0
  1495. data/test/dummy/tmp/cache/assets/CA6/D70/sprockets%2F2cb539c0037029723e323a67fbe99b20 +0 -0
  1496. data/test/dummy/tmp/cache/assets/CAA/4C0/sprockets%2F5b64d12f9a13a72a8495fc5154c72720 +0 -0
  1497. data/test/dummy/tmp/cache/assets/CAF/610/sprockets%2F0335639b1fe477c2726a98f223f4c0a5 +0 -0
  1498. data/test/dummy/tmp/cache/assets/CBF/9D0/sprockets%2Fb6b4157c8461b7799f5331967eec007d +0 -0
  1499. data/test/dummy/tmp/cache/assets/CC2/680/sprockets%2F246dc8445ce003f6b944c6c1796769d7 +0 -0
  1500. data/test/dummy/tmp/cache/assets/CC9/FB0/sprockets%2Fb265a0c8713c462a3dab42a043592c84 +0 -0
  1501. data/test/dummy/tmp/cache/assets/CCC/800/sprockets%2F655e3dff9911f7527f1787fd951c4471 +0 -0
  1502. data/test/dummy/tmp/cache/assets/CDE/720/sprockets%2Fc5b9143c5e46515e7453e0592b0fa57c +0 -0
  1503. data/test/dummy/tmp/cache/assets/CE4/D20/sprockets%2F7a924cdc374439e3f1f48d1d527b3219 +0 -0
  1504. data/test/dummy/tmp/cache/assets/CEA/ED0/sprockets%2F502a590ce74298a6596411ce9bd880df +0 -0
  1505. data/test/dummy/tmp/cache/assets/CEB/BA0/sprockets%2F1c35edc033470f3659ee6fa97c607468 +0 -0
  1506. data/test/dummy/tmp/cache/assets/CEC/1A0/sprockets%2F87fdead6014b961bb870b5931890d677 +0 -0
  1507. data/test/dummy/tmp/cache/assets/CFA/C40/sprockets%2F14a89388c9e53e2effddc82034375987 +0 -0
  1508. data/test/dummy/tmp/cache/assets/D01/980/sprockets%2F47c7e52f43c37ea9a1731f0400c393aa +0 -0
  1509. data/test/dummy/tmp/cache/assets/D09/A80/sprockets%2Fee7932182acd760811453ac1e56a6ce4 +0 -0
  1510. data/test/dummy/tmp/cache/assets/D0B/B20/sprockets%2Fdd220433e63488b61313f47e3ff64bbd +0 -0
  1511. data/test/dummy/tmp/cache/assets/D15/F30/sprockets%2F87caf81fdffb8037b59096a0519a0481 +0 -0
  1512. data/test/dummy/tmp/cache/assets/D15/F40/sprockets%2F83d1a8006e470e79f75592d63bdedc04 +0 -0
  1513. data/test/dummy/tmp/cache/assets/D23/2C0/sprockets%2F0c3abf24c60bbb7d31217d1109870ce4 +0 -0
  1514. data/test/dummy/tmp/cache/assets/D30/D00/sprockets%2Fc07d24cdbe55e5c2510d1590cf662a26 +0 -0
  1515. data/test/dummy/tmp/cache/assets/D38/680/sprockets%2F60a41a53a3c2d1b9fecd7564d1b58576 +0 -0
  1516. data/test/dummy/tmp/cache/assets/D3B/C70/sprockets%2Ff704fd927eb4b431ebbb078964ad1082 +0 -0
  1517. data/test/dummy/tmp/cache/assets/D3E/420/sprockets%2F8813eaec4334ab6b9e4d4066c05c569b +0 -0
  1518. data/test/dummy/tmp/cache/assets/D43/5E0/sprockets%2Ffa3d6621ff6b3f04b13a46974ac7488e +0 -0
  1519. data/test/dummy/tmp/cache/assets/D45/740/sprockets%2F8c6505fad3328da88838a2038f1cee7b +0 -0
  1520. data/test/dummy/tmp/cache/assets/D50/F20/sprockets%2Fcf6ca517cd1745586b9190ffd974d53d +0 -0
  1521. data/test/dummy/tmp/cache/assets/D51/0E0/sprockets%2F7c2fe2f837656b4be38c13cc949de744 +0 -0
  1522. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
  1523. data/test/dummy/tmp/cache/assets/D62/550/sprockets%2F06614d902daa3481bbae7c51b66d3f6e +0 -0
  1524. data/test/dummy/tmp/cache/assets/D69/3A0/sprockets%2Fc2e8be30894dbf2c5ae343b31d4581a9 +0 -0
  1525. data/test/dummy/tmp/cache/assets/D6D/950/sprockets%2Fb9497be057cbca0f3561346f1b9e3c6a +0 -0
  1526. data/test/dummy/tmp/cache/assets/D71/0D0/sprockets%2F71cd5d2d914e51ad358b9b64f443ccc8 +0 -0
  1527. data/test/dummy/tmp/cache/assets/D77/020/sprockets%2Fad98cede2e30585e158452e7cd60ab86 +0 -0
  1528. data/test/dummy/tmp/cache/assets/D7A/110/sprockets%2F9bb282830e134ce5eff5c3f880be48f5 +0 -0
  1529. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
  1530. data/test/dummy/tmp/cache/assets/DDD/C20/sprockets%2F00d5c014021fc61bebcf0aafced83d17 +0 -0
  1531. data/test/dummy/tmp/cache/assets/DE9/D40/sprockets%2F716df3d3bad61ab36c36d8ae1aea136a +0 -0
  1532. data/test/dummy/tmp/cache/assets/DFF/4D0/sprockets%2F0d7eae306cc4e83ae549e96b1b6da8db +0 -0
  1533. data/test/dummy/tmp/cache/assets/E06/920/sprockets%2F6baa37d1c26468aef4fe5fe4bf982fa3 +0 -0
  1534. data/test/dummy/tmp/cache/assets/E07/6D0/sprockets%2Ff05a33fad80ccddbb49e773fc5837bf9 +0 -0
  1535. data/test/dummy/tmp/cache/assets/E2F/E90/sprockets%2Ff4b19e42c92a93dcaaec9fe6eae4081d +0 -0
  1536. data/test/dummy/tmp/cache/assets/E7E/2C0/sprockets%2Fcb51b66fdf6bc0ac41e34a2f9ddcfc0c +0 -0
  1537. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_all.css.scssc +0 -0
  1538. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_buttons.css.scssc +0 -0
  1539. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_gradients.css.scssc +0 -0
  1540. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_icons.css.scssc +0 -0
  1541. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_reset.css.scssc +0 -0
  1542. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_rounded.css.scssc +0 -0
  1543. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_sections.css.scssc +0 -0
  1544. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_shadows.css.scssc +0 -0
  1545. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_utilities.scssc +0 -0
  1546. data/test/dummy/tmp/cache/sass/47d28203c7dfe65c985011aefaae84f4a193cd34/_variables.css.scssc +0 -0
  1547. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_comments.css.scssc +0 -0
  1548. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_date_picker.css.scssc +0 -0
  1549. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_flash_messages.css.scssc +0 -0
  1550. data/test/dummy/tmp/cache/sass/6c515d69838e656613f3f5477b832c205c6ada9a/_tables.css.scssc +0 -0
  1551. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_comments.css.scssc +0 -0
  1552. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_date_picker.css.scssc +0 -0
  1553. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_flash_messages.css.scssc +0 -0
  1554. data/test/dummy/tmp/cache/sass/6cab87537e628c7459f6979d5274910ad7b21d27/_tables.css.scssc +0 -0
  1555. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_base.css.scssc +0 -0
  1556. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_forms.css.scssc +0 -0
  1557. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_header.css.scssc +0 -0
  1558. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_mixins.css.scssc +0 -0
  1559. data/test/dummy/tmp/cache/sass/7daff679404b0204bd7b1e078fa2b7095fab4cd0/_typography.css.scssc +0 -0
  1560. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_base.css.scssc +0 -0
  1561. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_forms.css.scssc +0 -0
  1562. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_header.css.scssc +0 -0
  1563. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_mixins.css.scssc +0 -0
  1564. data/test/dummy/tmp/cache/sass/82d751268dfb866e38eebcd712da0b0edbf5ebc4/_typography.css.scssc +0 -0
  1565. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_all.css.scssc +0 -0
  1566. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_buttons.css.scssc +0 -0
  1567. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_gradients.css.scssc +0 -0
  1568. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_icons.css.scssc +0 -0
  1569. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_reset.css.scssc +0 -0
  1570. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_rounded.css.scssc +0 -0
  1571. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_sections.css.scssc +0 -0
  1572. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_shadows.css.scssc +0 -0
  1573. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_utilities.scssc +0 -0
  1574. data/test/dummy/tmp/cache/sass/8c1379ab71928de23afbcc1bab7f2054c1fe860d/_variables.css.scssc +0 -0
@@ -0,0 +1,1729 @@
1
+ /*
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
+ For licensing, see LICENSE.html or http://ckeditor.com/license
4
+ */
5
+
6
+ (function()
7
+ {
8
+ // #### checkSelectionChange : START
9
+
10
+ // The selection change check basically saves the element parent tree of
11
+ // the current node and check it on successive requests. If there is any
12
+ // change on the tree, then the selectionChange event gets fired.
13
+ function checkSelectionChange()
14
+ {
15
+ try
16
+ {
17
+ // In IE, the "selectionchange" event may still get thrown when
18
+ // releasing the WYSIWYG mode, so we need to check it first.
19
+ var sel = this.getSelection();
20
+ if ( !sel || !sel.document.getWindow().$ )
21
+ return;
22
+
23
+ var firstElement = sel.getStartElement();
24
+ var currentPath = new CKEDITOR.dom.elementPath( firstElement );
25
+
26
+ if ( !currentPath.compare( this._.selectionPreviousPath ) )
27
+ {
28
+ this._.selectionPreviousPath = currentPath;
29
+ this.fire( 'selectionChange', { selection : sel, path : currentPath, element : firstElement } );
30
+ }
31
+ }
32
+ catch (e)
33
+ {}
34
+ }
35
+
36
+ var checkSelectionChangeTimer,
37
+ checkSelectionChangeTimeoutPending;
38
+
39
+ function checkSelectionChangeTimeout()
40
+ {
41
+ // Firing the "OnSelectionChange" event on every key press started to
42
+ // be too slow. This function guarantees that there will be at least
43
+ // 200ms delay between selection checks.
44
+
45
+ checkSelectionChangeTimeoutPending = true;
46
+
47
+ if ( checkSelectionChangeTimer )
48
+ return;
49
+
50
+ checkSelectionChangeTimeoutExec.call( this );
51
+
52
+ checkSelectionChangeTimer = CKEDITOR.tools.setTimeout( checkSelectionChangeTimeoutExec, 200, this );
53
+ }
54
+
55
+ function checkSelectionChangeTimeoutExec()
56
+ {
57
+ checkSelectionChangeTimer = null;
58
+
59
+ if ( checkSelectionChangeTimeoutPending )
60
+ {
61
+ // Call this with a timeout so the browser properly moves the
62
+ // selection after the mouseup. It happened that the selection was
63
+ // being moved after the mouseup when clicking inside selected text
64
+ // with Firefox.
65
+ CKEDITOR.tools.setTimeout( checkSelectionChange, 0, this );
66
+
67
+ checkSelectionChangeTimeoutPending = false;
68
+ }
69
+ }
70
+
71
+ // #### checkSelectionChange : END
72
+
73
+ function rangeRequiresFix( range )
74
+ {
75
+ function isInlineCt( node )
76
+ {
77
+ return node && node.type == CKEDITOR.NODE_ELEMENT
78
+ && node.getName() in CKEDITOR.dtd.$removeEmpty;
79
+ }
80
+
81
+ function singletonBlock( node )
82
+ {
83
+ var body = range.document.getBody();
84
+ return !node.is( 'body' ) && body.getChildCount() == 1;
85
+ }
86
+
87
+ var start = range.startContainer,
88
+ offset = range.startOffset;
89
+
90
+ if ( start.type == CKEDITOR.NODE_TEXT )
91
+ return false;
92
+
93
+ // 1. Empty inline element. <span>^</span>
94
+ // 2. Adjoin to inline element. <p><strong>text</strong>^</p>
95
+ // 3. The only empty block in document. <body><p>^</p></body> (#7222)
96
+ return !CKEDITOR.tools.trim( start.getHtml() ) ? isInlineCt( start ) || singletonBlock( start )
97
+ : isInlineCt( start.getChild( offset - 1 ) ) || isInlineCt( start.getChild( offset ) );
98
+ }
99
+
100
+ var selectAllCmd =
101
+ {
102
+ modes : { wysiwyg : 1, source : 1 },
103
+ readOnly : CKEDITOR.env.ie || CKEDITOR.env.webkit,
104
+ exec : function( editor )
105
+ {
106
+ switch ( editor.mode )
107
+ {
108
+ case 'wysiwyg' :
109
+ editor.document.$.execCommand( 'SelectAll', false, null );
110
+ // Force triggering selectionChange (#7008)
111
+ editor.forceNextSelectionCheck();
112
+ editor.selectionChange();
113
+ break;
114
+ case 'source' :
115
+ // Select the contents of the textarea
116
+ var textarea = editor.textarea.$;
117
+ if ( CKEDITOR.env.ie )
118
+ textarea.createTextRange().execCommand( 'SelectAll' );
119
+ else
120
+ {
121
+ textarea.selectionStart = 0;
122
+ textarea.selectionEnd = textarea.value.length;
123
+ }
124
+ textarea.focus();
125
+ }
126
+ },
127
+ canUndo : false
128
+ };
129
+
130
+ function createFillingChar( doc )
131
+ {
132
+ removeFillingChar( doc );
133
+
134
+ var fillingChar = doc.createText( '\u200B' );
135
+ doc.setCustomData( 'cke-fillingChar', fillingChar );
136
+
137
+ return fillingChar;
138
+ }
139
+
140
+ function getFillingChar( doc )
141
+ {
142
+ return doc && doc.getCustomData( 'cke-fillingChar' );
143
+ }
144
+
145
+ // Checks if a filling char has been used, eventualy removing it (#1272).
146
+ function checkFillingChar( doc )
147
+ {
148
+ var fillingChar = doc && getFillingChar( doc );
149
+ if ( fillingChar )
150
+ {
151
+ // Use this flag to avoid removing the filling char right after
152
+ // creating it.
153
+ if ( fillingChar.getCustomData( 'ready' ) )
154
+ removeFillingChar( doc );
155
+ else
156
+ fillingChar.setCustomData( 'ready', 1 );
157
+ }
158
+ }
159
+
160
+ function removeFillingChar( doc )
161
+ {
162
+ var fillingChar = doc && doc.removeCustomData( 'cke-fillingChar' );
163
+ if ( fillingChar )
164
+ {
165
+ // We can't simply remove the filling node because the user
166
+ // will actually enlarge it when typing, so we just remove the
167
+ // invisible char from it.
168
+ fillingChar.setText( fillingChar.getText().replace( /\u200B/g, '' ) );
169
+ fillingChar = 0;
170
+ }
171
+ }
172
+
173
+ CKEDITOR.plugins.add( 'selection',
174
+ {
175
+ init : function( editor )
176
+ {
177
+ // On WebKit only, we need a special "filling" char on some situations
178
+ // (#1272). Here we set the events that should invalidate that char.
179
+ if ( CKEDITOR.env.webkit )
180
+ {
181
+ editor.on( 'selectionChange', function() { checkFillingChar( editor.document ); } );
182
+ editor.on( 'beforeSetMode', function() { removeFillingChar( editor.document ); } );
183
+ editor.on( 'key', function( e )
184
+ {
185
+ // Remove the filling char before some keys get
186
+ // executed, so they'll not get blocked by it.
187
+ switch ( e.data.keyCode )
188
+ {
189
+ case 13 : // ENTER
190
+ case CKEDITOR.SHIFT + 13 : // SHIFT-ENTER
191
+ case 37 : // LEFT-ARROW
192
+ case 39 : // RIGHT-ARROW
193
+ case 8 : // BACKSPACE
194
+ removeFillingChar( editor.document );
195
+ }
196
+ }, null, null, 10 );
197
+
198
+ var fillingCharBefore,
199
+ resetSelection;
200
+
201
+ function beforeData()
202
+ {
203
+ var doc = editor.document,
204
+ fillingChar = getFillingChar( doc );
205
+
206
+ if ( fillingChar )
207
+ {
208
+ // If cursor is right blinking by side of the filler node, save it for restoring,
209
+ // as the following text substitution will blind it. (#7437)
210
+ var sel = doc.$.defaultView.getSelection();
211
+ if ( sel.type == 'Caret' && sel.anchorNode == fillingChar.$ )
212
+ resetSelection = 1;
213
+
214
+ fillingCharBefore = fillingChar.getText();
215
+ fillingChar.setText( fillingCharBefore.replace( /\u200B/g, '' ) );
216
+ }
217
+ }
218
+ function afterData()
219
+ {
220
+ var doc = editor.document,
221
+ fillingChar = getFillingChar( doc );
222
+
223
+ if ( fillingChar )
224
+ {
225
+ fillingChar.setText( fillingCharBefore );
226
+
227
+ if ( resetSelection )
228
+ {
229
+ doc.$.defaultView.getSelection().setPosition( fillingChar.$,fillingChar.getLength() );
230
+ resetSelection = 0;
231
+ }
232
+ }
233
+ }
234
+ editor.on( 'beforeUndoImage', beforeData );
235
+ editor.on( 'afterUndoImage', afterData );
236
+ editor.on( 'beforeGetData', beforeData, null, null, 0 );
237
+ editor.on( 'getData', afterData );
238
+ }
239
+
240
+ editor.on( 'contentDom', function()
241
+ {
242
+ var doc = editor.document,
243
+ body = doc.getBody(),
244
+ html = doc.getDocumentElement();
245
+
246
+ if ( CKEDITOR.env.ie )
247
+ {
248
+ // Other browsers don't loose the selection if the
249
+ // editor document loose the focus. In IE, we don't
250
+ // have support for it, so we reproduce it here, other
251
+ // than firing the selection change event.
252
+
253
+ var savedRange,
254
+ saveEnabled,
255
+ restoreEnabled = 1;
256
+
257
+ // "onfocusin" is fired before "onfocus". It makes it
258
+ // possible to restore the selection before click
259
+ // events get executed.
260
+ body.on( 'focusin', function( evt )
261
+ {
262
+ // If there are elements with layout they fire this event but
263
+ // it must be ignored to allow edit its contents #4682
264
+ if ( evt.data.$.srcElement.nodeName != 'BODY' )
265
+ return;
266
+
267
+ // If we have saved a range, restore it at this
268
+ // point.
269
+ if ( savedRange )
270
+ {
271
+ if ( restoreEnabled )
272
+ {
273
+ // Well not break because of this.
274
+ try
275
+ {
276
+ savedRange.select();
277
+ }
278
+ catch (e)
279
+ {}
280
+
281
+ // Update locked selection because of the normalized text nodes. (#6083, #6987)
282
+ var lockedSelection = doc.getCustomData( 'cke_locked_selection' );
283
+ if ( lockedSelection )
284
+ {
285
+ lockedSelection.unlock();
286
+ lockedSelection.lock();
287
+ }
288
+ }
289
+
290
+ savedRange = null;
291
+ }
292
+ });
293
+
294
+ body.on( 'focus', function()
295
+ {
296
+ // Enable selections to be saved.
297
+ saveEnabled = 1;
298
+
299
+ saveSelection();
300
+ });
301
+
302
+ body.on( 'beforedeactivate', function( evt )
303
+ {
304
+ // Ignore this event if it's caused by focus switch between
305
+ // internal editable control type elements, e.g. layouted paragraph. (#4682)
306
+ if ( evt.data.$.toElement )
307
+ return;
308
+
309
+ // Disable selections from being saved.
310
+ saveEnabled = 0;
311
+ restoreEnabled = 1;
312
+ });
313
+
314
+ // IE before version 8 will leave cursor blinking inside the document after
315
+ // editor blurred unless we clean up the selection. (#4716)
316
+ if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 )
317
+ {
318
+ editor.on( 'blur', function( evt )
319
+ {
320
+ // Try/Catch to avoid errors if the editor is hidden. (#6375)
321
+ try
322
+ {
323
+ editor.document && editor.document.$.selection.empty();
324
+ }
325
+ catch (e) {}
326
+ });
327
+ }
328
+
329
+ // Listening on document element ensures that
330
+ // scrollbar is included. (#5280)
331
+ html.on( 'mousedown', function()
332
+ {
333
+ // Lock restore selection now, as we have
334
+ // a followed 'click' event which introduce
335
+ // new selection. (#5735)
336
+ restoreEnabled = 0;
337
+ });
338
+
339
+ html.on( 'mouseup', function()
340
+ {
341
+ restoreEnabled = 1;
342
+ });
343
+
344
+ // In IE6/7 the blinking cursor appears, but contents are
345
+ // not editable. (#5634)
346
+ if ( CKEDITOR.env.ie && ( CKEDITOR.env.ie7Compat || CKEDITOR.env.version < 8 || CKEDITOR.env.quirks ) )
347
+ {
348
+ // The 'click' event is not fired when clicking the
349
+ // scrollbars, so we can use it to check whether
350
+ // the empty space following <body> has been clicked.
351
+ html.on( 'click', function( evt )
352
+ {
353
+ if ( evt.data.getTarget().getName() == 'html' )
354
+ editor.getSelection().getRanges()[ 0 ].select();
355
+ });
356
+ }
357
+
358
+ var scroll;
359
+ // IE fires the "selectionchange" event when clicking
360
+ // inside a selection. We don't want to capture that.
361
+ body.on( 'mousedown', function( evt )
362
+ {
363
+ // IE scrolls document to top on right mousedown
364
+ // when editor has no focus, remember this scroll
365
+ // position and revert it before context menu opens. (#5778)
366
+ if ( evt.data.$.button == 2 )
367
+ {
368
+ var sel = editor.document.$.selection;
369
+ if ( sel.type == 'None' )
370
+ scroll = editor.window.getScrollPosition();
371
+ }
372
+ disableSave();
373
+ });
374
+
375
+ body.on( 'mouseup',
376
+ function( evt )
377
+ {
378
+ // Restore recorded scroll position when needed on right mouseup.
379
+ if ( evt.data.$.button == 2 && scroll )
380
+ {
381
+ editor.document.$.documentElement.scrollLeft = scroll.x;
382
+ editor.document.$.documentElement.scrollTop = scroll.y;
383
+ }
384
+ scroll = null;
385
+
386
+ saveEnabled = 1;
387
+ setTimeout( function()
388
+ {
389
+ saveSelection( true );
390
+ },
391
+ 0 );
392
+ });
393
+
394
+ body.on( 'keydown', disableSave );
395
+ body.on( 'keyup',
396
+ function()
397
+ {
398
+ saveEnabled = 1;
399
+ saveSelection();
400
+ });
401
+
402
+
403
+ // IE is the only to provide the "selectionchange"
404
+ // event.
405
+ doc.on( 'selectionchange', saveSelection );
406
+
407
+ function disableSave()
408
+ {
409
+ saveEnabled = 0;
410
+ }
411
+
412
+ function saveSelection( testIt )
413
+ {
414
+ if ( saveEnabled )
415
+ {
416
+ var doc = editor.document,
417
+ sel = editor.getSelection(),
418
+ nativeSel = sel && sel.getNative();
419
+
420
+ // There is a very specific case, when clicking
421
+ // inside a text selection. In that case, the
422
+ // selection collapses at the clicking point,
423
+ // but the selection object remains in an
424
+ // unknown state, making createRange return a
425
+ // range at the very start of the document. In
426
+ // such situation we have to test the range, to
427
+ // be sure it's valid.
428
+ if ( testIt && nativeSel && nativeSel.type == 'None' )
429
+ {
430
+ // The "InsertImage" command can be used to
431
+ // test whether the selection is good or not.
432
+ // If not, it's enough to give some time to
433
+ // IE to put things in order for us.
434
+ if ( !doc.$.queryCommandEnabled( 'InsertImage' ) )
435
+ {
436
+ CKEDITOR.tools.setTimeout( saveSelection, 50, this, true );
437
+ return;
438
+ }
439
+ }
440
+
441
+ // Avoid saving selection from within text input. (#5747)
442
+ var parentTag;
443
+ if ( nativeSel && nativeSel.type && nativeSel.type != 'Control'
444
+ && ( parentTag = nativeSel.createRange() )
445
+ && ( parentTag = parentTag.parentElement() )
446
+ && ( parentTag = parentTag.nodeName )
447
+ && parentTag.toLowerCase() in { input: 1, textarea : 1 } )
448
+ {
449
+ return;
450
+ }
451
+
452
+ savedRange = nativeSel && sel.getRanges()[ 0 ];
453
+
454
+ checkSelectionChangeTimeout.call( editor );
455
+ }
456
+ }
457
+ }
458
+ else
459
+ {
460
+ // In other browsers, we make the selection change
461
+ // check based on other events, like clicks or keys
462
+ // press.
463
+
464
+ doc.on( 'mouseup', checkSelectionChangeTimeout, editor );
465
+ doc.on( 'keyup', checkSelectionChangeTimeout, editor );
466
+ doc.on( 'selectionchange', checkSelectionChangeTimeout, editor );
467
+ }
468
+ });
469
+
470
+ // Clear the cached range path before unload. (#7174)
471
+ editor.on( 'contentDomUnload', editor.forceNextSelectionCheck, editor );
472
+
473
+ editor.addCommand( 'selectAll', selectAllCmd );
474
+ editor.ui.addButton( 'SelectAll',
475
+ {
476
+ label : editor.lang.selectAll,
477
+ command : 'selectAll'
478
+ });
479
+
480
+ editor.selectionChange = checkSelectionChangeTimeout;
481
+
482
+ // IE9 might cease to work if there's an object selection inside the iframe (#7639).
483
+ CKEDITOR.env.ie9Compat && editor.on( 'destroy', function()
484
+ {
485
+ var sel = editor.getSelection();
486
+ sel && sel.getNative().clear();
487
+ }, null, null, 9 );
488
+ }
489
+ });
490
+
491
+ /**
492
+ * Gets the current selection from the editing area when in WYSIWYG mode.
493
+ * @returns {CKEDITOR.dom.selection} A selection object or null if not in
494
+ * WYSIWYG mode or no selection is available.
495
+ * @example
496
+ * var selection = CKEDITOR.instances.editor1.<strong>getSelection()</strong>;
497
+ * alert( selection.getType() );
498
+ */
499
+ CKEDITOR.editor.prototype.getSelection = function()
500
+ {
501
+ return this.document && this.document.getSelection();
502
+ };
503
+
504
+ CKEDITOR.editor.prototype.forceNextSelectionCheck = function()
505
+ {
506
+ delete this._.selectionPreviousPath;
507
+ };
508
+
509
+ /**
510
+ * Gets the current selection from the document.
511
+ * @returns {CKEDITOR.dom.selection} A selection object.
512
+ * @example
513
+ * var selection = CKEDITOR.instances.editor1.document.<strong>getSelection()</strong>;
514
+ * alert( selection.getType() );
515
+ */
516
+ CKEDITOR.dom.document.prototype.getSelection = function()
517
+ {
518
+ var sel = new CKEDITOR.dom.selection( this );
519
+ return ( !sel || sel.isInvalid ) ? null : sel;
520
+ };
521
+
522
+ /**
523
+ * No selection.
524
+ * @constant
525
+ * @example
526
+ * if ( editor.getSelection().getType() == CKEDITOR.SELECTION_NONE )
527
+ * alert( 'Nothing is selected' );
528
+ */
529
+ CKEDITOR.SELECTION_NONE = 1;
530
+
531
+ /**
532
+ * A text or a collapsed selection.
533
+ * @constant
534
+ * @example
535
+ * if ( editor.getSelection().getType() == CKEDITOR.SELECTION_TEXT )
536
+ * alert( 'A text is selected' );
537
+ */
538
+ CKEDITOR.SELECTION_TEXT = 2;
539
+
540
+ /**
541
+ * Element selection.
542
+ * @constant
543
+ * @example
544
+ * if ( editor.getSelection().getType() == CKEDITOR.SELECTION_ELEMENT )
545
+ * alert( 'An element is selected' );
546
+ */
547
+ CKEDITOR.SELECTION_ELEMENT = 3;
548
+
549
+ /**
550
+ * Manipulates the selection in a DOM document.
551
+ * @constructor
552
+ * @param {CKEDITOR.dom.document} document The DOM document that contains the selection.
553
+ * @example
554
+ * var sel = new <strong>CKEDITOR.dom.selection( CKEDITOR.document )</strong>;
555
+ */
556
+ CKEDITOR.dom.selection = function( document )
557
+ {
558
+ var lockedSelection = document.getCustomData( 'cke_locked_selection' );
559
+
560
+ if ( lockedSelection )
561
+ return lockedSelection;
562
+
563
+ this.document = document;
564
+ this.isLocked = 0;
565
+ this._ =
566
+ {
567
+ cache : {}
568
+ };
569
+
570
+ /**
571
+ * IE BUG: The selection's document may be a different document than the
572
+ * editor document. Return null if that is the case.
573
+ */
574
+ if ( CKEDITOR.env.ie )
575
+ {
576
+ var range = this.getNative().createRange();
577
+ if ( !range
578
+ || ( range.item && range.item(0).ownerDocument != this.document.$ )
579
+ || ( range.parentElement && range.parentElement().ownerDocument != this.document.$ ) )
580
+ {
581
+ this.isInvalid = true;
582
+ }
583
+ }
584
+
585
+ return this;
586
+ };
587
+
588
+ var styleObjectElements =
589
+ {
590
+ img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,
591
+ a:1,input:1,form:1,select:1,textarea:1,button:1,fieldset:1,thead:1,tfoot:1
592
+ };
593
+
594
+ CKEDITOR.dom.selection.prototype =
595
+ {
596
+ /**
597
+ * Gets the native selection object from the browser.
598
+ * @function
599
+ * @returns {Object} The native browser selection object.
600
+ * @example
601
+ * var selection = editor.getSelection().<strong>getNative()</strong>;
602
+ */
603
+ getNative :
604
+ CKEDITOR.env.ie ?
605
+ function()
606
+ {
607
+ return this._.cache.nativeSel || ( this._.cache.nativeSel = this.document.$.selection );
608
+ }
609
+ :
610
+ function()
611
+ {
612
+ return this._.cache.nativeSel || ( this._.cache.nativeSel = this.document.getWindow().$.getSelection() );
613
+ },
614
+
615
+ /**
616
+ * Gets the type of the current selection. The following values are
617
+ * available:
618
+ * <ul>
619
+ * <li><code>{@link CKEDITOR.SELECTION_NONE}</code> (1): No selection.</li>
620
+ * <li><code>{@link CKEDITOR.SELECTION_TEXT}</code> (2): A text or a collapsed
621
+ * selection is selected.</li>
622
+ * <li><code>{@link CKEDITOR.SELECTION_ELEMENT}</code> (3): An element is
623
+ * selected.</li>
624
+ * </ul>
625
+ * @function
626
+ * @returns {Number} One of the following constant values:
627
+ * <code>{@link CKEDITOR.SELECTION_NONE}</code>, <code>{@link CKEDITOR.SELECTION_TEXT}</code>, or
628
+ * <code>{@link CKEDITOR.SELECTION_ELEMENT}</code>.
629
+ * @example
630
+ * if ( editor.getSelection().<strong>getType()</strong> == CKEDITOR.SELECTION_TEXT )
631
+ * alert( 'A text is selected' );
632
+ */
633
+ getType :
634
+ CKEDITOR.env.ie ?
635
+ function()
636
+ {
637
+ var cache = this._.cache;
638
+ if ( cache.type )
639
+ return cache.type;
640
+
641
+ var type = CKEDITOR.SELECTION_NONE;
642
+
643
+ try
644
+ {
645
+ var sel = this.getNative(),
646
+ ieType = sel.type;
647
+
648
+ if ( ieType == 'Text' )
649
+ type = CKEDITOR.SELECTION_TEXT;
650
+
651
+ if ( ieType == 'Control' )
652
+ type = CKEDITOR.SELECTION_ELEMENT;
653
+
654
+ // It is possible that we can still get a text range
655
+ // object even when type == 'None' is returned by IE.
656
+ // So we'd better check the object returned by
657
+ // createRange() rather than by looking at the type.
658
+ if ( sel.createRange().parentElement )
659
+ type = CKEDITOR.SELECTION_TEXT;
660
+ }
661
+ catch(e) {}
662
+
663
+ return ( cache.type = type );
664
+ }
665
+ :
666
+ function()
667
+ {
668
+ var cache = this._.cache;
669
+ if ( cache.type )
670
+ return cache.type;
671
+
672
+ var type = CKEDITOR.SELECTION_TEXT;
673
+
674
+ var sel = this.getNative();
675
+
676
+ if ( !sel )
677
+ type = CKEDITOR.SELECTION_NONE;
678
+ else if ( sel.rangeCount == 1 )
679
+ {
680
+ // Check if the actual selection is a control (IMG,
681
+ // TABLE, HR, etc...).
682
+
683
+ var range = sel.getRangeAt(0),
684
+ startContainer = range.startContainer;
685
+
686
+ if ( startContainer == range.endContainer
687
+ && startContainer.nodeType == 1
688
+ && ( range.endOffset - range.startOffset ) == 1
689
+ && styleObjectElements[ startContainer.childNodes[ range.startOffset ].nodeName.toLowerCase() ] )
690
+ {
691
+ type = CKEDITOR.SELECTION_ELEMENT;
692
+ }
693
+ }
694
+
695
+ return ( cache.type = type );
696
+ },
697
+
698
+ /**
699
+ * Retrieves the <code>{@link CKEDITOR.dom.range}</code> instances that represent the current selection.
700
+ * Note: Some browsers return multiple ranges even for a continuous selection. Firefox, for example, returns
701
+ * one range for each table cell when one or more table rows are selected.
702
+ * @function
703
+ * @param {Boolean} [onlyEditables] If set to <code>true</code>, this function retrives editable ranges only.
704
+ * @return {Array} Range instances that represent the current selection.
705
+ * @example
706
+ * var ranges = selection.<strong>getRanges()</strong>;
707
+ * alert( ranges.length );
708
+ */
709
+ getRanges : (function()
710
+ {
711
+ var func = CKEDITOR.env.ie ?
712
+ ( function()
713
+ {
714
+ function getNodeIndex( node ) { return new CKEDITOR.dom.node( node ).getIndex(); }
715
+
716
+ // Finds the container and offset for a specific boundary
717
+ // of an IE range.
718
+ var getBoundaryInformation = function( range, start )
719
+ {
720
+ // Creates a collapsed range at the requested boundary.
721
+ range = range.duplicate();
722
+ range.collapse( start );
723
+
724
+ // Gets the element that encloses the range entirely.
725
+ var parent = range.parentElement(),
726
+ doc = parent.ownerDocument;
727
+
728
+ // Empty parent element, e.g. <i>^</i>
729
+ if ( !parent.hasChildNodes() )
730
+ return { container : parent, offset : 0 };
731
+
732
+ var siblings = parent.children,
733
+ child,
734
+ sibling,
735
+ testRange = range.duplicate(),
736
+ startIndex = 0,
737
+ endIndex = siblings.length - 1,
738
+ index = -1,
739
+ position,
740
+ distance;
741
+
742
+ // Binary search over all element childs to test the range to see whether
743
+ // range is right on the boundary of one element.
744
+ while ( startIndex <= endIndex )
745
+ {
746
+ index = Math.floor( ( startIndex + endIndex ) / 2 );
747
+ child = siblings[ index ];
748
+ testRange.moveToElementText( child );
749
+ position = testRange.compareEndPoints( 'StartToStart', range );
750
+
751
+ if ( position > 0 )
752
+ endIndex = index - 1;
753
+ else if ( position < 0 )
754
+ startIndex = index + 1;
755
+ else
756
+ {
757
+ // IE9 report wrong measurement with compareEndPoints when range anchors between two BRs.
758
+ // e.g. <p>text<br />^<br /></p> (#7433)
759
+ if ( CKEDITOR.env.ie9Compat && child.tagName == 'BR' )
760
+ {
761
+ var bmId = 'cke_range_marker';
762
+ range.execCommand( 'CreateBookmark', false, bmId );
763
+ child = doc.getElementsByName( bmId )[ 0 ];
764
+ var offset = getNodeIndex( child );
765
+ parent.removeChild( child );
766
+ return { container : parent, offset : offset };
767
+ }
768
+ else
769
+ return { container : parent, offset : getNodeIndex( child ) };
770
+ }
771
+ }
772
+
773
+ // All childs are text nodes,
774
+ // or to the right hand of test range are all text nodes. (#6992)
775
+ if ( index == -1 || index == siblings.length - 1 && position < 0 )
776
+ {
777
+ // Adapt test range to embrace the entire parent contents.
778
+ testRange.moveToElementText( parent );
779
+ testRange.setEndPoint( 'StartToStart', range );
780
+
781
+ // IE report line break as CRLF with range.text but
782
+ // only LF with textnode.nodeValue, normalize them to avoid
783
+ // breaking character counting logic below. (#3949)
784
+ distance = testRange.text.replace( /(\r\n|\r)/g, '\n' ).length;
785
+
786
+ siblings = parent.childNodes;
787
+
788
+ // Actual range anchor right beside test range at the boundary of text node.
789
+ if ( !distance )
790
+ {
791
+ child = siblings[ siblings.length - 1 ];
792
+
793
+ if ( child.nodeType == CKEDITOR.NODE_ELEMENT )
794
+ return { container : parent, offset : siblings.length };
795
+ else
796
+ return { container : child, offset : child.nodeValue.length };
797
+ }
798
+
799
+ // Start the measuring until distance overflows, meanwhile count the text nodes.
800
+ var i = siblings.length;
801
+ while ( distance > 0 )
802
+ distance -= siblings[ --i ].nodeValue.length;
803
+
804
+ return { container : siblings[ i ], offset : -distance };
805
+ }
806
+ // Test range was one offset beyond OR behind the anchored text node.
807
+ else
808
+ {
809
+ // Adapt one side of test range to the actual range
810
+ // for measuring the offset between them.
811
+ testRange.collapse( position > 0 ? true : false );
812
+ testRange.setEndPoint( position > 0 ? 'StartToStart' : 'EndToStart', range );
813
+
814
+ // IE report line break as CRLF with range.text but
815
+ // only LF with textnode.nodeValue, normalize them to avoid
816
+ // breaking character counting logic below. (#3949)
817
+ distance = testRange.text.replace( /(\r\n|\r)/g, '\n' ).length;
818
+
819
+ // Actual range anchor right beside test range at the inner boundary of text node.
820
+ if ( !distance )
821
+ return { container : parent, offset : getNodeIndex( child ) + ( position > 0 ? 0 : 1 ) };
822
+
823
+ // Start the measuring until distance overflows, meanwhile count the text nodes.
824
+ while ( distance > 0 )
825
+ {
826
+ try
827
+ {
828
+ sibling = child[ position > 0 ? 'previousSibling' : 'nextSibling' ];
829
+ distance -= sibling.nodeValue.length;
830
+ child = sibling;
831
+ }
832
+ // Measurement in IE could be somtimes wrong because of <select> element. (#4611)
833
+ catch( e )
834
+ {
835
+ return { container : parent, offset : getNodeIndex( child ) };
836
+ }
837
+ }
838
+
839
+ return { container : child, offset : position > 0 ? -distance : child.nodeValue.length + distance };
840
+ }
841
+ };
842
+
843
+ return function()
844
+ {
845
+ // IE doesn't have range support (in the W3C way), so we
846
+ // need to do some magic to transform selections into
847
+ // CKEDITOR.dom.range instances.
848
+
849
+ var sel = this.getNative(),
850
+ nativeRange = sel && sel.createRange(),
851
+ type = this.getType(),
852
+ range;
853
+
854
+ if ( !sel )
855
+ return [];
856
+
857
+ if ( type == CKEDITOR.SELECTION_TEXT )
858
+ {
859
+ range = new CKEDITOR.dom.range( this.document );
860
+
861
+ var boundaryInfo = getBoundaryInformation( nativeRange, true );
862
+ range.setStart( new CKEDITOR.dom.node( boundaryInfo.container ), boundaryInfo.offset );
863
+
864
+ boundaryInfo = getBoundaryInformation( nativeRange );
865
+ range.setEnd( new CKEDITOR.dom.node( boundaryInfo.container ), boundaryInfo.offset );
866
+
867
+ // Correct an invalid IE range case on empty list item. (#5850)
868
+ if ( range.endContainer.getPosition( range.startContainer ) & CKEDITOR.POSITION_PRECEDING
869
+ && range.endOffset <= range.startContainer.getIndex() )
870
+ {
871
+ range.collapse();
872
+ }
873
+
874
+ return [ range ];
875
+ }
876
+ else if ( type == CKEDITOR.SELECTION_ELEMENT )
877
+ {
878
+ var retval = [];
879
+
880
+ for ( var i = 0 ; i < nativeRange.length ; i++ )
881
+ {
882
+ var element = nativeRange.item( i ),
883
+ parentElement = element.parentNode,
884
+ j = 0;
885
+
886
+ range = new CKEDITOR.dom.range( this.document );
887
+
888
+ for (; j < parentElement.childNodes.length && parentElement.childNodes[j] != element ; j++ )
889
+ { /*jsl:pass*/ }
890
+
891
+ range.setStart( new CKEDITOR.dom.node( parentElement ), j );
892
+ range.setEnd( new CKEDITOR.dom.node( parentElement ), j + 1 );
893
+ retval.push( range );
894
+ }
895
+
896
+ return retval;
897
+ }
898
+
899
+ return [];
900
+ };
901
+ })()
902
+ :
903
+ function()
904
+ {
905
+
906
+ // On browsers implementing the W3C range, we simply
907
+ // tranform the native ranges in CKEDITOR.dom.range
908
+ // instances.
909
+
910
+ var ranges = [],
911
+ range,
912
+ doc = this.document,
913
+ sel = this.getNative();
914
+
915
+ if ( !sel )
916
+ return ranges;
917
+
918
+ // On WebKit, it may happen that we'll have no selection
919
+ // available. We normalize it here by replicating the
920
+ // behavior of other browsers.
921
+ if ( !sel.rangeCount )
922
+ {
923
+ range = new CKEDITOR.dom.range( doc );
924
+ range.moveToElementEditStart( doc.getBody() );
925
+ ranges.push( range );
926
+ }
927
+
928
+ for ( var i = 0 ; i < sel.rangeCount ; i++ )
929
+ {
930
+ var nativeRange = sel.getRangeAt( i );
931
+
932
+ range = new CKEDITOR.dom.range( doc );
933
+
934
+ range.setStart( new CKEDITOR.dom.node( nativeRange.startContainer ), nativeRange.startOffset );
935
+ range.setEnd( new CKEDITOR.dom.node( nativeRange.endContainer ), nativeRange.endOffset );
936
+ ranges.push( range );
937
+ }
938
+ return ranges;
939
+ };
940
+
941
+ return function( onlyEditables )
942
+ {
943
+ var cache = this._.cache;
944
+ if ( cache.ranges && !onlyEditables )
945
+ return cache.ranges;
946
+ else if ( !cache.ranges )
947
+ cache.ranges = new CKEDITOR.dom.rangeList( func.call( this ) );
948
+
949
+ // Split range into multiple by read-only nodes.
950
+ if ( onlyEditables )
951
+ {
952
+ var ranges = cache.ranges;
953
+ for ( var i = 0; i < ranges.length; i++ )
954
+ {
955
+ var range = ranges[ i ];
956
+
957
+ // Drop range spans inside one ready-only node.
958
+ var parent = range.getCommonAncestor();
959
+ if ( parent.isReadOnly() )
960
+ ranges.splice( i, 1 );
961
+
962
+ if ( range.collapsed )
963
+ continue;
964
+
965
+ // Range may start inside a non-editable element,
966
+ // replace the range start after it.
967
+ if ( range.startContainer.isReadOnly() )
968
+ {
969
+ var current = range.startContainer;
970
+ while( current )
971
+ {
972
+ if ( current.is( 'body' ) || !current.isReadOnly() )
973
+ break;
974
+
975
+ if ( current.type == CKEDITOR.NODE_ELEMENT
976
+ && current.getAttribute( 'contentEditable' ) == 'false' )
977
+ range.setStartAfter( current );
978
+
979
+ current = current.getParent();
980
+ }
981
+ }
982
+
983
+ var startContainer = range.startContainer,
984
+ endContainer = range.endContainer,
985
+ startOffset = range.startOffset,
986
+ endOffset = range.endOffset,
987
+ walkerRange = range.clone();
988
+
989
+ // Enlarge range start/end with text node to avoid walker
990
+ // being DOM destructive, it doesn't interfere our checking
991
+ // of elements below as well.
992
+ if ( startContainer && startContainer.type == CKEDITOR.NODE_TEXT )
993
+ {
994
+ if ( startOffset >= startContainer.getLength() )
995
+ walkerRange.setStartAfter( startContainer );
996
+ else
997
+ walkerRange.setStartBefore( startContainer );
998
+ }
999
+
1000
+ if ( endContainer && endContainer.type == CKEDITOR.NODE_TEXT )
1001
+ {
1002
+ if ( !endOffset )
1003
+ walkerRange.setEndBefore( endContainer );
1004
+ else
1005
+ walkerRange.setEndAfter( endContainer );
1006
+ }
1007
+
1008
+ // Looking for non-editable element inside the range.
1009
+ var walker = new CKEDITOR.dom.walker( walkerRange );
1010
+ walker.evaluator = function( node )
1011
+ {
1012
+ if ( node.type == CKEDITOR.NODE_ELEMENT
1013
+ && node.isReadOnly() )
1014
+ {
1015
+ var newRange = range.clone();
1016
+ range.setEndBefore( node );
1017
+
1018
+ // Drop collapsed range around read-only elements,
1019
+ // it make sure the range list empty when selecting
1020
+ // only non-editable elements.
1021
+ if ( range.collapsed )
1022
+ ranges.splice( i--, 1 );
1023
+
1024
+ // Avoid creating invalid range.
1025
+ if ( !( node.getPosition( walkerRange.endContainer ) & CKEDITOR.POSITION_CONTAINS ) )
1026
+ {
1027
+ newRange.setStartAfter( node );
1028
+ if ( !newRange.collapsed )
1029
+ ranges.splice( i + 1, 0, newRange );
1030
+ }
1031
+
1032
+ return true;
1033
+ }
1034
+
1035
+ return false;
1036
+ };
1037
+
1038
+ walker.next();
1039
+ }
1040
+ }
1041
+
1042
+ return cache.ranges;
1043
+ };
1044
+ })(),
1045
+
1046
+ /**
1047
+ * Gets the DOM element in which the selection starts.
1048
+ * @returns {CKEDITOR.dom.element} The element at the beginning of the
1049
+ * selection.
1050
+ * @example
1051
+ * var element = editor.getSelection().<strong>getStartElement()</strong>;
1052
+ * alert( element.getName() );
1053
+ */
1054
+ getStartElement : function()
1055
+ {
1056
+ var cache = this._.cache;
1057
+ if ( cache.startElement !== undefined )
1058
+ return cache.startElement;
1059
+
1060
+ var node,
1061
+ sel = this.getNative();
1062
+
1063
+ switch ( this.getType() )
1064
+ {
1065
+ case CKEDITOR.SELECTION_ELEMENT :
1066
+ return this.getSelectedElement();
1067
+
1068
+ case CKEDITOR.SELECTION_TEXT :
1069
+
1070
+ var range = this.getRanges()[0];
1071
+
1072
+ if ( range )
1073
+ {
1074
+ if ( !range.collapsed )
1075
+ {
1076
+ range.optimize();
1077
+
1078
+ // Decrease the range content to exclude particial
1079
+ // selected node on the start which doesn't have
1080
+ // visual impact. ( #3231 )
1081
+ while ( 1 )
1082
+ {
1083
+ var startContainer = range.startContainer,
1084
+ startOffset = range.startOffset;
1085
+ // Limit the fix only to non-block elements.(#3950)
1086
+ if ( startOffset == ( startContainer.getChildCount ?
1087
+ startContainer.getChildCount() : startContainer.getLength() )
1088
+ && !startContainer.isBlockBoundary() )
1089
+ range.setStartAfter( startContainer );
1090
+ else break;
1091
+ }
1092
+
1093
+ node = range.startContainer;
1094
+
1095
+ if ( node.type != CKEDITOR.NODE_ELEMENT )
1096
+ return node.getParent();
1097
+
1098
+ node = node.getChild( range.startOffset );
1099
+
1100
+ if ( !node || node.type != CKEDITOR.NODE_ELEMENT )
1101
+ node = range.startContainer;
1102
+ else
1103
+ {
1104
+ var child = node.getFirst();
1105
+ while ( child && child.type == CKEDITOR.NODE_ELEMENT )
1106
+ {
1107
+ node = child;
1108
+ child = child.getFirst();
1109
+ }
1110
+ }
1111
+ }
1112
+ else
1113
+ {
1114
+ node = range.startContainer;
1115
+ if ( node.type != CKEDITOR.NODE_ELEMENT )
1116
+ node = node.getParent();
1117
+ }
1118
+
1119
+ node = node.$;
1120
+ }
1121
+ }
1122
+
1123
+ return cache.startElement = ( node ? new CKEDITOR.dom.element( node ) : null );
1124
+ },
1125
+
1126
+ /**
1127
+ * Gets the currently selected element.
1128
+ * @returns {CKEDITOR.dom.element} The selected element. Null if no
1129
+ * selection is available or the selection type is not
1130
+ * <code>{@link CKEDITOR.SELECTION_ELEMENT}</code>.
1131
+ * @example
1132
+ * var element = editor.getSelection().<strong>getSelectedElement()</strong>;
1133
+ * alert( element.getName() );
1134
+ */
1135
+ getSelectedElement : function()
1136
+ {
1137
+ var cache = this._.cache;
1138
+ if ( cache.selectedElement !== undefined )
1139
+ return cache.selectedElement;
1140
+
1141
+ var self = this;
1142
+
1143
+ var node = CKEDITOR.tools.tryThese(
1144
+ // Is it native IE control type selection?
1145
+ function()
1146
+ {
1147
+ return self.getNative().createRange().item( 0 );
1148
+ },
1149
+ // If a table or list is fully selected.
1150
+ function()
1151
+ {
1152
+ var root,
1153
+ retval,
1154
+ range = self.getRanges()[ 0 ],
1155
+ ancestor = range.getCommonAncestor( 1, 1 ),
1156
+ tags = { table:1,ul:1,ol:1,dl:1 };
1157
+
1158
+ for ( var t in tags )
1159
+ {
1160
+ if ( root = ancestor.getAscendant( t, 1 ) )
1161
+ break;
1162
+ }
1163
+
1164
+ if ( root )
1165
+ {
1166
+ // Enlarging the start boundary.
1167
+ var testRange = new CKEDITOR.dom.range( this.document );
1168
+ testRange.setStartAt( root, CKEDITOR.POSITION_AFTER_START );
1169
+ testRange.setEnd( range.startContainer, range.startOffset );
1170
+
1171
+ var enlargeables = CKEDITOR.tools.extend( tags, CKEDITOR.dtd.$listItem, CKEDITOR.dtd.$tableContent ),
1172
+ walker = new CKEDITOR.dom.walker( testRange ),
1173
+ // Check the range is at the inner boundary of the structural element.
1174
+ guard = function( walker, isEnd )
1175
+ {
1176
+ return function( node, isWalkOut )
1177
+ {
1178
+ if ( node.type == CKEDITOR.NODE_TEXT && ( !CKEDITOR.tools.trim( node.getText() ) || node.getParent().data( 'cke-bookmark' ) ) )
1179
+ return true;
1180
+
1181
+ var tag;
1182
+ if ( node.type == CKEDITOR.NODE_ELEMENT )
1183
+ {
1184
+ tag = node.getName();
1185
+
1186
+ // Bypass bogus br at the end of block.
1187
+ if ( tag == 'br' && isEnd && node.equals( node.getParent().getBogus() ) )
1188
+ return true;
1189
+
1190
+ if ( isWalkOut && tag in enlargeables || tag in CKEDITOR.dtd.$removeEmpty )
1191
+ return true;
1192
+ }
1193
+
1194
+ walker.halted = 1;
1195
+ return false;
1196
+ };
1197
+ };
1198
+
1199
+ walker.guard = guard( walker );
1200
+
1201
+ if ( walker.checkBackward() && !walker.halted )
1202
+ {
1203
+ walker = new CKEDITOR.dom.walker( testRange );
1204
+ testRange.setStart( range.endContainer, range.endOffset );
1205
+ testRange.setEndAt( root, CKEDITOR.POSITION_BEFORE_END );
1206
+ walker.guard = guard( walker, 1 );
1207
+ if ( walker.checkForward() && !walker.halted )
1208
+ retval = root.$;
1209
+ }
1210
+ }
1211
+
1212
+ if ( !retval )
1213
+ throw 0;
1214
+
1215
+ return retval;
1216
+ },
1217
+ // Figure it out by checking if there's a single enclosed
1218
+ // node of the range.
1219
+ function()
1220
+ {
1221
+ var range = self.getRanges()[ 0 ],
1222
+ enclosed,
1223
+ selected;
1224
+
1225
+ // Check first any enclosed element, e.g. <ul>[<li><a href="#">item</a></li>]</ul>
1226
+ for ( var i = 2; i && !( ( enclosed = range.getEnclosedNode() )
1227
+ && ( enclosed.type == CKEDITOR.NODE_ELEMENT )
1228
+ && styleObjectElements[ enclosed.getName() ]
1229
+ && ( selected = enclosed ) ); i-- )
1230
+ {
1231
+ // Then check any deep wrapped element, e.g. [<b><i><img /></i></b>]
1232
+ range.shrink( CKEDITOR.SHRINK_ELEMENT );
1233
+ }
1234
+
1235
+ return selected.$;
1236
+ });
1237
+
1238
+ return cache.selectedElement = ( node ? new CKEDITOR.dom.element( node ) : null );
1239
+ },
1240
+
1241
+ /**
1242
+ * Retrieves the text contained within the range. An empty string is returned for non-text selection.
1243
+ * @returns {String} A string of text within the current selection.
1244
+ * @since 3.6.1
1245
+ * @example
1246
+ * var text = editor.getSelection().<strong>getSelectedText()</strong>;
1247
+ * alert( text );
1248
+ */
1249
+ getSelectedText : function()
1250
+ {
1251
+ var cache = this._.cache;
1252
+ if ( cache.selectedText !== undefined )
1253
+ return cache.selectedText;
1254
+
1255
+ var text = '',
1256
+ nativeSel = this.getNative();
1257
+ if ( this.getType() == CKEDITOR.SELECTION_TEXT )
1258
+ text = CKEDITOR.env.ie ? nativeSel.createRange().text : nativeSel.toString();
1259
+
1260
+ return ( cache.selectedText = text );
1261
+ },
1262
+
1263
+ /**
1264
+ * Locks the selection made in the editor in order to make it possible to
1265
+ * manipulate it without browser interference. A locked selection is
1266
+ * cached and remains unchanged until it is released with the <code>#unlock</code>
1267
+ * method.
1268
+ * @example
1269
+ * editor.getSelection().<strong>lock()</strong>;
1270
+ */
1271
+ lock : function()
1272
+ {
1273
+ // Call all cacheable function.
1274
+ this.getRanges();
1275
+ this.getStartElement();
1276
+ this.getSelectedElement();
1277
+ this.getSelectedText();
1278
+
1279
+ // The native selection is not available when locked.
1280
+ this._.cache.nativeSel = {};
1281
+
1282
+ this.isLocked = 1;
1283
+
1284
+ // Save this selection inside the DOM document.
1285
+ this.document.setCustomData( 'cke_locked_selection', this );
1286
+ },
1287
+
1288
+ /**
1289
+ * Unlocks the selection made in the editor and locked with the <code>#lock</code> method.
1290
+ * An unlocked selection is no longer cached and can be changed.
1291
+ * @param {Boolean} [restore] If set to <code>true</code>, the selection is restored back to the selection saved earlier by using the <code>#lock</code> method.
1292
+ * @example
1293
+ * editor.getSelection().<strong>unlock()</strong>;
1294
+ */
1295
+ unlock : function( restore )
1296
+ {
1297
+ var doc = this.document,
1298
+ lockedSelection = doc.getCustomData( 'cke_locked_selection' );
1299
+
1300
+ if ( lockedSelection )
1301
+ {
1302
+ doc.setCustomData( 'cke_locked_selection', null );
1303
+
1304
+ if ( restore )
1305
+ {
1306
+ var selectedElement = lockedSelection.getSelectedElement(),
1307
+ ranges = !selectedElement && lockedSelection.getRanges();
1308
+
1309
+ this.isLocked = 0;
1310
+ this.reset();
1311
+
1312
+ doc.getBody().focus();
1313
+
1314
+ if ( selectedElement )
1315
+ this.selectElement( selectedElement );
1316
+ else
1317
+ this.selectRanges( ranges );
1318
+ }
1319
+ }
1320
+
1321
+ if ( !lockedSelection || !restore )
1322
+ {
1323
+ this.isLocked = 0;
1324
+ this.reset();
1325
+ }
1326
+ },
1327
+
1328
+ /**
1329
+ * Clears the selection cache.
1330
+ * @example
1331
+ * editor.getSelection().<strong>reset()</strong>;
1332
+ */
1333
+ reset : function()
1334
+ {
1335
+ this._.cache = {};
1336
+ },
1337
+
1338
+ /**
1339
+ * Makes the current selection of type <code>{@link CKEDITOR.SELECTION_ELEMENT}</code> by enclosing the specified element.
1340
+ * @param {CKEDITOR.dom.element} element The element to enclose in the selection.
1341
+ * @example
1342
+ * var element = editor.document.getById( 'sampleElement' );
1343
+ * editor.getSelection.<strong>selectElement( element )</strong>;
1344
+ */
1345
+ selectElement : function( element )
1346
+ {
1347
+ if ( this.isLocked )
1348
+ {
1349
+ var range = new CKEDITOR.dom.range( this.document );
1350
+ range.setStartBefore( element );
1351
+ range.setEndAfter( element );
1352
+
1353
+ this._.cache.selectedElement = element;
1354
+ this._.cache.startElement = element;
1355
+ this._.cache.ranges = new CKEDITOR.dom.rangeList( range );
1356
+ this._.cache.type = CKEDITOR.SELECTION_ELEMENT;
1357
+
1358
+ return;
1359
+ }
1360
+
1361
+ range = new CKEDITOR.dom.range( element.getDocument() );
1362
+ range.setStartBefore( element );
1363
+ range.setEndAfter( element );
1364
+ range.select();
1365
+
1366
+ this.document.fire( 'selectionchange' );
1367
+ this.reset();
1368
+
1369
+ },
1370
+
1371
+ /**
1372
+ * Clears the original selection and adds the specified ranges
1373
+ * to the document selection.
1374
+ * @param {Array} ranges An array of <code>{@link CKEDITOR.dom.range}</code> instances representing ranges to be added to the document.
1375
+ * @example
1376
+ * var ranges = new CKEDITOR.dom.range( editor.document );
1377
+ * editor.getSelection().<strong>selectRanges( [ ranges ] )</strong>;
1378
+ */
1379
+ selectRanges : function( ranges )
1380
+ {
1381
+ if ( this.isLocked )
1382
+ {
1383
+ this._.cache.selectedElement = null;
1384
+ this._.cache.startElement = ranges[ 0 ] && ranges[ 0 ].getTouchedStartNode();
1385
+ this._.cache.ranges = new CKEDITOR.dom.rangeList( ranges );
1386
+ this._.cache.type = CKEDITOR.SELECTION_TEXT;
1387
+
1388
+ return;
1389
+ }
1390
+
1391
+ if ( CKEDITOR.env.ie )
1392
+ {
1393
+ if ( ranges.length > 1 )
1394
+ {
1395
+ // IE doesn't accept multiple ranges selection, so we join all into one.
1396
+ var last = ranges[ ranges.length -1 ] ;
1397
+ ranges[ 0 ].setEnd( last.endContainer, last.endOffset );
1398
+ ranges.length = 1;
1399
+ }
1400
+
1401
+ if ( ranges[ 0 ] )
1402
+ ranges[ 0 ].select();
1403
+
1404
+ this.reset();
1405
+ }
1406
+ else
1407
+ {
1408
+ var sel = this.getNative();
1409
+
1410
+ // getNative() returns null if iframe is "display:none" in FF. (#6577)
1411
+ if ( !sel )
1412
+ return;
1413
+
1414
+ if ( ranges.length )
1415
+ {
1416
+ sel.removeAllRanges();
1417
+ // Remove any existing filling char first.
1418
+ CKEDITOR.env.webkit && removeFillingChar( this.document );
1419
+ }
1420
+
1421
+ for ( var i = 0 ; i < ranges.length ; i++ )
1422
+ {
1423
+ // Joining sequential ranges introduced by
1424
+ // readonly elements protection.
1425
+ if ( i < ranges.length -1 )
1426
+ {
1427
+ var left = ranges[ i ], right = ranges[ i +1 ],
1428
+ between = left.clone();
1429
+ between.setStart( left.endContainer, left.endOffset );
1430
+ between.setEnd( right.startContainer, right.startOffset );
1431
+
1432
+ // Don't confused by Firefox adjancent multi-ranges
1433
+ // introduced by table cells selection.
1434
+ if ( !between.collapsed )
1435
+ {
1436
+ between.shrink( CKEDITOR.NODE_ELEMENT, true );
1437
+ var ancestor = between.getCommonAncestor(),
1438
+ enclosed = between.getEnclosedNode();
1439
+
1440
+ // The following cases has to be considered:
1441
+ // 1. <span contenteditable="false">[placeholder]</span>
1442
+ // 2. <input contenteditable="false" type="radio"/> (#6621)
1443
+ if ( ancestor.isReadOnly() || enclosed && enclosed.isReadOnly() )
1444
+ {
1445
+ right.setStart( left.startContainer, left.startOffset );
1446
+ ranges.splice( i--, 1 );
1447
+ continue;
1448
+ }
1449
+ }
1450
+ }
1451
+
1452
+ var range = ranges[ i ];
1453
+ var nativeRange = this.document.$.createRange();
1454
+ var startContainer = range.startContainer;
1455
+
1456
+ // In FF2, if we have a collapsed range, inside an empty
1457
+ // element, we must add something to it otherwise the caret
1458
+ // will not be visible.
1459
+ // In Opera instead, the selection will be moved out of the
1460
+ // element. (#4657)
1461
+ if ( range.collapsed &&
1462
+ ( CKEDITOR.env.opera || ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 ) ) &&
1463
+ startContainer.type == CKEDITOR.NODE_ELEMENT &&
1464
+ !startContainer.getChildCount() )
1465
+ {
1466
+ startContainer.appendText( '' );
1467
+ }
1468
+
1469
+ if ( range.collapsed
1470
+ && CKEDITOR.env.webkit
1471
+ && rangeRequiresFix( range ) )
1472
+ {
1473
+ // Append a zero-width space so WebKit will not try to
1474
+ // move the selection by itself (#1272).
1475
+ var fillingChar = createFillingChar( this.document );
1476
+ range.insertNode( fillingChar ) ;
1477
+
1478
+ var next = fillingChar.getNext();
1479
+
1480
+ // If the filling char is followed by a <br>, whithout
1481
+ // having something before it, it'll not blink.
1482
+ // Let's remove it in this case.
1483
+ if ( next && !fillingChar.getPrevious() && next.type == CKEDITOR.NODE_ELEMENT && next.getName() == 'br' )
1484
+ {
1485
+ removeFillingChar( this.document );
1486
+ range.moveToPosition( next, CKEDITOR.POSITION_BEFORE_START );
1487
+ }
1488
+ else
1489
+ range.moveToPosition( fillingChar, CKEDITOR.POSITION_AFTER_END );
1490
+ }
1491
+
1492
+ nativeRange.setStart( range.startContainer.$, range.startOffset );
1493
+
1494
+ try
1495
+ {
1496
+ nativeRange.setEnd( range.endContainer.$, range.endOffset );
1497
+ }
1498
+ catch ( e )
1499
+ {
1500
+ // There is a bug in Firefox implementation (it would be too easy
1501
+ // otherwise). The new start can't be after the end (W3C says it can).
1502
+ // So, let's create a new range and collapse it to the desired point.
1503
+ if ( e.toString().indexOf( 'NS_ERROR_ILLEGAL_VALUE' ) >= 0 )
1504
+ {
1505
+ range.collapse( 1 );
1506
+ nativeRange.setEnd( range.endContainer.$, range.endOffset );
1507
+ }
1508
+ else
1509
+ throw e;
1510
+ }
1511
+
1512
+ // Select the range.
1513
+ sel.addRange( nativeRange );
1514
+ }
1515
+
1516
+ // Don't miss selection change event for non-IEs.
1517
+ this.document.fire( 'selectionchange' );
1518
+ this.reset();
1519
+ }
1520
+ },
1521
+
1522
+ /**
1523
+ * Creates a bookmark for each range of this selection (from <code>#getRanges</code>)
1524
+ * by calling the <code>{@link CKEDITOR.dom.range.prototype.createBookmark}</code> method,
1525
+ * with extra care taken to avoid interference among those ranges. The arguments
1526
+ * received are the same as with the underlying range method.
1527
+ * @returns {Array} Array of bookmarks for each range.
1528
+ * @example
1529
+ * var bookmarks = editor.getSelection().<strong>createBookmarks()</strong>;
1530
+ */
1531
+ createBookmarks : function( serializable )
1532
+ {
1533
+ return this.getRanges().createBookmarks( serializable );
1534
+ },
1535
+
1536
+ /**
1537
+ * Creates a bookmark for each range of this selection (from <code>#getRanges</code>)
1538
+ * by calling the <code>{@link CKEDITOR.dom.range.prototype.createBookmark2}</code> method,
1539
+ * with extra care taken to avoid interference among those ranges. The arguments
1540
+ * received are the same as with the underlying range method.
1541
+ * @returns {Array} Array of bookmarks for each range.
1542
+ * @example
1543
+ * var bookmarks = editor.getSelection().<strong>createBookmarks2()</strong>;
1544
+ */
1545
+ createBookmarks2 : function( normalized )
1546
+ {
1547
+ return this.getRanges().createBookmarks2( normalized );
1548
+ },
1549
+
1550
+ /**
1551
+ * Selects the virtual ranges denoted by the bookmarks by calling <code>#selectRanges</code>.
1552
+ * @param {Array} bookmarks The bookmarks representing ranges to be selected.
1553
+ * @returns {CKEDITOR.dom.selection} This selection object, after the ranges were selected.
1554
+ * @example
1555
+ * var bookmarks = editor.getSelection().createBookmarks();
1556
+ * editor.getSelection().<strong>selectBookmarks( bookmarks )</strong>;
1557
+ */
1558
+ selectBookmarks : function( bookmarks )
1559
+ {
1560
+ var ranges = [];
1561
+ for ( var i = 0 ; i < bookmarks.length ; i++ )
1562
+ {
1563
+ var range = new CKEDITOR.dom.range( this.document );
1564
+ range.moveToBookmark( bookmarks[i] );
1565
+ ranges.push( range );
1566
+ }
1567
+ this.selectRanges( ranges );
1568
+ return this;
1569
+ },
1570
+
1571
+ /**
1572
+ * Retrieves the common ancestor node of the first range and the last range.
1573
+ * @returns {CKEDITOR.dom.element} The common ancestor of the selection.
1574
+ * @example
1575
+ * var ancestor = editor.getSelection().<strong>getCommonAncestor()</strong>;
1576
+ */
1577
+ getCommonAncestor : function()
1578
+ {
1579
+ var ranges = this.getRanges(),
1580
+ startNode = ranges[ 0 ].startContainer,
1581
+ endNode = ranges[ ranges.length - 1 ].endContainer;
1582
+ return startNode.getCommonAncestor( endNode );
1583
+ },
1584
+
1585
+ /**
1586
+ * Moves the scrollbar to the starting position of the current selection.
1587
+ * @example
1588
+ * editor.getSelection().<strong>scrollIntoView()</strong>;
1589
+ */
1590
+ scrollIntoView : function()
1591
+ {
1592
+ // If we have split the block, adds a temporary span at the
1593
+ // range position and scroll relatively to it.
1594
+ var start = this.getStartElement();
1595
+ start.scrollIntoView();
1596
+ }
1597
+ };
1598
+ })();
1599
+
1600
+ ( function()
1601
+ {
1602
+ var notWhitespaces = CKEDITOR.dom.walker.whitespaces( true ),
1603
+ fillerTextRegex = /\ufeff|\u00a0/,
1604
+ nonCells = { table:1,tbody:1,tr:1 };
1605
+
1606
+ CKEDITOR.dom.range.prototype.select =
1607
+ CKEDITOR.env.ie ?
1608
+ // V2
1609
+ function( forceExpand )
1610
+ {
1611
+ var collapsed = this.collapsed,
1612
+ isStartMarkerAlone, dummySpan, ieRange;
1613
+
1614
+ // Try to make a object selection.
1615
+ var selected = this.getEnclosedNode();
1616
+ if ( selected )
1617
+ {
1618
+ try
1619
+ {
1620
+ ieRange = this.document.$.body.createControlRange();
1621
+ ieRange.addElement( selected.$ );
1622
+ ieRange.select();
1623
+ return;
1624
+ }
1625
+ catch( er ) {}
1626
+ }
1627
+
1628
+ // IE doesn't support selecting the entire table row/cell, move the selection into cells, e.g.
1629
+ // <table><tbody><tr>[<td>cell</b></td>... => <table><tbody><tr><td>[cell</td>...
1630
+ if ( this.startContainer.type == CKEDITOR.NODE_ELEMENT && this.startContainer.getName() in nonCells
1631
+ || this.endContainer.type == CKEDITOR.NODE_ELEMENT && this.endContainer.getName() in nonCells )
1632
+ {
1633
+ this.shrink( CKEDITOR.NODE_ELEMENT, true );
1634
+ }
1635
+
1636
+ var bookmark = this.createBookmark();
1637
+
1638
+ // Create marker tags for the start and end boundaries.
1639
+ var startNode = bookmark.startNode;
1640
+
1641
+ var endNode;
1642
+ if ( !collapsed )
1643
+ endNode = bookmark.endNode;
1644
+
1645
+ // Create the main range which will be used for the selection.
1646
+ ieRange = this.document.$.body.createTextRange();
1647
+
1648
+ // Position the range at the start boundary.
1649
+ ieRange.moveToElementText( startNode.$ );
1650
+ ieRange.moveStart( 'character', 1 );
1651
+
1652
+ if ( endNode )
1653
+ {
1654
+ // Create a tool range for the end.
1655
+ var ieRangeEnd = this.document.$.body.createTextRange();
1656
+
1657
+ // Position the tool range at the end.
1658
+ ieRangeEnd.moveToElementText( endNode.$ );
1659
+
1660
+ // Move the end boundary of the main range to match the tool range.
1661
+ ieRange.setEndPoint( 'EndToEnd', ieRangeEnd );
1662
+ ieRange.moveEnd( 'character', -1 );
1663
+ }
1664
+ else
1665
+ {
1666
+ // The isStartMarkerAlone logic comes from V2. It guarantees that the lines
1667
+ // will expand and that the cursor will be blinking on the right place.
1668
+ // Actually, we are using this flag just to avoid using this hack in all
1669
+ // situations, but just on those needed.
1670
+ var next = startNode.getNext( notWhitespaces );
1671
+ isStartMarkerAlone = ( !( next && next.getText && next.getText().match( fillerTextRegex ) ) // already a filler there?
1672
+ && ( forceExpand || !startNode.hasPrevious() || ( startNode.getPrevious().is && startNode.getPrevious().is( 'br' ) ) ) );
1673
+
1674
+ // Append a temporary <span>&#65279;</span> before the selection.
1675
+ // This is needed to avoid IE destroying selections inside empty
1676
+ // inline elements, like <b></b> (#253).
1677
+ // It is also needed when placing the selection right after an inline
1678
+ // element to avoid the selection moving inside of it.
1679
+ dummySpan = this.document.createElement( 'span' );
1680
+ dummySpan.setHtml( '&#65279;' ); // Zero Width No-Break Space (U+FEFF). See #1359.
1681
+ dummySpan.insertBefore( startNode );
1682
+
1683
+ if ( isStartMarkerAlone )
1684
+ {
1685
+ // To expand empty blocks or line spaces after <br>, we need
1686
+ // instead to have any char, which will be later deleted using the
1687
+ // selection.
1688
+ // \ufeff = Zero Width No-Break Space (U+FEFF). (#1359)
1689
+ this.document.createText( '\ufeff' ).insertBefore( startNode );
1690
+ }
1691
+ }
1692
+
1693
+ // Remove the markers (reset the position, because of the changes in the DOM tree).
1694
+ this.setStartBefore( startNode );
1695
+ startNode.remove();
1696
+
1697
+ if ( collapsed )
1698
+ {
1699
+ if ( isStartMarkerAlone )
1700
+ {
1701
+ // Move the selection start to include the temporary \ufeff.
1702
+ ieRange.moveStart( 'character', -1 );
1703
+
1704
+ ieRange.select();
1705
+
1706
+ // Remove our temporary stuff.
1707
+ this.document.$.selection.clear();
1708
+ }
1709
+ else
1710
+ ieRange.select();
1711
+
1712
+ this.moveToPosition( dummySpan, CKEDITOR.POSITION_BEFORE_START );
1713
+ dummySpan.remove();
1714
+ }
1715
+ else
1716
+ {
1717
+ this.setEndBefore( endNode );
1718
+ endNode.remove();
1719
+ ieRange.select();
1720
+ }
1721
+
1722
+ this.document.fire( 'selectionchange' );
1723
+ }
1724
+ :
1725
+ function()
1726
+ {
1727
+ this.document.getSelection().selectRanges( [ this ] );
1728
+ };
1729
+ } )();