radiant 1.0.0.rc2 → 1.0.0.rc3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of radiant might be problematic. Click here for more details.

Files changed (2863) hide show
  1. data/.gitignore +1 -1
  2. data/{CHANGELOG → CHANGELOG.md} +22 -22
  3. data/{CONTRIBUTORS → CONTRIBUTORS.md} +37 -23
  4. data/Gemfile +23 -0
  5. data/Gemfile.lock +30 -0
  6. data/INSTALL.md +42 -0
  7. data/{LICENSE → LICENSE.md} +1 -1
  8. data/{README → README.md} +9 -10
  9. data/Rakefile +1 -1
  10. data/app/controllers/admin/pages_controller.rb +14 -4
  11. data/app/controllers/admin/resource_controller.rb +4 -2
  12. data/app/controllers/site_controller.rb +9 -14
  13. data/app/helpers/application_helper.rb +0 -12
  14. data/app/models/page.rb +2 -0
  15. data/app/models/page_context.rb +8 -1
  16. data/app/models/radiant/config.rb +10 -4
  17. data/app/models/standard_tags.rb +9 -4
  18. data/bin/radiant +5 -3
  19. data/config/boot.rb +5 -62
  20. data/config/environment.rb +3 -13
  21. data/config/environments/cucumber.rb +0 -7
  22. data/config/environments/development.rb +1 -1
  23. data/config/environments/test.rb +0 -6
  24. data/config/initializers/compass.rb +0 -2
  25. data/config/preinitializer.rb +19 -0
  26. data/db/schema.rb +3 -0
  27. data/features/navigation_rendering.feature +30 -0
  28. data/features/page_serving.feature +2 -2
  29. data/features/step_definitions/admin/admin_steps.rb +1 -0
  30. data/features/step_definitions/admin/pages_management_steps.rb +7 -2
  31. data/features/step_definitions/page_serving_steps.rb +1 -1
  32. data/lib/generators/extension/extension_generator.rb +2 -4
  33. data/lib/generators/extension/templates/{README → README.md} +2 -2
  34. data/lib/generators/extension/templates/RSpecRakefile +2 -2
  35. data/lib/generators/extension/templates/Rakefile +2 -2
  36. data/lib/generators/extension/templates/extension.rb +11 -13
  37. data/lib/generators/extension/templates/gemspec.rb +13 -13
  38. data/lib/generators/extension/templates/lib.rb +7 -1
  39. data/lib/generators/instance/instance_generator.rb +18 -7
  40. data/lib/generators/instance/templates/instance_boot.rb +3 -60
  41. data/lib/generators/instance/templates/instance_config.ru +2 -0
  42. data/lib/generators/instance/templates/instance_environment.rb +4 -15
  43. data/lib/generators/instance/templates/instance_gemfile +57 -0
  44. data/lib/generators/instance/templates/instance_generate +3 -15
  45. data/lib/generators/language_extension/templates/RSpecRakefile +2 -2
  46. data/lib/generators/language_extension/templates/Rakefile +2 -2
  47. data/lib/radiant.rb +1 -1
  48. data/lib/radiant/admin_ui.rb +6 -1
  49. data/lib/radiant/available_locales.rb +11 -23
  50. data/lib/radiant/config/definition.rb +2 -2
  51. data/lib/radiant/extension.rb +18 -5
  52. data/lib/radiant/extension/script.rb +4 -2
  53. data/lib/radiant/extension_loader.rb +73 -119
  54. data/lib/radiant/extension_migrator.rb +12 -1
  55. data/lib/radiant/extension_path.rb +192 -0
  56. data/lib/radiant/initializer.rb +286 -181
  57. data/lib/radiant/setup.rb +3 -0
  58. data/lib/radiant/taggable.rb +8 -7
  59. data/lib/tasks/database.rake +43 -1
  60. data/{vendor/plugins/dataset → lib}/tasks/dataset.rake +0 -0
  61. data/lib/tasks/extensions.rake +11 -8
  62. data/lib/tasks/framework.rake +48 -37
  63. data/lib/tasks/release.rake +4 -3
  64. data/lib/tasks/undefine.rake +1 -1
  65. data/{vendor/extensions/clipped/public → public}/flash/ZeroClipboard.swf +0 -0
  66. data/{vendor/extensions/clipped/public → public}/images/admin/assets/add.png +0 -0
  67. data/{vendor/extensions/clipped/public → public}/images/admin/assets/archive_icon.png +0 -0
  68. data/{vendor/extensions/clipped/public → public}/images/admin/assets/audio_icon.png +0 -0
  69. data/{vendor/extensions/clipped/public → public}/images/admin/assets/audio_thumbnail.png +0 -0
  70. data/{vendor/extensions/clipped/public → public}/images/admin/assets/c_icon.png +0 -0
  71. data/{vendor/extensions/clipped/public → public}/images/admin/assets/copy.png +0 -0
  72. data/{vendor/extensions/clipped/public → public}/images/admin/assets/css_icon.png +0 -0
  73. data/{vendor/extensions/clipped/public → public}/images/admin/assets/database_icon.png +0 -0
  74. data/{vendor/extensions/clipped/public → public}/images/admin/assets/delete.png +0 -0
  75. data/{vendor/extensions/clipped/public → public}/images/admin/assets/document_icon.png +0 -0
  76. data/{vendor/extensions/clipped/public → public}/images/admin/assets/document_thumbnail.png +0 -0
  77. data/{vendor/extensions/clipped/public → public}/images/admin/assets/flash_icon.png +0 -0
  78. data/{vendor/extensions/clipped/public → public}/images/admin/assets/flash_thumbnail.png +0 -0
  79. data/{vendor/extensions/clipped/public → public}/images/admin/assets/font_icon.png +0 -0
  80. data/{vendor/extensions/clipped/public → public}/images/admin/assets/gzip_icon.png +0 -0
  81. data/{vendor/extensions/clipped/public → public}/images/admin/assets/html_icon.png +0 -0
  82. data/{vendor/extensions/clipped/public → public}/images/admin/assets/image_icon.png +0 -0
  83. data/{vendor/extensions/clipped/public → public}/images/admin/assets/image_thumbnail.png +0 -0
  84. data/{vendor/extensions/clipped/public → public}/images/admin/assets/java_icon.png +0 -0
  85. data/{vendor/extensions/clipped/public → public}/images/admin/assets/page_edit.png +0 -0
  86. data/{vendor/extensions/clipped/public → public}/images/admin/assets/perl_icon.png +0 -0
  87. data/{vendor/extensions/clipped/public → public}/images/admin/assets/php_icon.png +0 -0
  88. data/{vendor/extensions/clipped/public → public}/images/admin/assets/presentation_icon.png +0 -0
  89. data/{vendor/extensions/clipped/public → public}/images/admin/assets/python_icon.png +0 -0
  90. data/{vendor/extensions/clipped/public → public}/images/admin/assets/reorder_assets.png +0 -0
  91. data/{vendor/extensions/clipped/public → public}/images/admin/assets/ruby_icon.png +0 -0
  92. data/{vendor/extensions/clipped/public → public}/images/admin/assets/script_icon.png +0 -0
  93. data/{vendor/extensions/clipped/public → public}/images/admin/assets/spreadsheet_icon.png +0 -0
  94. data/{vendor/extensions/clipped/public → public}/images/admin/assets/tar_icon.png +0 -0
  95. data/{vendor/extensions/clipped/public → public}/images/admin/assets/unknown_icon.png +0 -0
  96. data/{vendor/extensions/clipped/public → public}/images/admin/assets/unknown_thumbnail.png +0 -0
  97. data/{vendor/extensions/clipped/public → public}/images/admin/assets/video_icon.png +0 -0
  98. data/{vendor/extensions/clipped/public → public}/images/admin/assets/video_thumbnail.png +0 -0
  99. data/{vendor/extensions/clipped/public → public}/images/admin/assets/xml_icon.png +0 -0
  100. data/{vendor/extensions/clipped/public → public}/images/admin/assets/zip_icon.png +0 -0
  101. data/{vendor/extensions/site_templates/public → public}/images/roasters/banner.jpg +0 -0
  102. data/{vendor/extensions/site_templates/public → public}/images/roasters/closelabel.gif +0 -0
  103. data/{vendor/extensions/site_templates/public → public}/images/roasters/comment.png +0 -0
  104. data/{vendor/extensions/site_templates/public → public}/images/roasters/gallery1.jpg +0 -0
  105. data/{vendor/extensions/site_templates/public → public}/images/roasters/gallery2.jpg +0 -0
  106. data/{vendor/extensions/site_templates/public → public}/images/roasters/gallery3.jpg +0 -0
  107. data/{vendor/extensions/site_templates/public → public}/images/roasters/gallery4.jpg +0 -0
  108. data/{vendor/extensions/site_templates/public → public}/images/roasters/gift.gif +0 -0
  109. data/{vendor/extensions/site_templates/public → public}/images/roasters/green.gif +0 -0
  110. data/{vendor/extensions/site_templates/public → public}/images/roasters/nav-background.gif +0 -0
  111. data/{vendor/extensions/site_templates/public → public}/images/roasters/nav-divider.gif +0 -0
  112. data/{vendor/extensions/site_templates/public → public}/images/roasters/nextlabel.gif +0 -0
  113. data/{vendor/extensions/site_templates/public → public}/images/roasters/open.gif +0 -0
  114. data/{vendor/extensions/site_templates/public → public}/images/roasters/preview-1.jpg +0 -0
  115. data/{vendor/extensions/site_templates/public → public}/images/roasters/preview.jpg +0 -0
  116. data/{vendor/extensions/site_templates/public → public}/images/roasters/prevlabel.gif +0 -0
  117. data/{vendor/extensions/site_templates/public → public}/images/roasters/prize.gif +0 -0
  118. data/{vendor/extensions/site_templates/public → public}/images/roasters/recycle.gif +0 -0
  119. data/{vendor/extensions/site_templates/public → public}/images/roasters/rss.gif +0 -0
  120. data/{vendor/extensions/site_templates/public → public}/images/roasters/thumb-grinder.jpg +0 -0
  121. data/{vendor/extensions/site_templates/public → public}/images/roasters/thumb-grower.jpg +0 -0
  122. data/{vendor/extensions/site_templates/public → public}/images/roasters/thumb-roaster.jpg +0 -0
  123. data/{vendor/extensions/site_templates/public → public}/images/roasters/truck.gif +0 -0
  124. data/public/stylesheets/admin/main.css +1 -1
  125. data/public/stylesheets/sass/admin/_base.sass +1 -1
  126. data/radiant.gemspec +36 -18
  127. data/script/about +2 -1
  128. data/script/console +1 -1
  129. data/script/dbconsole +2 -2
  130. data/script/destroy +1 -1
  131. data/script/generate +1 -2
  132. data/script/performance/benchmarker +2 -2
  133. data/script/performance/profiler +2 -2
  134. data/script/plugin +1 -1
  135. data/script/runner +1 -1
  136. data/script/server +2 -2
  137. data/spec/controllers/admin/pages_controller_spec.rb +11 -10
  138. data/spec/controllers/admin/paginated_controller_spec.rb +26 -14
  139. data/spec/controllers/site_controller_spec.rb +7 -7
  140. data/spec/fixtures/example_extension/Rakefile +2 -2
  141. data/spec/fixtures/example_extension/example_extension.rb +1 -1
  142. data/spec/generators/extension_generator_spec.rb +30 -17
  143. data/spec/generators/instance_generator_spec.rb +1 -1
  144. data/spec/helpers/application_helper_spec.rb +0 -7
  145. data/spec/lib/radiant/admin_ui_spec.rb +1 -1
  146. data/spec/lib/radiant/extension/script_spec.rb +37 -9
  147. data/spec/lib/radiant/extension_loader_spec.rb +70 -234
  148. data/spec/lib/radiant/extension_migrator_spec.rb +10 -4
  149. data/spec/lib/radiant/extension_path_spec.rb +132 -0
  150. data/spec/lib/radiant/extension_spec.rb +4 -4
  151. data/spec/lib/radiant/initializer_spec.rb +46 -63
  152. data/spec/lib/radiant/taggable_spec.rb +20 -18
  153. data/spec/models/deprecated_tags_spec.rb +53 -14
  154. data/spec/models/page_context_spec.rb +5 -2
  155. data/spec/models/standard_tags_spec.rb +6 -0
  156. data/spec/spec_helper.rb +20 -6
  157. data/test/fixtures/extensions/replacing/db/migrate/200812131420_create_initial_schema.rb +10 -0
  158. data/test/fixtures/extensions/replacing/db/migrate/201106021232_further_modify_schema.rb +7 -0
  159. data/test/fixtures/extensions/replacing/replacing_extension.rb +3 -0
  160. data/vendor/extensions/{textile_filter/lib/tasks/textile_filter_extension_tasks.rake → .keep} +0 -0
  161. metadata +446 -2925
  162. data/INSTALL +0 -35
  163. data/lib/generators/extension/templates/version.rb +0 -3
  164. data/lib/radiant/extension_gem.rb +0 -12
  165. data/lib/radiant/extension_locator.rb +0 -25
  166. data/lib/radiant/gem_dependency_fix.rb +0 -21
  167. data/lib/radiant/gem_locator.rb +0 -28
  168. data/lib/tasks/ci.rake +0 -17
  169. data/spec/lib/locator_spec.rb +0 -41
  170. data/vendor/extensions/archive/README +0 -29
  171. data/vendor/extensions/archive/Rakefile +0 -109
  172. data/vendor/extensions/archive/app/models/archive_day_index_page.rb +0 -32
  173. data/vendor/extensions/archive/app/models/archive_finder.rb +0 -60
  174. data/vendor/extensions/archive/app/models/archive_month_index_page.rb +0 -32
  175. data/vendor/extensions/archive/app/models/archive_page.rb +0 -77
  176. data/vendor/extensions/archive/app/models/archive_year_index_page.rb +0 -32
  177. data/vendor/extensions/archive/archive_extension.rb +0 -20
  178. data/vendor/extensions/archive/config/initializers/radiant_config.rb +0 -3
  179. data/vendor/extensions/archive/config/locales/en.yml +0 -3
  180. data/vendor/extensions/archive/config/routes.rb +0 -5
  181. data/vendor/extensions/archive/cucumber.yml +0 -1
  182. data/vendor/extensions/archive/features/archive_content.feature +0 -51
  183. data/vendor/extensions/archive/features/step_definitions/web_steps.rb +0 -7
  184. data/vendor/extensions/archive/features/support/datasets_loader.rb +0 -3
  185. data/vendor/extensions/archive/features/support/env.rb +0 -11
  186. data/vendor/extensions/archive/features/support/matchers.rb +0 -3
  187. data/vendor/extensions/archive/features/support/paths.rb +0 -22
  188. data/vendor/extensions/archive/lib/archive_index_tags_and_methods.rb +0 -77
  189. data/vendor/extensions/archive/lib/radiant-archive-extension.rb +0 -2
  190. data/vendor/extensions/archive/lib/radiant-archive-extension/version.rb +0 -3
  191. data/vendor/extensions/archive/lib/tasks/archive_extension_tasks.rake +0 -55
  192. data/vendor/extensions/archive/radiant-archive-extension.gemspec +0 -29
  193. data/vendor/extensions/archive/spec/datasets/archive_dataset.rb +0 -55
  194. data/vendor/extensions/archive/spec/models/archive_day_index_page_spec.rb +0 -30
  195. data/vendor/extensions/archive/spec/models/archive_month_index_page_spec.rb +0 -34
  196. data/vendor/extensions/archive/spec/models/archive_page_spec.rb +0 -56
  197. data/vendor/extensions/archive/spec/models/archive_year_index_page_spec.rb +0 -31
  198. data/vendor/extensions/archive/spec/models/page_spec.rb +0 -6
  199. data/vendor/extensions/archive/spec/spec.opts +0 -6
  200. data/vendor/extensions/archive/spec/spec_helper.rb +0 -36
  201. data/vendor/extensions/archive/tmp/cache/entity/d0/580097d24f3e7cfc7bf9706a0a3a3729a9de3e +0 -6
  202. data/vendor/extensions/archive/tmp/cache/meta/0e/da69d02186242cdfda62e46044566f2bc50f3a +0 -0
  203. data/vendor/extensions/clipped/LICENSE +0 -22
  204. data/vendor/extensions/clipped/README.md +0 -230
  205. data/vendor/extensions/clipped/Rakefile +0 -109
  206. data/vendor/extensions/clipped/app/controllers/admin/assets_controller.rb +0 -59
  207. data/vendor/extensions/clipped/app/controllers/admin/page_attachments_controller.rb +0 -18
  208. data/vendor/extensions/clipped/app/helpers/admin/assets_helper.rb +0 -16
  209. data/vendor/extensions/clipped/app/models/asset.rb +0 -164
  210. data/vendor/extensions/clipped/app/models/asset_tags.rb +0 -361
  211. data/vendor/extensions/clipped/app/models/asset_type.rb +0 -154
  212. data/vendor/extensions/clipped/app/models/old_page_attachment.rb +0 -26
  213. data/vendor/extensions/clipped/app/models/page_attachment.rb +0 -21
  214. data/vendor/extensions/clipped/app/views/admin/assets/_asset.html.haml +0 -12
  215. data/vendor/extensions/clipped/app/views/admin/assets/_asset_table.html.haml +0 -30
  216. data/vendor/extensions/clipped/app/views/admin/assets/_errors.html.haml +0 -3
  217. data/vendor/extensions/clipped/app/views/admin/assets/_form.html.haml +0 -20
  218. data/vendor/extensions/clipped/app/views/admin/assets/_page_assets.html.haml +0 -12
  219. data/vendor/extensions/clipped/app/views/admin/assets/_search.html.haml +0 -17
  220. data/vendor/extensions/clipped/app/views/admin/assets/_search_results.html.haml +0 -17
  221. data/vendor/extensions/clipped/app/views/admin/assets/edit.html.haml +0 -40
  222. data/vendor/extensions/clipped/app/views/admin/assets/index.html.haml +0 -19
  223. data/vendor/extensions/clipped/app/views/admin/assets/new.html.haml +0 -24
  224. data/vendor/extensions/clipped/app/views/admin/assets/refresh.html.haml +0 -14
  225. data/vendor/extensions/clipped/app/views/admin/assets/remove.html.haml +0 -16
  226. data/vendor/extensions/clipped/app/views/admin/configuration/_edit.html.haml +0 -8
  227. data/vendor/extensions/clipped/app/views/admin/configuration/_show.html.haml +0 -12
  228. data/vendor/extensions/clipped/app/views/admin/page_attachments/_attachment.html.haml +0 -25
  229. data/vendor/extensions/clipped/app/views/admin/page_parts/_page_part.html.haml +0 -21
  230. data/vendor/extensions/clipped/app/views/admin/pages/_asset_popups.html.haml +0 -42
  231. data/vendor/extensions/clipped/app/views/admin/pages/_assets.html.haml +0 -11
  232. data/vendor/extensions/clipped/app/views/admin/removed/_assets_bucket.html.haml +0 -8
  233. data/vendor/extensions/clipped/app/views/admin/removed/_assets_container.html.haml +0 -58
  234. data/vendor/extensions/clipped/app/views/admin/removed/_bucket.html.haml +0 -11
  235. data/vendor/extensions/clipped/app/views/admin/removed/_bucket_asset.html.haml +0 -9
  236. data/vendor/extensions/clipped/app/views/admin/removed/_show_bucket_link.html.haml +0 -4
  237. data/vendor/extensions/clipped/app/views/admin/removed/_upload_to_page.html.haml +0 -12
  238. data/vendor/extensions/clipped/app/views/admin/removed/bucket/_iframe.html.haml +0 -1
  239. data/vendor/extensions/clipped/artwork/icons.png +0 -0
  240. data/vendor/extensions/clipped/clipped_extension.rb +0 -86
  241. data/vendor/extensions/clipped/config/initializers/interpolation.rb +0 -6
  242. data/vendor/extensions/clipped/config/initializers/processors.rb +0 -12
  243. data/vendor/extensions/clipped/config/initializers/radiant_config.rb +0 -38
  244. data/vendor/extensions/clipped/config/locales/en.yml +0 -108
  245. data/vendor/extensions/clipped/config/locales/nl.yml +0 -105
  246. data/vendor/extensions/clipped/config/routes.rb +0 -8
  247. data/vendor/extensions/clipped/cucumber.yml +0 -1
  248. data/vendor/extensions/clipped/db/migrate/001_create_assets.rb +0 -12
  249. data/vendor/extensions/clipped/db/migrate/002_create_paperclip_attributes.rb +0 -13
  250. data/vendor/extensions/clipped/db/migrate/003_create_user_observer.rb +0 -13
  251. data/vendor/extensions/clipped/db/migrate/004_create_page_attachments.rb +0 -19
  252. data/vendor/extensions/clipped/db/migrate/005_rename_users.rb +0 -13
  253. data/vendor/extensions/clipped/db/migrate/20090316132151_disable_file_types.rb +0 -20
  254. data/vendor/extensions/clipped/db/migrate/20110513205050_asset_uuid.rb +0 -11
  255. data/vendor/extensions/clipped/features/support/env.rb +0 -11
  256. data/vendor/extensions/clipped/features/support/paths.rb +0 -22
  257. data/vendor/extensions/clipped/lib/clipped_admin_ui.rb +0 -32
  258. data/vendor/extensions/clipped/lib/page_asset_associations.rb +0 -13
  259. data/vendor/extensions/clipped/lib/paperclip/frame_grab.rb +0 -39
  260. data/vendor/extensions/clipped/lib/radiant-clipped-extension.rb +0 -2
  261. data/vendor/extensions/clipped/lib/radiant-clipped-extension/version.rb +0 -3
  262. data/vendor/extensions/clipped/lib/tasks/clipped_extension_tasks.rake +0 -129
  263. data/vendor/extensions/clipped/lib/tasks/paperclip_tasks.rake +0 -79
  264. data/vendor/extensions/clipped/public/javascripts/admin/assets.js +0 -296
  265. data/vendor/extensions/clipped/public/stylesheets/sass/admin/assets.sass +0 -209
  266. data/vendor/extensions/clipped/radiant-clipped-extension.gemspec +0 -33
  267. data/vendor/extensions/clipped/spec/controllers/admin/assets_controller_spec.rb +0 -50
  268. data/vendor/extensions/clipped/spec/controllers/admin/page_attachments_controller_spec.rb +0 -50
  269. data/vendor/extensions/clipped/spec/datasets/assets_dataset.rb +0 -32
  270. data/vendor/extensions/clipped/spec/lib/asset_tags_spec.rb +0 -37
  271. data/vendor/extensions/clipped/spec/models/asset_spec.rb +0 -72
  272. data/vendor/extensions/clipped/spec/models/asset_type_spec.rb +0 -49
  273. data/vendor/extensions/clipped/spec/spec.opts +0 -6
  274. data/vendor/extensions/clipped/spec/spec_helper.rb +0 -36
  275. data/vendor/extensions/clipped/wireframes/edit-page-assets-2.bmml +0 -453
  276. data/vendor/extensions/clipped/wireframes/edit-page-assets-2.png +0 -0
  277. data/vendor/extensions/clipped/wireframes/edit-page-assets-3.bmml +0 -454
  278. data/vendor/extensions/clipped/wireframes/edit-page-assets-3.png +0 -0
  279. data/vendor/extensions/clipped/wireframes/edit-page-assets.bmml +0 -433
  280. data/vendor/extensions/clipped/wireframes/edit-page-assets.png +0 -0
  281. data/vendor/extensions/clipped/wireframes/edit-page.bmml +0 -174
  282. data/vendor/extensions/clipped/wireframes/edit-page.png +0 -0
  283. data/vendor/extensions/debug/README +0 -3
  284. data/vendor/extensions/debug/Rakefile +0 -136
  285. data/vendor/extensions/debug/app/models/env_dump_page.rb +0 -17
  286. data/vendor/extensions/debug/config/locales/en.yml +0 -3
  287. data/vendor/extensions/debug/config/routes.rb +0 -5
  288. data/vendor/extensions/debug/debug_extension.rb +0 -11
  289. data/vendor/extensions/debug/lib/tasks/debug_extension_tasks.rake +0 -55
  290. data/vendor/extensions/debug/spec/models/env_dump_page_spec.rb +0 -18
  291. data/vendor/extensions/debug/spec/spec.opts +0 -6
  292. data/vendor/extensions/debug/spec/spec_helper.rb +0 -36
  293. data/vendor/extensions/dutch_language_pack/README +0 -3
  294. data/vendor/extensions/dutch_language_pack/Rakefile +0 -123
  295. data/vendor/extensions/dutch_language_pack/config/locales/nl.yml +0 -238
  296. data/vendor/extensions/dutch_language_pack/config/locales/nl_available_tags.yml +0 -553
  297. data/vendor/extensions/dutch_language_pack/dutch_language_pack_extension.rb +0 -9
  298. data/vendor/extensions/dutch_language_pack/lib/tasks/i18n_nl_extension_tasks.rake +0 -28
  299. data/vendor/extensions/exporter/README +0 -5
  300. data/vendor/extensions/exporter/Rakefile +0 -116
  301. data/vendor/extensions/exporter/app/controllers/admin/export_controller.rb +0 -5
  302. data/vendor/extensions/exporter/app/models/radiant/exporter.rb +0 -41
  303. data/vendor/extensions/exporter/config/locales/en.yml +0 -3
  304. data/vendor/extensions/exporter/config/routes.rb +0 -6
  305. data/vendor/extensions/exporter/cucumber.yml +0 -1
  306. data/vendor/extensions/exporter/exporter_extension.rb +0 -8
  307. data/vendor/extensions/exporter/features/support/env.rb +0 -16
  308. data/vendor/extensions/exporter/features/support/paths.rb +0 -14
  309. data/vendor/extensions/exporter/lib/tasks/exporter_extension_tasks.rake +0 -55
  310. data/vendor/extensions/exporter/spec/controllers/admin/export_controller_spec.rb +0 -16
  311. data/vendor/extensions/exporter/spec/models/radiant/exporter_spec.rb +0 -29
  312. data/vendor/extensions/exporter/spec/spec.opts +0 -6
  313. data/vendor/extensions/exporter/spec/spec_helper.rb +0 -36
  314. data/vendor/extensions/french_language_pack/README +0 -3
  315. data/vendor/extensions/french_language_pack/Rakefile +0 -123
  316. data/vendor/extensions/french_language_pack/config/locales/fr.yml +0 -190
  317. data/vendor/extensions/french_language_pack/config/locales/fr_available_tags.yml +0 -553
  318. data/vendor/extensions/french_language_pack/french_language_pack_extension.rb +0 -9
  319. data/vendor/extensions/french_language_pack/lib/tasks/i18n_fr_extension_tasks.rake +0 -28
  320. data/vendor/extensions/german_language_pack/README +0 -4
  321. data/vendor/extensions/german_language_pack/Rakefile +0 -123
  322. data/vendor/extensions/german_language_pack/config/locales/de.yml +0 -238
  323. data/vendor/extensions/german_language_pack/config/locales/de_available_tags.yml +0 -624
  324. data/vendor/extensions/german_language_pack/german_language_pack_extension.rb +0 -9
  325. data/vendor/extensions/german_language_pack/lib/tasks/i18n_de_extension_tasks.rake +0 -28
  326. data/vendor/extensions/italian_language_pack/README +0 -3
  327. data/vendor/extensions/italian_language_pack/Rakefile +0 -123
  328. data/vendor/extensions/italian_language_pack/config/locales/it.yml +0 -184
  329. data/vendor/extensions/italian_language_pack/config/locales/it_available_tags.yml +0 -553
  330. data/vendor/extensions/italian_language_pack/italian_language_pack_extension.rb +0 -8
  331. data/vendor/extensions/italian_language_pack/lib/tasks/i18n_it_extension_tasks.rake +0 -28
  332. data/vendor/extensions/japanese_language_pack/README +0 -42
  333. data/vendor/extensions/japanese_language_pack/Rakefile +0 -123
  334. data/vendor/extensions/japanese_language_pack/config/locales/ja.yml +0 -220
  335. data/vendor/extensions/japanese_language_pack/config/locales/ja_available_tags.yml +0 -533
  336. data/vendor/extensions/japanese_language_pack/japanese_language_pack_extension.rb +0 -9
  337. data/vendor/extensions/japanese_language_pack/lib/tasks/i18n_ja_extension_tasks.rake +0 -28
  338. data/vendor/extensions/markdown_filter/README +0 -1
  339. data/vendor/extensions/markdown_filter/Rakefile +0 -120
  340. data/vendor/extensions/markdown_filter/lib/markdown_filter.rb +0 -14
  341. data/vendor/extensions/markdown_filter/lib/markdown_tags.rb +0 -18
  342. data/vendor/extensions/markdown_filter/lib/tasks/markdown_filter_extension_tasks.rake +0 -28
  343. data/vendor/extensions/markdown_filter/markdown.html +0 -123
  344. data/vendor/extensions/markdown_filter/markdown_filter_extension.rb +0 -18
  345. data/vendor/extensions/markdown_filter/spec/models/markdown_filter_spec.rb +0 -22
  346. data/vendor/extensions/markdown_filter/spec/spec.opts +0 -6
  347. data/vendor/extensions/markdown_filter/spec/spec_helper.rb +0 -36
  348. data/vendor/extensions/markdown_filter/test/test_helper.rb +0 -19
  349. data/vendor/extensions/markdown_filter/test/unit/markdown_filter_test.rb +0 -18
  350. data/vendor/extensions/markdown_filter/vendor/kramdown/AUTHORS +0 -1
  351. data/vendor/extensions/markdown_filter/vendor/kramdown/CONTRIBUTERS +0 -5
  352. data/vendor/extensions/markdown_filter/vendor/kramdown/COPYING +0 -24
  353. data/vendor/extensions/markdown_filter/vendor/kramdown/ChangeLog +0 -5206
  354. data/vendor/extensions/markdown_filter/vendor/kramdown/GPL +0 -674
  355. data/vendor/extensions/markdown_filter/vendor/kramdown/README +0 -30
  356. data/vendor/extensions/markdown_filter/vendor/kramdown/Rakefile +0 -342
  357. data/vendor/extensions/markdown_filter/vendor/kramdown/VERSION +0 -1
  358. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/benchmark.rb +0 -34
  359. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/generate_data.rb +0 -112
  360. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/historic-jruby-1.4.0.dat +0 -7
  361. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/historic-ruby-1.8.6.dat +0 -7
  362. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/historic-ruby-1.8.7.dat +0 -7
  363. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/historic-ruby-1.9.1p243.dat +0 -7
  364. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/historic-ruby-1.9.2dev.dat +0 -7
  365. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/mdbasics.text +0 -306
  366. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/mdsyntax.text +0 -888
  367. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/static-jruby-1.4.0.dat +0 -7
  368. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/static-ruby-1.8.6.dat +0 -7
  369. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/static-ruby-1.8.7.dat +0 -7
  370. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/static-ruby-1.9.1p243.dat +0 -7
  371. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/static-ruby-1.9.2dev.dat +0 -7
  372. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/testing.sh +0 -9
  373. data/vendor/extensions/markdown_filter/vendor/kramdown/benchmark/timing.sh +0 -10
  374. data/vendor/extensions/markdown_filter/vendor/kramdown/bin/kramdown +0 -79
  375. data/vendor/extensions/markdown_filter/vendor/kramdown/data/kramdown/document.html +0 -18
  376. data/vendor/extensions/markdown_filter/vendor/kramdown/data/kramdown/document.latex +0 -43
  377. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/default.scss.css +0 -519
  378. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/default.template +0 -80
  379. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/documentation.page +0 -72
  380. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/index.page +0 -96
  381. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/installation.page +0 -90
  382. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/links.markdown +0 -6
  383. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/news.feed +0 -10
  384. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/news.page +0 -28
  385. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/quickref.page +0 -564
  386. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/syntax.page +0 -1615
  387. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/tests.page +0 -51
  388. data/vendor/extensions/markdown_filter/vendor/kramdown/doc/virtual +0 -2
  389. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown.rb +0 -23
  390. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/compatibility.rb +0 -34
  391. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/converter.rb +0 -42
  392. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/converter/base.rb +0 -111
  393. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/converter/html.rb +0 -399
  394. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/converter/kramdown.rb +0 -421
  395. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/converter/latex.rb +0 -577
  396. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/document.rb +0 -168
  397. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/error.rb +0 -27
  398. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/options.rb +0 -296
  399. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser.rb +0 -39
  400. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/base.rb +0 -94
  401. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/html.rb +0 -499
  402. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown.rb +0 -319
  403. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/abbreviation.rb +0 -66
  404. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/attribute_list.rb +0 -111
  405. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/autolink.rb +0 -54
  406. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/blank_line.rb +0 -43
  407. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/block_boundary.rb +0 -46
  408. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/blockquote.rb +0 -46
  409. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/codeblock.rb +0 -60
  410. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/codespan.rb +0 -57
  411. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/emphasis.rb +0 -70
  412. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/eob.rb +0 -39
  413. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/escaped_chars.rb +0 -38
  414. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/extension.rb +0 -116
  415. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/footnote.rb +0 -74
  416. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/header.rb +0 -66
  417. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/horizontal_rule.rb +0 -39
  418. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/html.rb +0 -175
  419. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/html_entity.rb +0 -39
  420. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/line_break.rb +0 -38
  421. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/link.rb +0 -156
  422. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/list.rb +0 -239
  423. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/math.rb +0 -64
  424. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/paragraph.rb +0 -55
  425. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/smart_quotes.rb +0 -214
  426. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/table.rb +0 -134
  427. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/parser/kramdown/typographic_symbol.rb +0 -52
  428. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/utils.rb +0 -37
  429. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/utils/entities.rb +0 -335
  430. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/utils/html.rb +0 -75
  431. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/utils/ordered_hash.rb +0 -79
  432. data/vendor/extensions/markdown_filter/vendor/kramdown/lib/kramdown/version.rb +0 -28
  433. data/vendor/extensions/markdown_filter/vendor/kramdown/man/man1/kramdown.1 +0 -246
  434. data/vendor/extensions/markdown_filter/vendor/kramdown/setup.rb +0 -1585
  435. data/vendor/extensions/markdown_filter/vendor/kramdown/test/run_tests.rb +0 -59
  436. data/vendor/extensions/markdown_filter/vendor/kramdown/test/test_files.rb +0 -162
  437. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/01_blank_line/spaces.html +0 -1
  438. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/01_blank_line/spaces.text +0 -3
  439. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/01_blank_line/tabs.html +0 -1
  440. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/01_blank_line/tabs.text +0 -6
  441. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/02_eob/beginning.html +0 -1
  442. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/02_eob/beginning.text +0 -3
  443. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/02_eob/end.html +0 -1
  444. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/02_eob/end.text +0 -3
  445. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/02_eob/middle.html +0 -1
  446. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/02_eob/middle.text +0 -5
  447. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/03_paragraph/indented.html +0 -18
  448. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/03_paragraph/indented.text +0 -19
  449. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/03_paragraph/no_newline_at_end.html +0 -5
  450. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/03_paragraph/no_newline_at_end.text +0 -5
  451. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/03_paragraph/one_para.html +0 -1
  452. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/03_paragraph/one_para.text +0 -1
  453. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/03_paragraph/two_para.html +0 -4
  454. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/03_paragraph/two_para.text +0 -4
  455. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/atx_header.html +0 -37
  456. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/atx_header.text +0 -34
  457. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/atx_header_no_newline_at_end.html +0 -1
  458. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/atx_header_no_newline_at_end.text +0 -1
  459. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/setext_header.html +0 -30
  460. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/setext_header.html.19 +0 -30
  461. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/setext_header.text +0 -36
  462. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/setext_header_no_newline_at_end.html +0 -1
  463. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/setext_header_no_newline_at_end.text +0 -2
  464. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/with_auto_id_prefix.html +0 -3
  465. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/with_auto_id_prefix.options +0 -2
  466. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/with_auto_id_prefix.text +0 -3
  467. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/with_auto_ids.html +0 -17
  468. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/with_auto_ids.options +0 -1
  469. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/04_header/with_auto_ids.text +0 -19
  470. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/indented.html +0 -25
  471. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/indented.text +0 -14
  472. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/lazy.html +0 -34
  473. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/lazy.text +0 -20
  474. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/nested.html +0 -10
  475. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/nested.text +0 -6
  476. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/no_newline_at_end.html +0 -4
  477. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/no_newline_at_end.text +0 -2
  478. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/with_code_blocks.html +0 -15
  479. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/05_blockquote/with_code_blocks.text +0 -11
  480. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/error.html +0 -4
  481. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/error.text +0 -4
  482. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/lazy.html +0 -4
  483. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/lazy.text +0 -5
  484. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/no_newline_at_end.html +0 -2
  485. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/no_newline_at_end.text +0 -1
  486. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/no_newline_at_end_1.html +0 -2
  487. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/no_newline_at_end_1.text +0 -2
  488. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/normal.html +0 -13
  489. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/normal.text +0 -10
  490. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/tilde_syntax.html +0 -7
  491. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/tilde_syntax.text +0 -9
  492. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/whitespace.html +0 -3
  493. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/whitespace.text +0 -3
  494. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/with_blank_line.html +0 -13
  495. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/with_blank_line.text +0 -12
  496. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/with_eob_marker.html +0 -6
  497. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/with_eob_marker.text +0 -5
  498. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/with_ial.html +0 -6
  499. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/06_codeblock/with_ial.text +0 -5
  500. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/error.html +0 -7
  501. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/error.html.19 +0 -7
  502. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/error.text +0 -7
  503. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/normal.html +0 -17
  504. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/normal.text +0 -17
  505. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/sepspaces.html +0 -3
  506. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/sepspaces.text +0 -3
  507. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/septabs.html +0 -3
  508. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/07_horizontal_rule/septabs.text +0 -3
  509. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/escaping.html +0 -17
  510. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/escaping.text +0 -17
  511. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/item_ial.html +0 -7
  512. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/item_ial.text +0 -5
  513. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/lazy.html +0 -39
  514. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/lazy.text +0 -29
  515. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/list_and_hr.html +0 -9
  516. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/list_and_hr.text +0 -5
  517. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/list_and_others.html +0 -40
  518. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/list_and_others.text +0 -26
  519. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/mixed.html +0 -117
  520. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/mixed.text +0 -66
  521. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/nested.html +0 -17
  522. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/nested.text +0 -7
  523. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/other_first_element.html +0 -39
  524. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/other_first_element.text +0 -18
  525. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/simple_ol.html +0 -19
  526. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/simple_ol.text +0 -13
  527. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/simple_ul.html +0 -48
  528. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/simple_ul.text +0 -36
  529. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/single_item.html +0 -3
  530. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/single_item.text +0 -1
  531. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/special_cases.html +0 -55
  532. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/08_list/special_cases.text +0 -35
  533. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/comment.html +0 -18
  534. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/comment.text +0 -15
  535. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/content_model/deflists.html +0 -6
  536. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/content_model/deflists.options +0 -1
  537. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/content_model/deflists.text +0 -6
  538. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/content_model/tables.html +0 -14
  539. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/content_model/tables.options +0 -1
  540. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/content_model/tables.text +0 -14
  541. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_and_codeblocks.html +0 -15
  542. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_and_codeblocks.options +0 -1
  543. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_and_codeblocks.text +0 -13
  544. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/code.html +0 -10
  545. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/code.text +0 -9
  546. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/comment.html +0 -7
  547. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/comment.text +0 -8
  548. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/emphasis.html +0 -3
  549. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/emphasis.text +0 -3
  550. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/entity.html +0 -1
  551. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/entity.text +0 -1
  552. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/header.html +0 -6
  553. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/header.options +0 -2
  554. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/header.text +0 -6
  555. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/list_dl.html +0 -8
  556. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/list_dl.text +0 -8
  557. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/list_ol.html +0 -15
  558. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/list_ol.text +0 -17
  559. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/list_ul.html +0 -19
  560. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/list_ul.text +0 -22
  561. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/options +0 -1
  562. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/paragraph.html +0 -3
  563. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/paragraph.text +0 -4
  564. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/table_normal.html +0 -14
  565. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/table_normal.text +0 -12
  566. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/table_simple.html +0 -48
  567. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/table_simple.text +0 -56
  568. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/typography.html +0 -1
  569. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/typography.html.19 +0 -1
  570. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/html_to_native/typography.text +0 -1
  571. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/invalid_html_1.html +0 -5
  572. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/invalid_html_1.text +0 -5
  573. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/invalid_html_2.html +0 -5
  574. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/invalid_html_2.text +0 -5
  575. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/markdown_attr.html +0 -38
  576. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/markdown_attr.text +0 -38
  577. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/not_parsed.html +0 -24
  578. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/not_parsed.text +0 -24
  579. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_as_raw.html +0 -30
  580. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_as_raw.options +0 -1
  581. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_as_raw.text +0 -29
  582. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_as_span.html +0 -12
  583. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_as_span.options +0 -1
  584. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_as_span.text +0 -9
  585. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_block_html.html +0 -21
  586. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_block_html.options +0 -1
  587. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/parse_block_html.text +0 -17
  588. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/processing_instruction.html +0 -13
  589. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/processing_instruction.text +0 -12
  590. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/simple.html +0 -64
  591. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/simple.html.19 +0 -64
  592. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/simple.options +0 -1
  593. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/09_html/simple.text +0 -59
  594. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/10_ald/simple.html +0 -2
  595. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/10_ald/simple.text +0 -8
  596. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/11_ial/auto_id_and_ial.html +0 -1
  597. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/11_ial/auto_id_and_ial.options +0 -1
  598. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/11_ial/auto_id_and_ial.text +0 -2
  599. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/11_ial/simple.html +0 -25
  600. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/11_ial/simple.text +0 -34
  601. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/comment.html +0 -8
  602. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/comment.text +0 -12
  603. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/ignored.html +0 -8
  604. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/ignored.text +0 -8
  605. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/nomarkdown.html +0 -10
  606. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/nomarkdown.kramdown +0 -20
  607. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/nomarkdown.latex +0 -13
  608. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/nomarkdown.text +0 -21
  609. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/options.html +0 -21
  610. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/options.text +0 -21
  611. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/options2.html +0 -10
  612. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/options2.text +0 -5
  613. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/options3.html +0 -7
  614. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/12_extension/options3.text +0 -7
  615. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/definition_at_beginning.html +0 -1
  616. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/definition_at_beginning.text +0 -1
  617. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/item_ial.html +0 -12
  618. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/item_ial.text +0 -8
  619. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/multiple_terms.html +0 -13
  620. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/multiple_terms.text +0 -10
  621. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/no_def_list.html +0 -2
  622. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/no_def_list.text +0 -2
  623. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/para_wrapping.html +0 -10
  624. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/para_wrapping.text +0 -6
  625. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/separated_by_eob.html +0 -8
  626. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/separated_by_eob.text +0 -5
  627. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/simple.html +0 -8
  628. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/simple.text +0 -7
  629. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/styled_terms.html +0 -4
  630. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/styled_terms.text +0 -2
  631. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/too_much_space.html +0 -3
  632. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/too_much_space.text +0 -4
  633. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/with_blocks.html +0 -38
  634. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/13_definition_list/with_blocks.text +0 -24
  635. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/errors.html +0 -8
  636. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/errors.text +0 -9
  637. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/footer.html +0 -65
  638. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/footer.text +0 -25
  639. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/header.html +0 -103
  640. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/header.text +0 -32
  641. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/no_table.html +0 -3
  642. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/no_table.text +0 -3
  643. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/simple.html +0 -139
  644. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/14_table/simple.text +0 -38
  645. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/15_math/normal.html +0 -26
  646. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/15_math/normal.text +0 -28
  647. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/16_toc/no_toc_depth.html +0 -33
  648. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/16_toc/no_toc_depth.options +0 -1
  649. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/16_toc/no_toc_depth.text +0 -16
  650. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/16_toc/toc_depth_2.html +0 -24
  651. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/16_toc/toc_depth_2.options +0 -1
  652. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/block/16_toc/toc_depth_2.text +0 -16
  653. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/encoding.html +0 -46
  654. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/encoding.text +0 -28
  655. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/empty.html +0 -5
  656. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/empty.text +0 -5
  657. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/image_in_a.html +0 -5
  658. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/image_in_a.text +0 -5
  659. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/imagelinks.html +0 -14
  660. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/imagelinks.text +0 -16
  661. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/inline.html +0 -46
  662. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/inline.html.19 +0 -46
  663. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/inline.text +0 -48
  664. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/link_defs.html +0 -9
  665. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/link_defs.text +0 -26
  666. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/links_with_angle_brackets.html +0 -3
  667. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/links_with_angle_brackets.text +0 -3
  668. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/reference.html +0 -35
  669. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/reference.html.19 +0 -35
  670. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/01_link/reference.text +0 -47
  671. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/02_emphasis/empty.html +0 -3
  672. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/02_emphasis/empty.text +0 -3
  673. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/02_emphasis/errors.html +0 -9
  674. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/02_emphasis/errors.text +0 -9
  675. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/02_emphasis/nesting.html +0 -38
  676. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/02_emphasis/nesting.text +0 -33
  677. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/02_emphasis/normal.html +0 -46
  678. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/02_emphasis/normal.text +0 -46
  679. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/03_codespan/empty.html +0 -5
  680. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/03_codespan/empty.text +0 -5
  681. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/03_codespan/errors.html +0 -1
  682. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/03_codespan/errors.text +0 -1
  683. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/03_codespan/highlighting.html +0 -1
  684. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/03_codespan/highlighting.text +0 -1
  685. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/03_codespan/normal.html +0 -16
  686. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/03_codespan/normal.text +0 -16
  687. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/definitions.html +0 -17
  688. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/definitions.latex +0 -17
  689. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/definitions.text +0 -24
  690. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/footnote_nr.html +0 -12
  691. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/footnote_nr.latex +0 -2
  692. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/footnote_nr.options +0 -1
  693. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/footnote_nr.text +0 -4
  694. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/markers.html +0 -46
  695. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/markers.latex +0 -23
  696. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/04_footnote/markers.text +0 -26
  697. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/across_lines.html +0 -1
  698. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/across_lines.text +0 -2
  699. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/invalid.html +0 -1
  700. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/invalid.text +0 -1
  701. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/link_with_mailto.html +0 -1
  702. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/link_with_mailto.text +0 -1
  703. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/markdown_attr.html +0 -6
  704. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/markdown_attr.text +0 -6
  705. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/normal.html +0 -30
  706. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/05_html/normal.text +0 -30
  707. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/abbreviations/abbrev.html +0 -8
  708. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/abbreviations/abbrev.text +0 -15
  709. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/abbreviations/abbrev_defs.html +0 -2
  710. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/abbreviations/abbrev_defs.text +0 -5
  711. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/autolinks/url_links.html +0 -12
  712. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/autolinks/url_links.text +0 -12
  713. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/escaped_chars/normal.html +0 -43
  714. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/escaped_chars/normal.text +0 -43
  715. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/extension/comment.html +0 -6
  716. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/extension/comment.text +0 -6
  717. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/extension/ignored.html +0 -1
  718. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/extension/ignored.text +0 -1
  719. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/extension/nomarkdown.html +0 -1
  720. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/extension/nomarkdown.text +0 -1
  721. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/extension/options.html +0 -1
  722. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/extension/options.text +0 -1
  723. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/ial/simple.html +0 -6
  724. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/ial/simple.text +0 -6
  725. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/line_breaks/normal.html +0 -11
  726. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/line_breaks/normal.latex +0 -12
  727. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/line_breaks/normal.text +0 -11
  728. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/math/normal.html +0 -5
  729. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/math/normal.text +0 -5
  730. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities.html +0 -4
  731. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities.options +0 -1
  732. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities.text +0 -4
  733. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_as_char.html +0 -1
  734. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_as_char.html.19 +0 -1
  735. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_as_char.options +0 -1
  736. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_as_char.text +0 -1
  737. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_as_input.html +0 -1
  738. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_as_input.options +0 -1
  739. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_as_input.text +0 -1
  740. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_numeric.html +0 -1
  741. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_numeric.options +0 -1
  742. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_numeric.text +0 -1
  743. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_symbolic.html +0 -1
  744. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_symbolic.options +0 -1
  745. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/entities_symbolic.text +0 -1
  746. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/greaterthan.html +0 -1
  747. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/greaterthan.text +0 -1
  748. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/lowerthan.html +0 -1
  749. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/lowerthan.text +0 -1
  750. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/typography.html +0 -18
  751. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/typography.html.19 +0 -18
  752. data/vendor/extensions/markdown_filter/vendor/kramdown/test/testcases/span/text_substitutions/typography.text +0 -18
  753. data/vendor/extensions/russian_language_pack/README +0 -5
  754. data/vendor/extensions/russian_language_pack/Rakefile +0 -123
  755. data/vendor/extensions/russian_language_pack/config/locales/ru.yml +0 -189
  756. data/vendor/extensions/russian_language_pack/config/locales/ru_available_tags.yml +0 -551
  757. data/vendor/extensions/russian_language_pack/lib/tasks/i18n_ru_extension_tasks.rake +0 -28
  758. data/vendor/extensions/russian_language_pack/russian_language_pack_extension.rb +0 -9
  759. data/vendor/extensions/sheets/LICENSE +0 -21
  760. data/vendor/extensions/sheets/README.md +0 -33
  761. data/vendor/extensions/sheets/Rakefile +0 -129
  762. data/vendor/extensions/sheets/app/controllers/admin/scripts_controller.rb +0 -13
  763. data/vendor/extensions/sheets/app/controllers/admin/sheet_resource_controller.rb +0 -54
  764. data/vendor/extensions/sheets/app/controllers/admin/styles_controller.rb +0 -13
  765. data/vendor/extensions/sheets/app/helpers/admin/scripts_helper.rb +0 -5
  766. data/vendor/extensions/sheets/app/helpers/admin/styles_helper.rb +0 -5
  767. data/vendor/extensions/sheets/app/models/javascript_page.rb +0 -16
  768. data/vendor/extensions/sheets/app/models/sheet.rb +0 -93
  769. data/vendor/extensions/sheets/app/models/stylesheet_page.rb +0 -16
  770. data/vendor/extensions/sheets/app/views/admin/scripts/edit.html.haml +0 -30
  771. data/vendor/extensions/sheets/app/views/admin/scripts/index.html.haml +0 -31
  772. data/vendor/extensions/sheets/app/views/admin/scripts/new.html.haml +0 -30
  773. data/vendor/extensions/sheets/app/views/admin/sheets/_edit_scripts.html.haml +0 -40
  774. data/vendor/extensions/sheets/app/views/admin/sheets/_upload_script.html.haml +0 -16
  775. data/vendor/extensions/sheets/app/views/admin/styles/edit.html.haml +0 -30
  776. data/vendor/extensions/sheets/app/views/admin/styles/index.html.haml +0 -31
  777. data/vendor/extensions/sheets/app/views/admin/styles/new.html.haml +0 -30
  778. data/vendor/extensions/sheets/config/locales/en.yml +0 -17
  779. data/vendor/extensions/sheets/config/routes.rb +0 -6
  780. data/vendor/extensions/sheets/cucumber.yml +0 -1
  781. data/vendor/extensions/sheets/features/admin/managing_javascripts.feature +0 -65
  782. data/vendor/extensions/sheets/features/admin/managing_stylesheets.feature +0 -65
  783. data/vendor/extensions/sheets/features/support/env.rb +0 -11
  784. data/vendor/extensions/sheets/features/support/paths.rb +0 -11
  785. data/vendor/extensions/sheets/lib/javascript_tags.rb +0 -58
  786. data/vendor/extensions/sheets/lib/radiant-sheets-extension.rb +0 -2
  787. data/vendor/extensions/sheets/lib/radiant-sheets-extension/version.rb +0 -3
  788. data/vendor/extensions/sheets/lib/sass_filter.rb +0 -16
  789. data/vendor/extensions/sheets/lib/stylesheet_tags.rb +0 -61
  790. data/vendor/extensions/sheets/lib/tasks/sheets_extension_tasks.rake +0 -79
  791. data/vendor/extensions/sheets/public/images/admin/javascript.png +0 -0
  792. data/vendor/extensions/sheets/public/images/admin/stylesheet.png +0 -0
  793. data/vendor/extensions/sheets/radiant-sheets-extension.gemspec +0 -29
  794. data/vendor/extensions/sheets/sass.html +0 -82
  795. data/vendor/extensions/sheets/sheets_extension.rb +0 -88
  796. data/vendor/extensions/sheets/spec/controllers/admin/scripts_controller_spec.rb +0 -123
  797. data/vendor/extensions/sheets/spec/controllers/admin/styles_controller_spec.rb +0 -124
  798. data/vendor/extensions/sheets/spec/datasets/javascripts_dataset.rb +0 -12
  799. data/vendor/extensions/sheets/spec/datasets/stylesheets_dataset.rb +0 -17
  800. data/vendor/extensions/sheets/spec/helpers/admin/scripts_helper_spec.rb +0 -5
  801. data/vendor/extensions/sheets/spec/helpers/admin/styles_helper_spec.rb +0 -5
  802. data/vendor/extensions/sheets/spec/lib/javascript_tags_spec.rb +0 -36
  803. data/vendor/extensions/sheets/spec/lib/stylesheet_tags_spec.rb +0 -41
  804. data/vendor/extensions/sheets/spec/models/javascript_page_spec.rb +0 -80
  805. data/vendor/extensions/sheets/spec/models/page_spec.rb +0 -5
  806. data/vendor/extensions/sheets/spec/models/stylesheet_page_spec.rb +0 -80
  807. data/vendor/extensions/sheets/spec/spec.opts +0 -6
  808. data/vendor/extensions/sheets/spec/spec_helper.rb +0 -36
  809. data/vendor/extensions/site_templates/README +0 -3
  810. data/vendor/extensions/site_templates/Rakefile +0 -136
  811. data/vendor/extensions/site_templates/db/templates/empty.yml +0 -2
  812. data/vendor/extensions/site_templates/db/templates/roasters.yml +0 -7826
  813. data/vendor/extensions/site_templates/db/templates/simple-blog.yml +0 -251
  814. data/vendor/extensions/site_templates/db/templates/styled-blog.yml +0 -535
  815. data/vendor/extensions/site_templates/lib/tasks/site_templates_extension_tasks.rake +0 -55
  816. data/vendor/extensions/site_templates/site_templates_extension.rb +0 -8
  817. data/vendor/extensions/smarty_pants_filter/README +0 -1
  818. data/vendor/extensions/smarty_pants_filter/Rakefile +0 -136
  819. data/vendor/extensions/smarty_pants_filter/lib/smarty_pants_filter.rb +0 -7
  820. data/vendor/extensions/smarty_pants_filter/lib/smarty_pants_tags.rb +0 -18
  821. data/vendor/extensions/smarty_pants_filter/lib/tasks/smarty_pants_filter_extension_tasks.rake +0 -28
  822. data/vendor/extensions/smarty_pants_filter/smarty_pants_filter_extension.rb +0 -18
  823. data/vendor/extensions/smarty_pants_filter/smartypants.html +0 -47
  824. data/vendor/extensions/smarty_pants_filter/spec/models/smarty_pants_filter_spec.rb +0 -19
  825. data/vendor/extensions/smarty_pants_filter/spec/spec.opts +0 -6
  826. data/vendor/extensions/smarty_pants_filter/spec/spec_helper.rb +0 -36
  827. data/vendor/extensions/smarty_pants_filter/test/test_helper.rb +0 -19
  828. data/vendor/extensions/smarty_pants_filter/test/unit/smarty_pants_filter_test.rb +0 -14
  829. data/vendor/extensions/smarty_pants_filter/vendor/rubypants/README +0 -114
  830. data/vendor/extensions/smarty_pants_filter/vendor/rubypants/Rakefile +0 -84
  831. data/vendor/extensions/smarty_pants_filter/vendor/rubypants/install.rb +0 -9
  832. data/vendor/extensions/smarty_pants_filter/vendor/rubypants/rubypants.rb +0 -490
  833. data/vendor/extensions/smarty_pants_filter/vendor/rubypants/test_rubypants.rb +0 -162
  834. data/vendor/extensions/textile_filter/README +0 -1
  835. data/vendor/extensions/textile_filter/Rakefile +0 -120
  836. data/vendor/extensions/textile_filter/lib/textile_filter.rb +0 -6
  837. data/vendor/extensions/textile_filter/lib/textile_tags.rb +0 -24
  838. data/vendor/extensions/textile_filter/spec/models/textile_filter_spec.rb +0 -19
  839. data/vendor/extensions/textile_filter/spec/spec.opts +0 -6
  840. data/vendor/extensions/textile_filter/spec/spec_helper.rb +0 -36
  841. data/vendor/extensions/textile_filter/test/test_helper.rb +0 -19
  842. data/vendor/extensions/textile_filter/test/unit/textile_filter_test.rb +0 -13
  843. data/vendor/extensions/textile_filter/textile.html +0 -115
  844. data/vendor/extensions/textile_filter/textile_filter_extension.rb +0 -10
  845. data/vendor/highline/CHANGELOG +0 -222
  846. data/vendor/highline/INSTALL +0 -35
  847. data/vendor/highline/LICENSE +0 -7
  848. data/vendor/highline/README +0 -63
  849. data/vendor/highline/Rakefile +0 -82
  850. data/vendor/highline/TODO +0 -6
  851. data/vendor/highline/examples/ansi_colors.rb +0 -38
  852. data/vendor/highline/examples/asking_for_arrays.rb +0 -18
  853. data/vendor/highline/examples/basic_usage.rb +0 -75
  854. data/vendor/highline/examples/color_scheme.rb +0 -32
  855. data/vendor/highline/examples/limit.rb +0 -12
  856. data/vendor/highline/examples/menus.rb +0 -65
  857. data/vendor/highline/examples/overwrite.rb +0 -19
  858. data/vendor/highline/examples/page_and_wrap.rb +0 -322
  859. data/vendor/highline/examples/password.rb +0 -7
  860. data/vendor/highline/examples/trapping_eof.rb +0 -22
  861. data/vendor/highline/examples/using_readline.rb +0 -17
  862. data/vendor/highline/lib/highline.rb +0 -758
  863. data/vendor/highline/lib/highline/color_scheme.rb +0 -120
  864. data/vendor/highline/lib/highline/compatibility.rb +0 -17
  865. data/vendor/highline/lib/highline/import.rb +0 -43
  866. data/vendor/highline/lib/highline/menu.rb +0 -395
  867. data/vendor/highline/lib/highline/question.rb +0 -463
  868. data/vendor/highline/lib/highline/system_extensions.rb +0 -193
  869. data/vendor/highline/setup.rb +0 -1360
  870. data/vendor/highline/test/tc_color_scheme.rb +0 -56
  871. data/vendor/highline/test/tc_highline.rb +0 -823
  872. data/vendor/highline/test/tc_import.rb +0 -54
  873. data/vendor/highline/test/tc_menu.rb +0 -429
  874. data/vendor/highline/test/ts_all.rb +0 -15
  875. data/vendor/plugins/acts_as_tree/README +0 -26
  876. data/vendor/plugins/acts_as_tree/Rakefile +0 -22
  877. data/vendor/plugins/acts_as_tree/init.rb +0 -1
  878. data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +0 -96
  879. data/vendor/plugins/acts_as_tree/test/abstract_unit.rb +0 -0
  880. data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +0 -219
  881. data/vendor/plugins/acts_as_tree/test/database.yml +0 -0
  882. data/vendor/plugins/acts_as_tree/test/fixtures/mixin.rb +0 -0
  883. data/vendor/plugins/acts_as_tree/test/fixtures/mixins.yml +0 -0
  884. data/vendor/plugins/acts_as_tree/test/schema.rb +0 -0
  885. data/vendor/rack-cache/CHANGES +0 -128
  886. data/vendor/rack-cache/COPYING +0 -18
  887. data/vendor/rack-cache/README +0 -110
  888. data/vendor/rack-cache/Rakefile +0 -137
  889. data/vendor/rack-cache/TODO +0 -31
  890. data/vendor/rack-cache/doc/configuration.markdown +0 -86
  891. data/vendor/rack-cache/doc/faq.markdown +0 -141
  892. data/vendor/rack-cache/doc/index.markdown +0 -118
  893. data/vendor/rack-cache/doc/layout.html.erb +0 -34
  894. data/vendor/rack-cache/doc/license.markdown +0 -24
  895. data/vendor/rack-cache/doc/rack-cache.css +0 -362
  896. data/vendor/rack-cache/doc/server.ru +0 -34
  897. data/vendor/rack-cache/doc/storage.markdown +0 -162
  898. data/vendor/rack-cache/example/sinatra/app.rb +0 -25
  899. data/vendor/rack-cache/example/sinatra/views/index.erb +0 -44
  900. data/vendor/rack-cache/lib/rack/cache.rb +0 -45
  901. data/vendor/rack-cache/lib/rack/cache/cachecontrol.rb +0 -193
  902. data/vendor/rack-cache/lib/rack/cache/context.rb +0 -233
  903. data/vendor/rack-cache/lib/rack/cache/entitystore.rb +0 -253
  904. data/vendor/rack-cache/lib/rack/cache/key.rb +0 -52
  905. data/vendor/rack-cache/lib/rack/cache/metastore.rb +0 -328
  906. data/vendor/rack-cache/lib/rack/cache/options.rb +0 -150
  907. data/vendor/rack-cache/lib/rack/cache/request.rb +0 -33
  908. data/vendor/rack-cache/lib/rack/cache/response.rb +0 -267
  909. data/vendor/rack-cache/lib/rack/cache/storage.rb +0 -49
  910. data/vendor/rack-cache/rack-cache.gemspec +0 -69
  911. data/vendor/rack-cache/test/cache_test.rb +0 -38
  912. data/vendor/rack-cache/test/cachecontrol_test.rb +0 -139
  913. data/vendor/rack-cache/test/context_test.rb +0 -727
  914. data/vendor/rack-cache/test/entitystore_test.rb +0 -189
  915. data/vendor/rack-cache/test/key_test.rb +0 -50
  916. data/vendor/rack-cache/test/metastore_test.rb +0 -263
  917. data/vendor/rack-cache/test/options_test.rb +0 -78
  918. data/vendor/rack-cache/test/pony.jpg +0 -0
  919. data/vendor/rack-cache/test/request_test.rb +0 -19
  920. data/vendor/rack-cache/test/response_test.rb +0 -178
  921. data/vendor/rack-cache/test/spec_setup.rb +0 -202
  922. data/vendor/rack-cache/test/storage_test.rb +0 -94
  923. data/vendor/radius/CHANGELOG +0 -33
  924. data/vendor/radius/LICENSE +0 -19
  925. data/vendor/radius/QUICKSTART.rdoc +0 -322
  926. data/vendor/radius/README.rdoc +0 -102
  927. data/vendor/radius/Rakefile +0 -8
  928. data/vendor/radius/VERSION +0 -1
  929. data/vendor/radius/lib/radius.rb +0 -10
  930. data/vendor/radius/lib/radius/context.rb +0 -139
  931. data/vendor/radius/lib/radius/delegating_open_struct.rb +0 -31
  932. data/vendor/radius/lib/radius/error.rb +0 -43
  933. data/vendor/radius/lib/radius/parse_tag.rb +0 -24
  934. data/vendor/radius/lib/radius/parser.rb +0 -65
  935. data/vendor/radius/lib/radius/parser/scan.rb +0 -678
  936. data/vendor/radius/lib/radius/parser/scan.rl +0 -124
  937. data/vendor/radius/lib/radius/tag_binding.rb +0 -71
  938. data/vendor/radius/lib/radius/tag_definitions.rb +0 -78
  939. data/vendor/radius/lib/radius/utility.rb +0 -30
  940. data/vendor/radius/lib/radius/version.rb +0 -8
  941. data/vendor/radius/radius.gemspec +0 -71
  942. data/vendor/radius/tasks/jeweler.rake +0 -21
  943. data/vendor/radius/tasks/rdoc.rake +0 -13
  944. data/vendor/radius/tasks/scan.rake +0 -27
  945. data/vendor/radius/tasks/test.rake +0 -7
  946. data/vendor/radius/test/context_test.rb +0 -61
  947. data/vendor/radius/test/parser_test.rb +0 -295
  948. data/vendor/radius/test/quickstart_test.rb +0 -153
  949. data/vendor/radius/test/test_helper.rb +0 -29
  950. data/vendor/rails/Rakefile +0 -83
  951. data/vendor/rails/actionmailer/CHANGELOG +0 -387
  952. data/vendor/rails/actionmailer/MIT-LICENSE +0 -21
  953. data/vendor/rails/actionmailer/README +0 -149
  954. data/vendor/rails/actionmailer/Rakefile +0 -99
  955. data/vendor/rails/actionmailer/install.rb +0 -30
  956. data/vendor/rails/actionmailer/lib/action_mailer.rb +0 -62
  957. data/vendor/rails/actionmailer/lib/action_mailer/adv_attr_accessor.rb +0 -30
  958. data/vendor/rails/actionmailer/lib/action_mailer/base.rb +0 -739
  959. data/vendor/rails/actionmailer/lib/action_mailer/helpers.rb +0 -113
  960. data/vendor/rails/actionmailer/lib/action_mailer/mail_helper.rb +0 -17
  961. data/vendor/rails/actionmailer/lib/action_mailer/part.rb +0 -107
  962. data/vendor/rails/actionmailer/lib/action_mailer/part_container.rb +0 -55
  963. data/vendor/rails/actionmailer/lib/action_mailer/quoting.rb +0 -62
  964. data/vendor/rails/actionmailer/lib/action_mailer/test_case.rb +0 -64
  965. data/vendor/rails/actionmailer/lib/action_mailer/test_helper.rb +0 -68
  966. data/vendor/rails/actionmailer/lib/action_mailer/utils.rb +0 -7
  967. data/vendor/rails/actionmailer/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb +0 -1466
  968. data/vendor/rails/actionmailer/lib/action_mailer/vendor/text_format.rb +0 -10
  969. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail.rb +0 -6
  970. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/Makefile +0 -18
  971. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/address.rb +0 -392
  972. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/attachments.rb +0 -65
  973. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/base64.rb +0 -46
  974. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/compat.rb +0 -41
  975. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/config.rb +0 -67
  976. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/core_extensions.rb +0 -63
  977. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/encode.rb +0 -590
  978. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/header.rb +0 -962
  979. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/index.rb +0 -9
  980. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/interface.rb +0 -1162
  981. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/loader.rb +0 -3
  982. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/mail.rb +0 -578
  983. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/mailbox.rb +0 -496
  984. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/main.rb +0 -6
  985. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/mbox.rb +0 -3
  986. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/net.rb +0 -250
  987. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/obsolete.rb +0 -132
  988. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/parser.rb +0 -1060
  989. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/parser.y +0 -416
  990. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/port.rb +0 -379
  991. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/quoting.rb +0 -164
  992. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/require_arch.rb +0 -58
  993. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/scanner.rb +0 -49
  994. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/scanner_r.rb +0 -262
  995. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/stringio.rb +0 -280
  996. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/utils.rb +0 -362
  997. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/COPYING +0 -504
  998. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/README +0 -12
  999. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet.rb +0 -67
  1000. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/big5freq.rb +0 -927
  1001. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/big5prober.rb +0 -42
  1002. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/chardistribution.rb +0 -238
  1003. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetgroupprober.rb +0 -112
  1004. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/charsetprober.rb +0 -75
  1005. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/codingstatemachine.rb +0 -64
  1006. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/constants.rb +0 -42
  1007. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/escprober.rb +0 -89
  1008. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/escsm.rb +0 -244
  1009. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/eucjpprober.rb +0 -88
  1010. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euckrfreq.rb +0 -596
  1011. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euckrprober.rb +0 -42
  1012. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euctwfreq.rb +0 -430
  1013. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/euctwprober.rb +0 -42
  1014. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/gb2312freq.rb +0 -474
  1015. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/gb2312prober.rb +0 -42
  1016. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/hebrewprober.rb +0 -289
  1017. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/jisfreq.rb +0 -570
  1018. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/jpcntx.rb +0 -229
  1019. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langbulgarianmodel.rb +0 -229
  1020. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langcyrillicmodel.rb +0 -330
  1021. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langgreekmodel.rb +0 -227
  1022. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langhebrewmodel.rb +0 -202
  1023. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langhungarianmodel.rb +0 -226
  1024. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/langthaimodel.rb +0 -201
  1025. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/latin1prober.rb +0 -147
  1026. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/mbcharsetprober.rb +0 -89
  1027. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/mbcsgroupprober.rb +0 -45
  1028. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/mbcssm.rb +0 -542
  1029. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/sbcharsetprober.rb +0 -124
  1030. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/sbcsgroupprober.rb +0 -56
  1031. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/sjisprober.rb +0 -88
  1032. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/universaldetector.rb +0 -168
  1033. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/vendor/rchardet-1.3/lib/rchardet/utf8prober.rb +0 -87
  1034. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.2.7/tmail/version.rb +0 -39
  1035. data/vendor/rails/actionmailer/lib/action_mailer/vendor/tmail.rb +0 -17
  1036. data/vendor/rails/actionmailer/lib/action_mailer/version.rb +0 -9
  1037. data/vendor/rails/actionmailer/lib/actionmailer.rb +0 -2
  1038. data/vendor/rails/actionmailer/test/abstract_unit.rb +0 -62
  1039. data/vendor/rails/actionmailer/test/asset_host_test.rb +0 -54
  1040. data/vendor/rails/actionmailer/test/delivery_method_test.rb +0 -51
  1041. data/vendor/rails/actionmailer/test/fixtures/asset_host_mailer/email_with_asset.html.erb +0 -1
  1042. data/vendor/rails/actionmailer/test/fixtures/auto_layout_mailer/hello.html.erb +0 -1
  1043. data/vendor/rails/actionmailer/test/fixtures/auto_layout_mailer/multipart.text.html.erb +0 -1
  1044. data/vendor/rails/actionmailer/test/fixtures/auto_layout_mailer/multipart.text.plain.erb +0 -1
  1045. data/vendor/rails/actionmailer/test/fixtures/explicit_layout_mailer/logout.html.erb +0 -1
  1046. data/vendor/rails/actionmailer/test/fixtures/explicit_layout_mailer/signup.html.erb +0 -1
  1047. data/vendor/rails/actionmailer/test/fixtures/first_mailer/share.erb +0 -1
  1048. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_example_helper.erb +0 -1
  1049. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper.erb +0 -1
  1050. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_helper_method.erb +0 -1
  1051. data/vendor/rails/actionmailer/test/fixtures/helper_mailer/use_mail_helper.erb +0 -5
  1052. data/vendor/rails/actionmailer/test/fixtures/helpers/example_helper.rb +0 -5
  1053. data/vendor/rails/actionmailer/test/fixtures/layouts/auto_layout_mailer.html.erb +0 -1
  1054. data/vendor/rails/actionmailer/test/fixtures/layouts/auto_layout_mailer.text.erb +0 -1
  1055. data/vendor/rails/actionmailer/test/fixtures/layouts/spam.html.erb +0 -1
  1056. data/vendor/rails/actionmailer/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb +0 -1
  1057. data/vendor/rails/actionmailer/test/fixtures/raw_email +0 -14
  1058. data/vendor/rails/actionmailer/test/fixtures/raw_email10 +0 -20
  1059. data/vendor/rails/actionmailer/test/fixtures/raw_email12 +0 -32
  1060. data/vendor/rails/actionmailer/test/fixtures/raw_email13 +0 -29
  1061. data/vendor/rails/actionmailer/test/fixtures/raw_email2 +0 -114
  1062. data/vendor/rails/actionmailer/test/fixtures/raw_email3 +0 -70
  1063. data/vendor/rails/actionmailer/test/fixtures/raw_email4 +0 -59
  1064. data/vendor/rails/actionmailer/test/fixtures/raw_email5 +0 -19
  1065. data/vendor/rails/actionmailer/test/fixtures/raw_email6 +0 -20
  1066. data/vendor/rails/actionmailer/test/fixtures/raw_email7 +0 -66
  1067. data/vendor/rails/actionmailer/test/fixtures/raw_email8 +0 -47
  1068. data/vendor/rails/actionmailer/test/fixtures/raw_email9 +0 -28
  1069. data/vendor/rails/actionmailer/test/fixtures/raw_email_quoted_with_0d0a +0 -14
  1070. data/vendor/rails/actionmailer/test/fixtures/raw_email_with_invalid_characters_in_content_type +0 -104
  1071. data/vendor/rails/actionmailer/test/fixtures/raw_email_with_nested_attachment +0 -100
  1072. data/vendor/rails/actionmailer/test/fixtures/raw_email_with_partially_quoted_subject +0 -14
  1073. data/vendor/rails/actionmailer/test/fixtures/second_mailer/share.erb +0 -1
  1074. data/vendor/rails/actionmailer/test/fixtures/templates/signed_up.erb +0 -3
  1075. data/vendor/rails/actionmailer/test/fixtures/test_mailer/_subtemplate.text.plain.erb +0 -1
  1076. data/vendor/rails/actionmailer/test/fixtures/test_mailer/body_ivar.erb +0 -2
  1077. data/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.html.haml +0 -6
  1078. data/vendor/rails/actionmailer/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml +0 -6
  1079. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb +0 -1
  1080. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak +0 -1
  1081. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb +0 -10
  1082. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ +0 -10
  1083. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb +0 -2
  1084. data/vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb +0 -1
  1085. data/vendor/rails/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb +0 -1
  1086. data/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.builder +0 -2
  1087. data/vendor/rails/actionmailer/test/fixtures/test_mailer/rxml_template.rxml +0 -2
  1088. data/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up.html.erb +0 -3
  1089. data/vendor/rails/actionmailer/test/fixtures/test_mailer/signed_up_with_url.erb +0 -5
  1090. data/vendor/rails/actionmailer/test/mail_helper_test.rb +0 -95
  1091. data/vendor/rails/actionmailer/test/mail_layout_test.rb +0 -123
  1092. data/vendor/rails/actionmailer/test/mail_render_test.rb +0 -116
  1093. data/vendor/rails/actionmailer/test/mail_service_test.rb +0 -1145
  1094. data/vendor/rails/actionmailer/test/quoting_test.rb +0 -105
  1095. data/vendor/rails/actionmailer/test/test_helper_test.rb +0 -129
  1096. data/vendor/rails/actionmailer/test/tmail_test.rb +0 -22
  1097. data/vendor/rails/actionmailer/test/url_test.rb +0 -76
  1098. data/vendor/rails/actionpack/CHANGELOG +0 -5250
  1099. data/vendor/rails/actionpack/MIT-LICENSE +0 -21
  1100. data/vendor/rails/actionpack/README +0 -409
  1101. data/vendor/rails/actionpack/RUNNING_UNIT_TESTS +0 -24
  1102. data/vendor/rails/actionpack/Rakefile +0 -160
  1103. data/vendor/rails/actionpack/install.rb +0 -30
  1104. data/vendor/rails/actionpack/lib/action_controller.rb +0 -113
  1105. data/vendor/rails/actionpack/lib/action_controller/assertions/dom_assertions.rb +0 -55
  1106. data/vendor/rails/actionpack/lib/action_controller/assertions/model_assertions.rb +0 -21
  1107. data/vendor/rails/actionpack/lib/action_controller/assertions/response_assertions.rb +0 -169
  1108. data/vendor/rails/actionpack/lib/action_controller/assertions/routing_assertions.rb +0 -146
  1109. data/vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb +0 -638
  1110. data/vendor/rails/actionpack/lib/action_controller/assertions/tag_assertions.rb +0 -127
  1111. data/vendor/rails/actionpack/lib/action_controller/base.rb +0 -1425
  1112. data/vendor/rails/actionpack/lib/action_controller/benchmarking.rb +0 -107
  1113. data/vendor/rails/actionpack/lib/action_controller/caching.rb +0 -71
  1114. data/vendor/rails/actionpack/lib/action_controller/caching/actions.rb +0 -177
  1115. data/vendor/rails/actionpack/lib/action_controller/caching/fragments.rb +0 -120
  1116. data/vendor/rails/actionpack/lib/action_controller/caching/pages.rb +0 -152
  1117. data/vendor/rails/actionpack/lib/action_controller/caching/sweeper.rb +0 -45
  1118. data/vendor/rails/actionpack/lib/action_controller/caching/sweeping.rb +0 -55
  1119. data/vendor/rails/actionpack/lib/action_controller/cgi_ext.rb +0 -15
  1120. data/vendor/rails/actionpack/lib/action_controller/cgi_ext/cookie.rb +0 -112
  1121. data/vendor/rails/actionpack/lib/action_controller/cgi_ext/query_extension.rb +0 -22
  1122. data/vendor/rails/actionpack/lib/action_controller/cgi_ext/stdinput.rb +0 -24
  1123. data/vendor/rails/actionpack/lib/action_controller/cgi_process.rb +0 -77
  1124. data/vendor/rails/actionpack/lib/action_controller/cookies.rb +0 -197
  1125. data/vendor/rails/actionpack/lib/action_controller/dispatcher.rb +0 -133
  1126. data/vendor/rails/actionpack/lib/action_controller/failsafe.rb +0 -87
  1127. data/vendor/rails/actionpack/lib/action_controller/filters.rb +0 -680
  1128. data/vendor/rails/actionpack/lib/action_controller/flash.rb +0 -213
  1129. data/vendor/rails/actionpack/lib/action_controller/headers.rb +0 -33
  1130. data/vendor/rails/actionpack/lib/action_controller/helpers.rb +0 -225
  1131. data/vendor/rails/actionpack/lib/action_controller/http_authentication.rb +0 -309
  1132. data/vendor/rails/actionpack/lib/action_controller/integration.rb +0 -708
  1133. data/vendor/rails/actionpack/lib/action_controller/layout.rb +0 -286
  1134. data/vendor/rails/actionpack/lib/action_controller/middleware_stack.rb +0 -119
  1135. data/vendor/rails/actionpack/lib/action_controller/middlewares.rb +0 -14
  1136. data/vendor/rails/actionpack/lib/action_controller/mime_responds.rb +0 -193
  1137. data/vendor/rails/actionpack/lib/action_controller/mime_type.rb +0 -212
  1138. data/vendor/rails/actionpack/lib/action_controller/mime_types.rb +0 -21
  1139. data/vendor/rails/actionpack/lib/action_controller/params_parser.rb +0 -77
  1140. data/vendor/rails/actionpack/lib/action_controller/performance_test.rb +0 -15
  1141. data/vendor/rails/actionpack/lib/action_controller/polymorphic_routes.rb +0 -189
  1142. data/vendor/rails/actionpack/lib/action_controller/rack_lint_patch.rb +0 -36
  1143. data/vendor/rails/actionpack/lib/action_controller/record_identifier.rb +0 -104
  1144. data/vendor/rails/actionpack/lib/action_controller/reloader.rb +0 -54
  1145. data/vendor/rails/actionpack/lib/action_controller/request.rb +0 -493
  1146. data/vendor/rails/actionpack/lib/action_controller/request_forgery_protection.rb +0 -116
  1147. data/vendor/rails/actionpack/lib/action_controller/rescue.rb +0 -183
  1148. data/vendor/rails/actionpack/lib/action_controller/resources.rb +0 -682
  1149. data/vendor/rails/actionpack/lib/action_controller/response.rb +0 -236
  1150. data/vendor/rails/actionpack/lib/action_controller/routing.rb +0 -388
  1151. data/vendor/rails/actionpack/lib/action_controller/routing/builder.rb +0 -197
  1152. data/vendor/rails/actionpack/lib/action_controller/routing/optimisations.rb +0 -130
  1153. data/vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb +0 -167
  1154. data/vendor/rails/actionpack/lib/action_controller/routing/route.rb +0 -265
  1155. data/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb +0 -503
  1156. data/vendor/rails/actionpack/lib/action_controller/routing/routing_ext.rb +0 -49
  1157. data/vendor/rails/actionpack/lib/action_controller/routing/segments.rb +0 -343
  1158. data/vendor/rails/actionpack/lib/action_controller/session/abstract_store.rb +0 -275
  1159. data/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb +0 -240
  1160. data/vendor/rails/actionpack/lib/action_controller/session/mem_cache_store.rb +0 -60
  1161. data/vendor/rails/actionpack/lib/action_controller/session_management.rb +0 -54
  1162. data/vendor/rails/actionpack/lib/action_controller/status_codes.rb +0 -88
  1163. data/vendor/rails/actionpack/lib/action_controller/streaming.rb +0 -181
  1164. data/vendor/rails/actionpack/lib/action_controller/string_coercion.rb +0 -29
  1165. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb +0 -24
  1166. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace.erb +0 -26
  1167. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/diagnostics.erb +0 -11
  1168. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb +0 -29
  1169. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/missing_template.erb +0 -2
  1170. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/routing_error.erb +0 -10
  1171. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/template_error.erb +0 -21
  1172. data/vendor/rails/actionpack/lib/action_controller/templates/rescues/unknown_action.erb +0 -2
  1173. data/vendor/rails/actionpack/lib/action_controller/test_case.rb +0 -209
  1174. data/vendor/rails/actionpack/lib/action_controller/test_process.rb +0 -580
  1175. data/vendor/rails/actionpack/lib/action_controller/translation.rb +0 -13
  1176. data/vendor/rails/actionpack/lib/action_controller/uploaded_file.rb +0 -44
  1177. data/vendor/rails/actionpack/lib/action_controller/url_rewriter.rb +0 -229
  1178. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner.rb +0 -16
  1179. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/document.rb +0 -68
  1180. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/node.rb +0 -537
  1181. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb +0 -173
  1182. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb +0 -828
  1183. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb +0 -105
  1184. data/vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/version.rb +0 -11
  1185. data/vendor/rails/actionpack/lib/action_controller/verification.rb +0 -130
  1186. data/vendor/rails/actionpack/lib/action_pack.rb +0 -24
  1187. data/vendor/rails/actionpack/lib/action_pack/version.rb +0 -9
  1188. data/vendor/rails/actionpack/lib/action_view.rb +0 -58
  1189. data/vendor/rails/actionpack/lib/action_view/base.rb +0 -362
  1190. data/vendor/rails/actionpack/lib/action_view/helpers.rb +0 -61
  1191. data/vendor/rails/actionpack/lib/action_view/helpers/active_record_helper.rb +0 -305
  1192. data/vendor/rails/actionpack/lib/action_view/helpers/asset_tag_helper.rb +0 -695
  1193. data/vendor/rails/actionpack/lib/action_view/helpers/atom_feed_helper.rb +0 -198
  1194. data/vendor/rails/actionpack/lib/action_view/helpers/benchmark_helper.rb +0 -54
  1195. data/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb +0 -39
  1196. data/vendor/rails/actionpack/lib/action_view/helpers/capture_helper.rb +0 -136
  1197. data/vendor/rails/actionpack/lib/action_view/helpers/csrf_helper.rb +0 -14
  1198. data/vendor/rails/actionpack/lib/action_view/helpers/date_helper.rb +0 -989
  1199. data/vendor/rails/actionpack/lib/action_view/helpers/debug_helper.rb +0 -38
  1200. data/vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb +0 -1118
  1201. data/vendor/rails/actionpack/lib/action_view/helpers/form_options_helper.rb +0 -599
  1202. data/vendor/rails/actionpack/lib/action_view/helpers/form_tag_helper.rb +0 -490
  1203. data/vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb +0 -208
  1204. data/vendor/rails/actionpack/lib/action_view/helpers/number_helper.rb +0 -308
  1205. data/vendor/rails/actionpack/lib/action_view/helpers/prototype_helper.rb +0 -1305
  1206. data/vendor/rails/actionpack/lib/action_view/helpers/raw_output_helper.rb +0 -9
  1207. data/vendor/rails/actionpack/lib/action_view/helpers/record_identification_helper.rb +0 -20
  1208. data/vendor/rails/actionpack/lib/action_view/helpers/record_tag_helper.rb +0 -58
  1209. data/vendor/rails/actionpack/lib/action_view/helpers/sanitize_helper.rb +0 -251
  1210. data/vendor/rails/actionpack/lib/action_view/helpers/scriptaculous_helper.rb +0 -226
  1211. data/vendor/rails/actionpack/lib/action_view/helpers/tag_helper.rb +0 -151
  1212. data/vendor/rails/actionpack/lib/action_view/helpers/text_helper.rb +0 -597
  1213. data/vendor/rails/actionpack/lib/action_view/helpers/translation_helper.rb +0 -67
  1214. data/vendor/rails/actionpack/lib/action_view/helpers/url_helper.rb +0 -637
  1215. data/vendor/rails/actionpack/lib/action_view/inline_template.rb +0 -19
  1216. data/vendor/rails/actionpack/lib/action_view/locale/en.yml +0 -117
  1217. data/vendor/rails/actionpack/lib/action_view/partials.rb +0 -241
  1218. data/vendor/rails/actionpack/lib/action_view/paths.rb +0 -77
  1219. data/vendor/rails/actionpack/lib/action_view/reloadable_template.rb +0 -117
  1220. data/vendor/rails/actionpack/lib/action_view/renderable.rb +0 -109
  1221. data/vendor/rails/actionpack/lib/action_view/renderable_partial.rb +0 -53
  1222. data/vendor/rails/actionpack/lib/action_view/template.rb +0 -252
  1223. data/vendor/rails/actionpack/lib/action_view/template_error.rb +0 -99
  1224. data/vendor/rails/actionpack/lib/action_view/template_handler.rb +0 -34
  1225. data/vendor/rails/actionpack/lib/action_view/template_handlers.rb +0 -48
  1226. data/vendor/rails/actionpack/lib/action_view/template_handlers/builder.rb +0 -17
  1227. data/vendor/rails/actionpack/lib/action_view/template_handlers/erb.rb +0 -25
  1228. data/vendor/rails/actionpack/lib/action_view/template_handlers/rjs.rb +0 -13
  1229. data/vendor/rails/actionpack/lib/action_view/test_case.rb +0 -162
  1230. data/vendor/rails/actionpack/lib/actionpack.rb +0 -2
  1231. data/vendor/rails/actionpack/test/abstract_unit.rb +0 -78
  1232. data/vendor/rails/actionpack/test/active_record_unit.rb +0 -104
  1233. data/vendor/rails/actionpack/test/activerecord/active_record_store_test.rb +0 -221
  1234. data/vendor/rails/actionpack/test/activerecord/render_partial_with_record_identification_test.rb +0 -188
  1235. data/vendor/rails/actionpack/test/adv_attr_test.rb +0 -20
  1236. data/vendor/rails/actionpack/test/controller/action_pack_assertions_test.rb +0 -545
  1237. data/vendor/rails/actionpack/test/controller/addresses_render_test.rb +0 -37
  1238. data/vendor/rails/actionpack/test/controller/assert_select_test.rb +0 -735
  1239. data/vendor/rails/actionpack/test/controller/base_test.rb +0 -217
  1240. data/vendor/rails/actionpack/test/controller/benchmark_test.rb +0 -32
  1241. data/vendor/rails/actionpack/test/controller/caching_test.rb +0 -743
  1242. data/vendor/rails/actionpack/test/controller/capture_test.rb +0 -66
  1243. data/vendor/rails/actionpack/test/controller/content_type_test.rb +0 -168
  1244. data/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb +0 -0
  1245. data/vendor/rails/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb +0 -0
  1246. data/vendor/rails/actionpack/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb +0 -0
  1247. data/vendor/rails/actionpack/test/controller/cookie_test.rb +0 -208
  1248. data/vendor/rails/actionpack/test/controller/deprecation/deprecated_base_methods_test.rb +0 -32
  1249. data/vendor/rails/actionpack/test/controller/dispatcher_test.rb +0 -144
  1250. data/vendor/rails/actionpack/test/controller/dom_assertions_test.rb +0 -53
  1251. data/vendor/rails/actionpack/test/controller/failsafe_test.rb +0 -60
  1252. data/vendor/rails/actionpack/test/controller/fake_controllers.rb +0 -33
  1253. data/vendor/rails/actionpack/test/controller/fake_models.rb +0 -19
  1254. data/vendor/rails/actionpack/test/controller/filter_params_test.rb +0 -52
  1255. data/vendor/rails/actionpack/test/controller/filters_test.rb +0 -885
  1256. data/vendor/rails/actionpack/test/controller/flash_test.rb +0 -174
  1257. data/vendor/rails/actionpack/test/controller/header_test.rb +0 -14
  1258. data/vendor/rails/actionpack/test/controller/helper_test.rb +0 -224
  1259. data/vendor/rails/actionpack/test/controller/html-scanner/cdata_node_test.rb +0 -15
  1260. data/vendor/rails/actionpack/test/controller/html-scanner/document_test.rb +0 -148
  1261. data/vendor/rails/actionpack/test/controller/html-scanner/node_test.rb +0 -89
  1262. data/vendor/rails/actionpack/test/controller/html-scanner/sanitizer_test.rb +0 -274
  1263. data/vendor/rails/actionpack/test/controller/html-scanner/tag_node_test.rb +0 -238
  1264. data/vendor/rails/actionpack/test/controller/html-scanner/text_node_test.rb +0 -50
  1265. data/vendor/rails/actionpack/test/controller/html-scanner/tokenizer_test.rb +0 -131
  1266. data/vendor/rails/actionpack/test/controller/http_basic_authentication_test.rb +0 -113
  1267. data/vendor/rails/actionpack/test/controller/http_digest_authentication_test.rb +0 -254
  1268. data/vendor/rails/actionpack/test/controller/integration_test.rb +0 -526
  1269. data/vendor/rails/actionpack/test/controller/layout_test.rb +0 -215
  1270. data/vendor/rails/actionpack/test/controller/localized_templates_test.rb +0 -24
  1271. data/vendor/rails/actionpack/test/controller/logging_test.rb +0 -46
  1272. data/vendor/rails/actionpack/test/controller/middleware_stack_test.rb +0 -90
  1273. data/vendor/rails/actionpack/test/controller/mime_responds_test.rb +0 -536
  1274. data/vendor/rails/actionpack/test/controller/mime_type_test.rb +0 -93
  1275. data/vendor/rails/actionpack/test/controller/output_escaping_test.rb +0 -19
  1276. data/vendor/rails/actionpack/test/controller/polymorphic_routes_test.rb +0 -297
  1277. data/vendor/rails/actionpack/test/controller/rack_test.rb +0 -308
  1278. data/vendor/rails/actionpack/test/controller/record_identifier_test.rb +0 -139
  1279. data/vendor/rails/actionpack/test/controller/redirect_test.rb +0 -285
  1280. data/vendor/rails/actionpack/test/controller/reloader_test.rb +0 -125
  1281. data/vendor/rails/actionpack/test/controller/render_test.rb +0 -1783
  1282. data/vendor/rails/actionpack/test/controller/request/json_params_parsing_test.rb +0 -65
  1283. data/vendor/rails/actionpack/test/controller/request/multipart_params_parsing_test.rb +0 -177
  1284. data/vendor/rails/actionpack/test/controller/request/query_string_parsing_test.rb +0 -120
  1285. data/vendor/rails/actionpack/test/controller/request/test_request_test.rb +0 -35
  1286. data/vendor/rails/actionpack/test/controller/request/url_encoded_params_parsing_test.rb +0 -146
  1287. data/vendor/rails/actionpack/test/controller/request/xml_params_parsing_test.rb +0 -103
  1288. data/vendor/rails/actionpack/test/controller/request_forgery_protection_test.rb +0 -233
  1289. data/vendor/rails/actionpack/test/controller/request_test.rb +0 -395
  1290. data/vendor/rails/actionpack/test/controller/rescue_test.rb +0 -541
  1291. data/vendor/rails/actionpack/test/controller/resources_test.rb +0 -1393
  1292. data/vendor/rails/actionpack/test/controller/routing_test.rb +0 -2592
  1293. data/vendor/rails/actionpack/test/controller/selector_test.rb +0 -628
  1294. data/vendor/rails/actionpack/test/controller/send_file_test.rb +0 -171
  1295. data/vendor/rails/actionpack/test/controller/session/cookie_store_test.rb +0 -310
  1296. data/vendor/rails/actionpack/test/controller/session/mem_cache_store_test.rb +0 -187
  1297. data/vendor/rails/actionpack/test/controller/session/test_session_test.rb +0 -58
  1298. data/vendor/rails/actionpack/test/controller/test_test.rb +0 -700
  1299. data/vendor/rails/actionpack/test/controller/translation_test.rb +0 -26
  1300. data/vendor/rails/actionpack/test/controller/url_rewriter_test.rb +0 -395
  1301. data/vendor/rails/actionpack/test/controller/verification_test.rb +0 -270
  1302. data/vendor/rails/actionpack/test/controller/view_paths_test.rb +0 -141
  1303. data/vendor/rails/actionpack/test/controller/webservice_test.rb +0 -260
  1304. data/vendor/rails/actionpack/test/fixtures/_top_level_partial.html.erb +0 -1
  1305. data/vendor/rails/actionpack/test/fixtures/_top_level_partial_only.erb +0 -1
  1306. data/vendor/rails/actionpack/test/fixtures/addresses/list.erb +0 -1
  1307. data/vendor/rails/actionpack/test/fixtures/alternate_helpers/foo_helper.rb +0 -3
  1308. data/vendor/rails/actionpack/test/fixtures/bad_customers/_bad_customer.html.erb +0 -1
  1309. data/vendor/rails/actionpack/test/fixtures/companies.yml +0 -24
  1310. data/vendor/rails/actionpack/test/fixtures/company.rb +0 -10
  1311. data/vendor/rails/actionpack/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml +0 -1
  1312. data/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rhtml.rhtml +0 -1
  1313. data/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rjs.rjs +0 -1
  1314. data/vendor/rails/actionpack/test/fixtures/content_type/render_default_for_rxml.rxml +0 -1
  1315. data/vendor/rails/actionpack/test/fixtures/customers/_customer.html.erb +0 -1
  1316. data/vendor/rails/actionpack/test/fixtures/db_definitions/sqlite.sql +0 -49
  1317. data/vendor/rails/actionpack/test/fixtures/developer.rb +0 -9
  1318. data/vendor/rails/actionpack/test/fixtures/developers.yml +0 -21
  1319. data/vendor/rails/actionpack/test/fixtures/developers/_developer.erb +0 -1
  1320. data/vendor/rails/actionpack/test/fixtures/developers_projects.yml +0 -13
  1321. data/vendor/rails/actionpack/test/fixtures/failsafe/500.html +0 -1
  1322. data/vendor/rails/actionpack/test/fixtures/fun/games/_game.erb +0 -1
  1323. data/vendor/rails/actionpack/test/fixtures/fun/games/hello_world.erb +0 -1
  1324. data/vendor/rails/actionpack/test/fixtures/fun/serious/games/_game.erb +0 -1
  1325. data/vendor/rails/actionpack/test/fixtures/functional_caching/_partial.erb +0 -3
  1326. data/vendor/rails/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.html.erb +0 -3
  1327. data/vendor/rails/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs +0 -6
  1328. data/vendor/rails/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder +0 -5
  1329. data/vendor/rails/actionpack/test/fixtures/functional_caching/fragment_cached.html.erb +0 -2
  1330. data/vendor/rails/actionpack/test/fixtures/functional_caching/html_fragment_cached_with_partial.html.erb +0 -1
  1331. data/vendor/rails/actionpack/test/fixtures/functional_caching/inline_fragment_cached.html.erb +0 -2
  1332. data/vendor/rails/actionpack/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs +0 -1
  1333. data/vendor/rails/actionpack/test/fixtures/good_customers/_good_customer.html.erb +0 -1
  1334. data/vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb +0 -5
  1335. data/vendor/rails/actionpack/test/fixtures/helpers/fun/games_helper.rb +0 -3
  1336. data/vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb +0 -3
  1337. data/vendor/rails/actionpack/test/fixtures/layout_tests/abs_path_layout.rhtml +0 -1
  1338. data/vendor/rails/actionpack/test/fixtures/layout_tests/alt/hello.rhtml +0 -1
  1339. data/vendor/rails/actionpack/test/fixtures/layout_tests/alt/layouts/alt.rhtml +0 -0
  1340. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml +0 -1
  1341. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/item.rhtml +0 -1
  1342. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/layout_test.rhtml +0 -1
  1343. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb +0 -1
  1344. data/vendor/rails/actionpack/test/fixtures/layout_tests/layouts/third_party_template_library.mab +0 -1
  1345. data/vendor/rails/actionpack/test/fixtures/layout_tests/views/hello.rhtml +0 -1
  1346. data/vendor/rails/actionpack/test/fixtures/layouts/_column.html.erb +0 -2
  1347. data/vendor/rails/actionpack/test/fixtures/layouts/block_with_layout.erb +0 -3
  1348. data/vendor/rails/actionpack/test/fixtures/layouts/builder.builder +0 -3
  1349. data/vendor/rails/actionpack/test/fixtures/layouts/default_html.html.erb +0 -1
  1350. data/vendor/rails/actionpack/test/fixtures/layouts/partial_with_layout.erb +0 -3
  1351. data/vendor/rails/actionpack/test/fixtures/layouts/standard.erb +0 -1
  1352. data/vendor/rails/actionpack/test/fixtures/layouts/talk_from_action.erb +0 -2
  1353. data/vendor/rails/actionpack/test/fixtures/layouts/xhr.html.erb +0 -2
  1354. data/vendor/rails/actionpack/test/fixtures/layouts/yield.erb +0 -2
  1355. data/vendor/rails/actionpack/test/fixtures/localized/hello_world.de.html +0 -1
  1356. data/vendor/rails/actionpack/test/fixtures/localized/hello_world.en.html +0 -1
  1357. data/vendor/rails/actionpack/test/fixtures/mascot.rb +0 -3
  1358. data/vendor/rails/actionpack/test/fixtures/mascots.yml +0 -4
  1359. data/vendor/rails/actionpack/test/fixtures/mascots/_mascot.html.erb +0 -1
  1360. data/vendor/rails/actionpack/test/fixtures/multipart/binary_file +0 -0
  1361. data/vendor/rails/actionpack/test/fixtures/multipart/boundary_problem_file +0 -10
  1362. data/vendor/rails/actionpack/test/fixtures/multipart/bracketed_param +0 -5
  1363. data/vendor/rails/actionpack/test/fixtures/multipart/empty +0 -10
  1364. data/vendor/rails/actionpack/test/fixtures/multipart/hello.txt +0 -1
  1365. data/vendor/rails/actionpack/test/fixtures/multipart/large_text_file +0 -10
  1366. data/vendor/rails/actionpack/test/fixtures/multipart/mixed_files +0 -0
  1367. data/vendor/rails/actionpack/test/fixtures/multipart/mona_lisa.jpg +0 -0
  1368. data/vendor/rails/actionpack/test/fixtures/multipart/none +0 -9
  1369. data/vendor/rails/actionpack/test/fixtures/multipart/single_parameter +0 -5
  1370. data/vendor/rails/actionpack/test/fixtures/multipart/text_file +0 -10
  1371. data/vendor/rails/actionpack/test/fixtures/override/test/hello_world.erb +0 -1
  1372. data/vendor/rails/actionpack/test/fixtures/override2/layouts/test/sub.erb +0 -1
  1373. data/vendor/rails/actionpack/test/fixtures/post_test/layouts/post.html.erb +0 -1
  1374. data/vendor/rails/actionpack/test/fixtures/post_test/layouts/super_post.iphone.erb +0 -1
  1375. data/vendor/rails/actionpack/test/fixtures/post_test/post/index.html.erb +0 -1
  1376. data/vendor/rails/actionpack/test/fixtures/post_test/post/index.iphone.erb +0 -1
  1377. data/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.html.erb +0 -1
  1378. data/vendor/rails/actionpack/test/fixtures/post_test/super_post/index.iphone.erb +0 -1
  1379. data/vendor/rails/actionpack/test/fixtures/project.rb +0 -3
  1380. data/vendor/rails/actionpack/test/fixtures/projects.yml +0 -7
  1381. data/vendor/rails/actionpack/test/fixtures/projects/_project.erb +0 -1
  1382. data/vendor/rails/actionpack/test/fixtures/public/404.html +0 -1
  1383. data/vendor/rails/actionpack/test/fixtures/public/500.da.html +0 -1
  1384. data/vendor/rails/actionpack/test/fixtures/public/500.html +0 -1
  1385. data/vendor/rails/actionpack/test/fixtures/public/absolute/test.css +0 -23
  1386. data/vendor/rails/actionpack/test/fixtures/public/absolute/test.js +0 -63
  1387. data/vendor/rails/actionpack/test/fixtures/public/images/rails.png +0 -0
  1388. data/vendor/rails/actionpack/test/fixtures/public/javascripts/application.js +0 -1
  1389. data/vendor/rails/actionpack/test/fixtures/public/javascripts/bank.js +0 -1
  1390. data/vendor/rails/actionpack/test/fixtures/public/javascripts/controls.js +0 -1
  1391. data/vendor/rails/actionpack/test/fixtures/public/javascripts/dragdrop.js +0 -1
  1392. data/vendor/rails/actionpack/test/fixtures/public/javascripts/effects.js +0 -1
  1393. data/vendor/rails/actionpack/test/fixtures/public/javascripts/prototype.js +0 -1
  1394. data/vendor/rails/actionpack/test/fixtures/public/javascripts/robber.js +0 -1
  1395. data/vendor/rails/actionpack/test/fixtures/public/javascripts/subdir/subdir.js +0 -1
  1396. data/vendor/rails/actionpack/test/fixtures/public/javascripts/version.1.0.js +0 -1
  1397. data/vendor/rails/actionpack/test/fixtures/public/stylesheets/bank.css +0 -1
  1398. data/vendor/rails/actionpack/test/fixtures/public/stylesheets/robber.css +0 -1
  1399. data/vendor/rails/actionpack/test/fixtures/public/stylesheets/subdir/subdir.css +0 -1
  1400. data/vendor/rails/actionpack/test/fixtures/public/stylesheets/version.1.0.css +0 -1
  1401. data/vendor/rails/actionpack/test/fixtures/quiz/questions/_question.html.erb +0 -1
  1402. data/vendor/rails/actionpack/test/fixtures/replies.yml +0 -15
  1403. data/vendor/rails/actionpack/test/fixtures/replies/_reply.erb +0 -1
  1404. data/vendor/rails/actionpack/test/fixtures/reply.rb +0 -7
  1405. data/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.html.erb +0 -1
  1406. data/vendor/rails/actionpack/test/fixtures/respond_to/all_types_with_layout.js.rjs +0 -1
  1407. data/vendor/rails/actionpack/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb +0 -1
  1408. data/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.html.erb +0 -1
  1409. data/vendor/rails/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb +0 -1
  1410. data/vendor/rails/actionpack/test/fixtures/respond_to/layouts/missing.html.erb +0 -1
  1411. data/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.html.erb +0 -1
  1412. data/vendor/rails/actionpack/test/fixtures/respond_to/layouts/standard.iphone.erb +0 -1
  1413. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.html.erb +0 -1
  1414. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.js.rjs +0 -1
  1415. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults.xml.builder +0 -1
  1416. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.html.erb +0 -1
  1417. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs +0 -1
  1418. data/vendor/rails/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder +0 -1
  1419. data/vendor/rails/actionpack/test/fixtures/scope/test/modgreet.erb +0 -1
  1420. data/vendor/rails/actionpack/test/fixtures/session_autoload_test/session_autoload_test/foo.rb +0 -10
  1421. data/vendor/rails/actionpack/test/fixtures/shared.html.erb +0 -1
  1422. data/vendor/rails/actionpack/test/fixtures/symlink_parent/symlinked_layout.erb +0 -5
  1423. data/vendor/rails/actionpack/test/fixtures/test/_counter.html.erb +0 -1
  1424. data/vendor/rails/actionpack/test/fixtures/test/_customer.erb +0 -1
  1425. data/vendor/rails/actionpack/test/fixtures/test/_customer_counter.erb +0 -1
  1426. data/vendor/rails/actionpack/test/fixtures/test/_customer_counter_with_as.erb +0 -1
  1427. data/vendor/rails/actionpack/test/fixtures/test/_customer_greeting.erb +0 -1
  1428. data/vendor/rails/actionpack/test/fixtures/test/_customer_with_var.erb +0 -1
  1429. data/vendor/rails/actionpack/test/fixtures/test/_form.erb +0 -1
  1430. data/vendor/rails/actionpack/test/fixtures/test/_from_helper.erb +0 -1
  1431. data/vendor/rails/actionpack/test/fixtures/test/_hash_greeting.erb +0 -1
  1432. data/vendor/rails/actionpack/test/fixtures/test/_hash_object.erb +0 -2
  1433. data/vendor/rails/actionpack/test/fixtures/test/_hello.builder +0 -1
  1434. data/vendor/rails/actionpack/test/fixtures/test/_labelling_form.erb +0 -1
  1435. data/vendor/rails/actionpack/test/fixtures/test/_layout_for_block_with_args.html.erb +0 -3
  1436. data/vendor/rails/actionpack/test/fixtures/test/_layout_for_partial.html.erb +0 -3
  1437. data/vendor/rails/actionpack/test/fixtures/test/_local_inspector.html.erb +0 -1
  1438. data/vendor/rails/actionpack/test/fixtures/test/_one.html.erb +0 -1
  1439. data/vendor/rails/actionpack/test/fixtures/test/_partial.erb +0 -1
  1440. data/vendor/rails/actionpack/test/fixtures/test/_partial.html.erb +0 -1
  1441. data/vendor/rails/actionpack/test/fixtures/test/_partial.js.erb +0 -1
  1442. data/vendor/rails/actionpack/test/fixtures/test/_partial_for_use_in_layout.html.erb +0 -1
  1443. data/vendor/rails/actionpack/test/fixtures/test/_partial_only.erb +0 -1
  1444. data/vendor/rails/actionpack/test/fixtures/test/_partial_with_only_html_version.html.erb +0 -1
  1445. data/vendor/rails/actionpack/test/fixtures/test/_person.erb +0 -2
  1446. data/vendor/rails/actionpack/test/fixtures/test/_raise.html.erb +0 -1
  1447. data/vendor/rails/actionpack/test/fixtures/test/_two.html.erb +0 -1
  1448. data/vendor/rails/actionpack/test/fixtures/test/_utf8_partial.html.erb +0 -1
  1449. data/vendor/rails/actionpack/test/fixtures/test/_utf8_partial_magic.html.erb +0 -2
  1450. data/vendor/rails/actionpack/test/fixtures/test/action_talk_to_layout.erb +0 -2
  1451. data/vendor/rails/actionpack/test/fixtures/test/array_translation.erb +0 -1
  1452. data/vendor/rails/actionpack/test/fixtures/test/calling_partial_with_layout.html.erb +0 -1
  1453. data/vendor/rails/actionpack/test/fixtures/test/capturing.erb +0 -4
  1454. data/vendor/rails/actionpack/test/fixtures/test/content_for.erb +0 -2
  1455. data/vendor/rails/actionpack/test/fixtures/test/content_for_concatenated.erb +0 -3
  1456. data/vendor/rails/actionpack/test/fixtures/test/content_for_with_parameter.erb +0 -2
  1457. data/vendor/rails/actionpack/test/fixtures/test/delete_with_js.rjs +0 -2
  1458. data/vendor/rails/actionpack/test/fixtures/test/dont_pick_me +0 -1
  1459. data/vendor/rails/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.erb +0 -1
  1460. data/vendor/rails/actionpack/test/fixtures/test/enum_rjs_test.rjs +0 -6
  1461. data/vendor/rails/actionpack/test/fixtures/test/formatted_html_erb.html.erb +0 -1
  1462. data/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.builder +0 -1
  1463. data/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.html.erb +0 -1
  1464. data/vendor/rails/actionpack/test/fixtures/test/formatted_xml_erb.xml.erb +0 -1
  1465. data/vendor/rails/actionpack/test/fixtures/test/greeting.erb +0 -1
  1466. data/vendor/rails/actionpack/test/fixtures/test/greeting.js.rjs +0 -1
  1467. data/vendor/rails/actionpack/test/fixtures/test/hello.builder +0 -4
  1468. data/vendor/rails/actionpack/test/fixtures/test/hello_world.da.html.erb +0 -1
  1469. data/vendor/rails/actionpack/test/fixtures/test/hello_world.erb +0 -1
  1470. data/vendor/rails/actionpack/test/fixtures/test/hello_world.erb~ +0 -1
  1471. data/vendor/rails/actionpack/test/fixtures/test/hello_world.pt-BR.html.erb +0 -1
  1472. data/vendor/rails/actionpack/test/fixtures/test/hello_world_container.builder +0 -3
  1473. data/vendor/rails/actionpack/test/fixtures/test/hello_world_from_rxml.builder +0 -4
  1474. data/vendor/rails/actionpack/test/fixtures/test/hello_world_with_layout_false.erb +0 -1
  1475. data/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder +0 -11
  1476. data/vendor/rails/actionpack/test/fixtures/test/hyphen-ated.erb +0 -1
  1477. data/vendor/rails/actionpack/test/fixtures/test/implicit_content_type.atom.builder +0 -2
  1478. data/vendor/rails/actionpack/test/fixtures/test/list.erb +0 -1
  1479. data/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.en.html.erb~ +0 -1
  1480. data/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.erb~ +0 -1
  1481. data/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.html.erb~ +0 -1
  1482. data/vendor/rails/actionpack/test/fixtures/test/nested_layout.erb +0 -3
  1483. data/vendor/rails/actionpack/test/fixtures/test/non_erb_block_content_for.builder +0 -4
  1484. data/vendor/rails/actionpack/test/fixtures/test/potential_conflicts.erb +0 -4
  1485. data/vendor/rails/actionpack/test/fixtures/test/render_explicit_html_template.js.rjs +0 -1
  1486. data/vendor/rails/actionpack/test/fixtures/test/render_file_from_template.html.erb +0 -1
  1487. data/vendor/rails/actionpack/test/fixtures/test/render_file_with_ivar.erb +0 -1
  1488. data/vendor/rails/actionpack/test/fixtures/test/render_file_with_locals.erb +0 -1
  1489. data/vendor/rails/actionpack/test/fixtures/test/render_implicit_html_template.js.rjs +0 -1
  1490. data/vendor/rails/actionpack/test/fixtures/test/render_implicit_html_template_from_xhr_request.da.html.erb +0 -1
  1491. data/vendor/rails/actionpack/test/fixtures/test/render_implicit_html_template_from_xhr_request.html.erb +0 -1
  1492. data/vendor/rails/actionpack/test/fixtures/test/render_implicit_js_template_without_layout.js.erb +0 -1
  1493. data/vendor/rails/actionpack/test/fixtures/test/render_to_string_test.erb +0 -1
  1494. data/vendor/rails/actionpack/test/fixtures/test/scoped_array_translation.erb +0 -1
  1495. data/vendor/rails/actionpack/test/fixtures/test/sub_template_raise.html.erb +0 -1
  1496. data/vendor/rails/actionpack/test/fixtures/test/template.erb +0 -1
  1497. data/vendor/rails/actionpack/test/fixtures/test/translation.erb +0 -1
  1498. data/vendor/rails/actionpack/test/fixtures/test/update_element_with_capture.erb +0 -9
  1499. data/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block.html.erb +0 -1
  1500. data/vendor/rails/actionpack/test/fixtures/test/using_layout_around_block_with_args.html.erb +0 -1
  1501. data/vendor/rails/actionpack/test/fixtures/test/utf8.html.erb +0 -4
  1502. data/vendor/rails/actionpack/test/fixtures/test/utf8_magic.html.erb +0 -5
  1503. data/vendor/rails/actionpack/test/fixtures/test/utf8_magic_with_bare_partial.html.erb +0 -5
  1504. data/vendor/rails/actionpack/test/fixtures/topic.rb +0 -3
  1505. data/vendor/rails/actionpack/test/fixtures/topics.yml +0 -22
  1506. data/vendor/rails/actionpack/test/fixtures/topics/_topic.html.erb +0 -1
  1507. data/vendor/rails/actionpack/test/template/active_record_helper_i18n_test.rb +0 -51
  1508. data/vendor/rails/actionpack/test/template/active_record_helper_test.rb +0 -302
  1509. data/vendor/rails/actionpack/test/template/asset_tag_helper_test.rb +0 -770
  1510. data/vendor/rails/actionpack/test/template/atom_feed_helper_test.rb +0 -315
  1511. data/vendor/rails/actionpack/test/template/benchmark_helper_test.rb +0 -86
  1512. data/vendor/rails/actionpack/test/template/compiled_templates_test.rb +0 -204
  1513. data/vendor/rails/actionpack/test/template/date_helper_i18n_test.rb +0 -121
  1514. data/vendor/rails/actionpack/test/template/date_helper_test.rb +0 -2603
  1515. data/vendor/rails/actionpack/test/template/erb_util_test.rb +0 -36
  1516. data/vendor/rails/actionpack/test/template/form_helper_test.rb +0 -1447
  1517. data/vendor/rails/actionpack/test/template/form_options_helper_i18n_test.rb +0 -27
  1518. data/vendor/rails/actionpack/test/template/form_options_helper_test.rb +0 -811
  1519. data/vendor/rails/actionpack/test/template/form_tag_helper_test.rb +0 -356
  1520. data/vendor/rails/actionpack/test/template/javascript_helper_test.rb +0 -106
  1521. data/vendor/rails/actionpack/test/template/number_helper_i18n_test.rb +0 -69
  1522. data/vendor/rails/actionpack/test/template/number_helper_test.rb +0 -132
  1523. data/vendor/rails/actionpack/test/template/prototype_helper_test.rb +0 -639
  1524. data/vendor/rails/actionpack/test/template/raw_output_helper_test.rb +0 -21
  1525. data/vendor/rails/actionpack/test/template/record_tag_helper_test.rb +0 -58
  1526. data/vendor/rails/actionpack/test/template/render_test.rb +0 -329
  1527. data/vendor/rails/actionpack/test/template/sanitize_helper_test.rb +0 -57
  1528. data/vendor/rails/actionpack/test/template/scriptaculous_helper_test.rb +0 -90
  1529. data/vendor/rails/actionpack/test/template/tag_helper_test.rb +0 -98
  1530. data/vendor/rails/actionpack/test/template/template_test.rb +0 -32
  1531. data/vendor/rails/actionpack/test/template/test_test.rb +0 -54
  1532. data/vendor/rails/actionpack/test/template/text_helper_test.rb +0 -597
  1533. data/vendor/rails/actionpack/test/template/translation_helper_test.rb +0 -95
  1534. data/vendor/rails/actionpack/test/template/url_helper_test.rb +0 -641
  1535. data/vendor/rails/actionpack/test/testing_sandbox.rb +0 -15
  1536. data/vendor/rails/actionpack/test/view/test_case_test.rb +0 -176
  1537. data/vendor/rails/activemodel/CHANGES +0 -12
  1538. data/vendor/rails/activemodel/README +0 -21
  1539. data/vendor/rails/activemodel/Rakefile +0 -24
  1540. data/vendor/rails/activemodel/lib/active_model.rb +0 -5
  1541. data/vendor/rails/activemodel/lib/active_model/base.rb +0 -8
  1542. data/vendor/rails/activemodel/lib/active_model/callbacks.rb +0 -7
  1543. data/vendor/rails/activemodel/lib/active_model/core.rb +0 -7
  1544. data/vendor/rails/activemodel/lib/active_model/deprecated_error_methods.rb +0 -38
  1545. data/vendor/rails/activemodel/lib/active_model/errors.rb +0 -82
  1546. data/vendor/rails/activemodel/lib/active_model/observing.rb +0 -98
  1547. data/vendor/rails/activemodel/lib/active_model/state_machine.rb +0 -68
  1548. data/vendor/rails/activemodel/lib/active_model/state_machine/event.rb +0 -64
  1549. data/vendor/rails/activemodel/lib/active_model/state_machine/machine.rb +0 -78
  1550. data/vendor/rails/activemodel/lib/active_model/state_machine/state.rb +0 -47
  1551. data/vendor/rails/activemodel/lib/active_model/state_machine/state_transition.rb +0 -40
  1552. data/vendor/rails/activemodel/lib/active_model/validations.rb +0 -126
  1553. data/vendor/rails/activemodel/lib/active_model/validations/acceptance.rb +0 -45
  1554. data/vendor/rails/activemodel/lib/active_model/validations/associated.rb +0 -46
  1555. data/vendor/rails/activemodel/lib/active_model/validations/confirmation.rb +0 -44
  1556. data/vendor/rails/activemodel/lib/active_model/validations/exclusion.rb +0 -37
  1557. data/vendor/rails/activemodel/lib/active_model/validations/format.rb +0 -39
  1558. data/vendor/rails/activemodel/lib/active_model/validations/inclusion.rb +0 -37
  1559. data/vendor/rails/activemodel/lib/active_model/validations/length.rb +0 -95
  1560. data/vendor/rails/activemodel/lib/active_model/validations/numericality.rb +0 -80
  1561. data/vendor/rails/activemodel/lib/active_model/validations/presence.rb +0 -42
  1562. data/vendor/rails/activemodel/lib/active_model/validations/uniqueness.rb +0 -104
  1563. data/vendor/rails/activemodel/test/observing_test.rb +0 -121
  1564. data/vendor/rails/activemodel/test/state_machine/event_test.rb +0 -49
  1565. data/vendor/rails/activemodel/test/state_machine/machine_test.rb +0 -43
  1566. data/vendor/rails/activemodel/test/state_machine/state_test.rb +0 -72
  1567. data/vendor/rails/activemodel/test/state_machine/state_transition_test.rb +0 -84
  1568. data/vendor/rails/activemodel/test/state_machine_test.rb +0 -312
  1569. data/vendor/rails/activemodel/test/test_helper.rb +0 -21
  1570. data/vendor/rails/activerecord/CHANGELOG +0 -5904
  1571. data/vendor/rails/activerecord/MIT-LICENSE +0 -20
  1572. data/vendor/rails/activerecord/README +0 -351
  1573. data/vendor/rails/activerecord/RUNNING_UNIT_TESTS +0 -36
  1574. data/vendor/rails/activerecord/Rakefile +0 -270
  1575. data/vendor/rails/activerecord/examples/associations.png +0 -0
  1576. data/vendor/rails/activerecord/examples/performance.rb +0 -198
  1577. data/vendor/rails/activerecord/install.rb +0 -30
  1578. data/vendor/rails/activerecord/lib/active_record.rb +0 -83
  1579. data/vendor/rails/activerecord/lib/active_record/aggregations.rb +0 -261
  1580. data/vendor/rails/activerecord/lib/active_record/association_preload.rb +0 -406
  1581. data/vendor/rails/activerecord/lib/active_record/associations.rb +0 -2251
  1582. data/vendor/rails/activerecord/lib/active_record/associations/association_collection.rb +0 -533
  1583. data/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb +0 -288
  1584. data/vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb +0 -86
  1585. data/vendor/rails/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb +0 -77
  1586. data/vendor/rails/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb +0 -143
  1587. data/vendor/rails/activerecord/lib/active_record/associations/has_many_association.rb +0 -127
  1588. data/vendor/rails/activerecord/lib/active_record/associations/has_many_through_association.rb +0 -266
  1589. data/vendor/rails/activerecord/lib/active_record/associations/has_one_association.rb +0 -142
  1590. data/vendor/rails/activerecord/lib/active_record/associations/has_one_through_association.rb +0 -37
  1591. data/vendor/rails/activerecord/lib/active_record/attribute_methods.rb +0 -388
  1592. data/vendor/rails/activerecord/lib/active_record/autosave_association.rb +0 -395
  1593. data/vendor/rails/activerecord/lib/active_record/base.rb +0 -3218
  1594. data/vendor/rails/activerecord/lib/active_record/batches.rb +0 -85
  1595. data/vendor/rails/activerecord/lib/active_record/calculations.rb +0 -321
  1596. data/vendor/rails/activerecord/lib/active_record/callbacks.rb +0 -360
  1597. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb +0 -371
  1598. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb +0 -139
  1599. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb +0 -57
  1600. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb +0 -289
  1601. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb +0 -94
  1602. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb +0 -65
  1603. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb +0 -722
  1604. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +0 -490
  1605. data/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +0 -249
  1606. data/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb +0 -662
  1607. data/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb +0 -1078
  1608. data/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb +0 -34
  1609. data/vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb +0 -454
  1610. data/vendor/rails/activerecord/lib/active_record/dirty.rb +0 -183
  1611. data/vendor/rails/activerecord/lib/active_record/dynamic_finder_match.rb +0 -41
  1612. data/vendor/rails/activerecord/lib/active_record/dynamic_scope_match.rb +0 -25
  1613. data/vendor/rails/activerecord/lib/active_record/fixtures.rb +0 -997
  1614. data/vendor/rails/activerecord/lib/active_record/locale/en.yml +0 -58
  1615. data/vendor/rails/activerecord/lib/active_record/locking/optimistic.rb +0 -182
  1616. data/vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb +0 -55
  1617. data/vendor/rails/activerecord/lib/active_record/migration.rb +0 -571
  1618. data/vendor/rails/activerecord/lib/active_record/named_scope.rb +0 -197
  1619. data/vendor/rails/activerecord/lib/active_record/nested_attributes.rb +0 -404
  1620. data/vendor/rails/activerecord/lib/active_record/observer.rb +0 -197
  1621. data/vendor/rails/activerecord/lib/active_record/query_cache.rb +0 -33
  1622. data/vendor/rails/activerecord/lib/active_record/reflection.rb +0 -385
  1623. data/vendor/rails/activerecord/lib/active_record/schema.rb +0 -55
  1624. data/vendor/rails/activerecord/lib/active_record/schema_dumper.rb +0 -185
  1625. data/vendor/rails/activerecord/lib/active_record/serialization.rb +0 -101
  1626. data/vendor/rails/activerecord/lib/active_record/serializers/json_serializer.rb +0 -91
  1627. data/vendor/rails/activerecord/lib/active_record/serializers/xml_serializer.rb +0 -357
  1628. data/vendor/rails/activerecord/lib/active_record/session_store.rb +0 -334
  1629. data/vendor/rails/activerecord/lib/active_record/test_case.rb +0 -66
  1630. data/vendor/rails/activerecord/lib/active_record/timestamp.rb +0 -71
  1631. data/vendor/rails/activerecord/lib/active_record/transactions.rb +0 -235
  1632. data/vendor/rails/activerecord/lib/active_record/validations.rb +0 -1147
  1633. data/vendor/rails/activerecord/lib/active_record/version.rb +0 -9
  1634. data/vendor/rails/activerecord/lib/activerecord.rb +0 -2
  1635. data/vendor/rails/activerecord/test/assets/example.log +0 -1
  1636. data/vendor/rails/activerecord/test/assets/flowers.jpg +0 -0
  1637. data/vendor/rails/activerecord/test/cases/aaa_create_tables_test.rb +0 -24
  1638. data/vendor/rails/activerecord/test/cases/active_schema_test_mysql.rb +0 -122
  1639. data/vendor/rails/activerecord/test/cases/active_schema_test_postgresql.rb +0 -24
  1640. data/vendor/rails/activerecord/test/cases/adapter_test.rb +0 -144
  1641. data/vendor/rails/activerecord/test/cases/aggregations_test.rb +0 -167
  1642. data/vendor/rails/activerecord/test/cases/ar_schema_test.rb +0 -32
  1643. data/vendor/rails/activerecord/test/cases/associations/belongs_to_associations_test.rb +0 -438
  1644. data/vendor/rails/activerecord/test/cases/associations/callbacks_test.rb +0 -161
  1645. data/vendor/rails/activerecord/test/cases/associations/cascaded_eager_loading_test.rb +0 -131
  1646. data/vendor/rails/activerecord/test/cases/associations/eager_load_includes_full_sti_class_test.rb +0 -36
  1647. data/vendor/rails/activerecord/test/cases/associations/eager_load_nested_include_test.rb +0 -131
  1648. data/vendor/rails/activerecord/test/cases/associations/eager_load_nested_polymorphic_include.rb +0 -19
  1649. data/vendor/rails/activerecord/test/cases/associations/eager_singularization_test.rb +0 -145
  1650. data/vendor/rails/activerecord/test/cases/associations/eager_test.rb +0 -852
  1651. data/vendor/rails/activerecord/test/cases/associations/extension_test.rb +0 -62
  1652. data/vendor/rails/activerecord/test/cases/associations/habtm_join_table_test.rb +0 -56
  1653. data/vendor/rails/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb +0 -827
  1654. data/vendor/rails/activerecord/test/cases/associations/has_many_associations_test.rb +0 -1264
  1655. data/vendor/rails/activerecord/test/cases/associations/has_many_through_associations_test.rb +0 -360
  1656. data/vendor/rails/activerecord/test/cases/associations/has_one_associations_test.rb +0 -330
  1657. data/vendor/rails/activerecord/test/cases/associations/has_one_through_associations_test.rb +0 -209
  1658. data/vendor/rails/activerecord/test/cases/associations/inner_join_association_test.rb +0 -93
  1659. data/vendor/rails/activerecord/test/cases/associations/inverse_associations_test.rb +0 -566
  1660. data/vendor/rails/activerecord/test/cases/associations/join_model_test.rb +0 -712
  1661. data/vendor/rails/activerecord/test/cases/associations_test.rb +0 -282
  1662. data/vendor/rails/activerecord/test/cases/attribute_methods_test.rb +0 -305
  1663. data/vendor/rails/activerecord/test/cases/autosave_association_test.rb +0 -1218
  1664. data/vendor/rails/activerecord/test/cases/base_test.rb +0 -2143
  1665. data/vendor/rails/activerecord/test/cases/batches_test.rb +0 -81
  1666. data/vendor/rails/activerecord/test/cases/binary_test.rb +0 -30
  1667. data/vendor/rails/activerecord/test/cases/calculations_test.rb +0 -360
  1668. data/vendor/rails/activerecord/test/cases/callbacks_observers_test.rb +0 -38
  1669. data/vendor/rails/activerecord/test/cases/callbacks_test.rb +0 -438
  1670. data/vendor/rails/activerecord/test/cases/class_inheritable_attributes_test.rb +0 -32
  1671. data/vendor/rails/activerecord/test/cases/column_alias_test.rb +0 -17
  1672. data/vendor/rails/activerecord/test/cases/column_definition_test.rb +0 -70
  1673. data/vendor/rails/activerecord/test/cases/connection_pool_test.rb +0 -25
  1674. data/vendor/rails/activerecord/test/cases/connection_test_firebird.rb +0 -8
  1675. data/vendor/rails/activerecord/test/cases/connection_test_mysql.rb +0 -65
  1676. data/vendor/rails/activerecord/test/cases/copy_table_test_sqlite.rb +0 -80
  1677. data/vendor/rails/activerecord/test/cases/counter_cache_test.rb +0 -84
  1678. data/vendor/rails/activerecord/test/cases/database_statements_test.rb +0 -12
  1679. data/vendor/rails/activerecord/test/cases/datatype_test_postgresql.rb +0 -204
  1680. data/vendor/rails/activerecord/test/cases/date_time_test.rb +0 -37
  1681. data/vendor/rails/activerecord/test/cases/default_test_firebird.rb +0 -16
  1682. data/vendor/rails/activerecord/test/cases/defaults_test.rb +0 -111
  1683. data/vendor/rails/activerecord/test/cases/deprecated_finder_test.rb +0 -30
  1684. data/vendor/rails/activerecord/test/cases/dirty_test.rb +0 -316
  1685. data/vendor/rails/activerecord/test/cases/finder_respond_to_test.rb +0 -76
  1686. data/vendor/rails/activerecord/test/cases/finder_test.rb +0 -1070
  1687. data/vendor/rails/activerecord/test/cases/fixtures_test.rb +0 -661
  1688. data/vendor/rails/activerecord/test/cases/helper.rb +0 -68
  1689. data/vendor/rails/activerecord/test/cases/i18n_test.rb +0 -46
  1690. data/vendor/rails/activerecord/test/cases/inheritance_test.rb +0 -262
  1691. data/vendor/rails/activerecord/test/cases/invalid_date_test.rb +0 -24
  1692. data/vendor/rails/activerecord/test/cases/json_serialization_test.rb +0 -219
  1693. data/vendor/rails/activerecord/test/cases/lifecycle_test.rb +0 -193
  1694. data/vendor/rails/activerecord/test/cases/locking_test.rb +0 -350
  1695. data/vendor/rails/activerecord/test/cases/method_scoping_test.rb +0 -704
  1696. data/vendor/rails/activerecord/test/cases/migration_test.rb +0 -1649
  1697. data/vendor/rails/activerecord/test/cases/migration_test_firebird.rb +0 -124
  1698. data/vendor/rails/activerecord/test/cases/mixin_test.rb +0 -96
  1699. data/vendor/rails/activerecord/test/cases/modules_test.rb +0 -109
  1700. data/vendor/rails/activerecord/test/cases/multiple_db_test.rb +0 -85
  1701. data/vendor/rails/activerecord/test/cases/named_scope_test.rb +0 -372
  1702. data/vendor/rails/activerecord/test/cases/nested_attributes_test.rb +0 -840
  1703. data/vendor/rails/activerecord/test/cases/pk_test.rb +0 -119
  1704. data/vendor/rails/activerecord/test/cases/pooled_connections_test.rb +0 -103
  1705. data/vendor/rails/activerecord/test/cases/query_cache_test.rb +0 -129
  1706. data/vendor/rails/activerecord/test/cases/readonly_test.rb +0 -107
  1707. data/vendor/rails/activerecord/test/cases/reflection_test.rb +0 -234
  1708. data/vendor/rails/activerecord/test/cases/reload_models_test.rb +0 -22
  1709. data/vendor/rails/activerecord/test/cases/repair_helper.rb +0 -50
  1710. data/vendor/rails/activerecord/test/cases/reserved_word_test_mysql.rb +0 -176
  1711. data/vendor/rails/activerecord/test/cases/sanitize_test.rb +0 -25
  1712. data/vendor/rails/activerecord/test/cases/schema_authorization_test_postgresql.rb +0 -75
  1713. data/vendor/rails/activerecord/test/cases/schema_dumper_test.rb +0 -211
  1714. data/vendor/rails/activerecord/test/cases/schema_test_postgresql.rb +0 -178
  1715. data/vendor/rails/activerecord/test/cases/serialization_test.rb +0 -47
  1716. data/vendor/rails/activerecord/test/cases/sp_test_mysql.rb +0 -16
  1717. data/vendor/rails/activerecord/test/cases/synonym_test_oracle.rb +0 -17
  1718. data/vendor/rails/activerecord/test/cases/timestamp_test.rb +0 -75
  1719. data/vendor/rails/activerecord/test/cases/transactions_test.rb +0 -543
  1720. data/vendor/rails/activerecord/test/cases/unconnected_test.rb +0 -32
  1721. data/vendor/rails/activerecord/test/cases/validations_i18n_test.rb +0 -925
  1722. data/vendor/rails/activerecord/test/cases/validations_test.rb +0 -1684
  1723. data/vendor/rails/activerecord/test/cases/xml_serialization_test.rb +0 -240
  1724. data/vendor/rails/activerecord/test/cases/yaml_serialization_test.rb +0 -11
  1725. data/vendor/rails/activerecord/test/config.rb +0 -5
  1726. data/vendor/rails/activerecord/test/connections/jdbc_jdbcderby/connection.rb +0 -18
  1727. data/vendor/rails/activerecord/test/connections/jdbc_jdbch2/connection.rb +0 -18
  1728. data/vendor/rails/activerecord/test/connections/jdbc_jdbchsqldb/connection.rb +0 -18
  1729. data/vendor/rails/activerecord/test/connections/jdbc_jdbcmysql/connection.rb +0 -26
  1730. data/vendor/rails/activerecord/test/connections/jdbc_jdbcpostgresql/connection.rb +0 -26
  1731. data/vendor/rails/activerecord/test/connections/jdbc_jdbcsqlite3/connection.rb +0 -25
  1732. data/vendor/rails/activerecord/test/connections/native_db2/connection.rb +0 -25
  1733. data/vendor/rails/activerecord/test/connections/native_firebird/connection.rb +0 -26
  1734. data/vendor/rails/activerecord/test/connections/native_frontbase/connection.rb +0 -27
  1735. data/vendor/rails/activerecord/test/connections/native_mysql/connection.rb +0 -25
  1736. data/vendor/rails/activerecord/test/connections/native_openbase/connection.rb +0 -21
  1737. data/vendor/rails/activerecord/test/connections/native_oracle/connection.rb +0 -27
  1738. data/vendor/rails/activerecord/test/connections/native_postgresql/connection.rb +0 -21
  1739. data/vendor/rails/activerecord/test/connections/native_sqlite/connection.rb +0 -25
  1740. data/vendor/rails/activerecord/test/connections/native_sqlite3/connection.rb +0 -25
  1741. data/vendor/rails/activerecord/test/connections/native_sqlite3/in_memory_connection.rb +0 -18
  1742. data/vendor/rails/activerecord/test/connections/native_sybase/connection.rb +0 -23
  1743. data/vendor/rails/activerecord/test/fixtures/accounts.yml +0 -29
  1744. data/vendor/rails/activerecord/test/fixtures/all/developers.yml +0 -0
  1745. data/vendor/rails/activerecord/test/fixtures/all/people.csv +0 -0
  1746. data/vendor/rails/activerecord/test/fixtures/all/tasks.yml +0 -0
  1747. data/vendor/rails/activerecord/test/fixtures/author_addresses.yml +0 -5
  1748. data/vendor/rails/activerecord/test/fixtures/author_favorites.yml +0 -4
  1749. data/vendor/rails/activerecord/test/fixtures/authors.yml +0 -9
  1750. data/vendor/rails/activerecord/test/fixtures/binaries.yml +0 -132
  1751. data/vendor/rails/activerecord/test/fixtures/books.yml +0 -7
  1752. data/vendor/rails/activerecord/test/fixtures/categories.yml +0 -14
  1753. data/vendor/rails/activerecord/test/fixtures/categories/special_categories.yml +0 -9
  1754. data/vendor/rails/activerecord/test/fixtures/categories/subsubdir/arbitrary_filename.yml +0 -4
  1755. data/vendor/rails/activerecord/test/fixtures/categories_ordered.yml +0 -7
  1756. data/vendor/rails/activerecord/test/fixtures/categories_posts.yml +0 -23
  1757. data/vendor/rails/activerecord/test/fixtures/categorizations.yml +0 -17
  1758. data/vendor/rails/activerecord/test/fixtures/clubs.yml +0 -6
  1759. data/vendor/rails/activerecord/test/fixtures/comments.yml +0 -59
  1760. data/vendor/rails/activerecord/test/fixtures/companies.yml +0 -56
  1761. data/vendor/rails/activerecord/test/fixtures/computers.yml +0 -4
  1762. data/vendor/rails/activerecord/test/fixtures/courses.yml +0 -7
  1763. data/vendor/rails/activerecord/test/fixtures/customers.yml +0 -26
  1764. data/vendor/rails/activerecord/test/fixtures/developers.yml +0 -21
  1765. data/vendor/rails/activerecord/test/fixtures/developers_projects.yml +0 -17
  1766. data/vendor/rails/activerecord/test/fixtures/edges.yml +0 -6
  1767. data/vendor/rails/activerecord/test/fixtures/entrants.yml +0 -14
  1768. data/vendor/rails/activerecord/test/fixtures/faces.yml +0 -11
  1769. data/vendor/rails/activerecord/test/fixtures/fk_test_has_fk.yml +0 -3
  1770. data/vendor/rails/activerecord/test/fixtures/fk_test_has_pk.yml +0 -2
  1771. data/vendor/rails/activerecord/test/fixtures/funny_jokes.yml +0 -10
  1772. data/vendor/rails/activerecord/test/fixtures/interests.yml +0 -33
  1773. data/vendor/rails/activerecord/test/fixtures/items.yml +0 -4
  1774. data/vendor/rails/activerecord/test/fixtures/jobs.yml +0 -7
  1775. data/vendor/rails/activerecord/test/fixtures/legacy_things.yml +0 -3
  1776. data/vendor/rails/activerecord/test/fixtures/mateys.yml +0 -4
  1777. data/vendor/rails/activerecord/test/fixtures/member_types.yml +0 -6
  1778. data/vendor/rails/activerecord/test/fixtures/members.yml +0 -6
  1779. data/vendor/rails/activerecord/test/fixtures/memberships.yml +0 -20
  1780. data/vendor/rails/activerecord/test/fixtures/men.yml +0 -5
  1781. data/vendor/rails/activerecord/test/fixtures/minimalistics.yml +0 -2
  1782. data/vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml +0 -6
  1783. data/vendor/rails/activerecord/test/fixtures/mixins.yml +0 -29
  1784. data/vendor/rails/activerecord/test/fixtures/movies.yml +0 -7
  1785. data/vendor/rails/activerecord/test/fixtures/naked/csv/accounts.csv +0 -1
  1786. data/vendor/rails/activerecord/test/fixtures/naked/yml/accounts.yml +0 -1
  1787. data/vendor/rails/activerecord/test/fixtures/naked/yml/companies.yml +0 -1
  1788. data/vendor/rails/activerecord/test/fixtures/naked/yml/courses.yml +0 -1
  1789. data/vendor/rails/activerecord/test/fixtures/organizations.yml +0 -5
  1790. data/vendor/rails/activerecord/test/fixtures/owners.yml +0 -7
  1791. data/vendor/rails/activerecord/test/fixtures/parrots.yml +0 -27
  1792. data/vendor/rails/activerecord/test/fixtures/parrots_pirates.yml +0 -7
  1793. data/vendor/rails/activerecord/test/fixtures/people.yml +0 -15
  1794. data/vendor/rails/activerecord/test/fixtures/pets.yml +0 -14
  1795. data/vendor/rails/activerecord/test/fixtures/pirates.yml +0 -9
  1796. data/vendor/rails/activerecord/test/fixtures/polymorphic_designs.yml +0 -19
  1797. data/vendor/rails/activerecord/test/fixtures/polymorphic_prices.yml +0 -19
  1798. data/vendor/rails/activerecord/test/fixtures/posts.yml +0 -52
  1799. data/vendor/rails/activerecord/test/fixtures/price_estimates.yml +0 -7
  1800. data/vendor/rails/activerecord/test/fixtures/projects.yml +0 -7
  1801. data/vendor/rails/activerecord/test/fixtures/readers.yml +0 -9
  1802. data/vendor/rails/activerecord/test/fixtures/references.yml +0 -17
  1803. data/vendor/rails/activerecord/test/fixtures/reserved_words/distinct.yml +0 -5
  1804. data/vendor/rails/activerecord/test/fixtures/reserved_words/distincts_selects.yml +0 -11
  1805. data/vendor/rails/activerecord/test/fixtures/reserved_words/group.yml +0 -14
  1806. data/vendor/rails/activerecord/test/fixtures/reserved_words/select.yml +0 -8
  1807. data/vendor/rails/activerecord/test/fixtures/reserved_words/values.yml +0 -7
  1808. data/vendor/rails/activerecord/test/fixtures/ships.yml +0 -5
  1809. data/vendor/rails/activerecord/test/fixtures/sponsors.yml +0 -9
  1810. data/vendor/rails/activerecord/test/fixtures/subscribers.yml +0 -7
  1811. data/vendor/rails/activerecord/test/fixtures/subscriptions.yml +0 -12
  1812. data/vendor/rails/activerecord/test/fixtures/taggings.yml +0 -28
  1813. data/vendor/rails/activerecord/test/fixtures/tags.yml +0 -7
  1814. data/vendor/rails/activerecord/test/fixtures/tasks.yml +0 -7
  1815. data/vendor/rails/activerecord/test/fixtures/tees.yml +0 -4
  1816. data/vendor/rails/activerecord/test/fixtures/ties.yml +0 -4
  1817. data/vendor/rails/activerecord/test/fixtures/topics.yml +0 -42
  1818. data/vendor/rails/activerecord/test/fixtures/toys.yml +0 -4
  1819. data/vendor/rails/activerecord/test/fixtures/treasures.yml +0 -10
  1820. data/vendor/rails/activerecord/test/fixtures/vertices.yml +0 -4
  1821. data/vendor/rails/activerecord/test/fixtures/warehouse-things.yml +0 -3
  1822. data/vendor/rails/activerecord/test/fixtures/zines.yml +0 -5
  1823. data/vendor/rails/activerecord/test/migrations/broken/100_migration_that_raises_exception.rb +0 -10
  1824. data/vendor/rails/activerecord/test/migrations/decimal/1_give_me_big_numbers.rb +0 -15
  1825. data/vendor/rails/activerecord/test/migrations/duplicate/1_people_have_last_names.rb +0 -9
  1826. data/vendor/rails/activerecord/test/migrations/duplicate/2_we_need_reminders.rb +0 -12
  1827. data/vendor/rails/activerecord/test/migrations/duplicate/3_foo.rb +0 -7
  1828. data/vendor/rails/activerecord/test/migrations/duplicate/3_innocent_jointable.rb +0 -12
  1829. data/vendor/rails/activerecord/test/migrations/duplicate_names/20080507052938_chunky.rb +0 -7
  1830. data/vendor/rails/activerecord/test/migrations/duplicate_names/20080507053028_chunky.rb +0 -7
  1831. data/vendor/rails/activerecord/test/migrations/interleaved/pass_1/3_innocent_jointable.rb +0 -12
  1832. data/vendor/rails/activerecord/test/migrations/interleaved/pass_2/1_people_have_last_names.rb +0 -9
  1833. data/vendor/rails/activerecord/test/migrations/interleaved/pass_2/3_innocent_jointable.rb +0 -12
  1834. data/vendor/rails/activerecord/test/migrations/interleaved/pass_3/1_people_have_last_names.rb +0 -9
  1835. data/vendor/rails/activerecord/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb +0 -8
  1836. data/vendor/rails/activerecord/test/migrations/interleaved/pass_3/3_innocent_jointable.rb +0 -12
  1837. data/vendor/rails/activerecord/test/migrations/missing/1000_people_have_middle_names.rb +0 -9
  1838. data/vendor/rails/activerecord/test/migrations/missing/1_people_have_last_names.rb +0 -9
  1839. data/vendor/rails/activerecord/test/migrations/missing/3_we_need_reminders.rb +0 -12
  1840. data/vendor/rails/activerecord/test/migrations/missing/4_innocent_jointable.rb +0 -12
  1841. data/vendor/rails/activerecord/test/migrations/valid/1_people_have_last_names.rb +0 -9
  1842. data/vendor/rails/activerecord/test/migrations/valid/2_we_need_reminders.rb +0 -12
  1843. data/vendor/rails/activerecord/test/migrations/valid/3_innocent_jointable.rb +0 -12
  1844. data/vendor/rails/activerecord/test/models/author.rb +0 -151
  1845. data/vendor/rails/activerecord/test/models/auto_id.rb +0 -4
  1846. data/vendor/rails/activerecord/test/models/binary.rb +0 -2
  1847. data/vendor/rails/activerecord/test/models/bird.rb +0 -9
  1848. data/vendor/rails/activerecord/test/models/book.rb +0 -4
  1849. data/vendor/rails/activerecord/test/models/categorization.rb +0 -5
  1850. data/vendor/rails/activerecord/test/models/category.rb +0 -34
  1851. data/vendor/rails/activerecord/test/models/citation.rb +0 -6
  1852. data/vendor/rails/activerecord/test/models/club.rb +0 -13
  1853. data/vendor/rails/activerecord/test/models/column_name.rb +0 -3
  1854. data/vendor/rails/activerecord/test/models/comment.rb +0 -29
  1855. data/vendor/rails/activerecord/test/models/company.rb +0 -173
  1856. data/vendor/rails/activerecord/test/models/company_in_module.rb +0 -78
  1857. data/vendor/rails/activerecord/test/models/computer.rb +0 -3
  1858. data/vendor/rails/activerecord/test/models/contact.rb +0 -16
  1859. data/vendor/rails/activerecord/test/models/contract.rb +0 -5
  1860. data/vendor/rails/activerecord/test/models/course.rb +0 -3
  1861. data/vendor/rails/activerecord/test/models/customer.rb +0 -73
  1862. data/vendor/rails/activerecord/test/models/default.rb +0 -2
  1863. data/vendor/rails/activerecord/test/models/developer.rb +0 -101
  1864. data/vendor/rails/activerecord/test/models/edge.rb +0 -5
  1865. data/vendor/rails/activerecord/test/models/entrant.rb +0 -3
  1866. data/vendor/rails/activerecord/test/models/essay.rb +0 -3
  1867. data/vendor/rails/activerecord/test/models/event.rb +0 -3
  1868. data/vendor/rails/activerecord/test/models/event_author.rb +0 -8
  1869. data/vendor/rails/activerecord/test/models/face.rb +0 -7
  1870. data/vendor/rails/activerecord/test/models/guid.rb +0 -2
  1871. data/vendor/rails/activerecord/test/models/interest.rb +0 -5
  1872. data/vendor/rails/activerecord/test/models/invoice.rb +0 -4
  1873. data/vendor/rails/activerecord/test/models/item.rb +0 -7
  1874. data/vendor/rails/activerecord/test/models/job.rb +0 -5
  1875. data/vendor/rails/activerecord/test/models/joke.rb +0 -3
  1876. data/vendor/rails/activerecord/test/models/keyboard.rb +0 -3
  1877. data/vendor/rails/activerecord/test/models/legacy_thing.rb +0 -3
  1878. data/vendor/rails/activerecord/test/models/line_item.rb +0 -3
  1879. data/vendor/rails/activerecord/test/models/man.rb +0 -9
  1880. data/vendor/rails/activerecord/test/models/matey.rb +0 -4
  1881. data/vendor/rails/activerecord/test/models/member.rb +0 -12
  1882. data/vendor/rails/activerecord/test/models/member_detail.rb +0 -5
  1883. data/vendor/rails/activerecord/test/models/member_type.rb +0 -3
  1884. data/vendor/rails/activerecord/test/models/membership.rb +0 -9
  1885. data/vendor/rails/activerecord/test/models/minimalistic.rb +0 -2
  1886. data/vendor/rails/activerecord/test/models/mixed_case_monkey.rb +0 -3
  1887. data/vendor/rails/activerecord/test/models/movie.rb +0 -5
  1888. data/vendor/rails/activerecord/test/models/order.rb +0 -4
  1889. data/vendor/rails/activerecord/test/models/organization.rb +0 -6
  1890. data/vendor/rails/activerecord/test/models/owner.rb +0 -5
  1891. data/vendor/rails/activerecord/test/models/parrot.rb +0 -22
  1892. data/vendor/rails/activerecord/test/models/person.rb +0 -16
  1893. data/vendor/rails/activerecord/test/models/pet.rb +0 -5
  1894. data/vendor/rails/activerecord/test/models/pirate.rb +0 -80
  1895. data/vendor/rails/activerecord/test/models/polymorphic_design.rb +0 -3
  1896. data/vendor/rails/activerecord/test/models/polymorphic_price.rb +0 -3
  1897. data/vendor/rails/activerecord/test/models/post.rb +0 -102
  1898. data/vendor/rails/activerecord/test/models/price_estimate.rb +0 -3
  1899. data/vendor/rails/activerecord/test/models/project.rb +0 -30
  1900. data/vendor/rails/activerecord/test/models/reader.rb +0 -4
  1901. data/vendor/rails/activerecord/test/models/reference.rb +0 -4
  1902. data/vendor/rails/activerecord/test/models/reply.rb +0 -46
  1903. data/vendor/rails/activerecord/test/models/ship.rb +0 -19
  1904. data/vendor/rails/activerecord/test/models/ship_part.rb +0 -7
  1905. data/vendor/rails/activerecord/test/models/sponsor.rb +0 -4
  1906. data/vendor/rails/activerecord/test/models/subject.rb +0 -4
  1907. data/vendor/rails/activerecord/test/models/subscriber.rb +0 -8
  1908. data/vendor/rails/activerecord/test/models/subscription.rb +0 -4
  1909. data/vendor/rails/activerecord/test/models/tag.rb +0 -7
  1910. data/vendor/rails/activerecord/test/models/tagging.rb +0 -10
  1911. data/vendor/rails/activerecord/test/models/task.rb +0 -3
  1912. data/vendor/rails/activerecord/test/models/tee.rb +0 -4
  1913. data/vendor/rails/activerecord/test/models/tie.rb +0 -4
  1914. data/vendor/rails/activerecord/test/models/topic.rb +0 -80
  1915. data/vendor/rails/activerecord/test/models/toy.rb +0 -6
  1916. data/vendor/rails/activerecord/test/models/treasure.rb +0 -8
  1917. data/vendor/rails/activerecord/test/models/vertex.rb +0 -9
  1918. data/vendor/rails/activerecord/test/models/warehouse_thing.rb +0 -5
  1919. data/vendor/rails/activerecord/test/models/zine.rb +0 -3
  1920. data/vendor/rails/activerecord/test/schema/mysql_specific_schema.rb +0 -31
  1921. data/vendor/rails/activerecord/test/schema/postgresql_specific_schema.rb +0 -114
  1922. data/vendor/rails/activerecord/test/schema/schema.rb +0 -550
  1923. data/vendor/rails/activerecord/test/schema/schema2.rb +0 -6
  1924. data/vendor/rails/activerecord/test/schema/sqlite_specific_schema.rb +0 -25
  1925. data/vendor/rails/activeresource/CHANGELOG +0 -306
  1926. data/vendor/rails/activeresource/MIT-LICENSE +0 -20
  1927. data/vendor/rails/activeresource/README +0 -165
  1928. data/vendor/rails/activeresource/Rakefile +0 -139
  1929. data/vendor/rails/activeresource/lib/active_resource.rb +0 -44
  1930. data/vendor/rails/activeresource/lib/active_resource/base.rb +0 -1166
  1931. data/vendor/rails/activeresource/lib/active_resource/connection.rb +0 -283
  1932. data/vendor/rails/activeresource/lib/active_resource/custom_methods.rb +0 -120
  1933. data/vendor/rails/activeresource/lib/active_resource/exceptions.rb +0 -66
  1934. data/vendor/rails/activeresource/lib/active_resource/formats.rb +0 -14
  1935. data/vendor/rails/activeresource/lib/active_resource/formats/json_format.rb +0 -23
  1936. data/vendor/rails/activeresource/lib/active_resource/formats/xml_format.rb +0 -34
  1937. data/vendor/rails/activeresource/lib/active_resource/http_mock.rb +0 -302
  1938. data/vendor/rails/activeresource/lib/active_resource/validations.rb +0 -290
  1939. data/vendor/rails/activeresource/lib/active_resource/version.rb +0 -9
  1940. data/vendor/rails/activeresource/lib/activeresource.rb +0 -2
  1941. data/vendor/rails/activeresource/test/abstract_unit.rb +0 -21
  1942. data/vendor/rails/activeresource/test/authorization_test.rb +0 -122
  1943. data/vendor/rails/activeresource/test/base/custom_methods_test.rb +0 -100
  1944. data/vendor/rails/activeresource/test/base/equality_test.rb +0 -52
  1945. data/vendor/rails/activeresource/test/base/load_test.rb +0 -161
  1946. data/vendor/rails/activeresource/test/base_errors_test.rb +0 -98
  1947. data/vendor/rails/activeresource/test/base_test.rb +0 -1087
  1948. data/vendor/rails/activeresource/test/connection_test.rb +0 -238
  1949. data/vendor/rails/activeresource/test/fixtures/beast.rb +0 -14
  1950. data/vendor/rails/activeresource/test/fixtures/customer.rb +0 -3
  1951. data/vendor/rails/activeresource/test/fixtures/person.rb +0 -3
  1952. data/vendor/rails/activeresource/test/fixtures/proxy.rb +0 -4
  1953. data/vendor/rails/activeresource/test/fixtures/street_address.rb +0 -4
  1954. data/vendor/rails/activeresource/test/format_test.rb +0 -112
  1955. data/vendor/rails/activeresource/test/http_mock_test.rb +0 -155
  1956. data/vendor/rails/activeresource/test/setter_trap.rb +0 -26
  1957. data/vendor/rails/activesupport/CHANGELOG +0 -1383
  1958. data/vendor/rails/activesupport/MIT-LICENSE +0 -20
  1959. data/vendor/rails/activesupport/README +0 -43
  1960. data/vendor/rails/activesupport/Rakefile +0 -175
  1961. data/vendor/rails/activesupport/bin/generate_tables +0 -147
  1962. data/vendor/rails/activesupport/install.rb +0 -30
  1963. data/vendor/rails/activesupport/lib/active_support.rb +0 -60
  1964. data/vendor/rails/activesupport/lib/active_support/all.rb +0 -8
  1965. data/vendor/rails/activesupport/lib/active_support/backtrace_cleaner.rb +0 -72
  1966. data/vendor/rails/activesupport/lib/active_support/base64.rb +0 -33
  1967. data/vendor/rails/activesupport/lib/active_support/basic_object.rb +0 -21
  1968. data/vendor/rails/activesupport/lib/active_support/buffered_logger.rb +0 -129
  1969. data/vendor/rails/activesupport/lib/active_support/cache.rb +0 -248
  1970. data/vendor/rails/activesupport/lib/active_support/cache/compressed_mem_cache_store.rb +0 -20
  1971. data/vendor/rails/activesupport/lib/active_support/cache/drb_store.rb +0 -14
  1972. data/vendor/rails/activesupport/lib/active_support/cache/file_store.rb +0 -72
  1973. data/vendor/rails/activesupport/lib/active_support/cache/mem_cache_store.rb +0 -143
  1974. data/vendor/rails/activesupport/lib/active_support/cache/memory_store.rb +0 -58
  1975. data/vendor/rails/activesupport/lib/active_support/cache/strategy/local_cache.rb +0 -104
  1976. data/vendor/rails/activesupport/lib/active_support/cache/synchronized_memory_store.rb +0 -47
  1977. data/vendor/rails/activesupport/lib/active_support/callbacks.rb +0 -279
  1978. data/vendor/rails/activesupport/lib/active_support/core_ext.rb +0 -8
  1979. data/vendor/rails/activesupport/lib/active_support/core_ext/array.rb +0 -15
  1980. data/vendor/rails/activesupport/lib/active_support/core_ext/array/access.rb +0 -53
  1981. data/vendor/rails/activesupport/lib/active_support/core_ext/array/conversions.rb +0 -197
  1982. data/vendor/rails/activesupport/lib/active_support/core_ext/array/extract_options.rb +0 -20
  1983. data/vendor/rails/activesupport/lib/active_support/core_ext/array/grouping.rb +0 -106
  1984. data/vendor/rails/activesupport/lib/active_support/core_ext/array/random_access.rb +0 -42
  1985. data/vendor/rails/activesupport/lib/active_support/core_ext/array/wrapper.rb +0 -24
  1986. data/vendor/rails/activesupport/lib/active_support/core_ext/base64.rb +0 -4
  1987. data/vendor/rails/activesupport/lib/active_support/core_ext/base64/encoding.rb +0 -16
  1988. data/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb +0 -19
  1989. data/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal.rb +0 -6
  1990. data/vendor/rails/activesupport/lib/active_support/core_ext/bigdecimal/conversions.rb +0 -37
  1991. data/vendor/rails/activesupport/lib/active_support/core_ext/blank.rb +0 -2
  1992. data/vendor/rails/activesupport/lib/active_support/core_ext/cgi.rb +0 -5
  1993. data/vendor/rails/activesupport/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb +0 -23
  1994. data/vendor/rails/activesupport/lib/active_support/core_ext/class.rb +0 -5
  1995. data/vendor/rails/activesupport/lib/active_support/core_ext/class/attribute.rb +0 -67
  1996. data/vendor/rails/activesupport/lib/active_support/core_ext/class/attribute_accessors.rb +0 -61
  1997. data/vendor/rails/activesupport/lib/active_support/core_ext/class/delegating_attributes.rb +0 -47
  1998. data/vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb +0 -140
  1999. data/vendor/rails/activesupport/lib/active_support/core_ext/class/removal.rb +0 -50
  2000. data/vendor/rails/activesupport/lib/active_support/core_ext/date.rb +0 -10
  2001. data/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb +0 -42
  2002. data/vendor/rails/activesupport/lib/active_support/core_ext/date/calculations.rb +0 -241
  2003. data/vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb +0 -107
  2004. data/vendor/rails/activesupport/lib/active_support/core_ext/date_time.rb +0 -12
  2005. data/vendor/rails/activesupport/lib/active_support/core_ext/date_time/calculations.rb +0 -126
  2006. data/vendor/rails/activesupport/lib/active_support/core_ext/date_time/conversions.rb +0 -107
  2007. data/vendor/rails/activesupport/lib/active_support/core_ext/duplicable.rb +0 -43
  2008. data/vendor/rails/activesupport/lib/active_support/core_ext/enumerable.rb +0 -120
  2009. data/vendor/rails/activesupport/lib/active_support/core_ext/exception.rb +0 -45
  2010. data/vendor/rails/activesupport/lib/active_support/core_ext/file.rb +0 -5
  2011. data/vendor/rails/activesupport/lib/active_support/core_ext/file/atomic.rb +0 -47
  2012. data/vendor/rails/activesupport/lib/active_support/core_ext/float.rb +0 -7
  2013. data/vendor/rails/activesupport/lib/active_support/core_ext/float/rounding.rb +0 -24
  2014. data/vendor/rails/activesupport/lib/active_support/core_ext/float/time.rb +0 -27
  2015. data/vendor/rails/activesupport/lib/active_support/core_ext/hash.rb +0 -14
  2016. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/conversions.rb +0 -247
  2017. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/deep_merge.rb +0 -23
  2018. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/diff.rb +0 -19
  2019. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/except.rb +0 -25
  2020. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb +0 -143
  2021. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/keys.rb +0 -52
  2022. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/reverse_merge.rb +0 -35
  2023. data/vendor/rails/activesupport/lib/active_support/core_ext/hash/slice.rb +0 -40
  2024. data/vendor/rails/activesupport/lib/active_support/core_ext/integer.rb +0 -9
  2025. data/vendor/rails/activesupport/lib/active_support/core_ext/integer/even_odd.rb +0 -29
  2026. data/vendor/rails/activesupport/lib/active_support/core_ext/integer/inflections.rb +0 -20
  2027. data/vendor/rails/activesupport/lib/active_support/core_ext/integer/time.rb +0 -45
  2028. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel.rb +0 -5
  2029. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/agnostics.rb +0 -11
  2030. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/daemonizing.rb +0 -7
  2031. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/debugger.rb +0 -16
  2032. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb +0 -59
  2033. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/requires.rb +0 -24
  2034. data/vendor/rails/activesupport/lib/active_support/core_ext/kernel/singleton_class.rb +0 -13
  2035. data/vendor/rails/activesupport/lib/active_support/core_ext/load_error.rb +0 -38
  2036. data/vendor/rails/activesupport/lib/active_support/core_ext/logger.rb +0 -145
  2037. data/vendor/rails/activesupport/lib/active_support/core_ext/module.rb +0 -23
  2038. data/vendor/rails/activesupport/lib/active_support/core_ext/module/aliasing.rb +0 -74
  2039. data/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb +0 -31
  2040. data/vendor/rails/activesupport/lib/active_support/core_ext/module/attr_internal.rb +0 -32
  2041. data/vendor/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb +0 -67
  2042. data/vendor/rails/activesupport/lib/active_support/core_ext/module/delegation.rb +0 -135
  2043. data/vendor/rails/activesupport/lib/active_support/core_ext/module/inclusion.rb +0 -30
  2044. data/vendor/rails/activesupport/lib/active_support/core_ext/module/introspection.rb +0 -90
  2045. data/vendor/rails/activesupport/lib/active_support/core_ext/module/loading.rb +0 -23
  2046. data/vendor/rails/activesupport/lib/active_support/core_ext/module/model_naming.rb +0 -25
  2047. data/vendor/rails/activesupport/lib/active_support/core_ext/module/remove_method.rb +0 -6
  2048. data/vendor/rails/activesupport/lib/active_support/core_ext/module/synchronization.rb +0 -39
  2049. data/vendor/rails/activesupport/lib/active_support/core_ext/name_error.rb +0 -19
  2050. data/vendor/rails/activesupport/lib/active_support/core_ext/numeric.rb +0 -9
  2051. data/vendor/rails/activesupport/lib/active_support/core_ext/numeric/bytes.rb +0 -50
  2052. data/vendor/rails/activesupport/lib/active_support/core_ext/numeric/conversions.rb +0 -19
  2053. data/vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb +0 -81
  2054. data/vendor/rails/activesupport/lib/active_support/core_ext/object.rb +0 -7
  2055. data/vendor/rails/activesupport/lib/active_support/core_ext/object/blank.rb +0 -76
  2056. data/vendor/rails/activesupport/lib/active_support/core_ext/object/conversions.rb +0 -15
  2057. data/vendor/rails/activesupport/lib/active_support/core_ext/object/extending.rb +0 -80
  2058. data/vendor/rails/activesupport/lib/active_support/core_ext/object/instance_variables.rb +0 -74
  2059. data/vendor/rails/activesupport/lib/active_support/core_ext/object/metaclass.rb +0 -14
  2060. data/vendor/rails/activesupport/lib/active_support/core_ext/object/misc.rb +0 -93
  2061. data/vendor/rails/activesupport/lib/active_support/core_ext/object/singleton_class.rb +0 -13
  2062. data/vendor/rails/activesupport/lib/active_support/core_ext/pathname.rb +0 -7
  2063. data/vendor/rails/activesupport/lib/active_support/core_ext/pathname/clean_within.rb +0 -14
  2064. data/vendor/rails/activesupport/lib/active_support/core_ext/proc.rb +0 -12
  2065. data/vendor/rails/activesupport/lib/active_support/core_ext/process.rb +0 -1
  2066. data/vendor/rails/activesupport/lib/active_support/core_ext/process/daemon.rb +0 -25
  2067. data/vendor/rails/activesupport/lib/active_support/core_ext/range.rb +0 -11
  2068. data/vendor/rails/activesupport/lib/active_support/core_ext/range/blockless_step.rb +0 -32
  2069. data/vendor/rails/activesupport/lib/active_support/core_ext/range/conversions.rb +0 -27
  2070. data/vendor/rails/activesupport/lib/active_support/core_ext/range/include_range.rb +0 -30
  2071. data/vendor/rails/activesupport/lib/active_support/core_ext/range/overlaps.rb +0 -15
  2072. data/vendor/rails/activesupport/lib/active_support/core_ext/rexml.rb +0 -41
  2073. data/vendor/rails/activesupport/lib/active_support/core_ext/string.rb +0 -24
  2074. data/vendor/rails/activesupport/lib/active_support/core_ext/string/access.rb +0 -106
  2075. data/vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb +0 -13
  2076. data/vendor/rails/activesupport/lib/active_support/core_ext/string/bytesize.rb +0 -5
  2077. data/vendor/rails/activesupport/lib/active_support/core_ext/string/conversions.rb +0 -28
  2078. data/vendor/rails/activesupport/lib/active_support/core_ext/string/filters.rb +0 -26
  2079. data/vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb +0 -167
  2080. data/vendor/rails/activesupport/lib/active_support/core_ext/string/iterators.rb +0 -23
  2081. data/vendor/rails/activesupport/lib/active_support/core_ext/string/multibyte.rb +0 -81
  2082. data/vendor/rails/activesupport/lib/active_support/core_ext/string/output_safety.rb +0 -101
  2083. data/vendor/rails/activesupport/lib/active_support/core_ext/string/starts_ends_with.rb +0 -33
  2084. data/vendor/rails/activesupport/lib/active_support/core_ext/string/xchar.rb +0 -11
  2085. data/vendor/rails/activesupport/lib/active_support/core_ext/symbol.rb +0 -14
  2086. data/vendor/rails/activesupport/lib/active_support/core_ext/time.rb +0 -46
  2087. data/vendor/rails/activesupport/lib/active_support/core_ext/time/behavior.rb +0 -13
  2088. data/vendor/rails/activesupport/lib/active_support/core_ext/time/calculations.rb +0 -313
  2089. data/vendor/rails/activesupport/lib/active_support/core_ext/time/conversions.rb +0 -90
  2090. data/vendor/rails/activesupport/lib/active_support/core_ext/time/zones.rb +0 -86
  2091. data/vendor/rails/activesupport/lib/active_support/core_ext/try.rb +0 -36
  2092. data/vendor/rails/activesupport/lib/active_support/core_ext/uri.rb +0 -16
  2093. data/vendor/rails/activesupport/lib/active_support/dependencies.rb +0 -651
  2094. data/vendor/rails/activesupport/lib/active_support/deprecation.rb +0 -204
  2095. data/vendor/rails/activesupport/lib/active_support/duration.rb +0 -100
  2096. data/vendor/rails/activesupport/lib/active_support/gzip.rb +0 -25
  2097. data/vendor/rails/activesupport/lib/active_support/inflections.rb +0 -56
  2098. data/vendor/rails/activesupport/lib/active_support/inflector.rb +0 -409
  2099. data/vendor/rails/activesupport/lib/active_support/json.rb +0 -2
  2100. data/vendor/rails/activesupport/lib/active_support/json/backends/jsongem.rb +0 -37
  2101. data/vendor/rails/activesupport/lib/active_support/json/backends/yajl.rb +0 -40
  2102. data/vendor/rails/activesupport/lib/active_support/json/backends/yaml.rb +0 -87
  2103. data/vendor/rails/activesupport/lib/active_support/json/decoding.rb +0 -50
  2104. data/vendor/rails/activesupport/lib/active_support/json/encoders/date.rb +0 -22
  2105. data/vendor/rails/activesupport/lib/active_support/json/encoders/date_time.rb +0 -22
  2106. data/vendor/rails/activesupport/lib/active_support/json/encoders/enumerable.rb +0 -17
  2107. data/vendor/rails/activesupport/lib/active_support/json/encoders/false_class.rb +0 -7
  2108. data/vendor/rails/activesupport/lib/active_support/json/encoders/hash.rb +0 -56
  2109. data/vendor/rails/activesupport/lib/active_support/json/encoders/nil_class.rb +0 -7
  2110. data/vendor/rails/activesupport/lib/active_support/json/encoders/numeric.rb +0 -21
  2111. data/vendor/rails/activesupport/lib/active_support/json/encoders/object.rb +0 -10
  2112. data/vendor/rails/activesupport/lib/active_support/json/encoders/regexp.rb +0 -9
  2113. data/vendor/rails/activesupport/lib/active_support/json/encoders/string.rb +0 -9
  2114. data/vendor/rails/activesupport/lib/active_support/json/encoders/symbol.rb +0 -5
  2115. data/vendor/rails/activesupport/lib/active_support/json/encoders/time.rb +0 -22
  2116. data/vendor/rails/activesupport/lib/active_support/json/encoders/true_class.rb +0 -7
  2117. data/vendor/rails/activesupport/lib/active_support/json/encoding.rb +0 -111
  2118. data/vendor/rails/activesupport/lib/active_support/json/variable.rb +0 -10
  2119. data/vendor/rails/activesupport/lib/active_support/locale/en.yml +0 -36
  2120. data/vendor/rails/activesupport/lib/active_support/memoizable.rb +0 -102
  2121. data/vendor/rails/activesupport/lib/active_support/message_encryptor.rb +0 -70
  2122. data/vendor/rails/activesupport/lib/active_support/message_verifier.rb +0 -79
  2123. data/vendor/rails/activesupport/lib/active_support/multibyte.rb +0 -57
  2124. data/vendor/rails/activesupport/lib/active_support/multibyte/chars.rb +0 -707
  2125. data/vendor/rails/activesupport/lib/active_support/multibyte/exceptions.rb +0 -8
  2126. data/vendor/rails/activesupport/lib/active_support/multibyte/unicode_database.rb +0 -71
  2127. data/vendor/rails/activesupport/lib/active_support/multibyte/utils.rb +0 -60
  2128. data/vendor/rails/activesupport/lib/active_support/option_merger.rb +0 -23
  2129. data/vendor/rails/activesupport/lib/active_support/ordered_hash.rb +0 -164
  2130. data/vendor/rails/activesupport/lib/active_support/ordered_options.rb +0 -19
  2131. data/vendor/rails/activesupport/lib/active_support/rescuable.rb +0 -108
  2132. data/vendor/rails/activesupport/lib/active_support/secure_random.rb +0 -199
  2133. data/vendor/rails/activesupport/lib/active_support/string_inquirer.rb +0 -21
  2134. data/vendor/rails/activesupport/lib/active_support/test_case.rb +0 -40
  2135. data/vendor/rails/activesupport/lib/active_support/testing/assertions.rb +0 -79
  2136. data/vendor/rails/activesupport/lib/active_support/testing/declarative.rb +0 -21
  2137. data/vendor/rails/activesupport/lib/active_support/testing/default.rb +0 -9
  2138. data/vendor/rails/activesupport/lib/active_support/testing/deprecation.rb +0 -57
  2139. data/vendor/rails/activesupport/lib/active_support/testing/performance.rb +0 -452
  2140. data/vendor/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb +0 -91
  2141. data/vendor/rails/activesupport/lib/active_support/time_with_zone.rb +0 -335
  2142. data/vendor/rails/activesupport/lib/active_support/values/time_zone.rb +0 -416
  2143. data/vendor/rails/activesupport/lib/active_support/values/unicode_tables.dat +0 -0
  2144. data/vendor/rails/activesupport/lib/active_support/vendor.rb +0 -36
  2145. data/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/blankslate.rb +0 -113
  2146. data/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb +0 -13
  2147. data/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb +0 -20
  2148. data/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/css.rb +0 -250
  2149. data/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb +0 -115
  2150. data/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb +0 -139
  2151. data/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb +0 -63
  2152. data/vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb +0 -328
  2153. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n.rb +0 -322
  2154. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend.rb +0 -20
  2155. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/active_record.rb +0 -61
  2156. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/active_record/missing.rb +0 -65
  2157. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/active_record/store_procs.rb +0 -38
  2158. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/active_record/translation.rb +0 -93
  2159. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/base.rb +0 -237
  2160. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/cache.rb +0 -77
  2161. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/cascade.rb +0 -57
  2162. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb +0 -77
  2163. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/cldr.rb +0 -100
  2164. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/fallbacks.rb +0 -69
  2165. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/flatten.rb +0 -113
  2166. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/gettext.rb +0 -75
  2167. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/interpolation_compiler.rb +0 -123
  2168. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/key_value.rb +0 -102
  2169. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/memoize.rb +0 -48
  2170. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb +0 -65
  2171. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/pluralization.rb +0 -57
  2172. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb +0 -87
  2173. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/backend/transliterator.rb +0 -98
  2174. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/config.rb +0 -84
  2175. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/core_ext/hash.rb +0 -28
  2176. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/core_ext/string/interpolate.rb +0 -98
  2177. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/exceptions.rb +0 -61
  2178. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/gettext.rb +0 -27
  2179. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/gettext/helpers.rb +0 -65
  2180. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/gettext/po_parser.rb +0 -329
  2181. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/locale.rb +0 -6
  2182. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/locale/fallbacks.rb +0 -98
  2183. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/locale/tag.rb +0 -28
  2184. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/locale/tag/parents.rb +0 -24
  2185. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/locale/tag/rfc4646.rb +0 -76
  2186. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/locale/tag/simple.rb +0 -41
  2187. data/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.4.1/i18n/version.rb +0 -3
  2188. data/vendor/rails/activesupport/lib/active_support/vendor/memcache-client-1.7.4/memcache.rb +0 -1107
  2189. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo.rb +0 -33
  2190. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone.rb +0 -47
  2191. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone_info.rb +0 -228
  2192. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Algiers.rb +0 -55
  2193. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Cairo.rb +0 -219
  2194. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Casablanca.rb +0 -40
  2195. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Harare.rb +0 -18
  2196. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Johannesburg.rb +0 -25
  2197. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Monrovia.rb +0 -22
  2198. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Nairobi.rb +0 -23
  2199. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/Buenos_Aires.rb +0 -166
  2200. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/San_Juan.rb +0 -86
  2201. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Bogota.rb +0 -23
  2202. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Caracas.rb +0 -23
  2203. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chicago.rb +0 -283
  2204. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chihuahua.rb +0 -136
  2205. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Denver.rb +0 -204
  2206. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Godthab.rb +0 -161
  2207. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Guatemala.rb +0 -27
  2208. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Halifax.rb +0 -274
  2209. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Indiana/Indianapolis.rb +0 -149
  2210. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Juneau.rb +0 -194
  2211. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/La_Paz.rb +0 -22
  2212. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Lima.rb +0 -35
  2213. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Los_Angeles.rb +0 -232
  2214. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mazatlan.rb +0 -139
  2215. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mexico_City.rb +0 -144
  2216. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Monterrey.rb +0 -131
  2217. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/New_York.rb +0 -282
  2218. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Phoenix.rb +0 -30
  2219. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Regina.rb +0 -74
  2220. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Santiago.rb +0 -205
  2221. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Sao_Paulo.rb +0 -171
  2222. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/St_Johns.rb +0 -288
  2223. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Tijuana.rb +0 -196
  2224. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Almaty.rb +0 -67
  2225. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baghdad.rb +0 -73
  2226. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baku.rb +0 -161
  2227. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Bangkok.rb +0 -20
  2228. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Chongqing.rb +0 -33
  2229. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Colombo.rb +0 -30
  2230. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Dhaka.rb +0 -27
  2231. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Hong_Kong.rb +0 -87
  2232. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Irkutsk.rb +0 -165
  2233. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jakarta.rb +0 -30
  2234. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jerusalem.rb +0 -163
  2235. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kabul.rb +0 -20
  2236. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kamchatka.rb +0 -163
  2237. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Karachi.rb +0 -30
  2238. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Katmandu.rb +0 -20
  2239. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kolkata.rb +0 -25
  2240. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Krasnoyarsk.rb +0 -163
  2241. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuala_Lumpur.rb +0 -31
  2242. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuwait.rb +0 -18
  2243. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Magadan.rb +0 -163
  2244. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Muscat.rb +0 -18
  2245. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Novosibirsk.rb +0 -164
  2246. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Rangoon.rb +0 -24
  2247. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Riyadh.rb +0 -18
  2248. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Seoul.rb +0 -34
  2249. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Shanghai.rb +0 -35
  2250. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Singapore.rb +0 -33
  2251. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Taipei.rb +0 -59
  2252. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tashkent.rb +0 -47
  2253. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tbilisi.rb +0 -78
  2254. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tehran.rb +0 -121
  2255. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tokyo.rb +0 -30
  2256. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Ulaanbaatar.rb +0 -65
  2257. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Urumqi.rb +0 -33
  2258. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Vladivostok.rb +0 -164
  2259. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yakutsk.rb +0 -163
  2260. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yekaterinburg.rb +0 -165
  2261. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yerevan.rb +0 -165
  2262. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Azores.rb +0 -270
  2263. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Cape_Verde.rb +0 -23
  2264. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/South_Georgia.rb +0 -18
  2265. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Adelaide.rb +0 -187
  2266. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Brisbane.rb +0 -35
  2267. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Darwin.rb +0 -29
  2268. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Hobart.rb +0 -193
  2269. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Melbourne.rb +0 -185
  2270. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Perth.rb +0 -37
  2271. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Sydney.rb +0 -185
  2272. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/UTC.rb +0 -16
  2273. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Amsterdam.rb +0 -228
  2274. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Athens.rb +0 -185
  2275. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Belgrade.rb +0 -163
  2276. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Berlin.rb +0 -188
  2277. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bratislava.rb +0 -13
  2278. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Brussels.rb +0 -232
  2279. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bucharest.rb +0 -181
  2280. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Budapest.rb +0 -197
  2281. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Copenhagen.rb +0 -179
  2282. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Dublin.rb +0 -276
  2283. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Helsinki.rb +0 -163
  2284. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Istanbul.rb +0 -218
  2285. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Kiev.rb +0 -168
  2286. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Lisbon.rb +0 -268
  2287. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Ljubljana.rb +0 -13
  2288. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/London.rb +0 -288
  2289. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Madrid.rb +0 -211
  2290. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Minsk.rb +0 -170
  2291. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Moscow.rb +0 -181
  2292. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Paris.rb +0 -232
  2293. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Prague.rb +0 -187
  2294. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Riga.rb +0 -176
  2295. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Rome.rb +0 -215
  2296. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sarajevo.rb +0 -13
  2297. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Skopje.rb +0 -13
  2298. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sofia.rb +0 -173
  2299. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Stockholm.rb +0 -165
  2300. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Tallinn.rb +0 -172
  2301. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vienna.rb +0 -183
  2302. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vilnius.rb +0 -170
  2303. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Warsaw.rb +0 -212
  2304. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Zagreb.rb +0 -13
  2305. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Auckland.rb +0 -202
  2306. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb +0 -23
  2307. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Guam.rb +0 -22
  2308. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Honolulu.rb +0 -28
  2309. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Majuro.rb +0 -20
  2310. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb +0 -25
  2311. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Noumea.rb +0 -25
  2312. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Pago_Pago.rb +0 -26
  2313. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Port_Moresby.rb +0 -20
  2314. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Tongatapu.rb +0 -27
  2315. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/info_timezone.rb +0 -52
  2316. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone.rb +0 -51
  2317. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone_info.rb +0 -44
  2318. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/offset_rationals.rb +0 -98
  2319. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/ruby_core_support.rb +0 -56
  2320. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb +0 -292
  2321. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb +0 -508
  2322. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_definition.rb +0 -56
  2323. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_info.rb +0 -40
  2324. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb +0 -94
  2325. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb +0 -198
  2326. data/vendor/rails/activesupport/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_transition_info.rb +0 -129
  2327. data/vendor/rails/activesupport/lib/active_support/version.rb +0 -9
  2328. data/vendor/rails/activesupport/lib/active_support/whiny_nil.rb +0 -64
  2329. data/vendor/rails/activesupport/lib/active_support/xml_mini.rb +0 -31
  2330. data/vendor/rails/activesupport/lib/active_support/xml_mini/jdom.rb +0 -162
  2331. data/vendor/rails/activesupport/lib/active_support/xml_mini/libxml.rb +0 -73
  2332. data/vendor/rails/activesupport/lib/active_support/xml_mini/libxmlsax.rb +0 -74
  2333. data/vendor/rails/activesupport/lib/active_support/xml_mini/nokogiri.rb +0 -72
  2334. data/vendor/rails/activesupport/lib/active_support/xml_mini/nokogirisax.rb +0 -73
  2335. data/vendor/rails/activesupport/lib/active_support/xml_mini/rexml.rb +0 -108
  2336. data/vendor/rails/activesupport/lib/activesupport.rb +0 -2
  2337. data/vendor/rails/activesupport/test/abstract_unit.rb +0 -37
  2338. data/vendor/rails/activesupport/test/autoloading_fixtures/a/b.rb +0 -2
  2339. data/vendor/rails/activesupport/test/autoloading_fixtures/a/c/d.rb +0 -2
  2340. data/vendor/rails/activesupport/test/autoloading_fixtures/a/c/e/f.rb +0 -2
  2341. data/vendor/rails/activesupport/test/autoloading_fixtures/application.rb +0 -1
  2342. data/vendor/rails/activesupport/test/autoloading_fixtures/class_folder.rb +0 -3
  2343. data/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/class_folder_subclass.rb +0 -3
  2344. data/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/inline_class.rb +0 -2
  2345. data/vendor/rails/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb +0 -7
  2346. data/vendor/rails/activesupport/test/autoloading_fixtures/conflict.rb +0 -1
  2347. data/vendor/rails/activesupport/test/autoloading_fixtures/counting_loader.rb +0 -5
  2348. data/vendor/rails/activesupport/test/autoloading_fixtures/cross_site_dependency.rb +0 -2
  2349. data/vendor/rails/activesupport/test/autoloading_fixtures/e.rb +0 -2
  2350. data/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/inline_class.rb +0 -2
  2351. data/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb +0 -4
  2352. data/vendor/rails/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb +0 -2
  2353. data/vendor/rails/activesupport/test/autoloading_fixtures/module_with_custom_const_missing/a/b.rb +0 -1
  2354. data/vendor/rails/activesupport/test/autoloading_fixtures/multiple_constant_file.rb +0 -2
  2355. data/vendor/rails/activesupport/test/autoloading_fixtures/raises_name_error.rb +0 -3
  2356. data/vendor/rails/activesupport/test/autoloading_fixtures/raises_no_method_error.rb +0 -3
  2357. data/vendor/rails/activesupport/test/buffered_logger_test.rb +0 -146
  2358. data/vendor/rails/activesupport/test/caching_test.rb +0 -355
  2359. data/vendor/rails/activesupport/test/callbacks_test.rb +0 -188
  2360. data/vendor/rails/activesupport/test/clean_backtrace_test.rb +0 -47
  2361. data/vendor/rails/activesupport/test/clean_logger_test.rb +0 -57
  2362. data/vendor/rails/activesupport/test/core_ext/array_ext_test.rb +0 -394
  2363. data/vendor/rails/activesupport/test/core_ext/base64_ext_test.rb +0 -8
  2364. data/vendor/rails/activesupport/test/core_ext/bigdecimal.rb +0 -10
  2365. data/vendor/rails/activesupport/test/core_ext/blank_test.rb +0 -21
  2366. data/vendor/rails/activesupport/test/core_ext/cgi_ext_test.rb +0 -14
  2367. data/vendor/rails/activesupport/test/core_ext/class/attribute_accessor_test.rb +0 -38
  2368. data/vendor/rails/activesupport/test/core_ext/class/class_inheritable_attributes_test.rb +0 -224
  2369. data/vendor/rails/activesupport/test/core_ext/class/delegating_attributes_test.rb +0 -115
  2370. data/vendor/rails/activesupport/test/core_ext/class_test.rb +0 -46
  2371. data/vendor/rails/activesupport/test/core_ext/date_ext_test.rb +0 -286
  2372. data/vendor/rails/activesupport/test/core_ext/date_time_ext_test.rb +0 -363
  2373. data/vendor/rails/activesupport/test/core_ext/duplicable_test.rb +0 -22
  2374. data/vendor/rails/activesupport/test/core_ext/duration_test.rb +0 -121
  2375. data/vendor/rails/activesupport/test/core_ext/enumerable_test.rb +0 -102
  2376. data/vendor/rails/activesupport/test/core_ext/exception_test.rb +0 -68
  2377. data/vendor/rails/activesupport/test/core_ext/file_test.rb +0 -67
  2378. data/vendor/rails/activesupport/test/core_ext/float_ext_test.rb +0 -25
  2379. data/vendor/rails/activesupport/test/core_ext/hash_ext_test.rb +0 -1016
  2380. data/vendor/rails/activesupport/test/core_ext/integer_ext_test.rb +0 -37
  2381. data/vendor/rails/activesupport/test/core_ext/kernel_test.rb +0 -43
  2382. data/vendor/rails/activesupport/test/core_ext/load_error_test.rb +0 -16
  2383. data/vendor/rails/activesupport/test/core_ext/module/attr_accessor_with_default_test.rb +0 -30
  2384. data/vendor/rails/activesupport/test/core_ext/module/attr_internal_test.rb +0 -52
  2385. data/vendor/rails/activesupport/test/core_ext/module/attribute_accessor_test.rb +0 -39
  2386. data/vendor/rails/activesupport/test/core_ext/module/attribute_aliasing_test.rb +0 -58
  2387. data/vendor/rails/activesupport/test/core_ext/module/model_naming_test.rb +0 -27
  2388. data/vendor/rails/activesupport/test/core_ext/module/synchronization_test.rb +0 -86
  2389. data/vendor/rails/activesupport/test/core_ext/module_test.rb +0 -363
  2390. data/vendor/rails/activesupport/test/core_ext/name_error_test.rb +0 -20
  2391. data/vendor/rails/activesupport/test/core_ext/numeric_ext_test.rb +0 -168
  2392. data/vendor/rails/activesupport/test/core_ext/object_and_class_ext_test.rb +0 -294
  2393. data/vendor/rails/activesupport/test/core_ext/object_ext_test.rb +0 -8
  2394. data/vendor/rails/activesupport/test/core_ext/pathname_test.rb +0 -9
  2395. data/vendor/rails/activesupport/test/core_ext/proc_test.rb +0 -11
  2396. data/vendor/rails/activesupport/test/core_ext/range_ext_test.rb +0 -63
  2397. data/vendor/rails/activesupport/test/core_ext/string_ext_test.rb +0 -402
  2398. data/vendor/rails/activesupport/test/core_ext/symbol_test.rb +0 -9
  2399. data/vendor/rails/activesupport/test/core_ext/time_ext_test.rb +0 -771
  2400. data/vendor/rails/activesupport/test/core_ext/time_with_zone_test.rb +0 -851
  2401. data/vendor/rails/activesupport/test/core_ext/uri_ext_test.rb +0 -12
  2402. data/vendor/rails/activesupport/test/dependencies/check_warnings.rb +0 -2
  2403. data/vendor/rails/activesupport/test/dependencies/conflict.rb +0 -1
  2404. data/vendor/rails/activesupport/test/dependencies/cross_site_depender.rb +0 -3
  2405. data/vendor/rails/activesupport/test/dependencies/mutual_one.rb +0 -4
  2406. data/vendor/rails/activesupport/test/dependencies/mutual_two.rb +0 -4
  2407. data/vendor/rails/activesupport/test/dependencies/raises_exception.rb +0 -3
  2408. data/vendor/rails/activesupport/test/dependencies/requires_nonexistent0.rb +0 -1
  2409. data/vendor/rails/activesupport/test/dependencies/requires_nonexistent1.rb +0 -1
  2410. data/vendor/rails/activesupport/test/dependencies/service_one.rb +0 -5
  2411. data/vendor/rails/activesupport/test/dependencies/service_two.rb +0 -2
  2412. data/vendor/rails/activesupport/test/dependencies_test.rb +0 -789
  2413. data/vendor/rails/activesupport/test/deprecation/proxy_wrappers_test.rb +0 -22
  2414. data/vendor/rails/activesupport/test/deprecation_test.rb +0 -167
  2415. data/vendor/rails/activesupport/test/empty_bool.rb +0 -7
  2416. data/vendor/rails/activesupport/test/flush_cache_on_private_memoization_test.rb +0 -43
  2417. data/vendor/rails/activesupport/test/gzip_test.rb +0 -7
  2418. data/vendor/rails/activesupport/test/i18n_test.rb +0 -98
  2419. data/vendor/rails/activesupport/test/inflector_test.rb +0 -298
  2420. data/vendor/rails/activesupport/test/inflector_test_cases.rb +0 -262
  2421. data/vendor/rails/activesupport/test/json/decoding_test.rb +0 -79
  2422. data/vendor/rails/activesupport/test/json/encoding_test.rb +0 -162
  2423. data/vendor/rails/activesupport/test/memoizable_test.rb +0 -261
  2424. data/vendor/rails/activesupport/test/message_encryptor_test.rb +0 -55
  2425. data/vendor/rails/activesupport/test/message_verifier_test.rb +0 -31
  2426. data/vendor/rails/activesupport/test/multibyte_chars_test.rb +0 -606
  2427. data/vendor/rails/activesupport/test/multibyte_conformance.rb +0 -129
  2428. data/vendor/rails/activesupport/test/multibyte_test_helpers.rb +0 -19
  2429. data/vendor/rails/activesupport/test/multibyte_unicode_database_test.rb +0 -22
  2430. data/vendor/rails/activesupport/test/multibyte_utils_test.rb +0 -137
  2431. data/vendor/rails/activesupport/test/option_merger_test.rb +0 -85
  2432. data/vendor/rails/activesupport/test/ordered_hash_test.rb +0 -237
  2433. data/vendor/rails/activesupport/test/ordered_options_test.rb +0 -53
  2434. data/vendor/rails/activesupport/test/rescuable_test.rb +0 -75
  2435. data/vendor/rails/activesupport/test/safe_buffer_test.rb +0 -36
  2436. data/vendor/rails/activesupport/test/secure_random_test.rb +0 -19
  2437. data/vendor/rails/activesupport/test/string_inquirer_test.rb +0 -15
  2438. data/vendor/rails/activesupport/test/test_case_test.rb +0 -57
  2439. data/vendor/rails/activesupport/test/test_test.rb +0 -188
  2440. data/vendor/rails/activesupport/test/time_zone_test.rb +0 -285
  2441. data/vendor/rails/activesupport/test/whiny_nil_test.rb +0 -50
  2442. data/vendor/rails/activesupport/test/xml_mini/jdom_engine_test.rb +0 -153
  2443. data/vendor/rails/activesupport/test/xml_mini/libxml_engine_test.rb +0 -204
  2444. data/vendor/rails/activesupport/test/xml_mini/libxmlsax_engine_test.rb +0 -181
  2445. data/vendor/rails/activesupport/test/xml_mini/nokogiri_engine_test.rb +0 -204
  2446. data/vendor/rails/activesupport/test/xml_mini/nokogirisax_engine_test.rb +0 -217
  2447. data/vendor/rails/activesupport/test/xml_mini/rexml_engine_test.rb +0 -15
  2448. data/vendor/rails/railties/CHANGELOG +0 -2193
  2449. data/vendor/rails/railties/MIT-LICENSE +0 -20
  2450. data/vendor/rails/railties/README +0 -243
  2451. data/vendor/rails/railties/Rakefile +0 -367
  2452. data/vendor/rails/railties/bin/about +0 -4
  2453. data/vendor/rails/railties/bin/console +0 -3
  2454. data/vendor/rails/railties/bin/dbconsole +0 -3
  2455. data/vendor/rails/railties/bin/destroy +0 -3
  2456. data/vendor/rails/railties/bin/generate +0 -3
  2457. data/vendor/rails/railties/bin/performance/benchmarker +0 -3
  2458. data/vendor/rails/railties/bin/performance/profiler +0 -3
  2459. data/vendor/rails/railties/bin/plugin +0 -3
  2460. data/vendor/rails/railties/bin/rails +0 -21
  2461. data/vendor/rails/railties/bin/runner +0 -3
  2462. data/vendor/rails/railties/bin/server +0 -3
  2463. data/vendor/rails/railties/builtin/rails_info/rails/info.rb +0 -131
  2464. data/vendor/rails/railties/builtin/rails_info/rails/info_controller.rb +0 -9
  2465. data/vendor/rails/railties/builtin/rails_info/rails/info_helper.rb +0 -2
  2466. data/vendor/rails/railties/builtin/rails_info/rails_info_controller.rb +0 -2
  2467. data/vendor/rails/railties/configs/databases/frontbase.yml +0 -28
  2468. data/vendor/rails/railties/configs/databases/ibm_db.yml +0 -62
  2469. data/vendor/rails/railties/configs/databases/mysql.yml +0 -60
  2470. data/vendor/rails/railties/configs/databases/oracle.yml +0 -39
  2471. data/vendor/rails/railties/configs/databases/postgresql.yml +0 -51
  2472. data/vendor/rails/railties/configs/databases/sqlite2.yml +0 -19
  2473. data/vendor/rails/railties/configs/databases/sqlite3.yml +0 -22
  2474. data/vendor/rails/railties/configs/empty.log +0 -0
  2475. data/vendor/rails/railties/configs/initializers/backtrace_silencers.rb +0 -7
  2476. data/vendor/rails/railties/configs/initializers/cookie_verification_secret.rb +0 -7
  2477. data/vendor/rails/railties/configs/initializers/inflections.rb +0 -10
  2478. data/vendor/rails/railties/configs/initializers/mime_types.rb +0 -5
  2479. data/vendor/rails/railties/configs/initializers/new_rails_defaults.rb +0 -21
  2480. data/vendor/rails/railties/configs/initializers/session_store.rb +0 -15
  2481. data/vendor/rails/railties/configs/locales/en.yml +0 -5
  2482. data/vendor/rails/railties/configs/routes.rb +0 -43
  2483. data/vendor/rails/railties/configs/seeds.rb +0 -7
  2484. data/vendor/rails/railties/dispatches/config.ru +0 -7
  2485. data/vendor/rails/railties/dispatches/dispatch.fcgi +0 -24
  2486. data/vendor/rails/railties/dispatches/dispatch.rb +0 -10
  2487. data/vendor/rails/railties/dispatches/gateway.cgi +0 -97
  2488. data/vendor/rails/railties/doc/README_FOR_APP +0 -2
  2489. data/vendor/rails/railties/environments/boot.rb +0 -114
  2490. data/vendor/rails/railties/environments/development.rb +0 -17
  2491. data/vendor/rails/railties/environments/environment.rb +0 -41
  2492. data/vendor/rails/railties/environments/production.rb +0 -28
  2493. data/vendor/rails/railties/environments/test.rb +0 -28
  2494. data/vendor/rails/railties/fresh_rakefile +0 -10
  2495. data/vendor/rails/railties/guides/files/javascripts/code_highlighter.js +0 -188
  2496. data/vendor/rails/railties/guides/files/javascripts/guides.js +0 -8
  2497. data/vendor/rails/railties/guides/files/javascripts/highlighters.js +0 -90
  2498. data/vendor/rails/railties/guides/files/stylesheets/main.css +0 -441
  2499. data/vendor/rails/railties/guides/files/stylesheets/print.css +0 -52
  2500. data/vendor/rails/railties/guides/files/stylesheets/reset.css +0 -43
  2501. data/vendor/rails/railties/guides/files/stylesheets/style.css +0 -13
  2502. data/vendor/rails/railties/guides/files/stylesheets/syntax.css +0 -31
  2503. data/vendor/rails/railties/guides/images/belongs_to.png +0 -0
  2504. data/vendor/rails/railties/guides/images/book_icon.gif +0 -0
  2505. data/vendor/rails/railties/guides/images/bullet.gif +0 -0
  2506. data/vendor/rails/railties/guides/images/chapters_icon.gif +0 -0
  2507. data/vendor/rails/railties/guides/images/check_bullet.gif +0 -0
  2508. data/vendor/rails/railties/guides/images/credits_pic_blank.gif +0 -0
  2509. data/vendor/rails/railties/guides/images/csrf.png +0 -0
  2510. data/vendor/rails/railties/guides/images/customized_error_messages.png +0 -0
  2511. data/vendor/rails/railties/guides/images/error_messages.png +0 -0
  2512. data/vendor/rails/railties/guides/images/feature_tile.gif +0 -0
  2513. data/vendor/rails/railties/guides/images/footer_tile.gif +0 -0
  2514. data/vendor/rails/railties/guides/images/fxn.jpg +0 -0
  2515. data/vendor/rails/railties/guides/images/grey_bullet.gif +0 -0
  2516. data/vendor/rails/railties/guides/images/habtm.png +0 -0
  2517. data/vendor/rails/railties/guides/images/has_many.png +0 -0
  2518. data/vendor/rails/railties/guides/images/has_many_through.png +0 -0
  2519. data/vendor/rails/railties/guides/images/has_one.png +0 -0
  2520. data/vendor/rails/railties/guides/images/has_one_through.png +0 -0
  2521. data/vendor/rails/railties/guides/images/header_backdrop.png +0 -0
  2522. data/vendor/rails/railties/guides/images/header_tile.gif +0 -0
  2523. data/vendor/rails/railties/guides/images/i18n/demo_localized_pirate.png +0 -0
  2524. data/vendor/rails/railties/guides/images/i18n/demo_translated_en.png +0 -0
  2525. data/vendor/rails/railties/guides/images/i18n/demo_translated_pirate.png +0 -0
  2526. data/vendor/rails/railties/guides/images/i18n/demo_translation_missing.png +0 -0
  2527. data/vendor/rails/railties/guides/images/i18n/demo_untranslated.png +0 -0
  2528. data/vendor/rails/railties/guides/images/icons/README +0 -5
  2529. data/vendor/rails/railties/guides/images/icons/callouts/1.png +0 -0
  2530. data/vendor/rails/railties/guides/images/icons/callouts/10.png +0 -0
  2531. data/vendor/rails/railties/guides/images/icons/callouts/11.png +0 -0
  2532. data/vendor/rails/railties/guides/images/icons/callouts/12.png +0 -0
  2533. data/vendor/rails/railties/guides/images/icons/callouts/13.png +0 -0
  2534. data/vendor/rails/railties/guides/images/icons/callouts/14.png +0 -0
  2535. data/vendor/rails/railties/guides/images/icons/callouts/15.png +0 -0
  2536. data/vendor/rails/railties/guides/images/icons/callouts/2.png +0 -0
  2537. data/vendor/rails/railties/guides/images/icons/callouts/3.png +0 -0
  2538. data/vendor/rails/railties/guides/images/icons/callouts/4.png +0 -0
  2539. data/vendor/rails/railties/guides/images/icons/callouts/5.png +0 -0
  2540. data/vendor/rails/railties/guides/images/icons/callouts/6.png +0 -0
  2541. data/vendor/rails/railties/guides/images/icons/callouts/7.png +0 -0
  2542. data/vendor/rails/railties/guides/images/icons/callouts/8.png +0 -0
  2543. data/vendor/rails/railties/guides/images/icons/callouts/9.png +0 -0
  2544. data/vendor/rails/railties/guides/images/icons/caution.png +0 -0
  2545. data/vendor/rails/railties/guides/images/icons/example.png +0 -0
  2546. data/vendor/rails/railties/guides/images/icons/home.png +0 -0
  2547. data/vendor/rails/railties/guides/images/icons/important.png +0 -0
  2548. data/vendor/rails/railties/guides/images/icons/next.png +0 -0
  2549. data/vendor/rails/railties/guides/images/icons/note.png +0 -0
  2550. data/vendor/rails/railties/guides/images/icons/prev.png +0 -0
  2551. data/vendor/rails/railties/guides/images/icons/tip.png +0 -0
  2552. data/vendor/rails/railties/guides/images/icons/up.png +0 -0
  2553. data/vendor/rails/railties/guides/images/icons/warning.png +0 -0
  2554. data/vendor/rails/railties/guides/images/nav_arrow.gif +0 -0
  2555. data/vendor/rails/railties/guides/images/polymorphic.png +0 -0
  2556. data/vendor/rails/railties/guides/images/posts_index.png +0 -0
  2557. data/vendor/rails/railties/guides/images/rails_guides_logo.gif +0 -0
  2558. data/vendor/rails/railties/guides/images/rails_logo_remix.gif +0 -0
  2559. data/vendor/rails/railties/guides/images/rails_welcome.png +0 -0
  2560. data/vendor/rails/railties/guides/images/session_fixation.png +0 -0
  2561. data/vendor/rails/railties/guides/images/tab_grey.gif +0 -0
  2562. data/vendor/rails/railties/guides/images/tab_info.gif +0 -0
  2563. data/vendor/rails/railties/guides/images/tab_note.gif +0 -0
  2564. data/vendor/rails/railties/guides/images/tab_red.gif +0 -0
  2565. data/vendor/rails/railties/guides/images/tab_yellow.gif +0 -0
  2566. data/vendor/rails/railties/guides/images/tab_yellow.png +0 -0
  2567. data/vendor/rails/railties/guides/images/validation_error_messages.png +0 -0
  2568. data/vendor/rails/railties/guides/rails_guides.rb +0 -31
  2569. data/vendor/rails/railties/guides/rails_guides/generator.rb +0 -258
  2570. data/vendor/rails/railties/guides/rails_guides/helpers.rb +0 -34
  2571. data/vendor/rails/railties/guides/rails_guides/indexer.rb +0 -68
  2572. data/vendor/rails/railties/guides/rails_guides/levenshtein.rb +0 -31
  2573. data/vendor/rails/railties/guides/rails_guides/textile_extensions.rb +0 -41
  2574. data/vendor/rails/railties/guides/source/2_2_release_notes.textile +0 -422
  2575. data/vendor/rails/railties/guides/source/2_3_release_notes.textile +0 -610
  2576. data/vendor/rails/railties/guides/source/action_controller_overview.textile +0 -776
  2577. data/vendor/rails/railties/guides/source/action_mailer_basics.textile +0 -441
  2578. data/vendor/rails/railties/guides/source/active_record_basics.textile +0 -135
  2579. data/vendor/rails/railties/guides/source/active_record_querying.textile +0 -969
  2580. data/vendor/rails/railties/guides/source/activerecord_validations_callbacks.textile +0 -1086
  2581. data/vendor/rails/railties/guides/source/association_basics.textile +0 -1781
  2582. data/vendor/rails/railties/guides/source/caching_with_rails.textile +0 -524
  2583. data/vendor/rails/railties/guides/source/command_line.textile +0 -589
  2584. data/vendor/rails/railties/guides/source/configuring.textile +0 -234
  2585. data/vendor/rails/railties/guides/source/contribute.textile +0 -71
  2586. data/vendor/rails/railties/guides/source/contributing_to_rails.textile +0 -239
  2587. data/vendor/rails/railties/guides/source/credits.html.erb +0 -52
  2588. data/vendor/rails/railties/guides/source/debugging_rails_applications.textile +0 -709
  2589. data/vendor/rails/railties/guides/source/form_helpers.textile +0 -766
  2590. data/vendor/rails/railties/guides/source/getting_started.textile +0 -1297
  2591. data/vendor/rails/railties/guides/source/i18n.textile +0 -912
  2592. data/vendor/rails/railties/guides/source/index.html.erb +0 -125
  2593. data/vendor/rails/railties/guides/source/layout.html.erb +0 -103
  2594. data/vendor/rails/railties/guides/source/layouts_and_rendering.textile +0 -979
  2595. data/vendor/rails/railties/guides/source/migrations.textile +0 -591
  2596. data/vendor/rails/railties/guides/source/nested_model_forms.textile +0 -222
  2597. data/vendor/rails/railties/guides/source/performance_testing.textile +0 -531
  2598. data/vendor/rails/railties/guides/source/plugins.textile +0 -1512
  2599. data/vendor/rails/railties/guides/source/rails_on_rack.textile +0 -309
  2600. data/vendor/rails/railties/guides/source/routing.textile +0 -903
  2601. data/vendor/rails/railties/guides/source/security.textile +0 -986
  2602. data/vendor/rails/railties/guides/source/testing.textile +0 -951
  2603. data/vendor/rails/railties/helpers/application_controller.rb +0 -10
  2604. data/vendor/rails/railties/helpers/application_helper.rb +0 -3
  2605. data/vendor/rails/railties/helpers/performance_test.rb +0 -9
  2606. data/vendor/rails/railties/helpers/test_helper.rb +0 -38
  2607. data/vendor/rails/railties/html/404.html +0 -30
  2608. data/vendor/rails/railties/html/422.html +0 -30
  2609. data/vendor/rails/railties/html/500.html +0 -30
  2610. data/vendor/rails/railties/html/favicon.ico +0 -0
  2611. data/vendor/rails/railties/html/images/rails.png +0 -0
  2612. data/vendor/rails/railties/html/index.html +0 -275
  2613. data/vendor/rails/railties/html/javascripts/application.js +0 -2
  2614. data/vendor/rails/railties/html/javascripts/controls.js +0 -963
  2615. data/vendor/rails/railties/html/javascripts/dragdrop.js +0 -973
  2616. data/vendor/rails/railties/html/javascripts/effects.js +0 -1128
  2617. data/vendor/rails/railties/html/javascripts/prototype.js +0 -4320
  2618. data/vendor/rails/railties/html/robots.txt +0 -5
  2619. data/vendor/rails/railties/lib/code_statistics.rb +0 -107
  2620. data/vendor/rails/railties/lib/commands.rb +0 -17
  2621. data/vendor/rails/railties/lib/commands/about.rb +0 -3
  2622. data/vendor/rails/railties/lib/commands/console.rb +0 -45
  2623. data/vendor/rails/railties/lib/commands/dbconsole.rb +0 -87
  2624. data/vendor/rails/railties/lib/commands/destroy.rb +0 -6
  2625. data/vendor/rails/railties/lib/commands/generate.rb +0 -6
  2626. data/vendor/rails/railties/lib/commands/ncgi/listener +0 -86
  2627. data/vendor/rails/railties/lib/commands/ncgi/tracker +0 -69
  2628. data/vendor/rails/railties/lib/commands/performance/benchmarker.rb +0 -24
  2629. data/vendor/rails/railties/lib/commands/performance/profiler.rb +0 -50
  2630. data/vendor/rails/railties/lib/commands/plugin.rb +0 -968
  2631. data/vendor/rails/railties/lib/commands/runner.rb +0 -54
  2632. data/vendor/rails/railties/lib/commands/server.rb +0 -114
  2633. data/vendor/rails/railties/lib/commands/update.rb +0 -4
  2634. data/vendor/rails/railties/lib/console_app.rb +0 -30
  2635. data/vendor/rails/railties/lib/console_sandbox.rb +0 -6
  2636. data/vendor/rails/railties/lib/console_with_helpers.rb +0 -5
  2637. data/vendor/rails/railties/lib/dispatcher.rb +0 -24
  2638. data/vendor/rails/railties/lib/fcgi_handler.rb +0 -239
  2639. data/vendor/rails/railties/lib/initializer.rb +0 -1152
  2640. data/vendor/rails/railties/lib/performance_test_help.rb +0 -5
  2641. data/vendor/rails/railties/lib/rails/backtrace_cleaner.rb +0 -54
  2642. data/vendor/rails/railties/lib/rails/gem_builder.rb +0 -21
  2643. data/vendor/rails/railties/lib/rails/gem_dependency.rb +0 -320
  2644. data/vendor/rails/railties/lib/rails/plugin.rb +0 -179
  2645. data/vendor/rails/railties/lib/rails/plugin/loader.rb +0 -198
  2646. data/vendor/rails/railties/lib/rails/plugin/locator.rb +0 -100
  2647. data/vendor/rails/railties/lib/rails/rack.rb +0 -8
  2648. data/vendor/rails/railties/lib/rails/rack/debugger.rb +0 -23
  2649. data/vendor/rails/railties/lib/rails/rack/log_tailer.rb +0 -35
  2650. data/vendor/rails/railties/lib/rails/rack/metal.rb +0 -51
  2651. data/vendor/rails/railties/lib/rails/rack/static.rb +0 -46
  2652. data/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb +0 -140
  2653. data/vendor/rails/railties/lib/rails/version.rb +0 -9
  2654. data/vendor/rails/railties/lib/rails_generator.rb +0 -46
  2655. data/vendor/rails/railties/lib/rails_generator/base.rb +0 -266
  2656. data/vendor/rails/railties/lib/rails_generator/commands.rb +0 -621
  2657. data/vendor/rails/railties/lib/rails_generator/generated_attribute.rb +0 -47
  2658. data/vendor/rails/railties/lib/rails_generator/generators/applications/app/USAGE +0 -9
  2659. data/vendor/rails/railties/lib/rails_generator/generators/applications/app/app_generator.rb +0 -266
  2660. data/vendor/rails/railties/lib/rails_generator/generators/applications/app/scm/git.rb +0 -18
  2661. data/vendor/rails/railties/lib/rails_generator/generators/applications/app/scm/scm.rb +0 -8
  2662. data/vendor/rails/railties/lib/rails_generator/generators/applications/app/scm/svn.rb +0 -7
  2663. data/vendor/rails/railties/lib/rails_generator/generators/applications/app/template_runner.rb +0 -401
  2664. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/USAGE +0 -30
  2665. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/controller_generator.rb +0 -43
  2666. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb +0 -7
  2667. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/functional_test.rb +0 -8
  2668. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper.rb +0 -2
  2669. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/helper_test.rb +0 -4
  2670. data/vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/view.html.erb +0 -2
  2671. data/vendor/rails/railties/lib/rails_generator/generators/components/helper/USAGE +0 -24
  2672. data/vendor/rails/railties/lib/rails_generator/generators/components/helper/helper_generator.rb +0 -25
  2673. data/vendor/rails/railties/lib/rails_generator/generators/components/helper/templates/helper.rb +0 -2
  2674. data/vendor/rails/railties/lib/rails_generator/generators/components/helper/templates/helper_test.rb +0 -4
  2675. data/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/USAGE +0 -8
  2676. data/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb +0 -16
  2677. data/vendor/rails/railties/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb +0 -10
  2678. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/USAGE +0 -16
  2679. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/mailer_generator.rb +0 -30
  2680. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.erb +0 -3
  2681. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml +0 -0
  2682. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/mailer.rb +0 -15
  2683. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/unit_test.rb +0 -20
  2684. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.erb +0 -3
  2685. data/vendor/rails/railties/lib/rails_generator/generators/components/mailer/templates/view.rhtml +0 -0
  2686. data/vendor/rails/railties/lib/rails_generator/generators/components/metal/USAGE +0 -8
  2687. data/vendor/rails/railties/lib/rails_generator/generators/components/metal/metal_generator.rb +0 -8
  2688. data/vendor/rails/railties/lib/rails_generator/generators/components/metal/templates/metal.rb +0 -12
  2689. data/vendor/rails/railties/lib/rails_generator/generators/components/migration/USAGE +0 -29
  2690. data/vendor/rails/railties/lib/rails_generator/generators/components/migration/migration_generator.rb +0 -20
  2691. data/vendor/rails/railties/lib/rails_generator/generators/components/migration/templates/migration.rb +0 -11
  2692. data/vendor/rails/railties/lib/rails_generator/generators/components/model/USAGE +0 -27
  2693. data/vendor/rails/railties/lib/rails_generator/generators/components/model/model_generator.rb +0 -52
  2694. data/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml +0 -23
  2695. data/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/migration.rb +0 -16
  2696. data/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/model.rb +0 -5
  2697. data/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/unit_test.rb +0 -8
  2698. data/vendor/rails/railties/lib/rails_generator/generators/components/observer/USAGE +0 -13
  2699. data/vendor/rails/railties/lib/rails_generator/generators/components/observer/observer_generator.rb +0 -16
  2700. data/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/observer.rb +0 -2
  2701. data/vendor/rails/railties/lib/rails_generator/generators/components/observer/templates/unit_test.rb +0 -8
  2702. data/vendor/rails/railties/lib/rails_generator/generators/components/performance_test/USAGE +0 -8
  2703. data/vendor/rails/railties/lib/rails_generator/generators/components/performance_test/performance_test_generator.rb +0 -16
  2704. data/vendor/rails/railties/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb +0 -9
  2705. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/USAGE +0 -25
  2706. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb +0 -39
  2707. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE +0 -20
  2708. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/README +0 -13
  2709. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/Rakefile +0 -23
  2710. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/USAGE +0 -8
  2711. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/generator.rb +0 -8
  2712. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/init.rb +0 -1
  2713. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/install.rb +0 -1
  2714. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb +0 -1
  2715. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake +0 -4
  2716. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/test_helper.rb +0 -4
  2717. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/uninstall.rb +0 -1
  2718. data/vendor/rails/railties/lib/rails_generator/generators/components/plugin/templates/unit_test.rb +0 -8
  2719. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/USAGE +0 -23
  2720. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/resource_generator.rb +0 -76
  2721. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/controller.rb +0 -2
  2722. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/functional_test.rb +0 -8
  2723. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper.rb +0 -2
  2724. data/vendor/rails/railties/lib/rails_generator/generators/components/resource/templates/helper_test.rb +0 -4
  2725. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/USAGE +0 -29
  2726. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb +0 -103
  2727. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/controller.rb +0 -83
  2728. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb +0 -45
  2729. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper.rb +0 -2
  2730. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/helper_test.rb +0 -4
  2731. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb +0 -17
  2732. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/style.css +0 -54
  2733. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb +0 -18
  2734. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_index.html.erb +0 -24
  2735. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_new.html.erb +0 -17
  2736. data/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/view_show.html.erb +0 -10
  2737. data/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/USAGE +0 -10
  2738. data/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb +0 -18
  2739. data/vendor/rails/railties/lib/rails_generator/generators/components/session_migration/templates/migration.rb +0 -16
  2740. data/vendor/rails/railties/lib/rails_generator/lookup.rb +0 -249
  2741. data/vendor/rails/railties/lib/rails_generator/manifest.rb +0 -53
  2742. data/vendor/rails/railties/lib/rails_generator/options.rb +0 -150
  2743. data/vendor/rails/railties/lib/rails_generator/scripts.rb +0 -89
  2744. data/vendor/rails/railties/lib/rails_generator/scripts/destroy.rb +0 -29
  2745. data/vendor/rails/railties/lib/rails_generator/scripts/generate.rb +0 -7
  2746. data/vendor/rails/railties/lib/rails_generator/scripts/update.rb +0 -12
  2747. data/vendor/rails/railties/lib/rails_generator/secret_key_generator.rb +0 -24
  2748. data/vendor/rails/railties/lib/rails_generator/simple_logger.rb +0 -46
  2749. data/vendor/rails/railties/lib/rails_generator/spec.rb +0 -44
  2750. data/vendor/rails/railties/lib/railties_path.rb +0 -1
  2751. data/vendor/rails/railties/lib/ruby_version_check.rb +0 -17
  2752. data/vendor/rails/railties/lib/rubyprof_ext.rb +0 -35
  2753. data/vendor/rails/railties/lib/source_annotation_extractor.rb +0 -102
  2754. data/vendor/rails/railties/lib/tasks/annotations.rake +0 -20
  2755. data/vendor/rails/railties/lib/tasks/databases.rake +0 -436
  2756. data/vendor/rails/railties/lib/tasks/documentation.rake +0 -88
  2757. data/vendor/rails/railties/lib/tasks/framework.rake +0 -146
  2758. data/vendor/rails/railties/lib/tasks/gems.rake +0 -78
  2759. data/vendor/rails/railties/lib/tasks/log.rake +0 -9
  2760. data/vendor/rails/railties/lib/tasks/middleware.rake +0 -7
  2761. data/vendor/rails/railties/lib/tasks/misc.rake +0 -63
  2762. data/vendor/rails/railties/lib/tasks/rails.rb +0 -14
  2763. data/vendor/rails/railties/lib/tasks/routes.rake +0 -18
  2764. data/vendor/rails/railties/lib/tasks/statistics.rake +0 -17
  2765. data/vendor/rails/railties/lib/tasks/testing.rake +0 -139
  2766. data/vendor/rails/railties/lib/tasks/tmp.rake +0 -37
  2767. data/vendor/rails/railties/lib/test_help.rb +0 -38
  2768. data/vendor/rails/railties/lib/webrick_server.rb +0 -156
  2769. data/vendor/rails/railties/test/abstract_unit.rb +0 -27
  2770. data/vendor/rails/railties/test/backtrace_cleaner_test.rb +0 -61
  2771. data/vendor/rails/railties/test/boot_test.rb +0 -178
  2772. data/vendor/rails/railties/test/console_app_test.rb +0 -42
  2773. data/vendor/rails/railties/test/fcgi_dispatcher_test.rb +0 -266
  2774. data/vendor/rails/railties/test/fixtures/about_yml_plugins/bad_about_yml/about.yml +0 -1
  2775. data/vendor/rails/railties/test/fixtures/about_yml_plugins/bad_about_yml/init.rb +0 -1
  2776. data/vendor/rails/railties/test/fixtures/about_yml_plugins/plugin_without_about_yml/init.rb +0 -1
  2777. data/vendor/rails/railties/test/fixtures/eager/zoo.rb +0 -3
  2778. data/vendor/rails/railties/test/fixtures/eager/zoo/reptile_house.rb +0 -2
  2779. data/vendor/rails/railties/test/fixtures/environment_with_constant.rb +0 -1
  2780. data/vendor/rails/railties/test/fixtures/lib/generators/missing_class/missing_class_generator.rb +0 -0
  2781. data/vendor/rails/railties/test/fixtures/lib/generators/working/working_generator.rb +0 -2
  2782. data/vendor/rails/railties/test/fixtures/metal/multiplemetals/app/metal/metal_a.rb +0 -5
  2783. data/vendor/rails/railties/test/fixtures/metal/multiplemetals/app/metal/metal_b.rb +0 -5
  2784. data/vendor/rails/railties/test/fixtures/metal/pluralmetal/app/metal/legacy_routes.rb +0 -5
  2785. data/vendor/rails/railties/test/fixtures/metal/singlemetal/app/metal/foo_metal.rb +0 -5
  2786. data/vendor/rails/railties/test/fixtures/metal/subfolders/app/metal/Folder/metal_a.rb +0 -7
  2787. data/vendor/rails/railties/test/fixtures/metal/subfolders/app/metal/Folder/metal_b.rb +0 -7
  2788. data/vendor/rails/railties/test/fixtures/plugins/alternate/a/generators/a_generator/a_generator.rb +0 -4
  2789. data/vendor/rails/railties/test/fixtures/plugins/default/gemlike/init.rb +0 -1
  2790. data/vendor/rails/railties/test/fixtures/plugins/default/gemlike/lib/gemlike.rb +0 -2
  2791. data/vendor/rails/railties/test/fixtures/plugins/default/gemlike/rails/init.rb +0 -7
  2792. data/vendor/rails/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb +0 -0
  2793. data/vendor/rails/railties/test/fixtures/plugins/default/stubby/about.yml +0 -2
  2794. data/vendor/rails/railties/test/fixtures/plugins/default/stubby/generators/stubby_generator/stubby_generator.rb +0 -4
  2795. data/vendor/rails/railties/test/fixtures/plugins/default/stubby/init.rb +0 -7
  2796. data/vendor/rails/railties/test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb +0 -2
  2797. data/vendor/rails/railties/test/fixtures/plugins/engines/engine/app/controllers/engine_controller.rb +0 -2
  2798. data/vendor/rails/railties/test/fixtures/plugins/engines/engine/app/metal/engine_metal.rb +0 -9
  2799. data/vendor/rails/railties/test/fixtures/plugins/engines/engine/app/models/engine_model.rb +0 -2
  2800. data/vendor/rails/railties/test/fixtures/plugins/engines/engine/config/locales/en.yml +0 -2
  2801. data/vendor/rails/railties/test/fixtures/plugins/engines/engine/config/routes.rb +0 -3
  2802. data/vendor/rails/railties/test/fixtures/plugins/engines/engine/init.rb +0 -3
  2803. data/vendor/rails/railties/test/fixtures/public/foo/bar.html +0 -1
  2804. data/vendor/rails/railties/test/fixtures/public/foo/index.html +0 -1
  2805. data/vendor/rails/railties/test/fixtures/public/index.html +0 -1
  2806. data/vendor/rails/railties/test/gem_dependency_test.rb +0 -227
  2807. data/vendor/rails/railties/test/generator_lookup_test.rb +0 -40
  2808. data/vendor/rails/railties/test/generators/generated_attribute_test.rb +0 -38
  2809. data/vendor/rails/railties/test/generators/generator_test_helper.rb +0 -322
  2810. data/vendor/rails/railties/test/generators/rails_controller_generator_test.rb +0 -44
  2811. data/vendor/rails/railties/test/generators/rails_helper_generator_test.rb +0 -36
  2812. data/vendor/rails/railties/test/generators/rails_mailer_generator_test.rb +0 -29
  2813. data/vendor/rails/railties/test/generators/rails_model_generator_test.rb +0 -96
  2814. data/vendor/rails/railties/test/generators/rails_resource_generator_test.rb +0 -29
  2815. data/vendor/rails/railties/test/generators/rails_scaffold_generator_test.rb +0 -151
  2816. data/vendor/rails/railties/test/generators/rails_template_runner_test.rb +0 -216
  2817. data/vendor/rails/railties/test/initializer_test.rb +0 -437
  2818. data/vendor/rails/railties/test/metal_test.rb +0 -72
  2819. data/vendor/rails/railties/test/mocks/routes.rb +0 -6
  2820. data/vendor/rails/railties/test/plugin_loader_test.rb +0 -172
  2821. data/vendor/rails/railties/test/plugin_locator_test.rb +0 -62
  2822. data/vendor/rails/railties/test/plugin_test.rb +0 -162
  2823. data/vendor/rails/railties/test/plugin_test_helper.rb +0 -29
  2824. data/vendor/rails/railties/test/rack_static_test.rb +0 -47
  2825. data/vendor/rails/railties/test/rails_generator_test.rb +0 -145
  2826. data/vendor/rails/railties/test/rails_info_controller_test.rb +0 -52
  2827. data/vendor/rails/railties/test/rails_info_test.rb +0 -99
  2828. data/vendor/rails/railties/test/secret_key_generation_test.rb +0 -38
  2829. data/vendor/rails/railties/test/vendor/gems/dummy-gem-a-0.4.0/lib/dummy-gem-a.rb +0 -1
  2830. data/vendor/rails/railties/test/vendor/gems/dummy-gem-b-0.4.0/lib/dummy-gem-b.rb +0 -1
  2831. data/vendor/rails/railties/test/vendor/gems/dummy-gem-b-0.6.0/lib/dummy-gem-b.rb +0 -1
  2832. data/vendor/rails/railties/test/vendor/gems/dummy-gem-c-0.4.0/lib/dummy-gem-c.rb +0 -1
  2833. data/vendor/rails/railties/test/vendor/gems/dummy-gem-c-0.6.0/lib/dummy-gem-c.rb +0 -1
  2834. data/vendor/rails/railties/test/vendor/gems/dummy-gem-d-1.0.0/lib/dummy-gem-d.rb +0 -1
  2835. data/vendor/rails/railties/test/vendor/gems/dummy-gem-e-1.0.0/lib/dummy-gem-e.rb +0 -1
  2836. data/vendor/rails/railties/test/vendor/gems/dummy-gem-f-1.0.0/lib/dummy-gem-f.rb +0 -1
  2837. data/vendor/rails/railties/test/vendor/gems/dummy-gem-g-1.0.0/lib/dummy-gem-g.rb +0 -1
  2838. data/vendor/rails/railties/test/vendor/gems/dummy-gem-h-1.0.0/lib/dummy-gem-h.rb +0 -1
  2839. data/vendor/rails/railties/test/vendor/gems/dummy-gem-i-1.0.0/ext/dummy-gem-i/Makefile +0 -0
  2840. data/vendor/rails/railties/test/vendor/gems/dummy-gem-i-1.0.0/lib/dummy-gem-i.rb +0 -1
  2841. data/vendor/rails/railties/test/vendor/gems/dummy-gem-j-1.0.0/lib/dummy-gem-j.rb +0 -1
  2842. data/vendor/rails/railties/test/vendor/gems/dummy-gem-k-1.0.0/lib/dummy-gem-k.rb +0 -1
  2843. data/vendor/rails/railties/test/vendor/gems/dummy-gem-l-1.0.0-x86-mswin32/lib/dummy-gem-l.rb +0 -1
  2844. data/vendor/redcloth/Rakefile +0 -196
  2845. data/vendor/redcloth/bin/redcloth +0 -3
  2846. data/vendor/redcloth/doc/CHANGELOG +0 -160
  2847. data/vendor/redcloth/doc/COPYING +0 -25
  2848. data/vendor/redcloth/doc/README +0 -106
  2849. data/vendor/redcloth/doc/REFERENCE +0 -216
  2850. data/vendor/redcloth/doc/make.rb +0 -359
  2851. data/vendor/redcloth/lib/rctodb.rb +0 -1107
  2852. data/vendor/redcloth/lib/redcloth.rb +0 -1130
  2853. data/vendor/redcloth/run-tests.rb +0 -28
  2854. data/vendor/redcloth/setup.rb +0 -1376
  2855. data/vendor/redcloth/tests/code.yml +0 -105
  2856. data/vendor/redcloth/tests/images.yml +0 -171
  2857. data/vendor/redcloth/tests/instiki.yml +0 -39
  2858. data/vendor/redcloth/tests/links.yml +0 -155
  2859. data/vendor/redcloth/tests/lists.yml +0 -77
  2860. data/vendor/redcloth/tests/markdown.yml +0 -218
  2861. data/vendor/redcloth/tests/poignant.yml +0 -64
  2862. data/vendor/redcloth/tests/table.yml +0 -198
  2863. data/vendor/redcloth/tests/textism.yml +0 -406
@@ -1,1615 +0,0 @@
1
- ---
2
- title: Syntax
3
- in_menu: true
4
- sort_info: 10
5
- --- name:sidebar
6
- <h1>Contents</h1>
7
-
8
- {menu: {used_nodes: fragments, min_levels: 4, max_levels: 6}}
9
- --- name:content
10
-
11
- # kramdown Syntax
12
-
13
- This is version **<%= ::Kramdown::VERSION %>** of the syntax documentation.
14
-
15
- The kramdown syntax is based on the Markdown syntax and has been enhanced with features that are
16
- found in other Markdown implementations like [Maruku], [PHP Markdown Extra] and [Pandoc]. However,
17
- it strives to provide a strict syntax with definite rules and therefore isn't completely compatible
18
- with Markdown. Nonetheless, most Markdown documents should work fine when parsed with kramdown. All
19
- places where the kramdown syntax differs from the Markdown syntax are highlighted.
20
-
21
- Following is the complete syntax definition for all elements kramdown supports. Together with the
22
- documentation on the available converters, it is clearly specified what you will get when a kramdown
23
- document is converted.
24
-
25
-
26
- ## Source Text Formatting
27
-
28
- A kramdown document may be in any encoding, for example ASCII, UTF-8 or ISO-8859-1, and the output
29
- will have the same encoding as the source.
30
-
31
- The document consists of two types of elements, block level elements and span level elements:
32
-
33
- * Block level elements define the main structure of the content, for example, what part of the text
34
- should be a paragraph, a list, a blockquote and so on.
35
-
36
- * Span level elements mark up small text parts as, for example, emphasized text or a link.
37
-
38
- Thus span level elements can only occur inside block level elements or other span level elements.
39
-
40
- You will often find references to the "first column" or "first character" of a line in a block level
41
- element descriptions. Such a reference is always to be taken relative to the current indentation
42
- level because some block level elements open up a new indentation level (e.g. blockquotes). The
43
- beginning of a kramdown document opens up the default indentation level which begins at the first
44
- column of the text.
45
-
46
-
47
- ## Line Wrapping
48
-
49
- Some lightweight markup syntax don't work well in environments where lines are hard-wrapped. For
50
- example, this is the case with many email programs. Therefore kramdown allows content like
51
- paragraphs or blockquotes to be hard-wrapped, i.e. broken across lines. This is sometimes referred
52
- to as "lazy syntax" since the indentation or line prefix required for the first line of content is
53
- not required for the consecutive lines.
54
-
55
- Block level elements that support line wrapping always end when one of the following conditions is
56
- encountered:
57
-
58
- * a [blank line](#blank-lines), an [EOB marker line](#eob-marker), a [block IAL](#block-ials) or the
59
- end of the document (i.e. a [block boundary](#block-boundaries)),
60
-
61
- * or an [HTML block](#html-blocks).
62
-
63
- Line wrapping is allowed throughout a kramdown document. There is one exception, however:
64
- [headers](#headers) may not be wrapped across lines. This is not an issue in most situations since
65
- headers normally fit on one line. If a header text gets too long for one line, use HTML syntax
66
- instead.
67
-
68
- **Note** that it is **NOT** recommended to use lazy syntax to write a kramdown document. The
69
- flexibility that the kramdown syntax offers due to the issue of line wrapping hinders readability
70
- and should therefore not be used.
71
-
72
-
73
- ### Usage of Tabs
74
-
75
- kramdown assumes that tab stops are set at multiples of four. This is especially important when
76
- using tabs for indentation in lists. Also, tabs may only be used at the beginning of a line when
77
- indenting text and must not be preceded by spaces. Otherwise the results may be unexpected.
78
-
79
-
80
- ### Automatic and Manual Escaping
81
-
82
- Depending on the output format, there are often characters that need special treatment. For example,
83
- when converting a kramdown document to HTML one needs to take care of the characters `<`, `>` and
84
- `&`. To ease working with these special characters, they are automatically and correctly escaped
85
- depending on the output format.
86
-
87
- This means, for example, that you can just use `<`, `>` and `&` in a kramdown document and need not
88
- think about when to use their HTML entity counterparts. However, if you *do use* HTML entities or
89
- HTML tags which use one of the characters, the result will be correct nonetheless!
90
-
91
- Since kramdown also uses some characters to mark-up the text, there needs to be a way to escape
92
- these special characters so that they can have their normal meaning. This can be done by using
93
- backslash escapes. For example, you can use a literal backtick like this:
94
-
95
- This \`is not a code\` span!
96
-
97
- Following is a list of all the characters (character sequences) that can be escaped:
98
-
99
- \ backslash
100
- . period
101
- * asterisk
102
- _ underscore
103
- + plus
104
- - minus
105
- = equal sign
106
- ` backtick
107
- ()[]{} left and right parens/brackets/braces
108
- # hash
109
- ! bang
110
- << left guillemet
111
- >> right guillemet
112
- : colon
113
- | pipe
114
- " double quote
115
- ' single quote
116
- $ dollar sign
117
-
118
-
119
- ## Block Boundaries
120
-
121
- Some block level elements have to start and/or end on so called block boundaries, as stated in their
122
- documentation. There are two cases where block boundaries come into play:
123
-
124
- * If a block level element has to start on a block boundary, it has to be preceded by either a
125
- [blank line](#blank-lines), an [EOB marker](#eob-marker), a [block IAL](#block-ials) or it has to
126
- be the first element.
127
-
128
- * If a block level element has to end on a block boundary, it has to be followed by either a [blank
129
- line](#blank-lines), an [EOB marker](#eob-marker), a [block IAL](#block-ials) or it has to be the
130
- last element.
131
-
132
-
133
-
134
- # Structural Elements
135
-
136
- All structural elements are block level elements and they are used to structure the content. They
137
- can mark up some text as, for example, a simple paragraph, a quote or as a list item.
138
-
139
-
140
- ## Blank lines
141
-
142
- Any line that just contains white space characters such as spaces and tabs is considered a blank
143
- line by kramdown. One or more consecutive blank lines are handled as one empty blank line. Blank
144
- lines are used to separate block level elements from each other and in this case they don't have
145
- semantic meaning. However, there are some cases where blank lines do have a semantic meaning:
146
-
147
- * When used in headers -- see the [headers section](#headers)
148
- * When used in code blocks -- see the [code blocks section](#code-blocks)
149
- * When used in lists -- see the [lists section](#lists)
150
- * When used in math blocks -- see the [math blocks section](#math-blocks)
151
- * When used for elements that have to start/end on [block boundaries](#block-boundaries)
152
-
153
-
154
- ## Paragraphs
155
-
156
- Paragraphs are the most used block level elements. One or more consecutive lines of text are
157
- interpreted as one paragraph. The first line of a paragraph may be indented up to three spaces, the
158
- other lines can have any amount of indentation because paragraphs support [line
159
- wrapping](#line-wrapping). In addition to the rules outlined in the section about line wrapping, a
160
- paragraph ends when a [definition list line](#definition-lists) is encountered.
161
-
162
- You can separate two consecutive paragraphs from each other by using one or more blank lines. Notice
163
- that a line break in the source does not mean a line break in the output (due to the [lazy
164
- syntax](#line-wrapping))!. If you want to have an explicit line break (i.e. a `<br />` tag) you need
165
- to end a line with two or more spaces or two backslashes! Note, however, that a line break on the
166
- last text line of a paragraph is not possible and will be ignored. Leading and trailing spaces will
167
- be stripped from the paragraph text.
168
-
169
- The following gives you an example of how paragraphs look like:
170
-
171
- This para line starts at the first column. However,
172
- the following lines can be indented any number of spaces/tabs.
173
- The para continues here.
174
-
175
- This is another paragraph, not connected to the above one. But
176
- with a hard line break. \\
177
- And another one.
178
- {: .show-whitespaces .ws-lr}
179
-
180
-
181
- ## Headers
182
-
183
- kramdown supports so called Setext style and atx style headers. Both forms can be used inside a
184
- single document.
185
-
186
- ### Setext Style
187
-
188
- Setext style headers have to start on a [block boundary](#block-boundaries) with a line of text (the
189
- header text) and a line with only equal signs (for a first level header) or dashes (for a second
190
- level header). The header text may be indented up to three spaces but any leading or trailing spaces
191
- are stripped from the header text. The amount of equal signs or dashes is not significant, just one
192
- is enough but more may look better. The equal signs or dashes have to begin at the first column. For
193
- example:
194
-
195
- First level header
196
- ==================
197
-
198
- Second level header
199
- ------
200
-
201
- Other first level header
202
- =
203
-
204
- Since Setext headers start on block boundaries, this means in most situations that they have to be
205
- preceded by a blank line. However, blank lines are not necessary after a Setext header:
206
-
207
- This is a normal
208
- paragraph.
209
-
210
- And A Header
211
- ------------
212
- And a paragraph
213
-
214
- > This is a blockquote.
215
-
216
- And A Header
217
- ------------
218
-
219
- However, it is generally a good idea to also use a blank line after a Setext header because it looks
220
- more appropriate and eases reading of the document.
221
-
222
- > The original Markdown syntax allows one to omit the blank line before a Setext header. However,
223
- > this leads to ambiguities and makes reading the document harder than necessary. Therefore it is
224
- > not allowed in a kramdown document.
225
- {: .markdown-difference}
226
-
227
- An edge case worth mentioning is the following:
228
-
229
- header
230
- ---
231
- para
232
-
233
- One might ask if this represents two paragraphs separated by a [horizontal rule](#horizontal-rules)
234
- or a second level header and a paragraph. As suggested by the wording in the example, the latter is
235
- the case. The general rule is that Setext headers are processed before horizontal rules.
236
-
237
- ### atx Style
238
-
239
- atx style headers have to start on a [block boundary](#block-boundaries) with a line that contains
240
- one or more hash characters and then the header text. No spaces are allowed before the hash
241
- characters. The number of hash characters specifies the heading level: one hash character gives you
242
- a first level heading, two a second level heading and so on until the maximum of six hash characters
243
- for a sixth level heading. You may optionally use any number of hashes at the end of the line to
244
- close the header. Any leading or trailing spaces are stripped from the header text. For example:
245
-
246
- # First level header
247
-
248
- ### Third level header ###
249
-
250
- ## Second level header ######
251
-
252
- > Again, the original Markdown syntax allows one to omit the blank line before an atx style header.
253
- {: .markdown-difference}
254
-
255
-
256
- ### Specifying a Header ID
257
-
258
- kramdown supports a nice way for explicitly setting the header ID which is taken from [PHP Markdown
259
- Extra] and [Maruku]: If you follow the header text with an opening curly bracket (separated from the
260
- text with a least one space), a hash, the ID and a closing curly bracket, the ID is set on the
261
- header. If you use the trailing hash feature of atx style headers, the header ID has to go after the
262
- trailing hashes. For example:
263
-
264
- Hello {#id}
265
- -----
266
-
267
- # Hello {#id}
268
-
269
- # Hello # {#id}
270
-
271
- > This additional syntax is not part of standard Markdown.
272
- {: .markdown-difference}
273
-
274
-
275
- ## Blockquotes
276
-
277
- A blockquote is started using the `>` marker followed by an optional space and the content of the
278
- blockquote. The marker itself may be indented up to three spaces. All following lines, whether they
279
- are started with the blockquote marker or just contain text, belong to the blockquote because
280
- blockquotes support [line wrapping](#line-wrapping).
281
-
282
- The contents of a blockquote are block level elements. This means that if you are just using text as
283
- content that it will be wrapped in a paragraph. For example, the following gives you one blockquote
284
- with two paragraphs in it:
285
-
286
- > This is a blockquote.
287
- > on multiple lines
288
- that may be lazy.
289
- >
290
- > This is the second paragraph.
291
-
292
- Since the contents of a blockquote are block level elements, you can nest blockquotes and use other
293
- block level elements (this is also the reason why blockquotes need to support line wrapping):
294
-
295
- > This is a paragraph.
296
- >
297
- > > A nested blockquote.
298
- >
299
- > ## Headers work
300
- >
301
- > * lists too
302
- >
303
- > and all other block level elements
304
-
305
- Note that the first space character after the `>` marker does *not* count when counting spaces for
306
- the indentation of the block level elements inside the blockquote! So [code blocks](#code-blocks)
307
- will have to be indented with five spaces or one space and one tab, like this:
308
-
309
- > A code block:
310
- >
311
- > ruby -e 'puts :works'
312
-
313
- [Line wrapping](#line-wrapping) allows one to be lazy but hinders readability and should therefore
314
- be avoided, especially with blockquotes. Here is an example of using blockquotes with line wrapping:
315
-
316
- > This is a paragraph inside
317
- a blockquote.
318
- >
319
- > > This is a nested paragraph
320
- that continues here
321
- > and here
322
- > > and here
323
-
324
-
325
- ## Code Blocks
326
-
327
- Code blocks can be used to represent verbatim text like markup, HTML or a program fragment because
328
- no syntax is parsed within a code block.
329
-
330
- ### Standard Code Blocks
331
-
332
- A code block can be started by using four spaces or one tab and then the text of the code block. All
333
- following lines containing text, whether they adhere to this syntax or not, belong to the code block
334
- because code blocks support [line wrapping](#line-wrapping)). A wrapped code line is automatically
335
- appended to the preceding code line by substituting the line break with a space character. The
336
- indentation (four spaces or one tab) is stripped from each line of the code block.
337
-
338
- > The original Markdown syntax does not allow line wrapping in code blocks.
339
- {: .markdown-difference}
340
-
341
- Note that consecutive code blocks that are only separate by [blank lines](#blank-lines) are merged
342
- together into one code block:
343
-
344
- Here comes some code
345
-
346
- This text belongs to the same code block.
347
-
348
- If you want to have one code block directly after another one, you need to use an [EOB
349
- marker](#eob-marker) to separate the two:
350
-
351
- Here comes some code
352
- ^
353
- This one is separate.
354
-
355
- ### Fenced Code Blocks
356
-
357
- > This alternative syntax is not part of the original Markdown syntax. The idea and syntax comes
358
- > from the [PHP Markdown Extra] package.
359
- {: .markdown-difference}
360
-
361
- kramdown also supports an alternative syntax for code blocks which does not use indented blocks but
362
- delimiting lines. The starting line needs to begin with three or more tilde characters (`~`) and the
363
- closing line needs to have at least the number of tildes the starting line has. Everything between
364
- is taken literally as with the other syntax but there is no need for indenting the text. For
365
- example:
366
-
367
- ~~~~~~~~
368
- Here comes some code.
369
- ~~~~~~~~
370
-
371
- If you need lines of tildes in such a code block, just start the code block with more tildes. For
372
- example:
373
-
374
- ~~~~~~~~~~~~
375
- ~~~~~~~
376
- code with tildes
377
- ~~~~~~~~
378
- ~~~~~~~~~~~~~~~~~~
379
-
380
- This type of code block is especially useful for copy-pasted code since you don't need to indent the
381
- code.
382
-
383
-
384
- ## Lists
385
-
386
- kramdown provides syntax elements for creating ordered and unordered lists as well as definition
387
- lists.
388
-
389
- ### Ordered and Unordered lists
390
-
391
- Both ordered and unordered lists follow the same rules.
392
-
393
- A list is started with a list marker (in case of unordered lists one of `+`, `-` or `*` -- you can
394
- mix them -- and in case of ordered lists a number followed by a period) followed by one tab or at
395
- least one space, optionally followed by an [IAL](#inline-attribute-lists) that should be applied to
396
- the list item and then the first part of the content of the list item. The leading tabs or spaces
397
- are stripped away from this first line of content to allow for a nice alignment with the following
398
- content of a list item (see below). All following list items with the same marker type (unordered or
399
- ordered) are put into the same list. The numbers used for ordered lists are irrelevant, an ordered
400
- list always starts at 1.
401
-
402
- The following gives you an unordered list and an ordered list:
403
-
404
- * kram
405
- + down
406
- - now
407
-
408
- 1. kram
409
- 2. down
410
- 3. now
411
-
412
- > The original Markdown syntax allows the markers of ordered and unordered lists to be mixed, the
413
- > first marker specifying the list type (ordered or unordered). This is not allowed in kramdown. As
414
- > stated, the above example will give you two lists (an unordered and an ordered) in kramdown and
415
- > only one unordered list in Markdown.
416
- {: .markdown-difference}
417
-
418
- The first list marker in a list may be indented up to three spaces. The column number of the first
419
- non-space character which appears after the list item marker on the same line specifies the
420
- indentation that has to be used for the following lines of content of the list item. If there is no
421
- such character, the indentation that needs to be used is four spaces or one tab. Indented lines may
422
- be followed by lines containg text with any amount of indentation due to [line
423
- wrapping](#line-wrapping). Note, however, that in addition to the rules outlined in the section
424
- about line wrapping, a list item also ends when a line with another list item marker is encountered
425
- -- see the next paragraph.
426
-
427
- The indentation is stripped from the content and the content (note that the content naturally also
428
- contains the content of the line with the item marker) is processed as text containing block level
429
- elements. All other list markers in the list may be indented up to three spaces or the number of
430
- spaces used for the indentation of the last list item minus one, whichever number is smaller. For
431
- example:
432
-
433
- * This is the first line. Since the first non-space characters appears in column 3, all other
434
- indented lines have to be indented 2 spaces.
435
- However, one could be lazy and not indent a line but this is not recommened.
436
- * This is the another item of the list. It uses a different number of spaces for
437
- indentation which is okay but should generally be avoided.
438
- * The list item marker is indented 3 spaces which is allowed but should also be avoided and
439
- starts the third list item. Note that the lazy line in the second list item may make you
440
- believe that this is a sub-list which it isn't! So avoid being lazy!
441
-
442
- So, while the above is possible and creates one list with three items, it is not advised to use
443
- different (marker and list content) indents for same level list items as well as lazy indentation!
444
- It is much better to write such a list in the following way:
445
-
446
- * This is the first list item bla blabla blabla blabla blabla blabla blabla blabla blabla blabla
447
- blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla
448
- blabla blabla blabla bla
449
- * This is the another item of the list. bla blabla blabla blabla blabla blabla blabla blabla
450
- blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla bla
451
-
452
- > The original Markdown syntax also allows you to indent the marker, however, the behaviour of what
453
- > happens with the list items is not clearly specified and may surprise you.
454
- >
455
- > Also, Markdown uses a fixed number of spaces/tabs to indent the lines that belong to a list item!
456
- {: .markdown-difference}
457
-
458
- When using tabs for indenting the content of a list item, remember that tab stops occur at multiples
459
- of four for kramdown. Tabs are correctly converted to spaces for calculating the indentation. For
460
- example:
461
-
462
- * Using a tab to indent this line, the tab only counts as three spaces and therefore the
463
- overall indentation is four spaces.
464
-
465
- 1. The tab after the marker counts here as three spaces. Since the indentation of the
466
- marker is three spaces and the marker itself takes two characters, the overall
467
- indentation needed for the following lines is eight spaces or two tabs.
468
-
469
- It is clear that you might get unexpected results if you mix tabs and spaces or if you don't have
470
- the tab stops set to multiples of four in your editor! Therefore this should be avoided!
471
-
472
- The content of a list item is made up of either text or block level elements. Simple list items only
473
- contain text like in the above examples. They are not even wrapped in a paragraph tag. If the first
474
- list text is followed by one or more blank lines, it will be wrapped in a paragraph tag:
475
-
476
- * kram
477
-
478
- * down
479
- * now
480
-
481
- In the above example, the first list item text will be wrapped in a paragraph tag since it is
482
- followed by a blank line whereas the second list item contains just text. There is obviously a
483
- problem for doing this with the last list item when it contains only text. You can circumvent this
484
- by leaving a blank line after the last list item and using an EOB marker:
485
-
486
- * Not wrapped in a paragraph
487
- * Wrapped in a paragraph due to the following blank line.
488
-
489
- * Also wrapped in a paragraph due to the
490
- following blank line and the EOB marker.
491
-
492
- ^
493
-
494
- The text of the last list item is also wrapped in a paragraph tag if *all* other list items contain
495
- a proper paragraph as first element. This makes the following use case work like expected, i.e.
496
- *all* the list items are wrapped in paragraphs:
497
-
498
- * First list item
499
-
500
- * Second list item
501
-
502
- * Last list item
503
-
504
- > The original Markdown syntax page specifies that list items which are separated by one or more
505
- > blank lines are wrapped in paragraph tags. This means that the first text will also be wrapped in
506
- > a paragraph if you have block level elements in a list which are separated by blank lines. The
507
- > above rule is easy to remember and lets you exactly specify when the first list text should be
508
- > wrapped in a paragraph. The idea for the above rule comes from the [Pandoc] package.
509
- {: .markdown-difference}
510
-
511
- As seen in the examples above, blank lines between list items are allowed.
512
-
513
- Since the content of a list item can contain block level elements, you can do the following:
514
-
515
- * First item
516
-
517
- A second paragraph
518
-
519
- * nested list
520
-
521
- > blockquote
522
-
523
- * Second item
524
-
525
- However, there is a problem when you want to have a code block immediately after a list item. You
526
- can use an EOB marker to circumvent this problem:
527
-
528
- * This is a list item.
529
-
530
- The second para of the list item.
531
- ^
532
- A code block following the list item.
533
-
534
- You can have any block level element as first element in a list item. However, as described above,
535
- the leading tabs or spaces of the line with the list item marker are stripped away. This leads to a
536
- problem when you want to have a code block as first element. The solution to this problem is the
537
- following construct:
538
-
539
- *
540
- This is a code block (indentation needs to be 4(1)+4(1) spaces (tabs)).
541
- {: .show-whitespaces .ws-lr}
542
-
543
- Note that the list marker needs to be followed with at least one space or tab! Otherwise the line is
544
- not recognized as the start of a list item but interpreted as a paragraph containing the list
545
- marker.
546
-
547
- If you want to have one list directly after another one (both with the same list type, i.e. ordered
548
- or unordered), you need to use an EOB marker to separate the two:
549
-
550
- * List one
551
- ^
552
- * List two
553
-
554
- Since paragraphs support [line wrapping](#line-wrapping), it would usually not be possible to create
555
- compact nested list, i.e. a list where the text is not wrapped in paragraphs because there is no
556
- blank line but a sub list after it:
557
-
558
- * This is just text.
559
- * this is a sub list item
560
- * this is a sub sub list item
561
- * This is just text,
562
- spanning two lines
563
- * this is a nested list item.
564
-
565
- However, this is an often used syntax and is therefore support by kramdown.
566
-
567
- If you want to start a paragraph with something that looks like a list item marker, you need to
568
- escape it. This is done by escaping the period in an ordered list or the list item marker in an
569
- unordered list:
570
-
571
- 1984\. It was great
572
- \- others say that, too!
573
-
574
- As mentioned at the beginning, an optional IAL for applying attributes to a list item can be used
575
- after the list item marker:
576
-
577
- * {:.cls} This item has the class "cls".
578
- Here continues the above paragraph.
579
-
580
- * This is a normal list item.
581
-
582
-
583
- ### Definition Lists
584
-
585
- > This syntax feature is not part of the original Markdown syntax. The idea and syntax comes from
586
- > the [PHP Markdown Extra] package.
587
- {: .markdown-difference}
588
-
589
- Definition lists allow you to assign one or more definitions to one or more terms.
590
-
591
- A definition list is started when a normal paragraph is followed by a line with a definition marker
592
- (a colon which may be optionally indented up to three spaces), then at least one tab or one space,
593
- optionally followed by an [IAL](#inline-attribute-lists) that should be applied to the list item and
594
- then the first part of the definition. The line with the definition marker may optionally be
595
- separated from the preceding paragraph by a blank line. The leading tabs or spaces are stripped away
596
- from this first line of the definition to allow for a nice alignment with the following definition
597
- content. Each line of the preceding paragraph is taken to be a term and the lines separately parsed
598
- as span level elements.
599
-
600
- The following is a simple definition list:
601
-
602
- kramdown
603
- : A Markdown-superset converter
604
-
605
- Maruku
606
- : Another Markdown-superset converter
607
-
608
- The column number of the first non-space character which appears after a definition marker on the
609
- same line specifies the indentation that has to be used for the following lines of the definition.
610
- If there is no such character, the indentation that needs to be used is four spaces or one tab.
611
- Indented lines may be followed by lines containg text with any amount of indentation due to [line
612
- wrapping](#line-wrapping). Note, however, that in addition to the rules outlined in the section
613
- about line wrapping, a list item also ends when a line with another definition marker is encountered.
614
-
615
- The indentation is stripped from the definition and it (note that the definition naturally also
616
- contains the content of the line with the definition marker) is processed as text containing block
617
- level elements. If there is more than one definition, all other definition markers for the term may
618
- be indented up to three spaces or the number of spaces used for the indentation of the last
619
- definition minus one, whichever number is smaller. For example:
620
-
621
- definition term 1
622
- definition term 2
623
- : This is the first line. Since the first non-space characters appears in column 3, all other
624
- lines have to be indented 2 spaces (or lazy syntax may be used after an indented line). This
625
- tells kramdown that the lines belong to the definition.
626
- : This is the another definition for the same term. It uses a different number of spaces
627
- for indentation which is okay but should generally be avoided.
628
- : The definition marker is indented 3 spaces which is allowed but should also be avoided.
629
-
630
- So, while the above is possible and creates a definition list with two terms and three definitions
631
- for them, it is not advised to use different (definition marker and definition) indents in the same
632
- definition list as well as lazy indentation!
633
-
634
- The definition for a term is made up of text and/or block level elements. If a definition is *not*
635
- preceded by a blank line, the first part of the definition will just be text if it would be a
636
- paragraph otherwise:
637
-
638
- definition term
639
- : This definition will just be text because it would normally be a paragraph and the there is
640
- no preceding blank line.
641
-
642
- > although the definition contains other block level elements
643
-
644
- : This definition *will* be a paragraph since it is preceded by a blank line.
645
-
646
- The rules about having any block level element as first element in a list item also apply to a
647
- definition.
648
-
649
-
650
- ## Tables
651
-
652
- > This syntax feature is not part of the original Markdown syntax. The syntax is based on the one
653
- > from the [PHP Markdown Extra] package.
654
- {: .markdown-difference}
655
-
656
- Sometimes one wants to include simple tabular data in a kramdown document for which using a
657
- full-blown HTML table is just too much. kramdown supports this with a simple syntax for ASCII
658
- tables.
659
-
660
- Tables can be created with or without a leading pipe character: If the first line of a table
661
- contains a pipe character at the start of the line (optionally indented up to three spaces), then
662
- all leading pipe characters (i.e. pipe characters that are only preceded by whitespace) are ignored
663
- on all table lines. Otherwise they are not ignored and count when dividing a table line into table
664
- cells.
665
-
666
- There are four different line types that can be used in a table:
667
-
668
- * *Table rows* define the content of a table.
669
-
670
- A table row is any line that contains at least one pipe character and is not identified as any
671
- other type of table line! The table row is divided into indivdual table cells by pipe characters.
672
- An optional trailing pipe character is ignored.
673
-
674
- Header rows, footer rows and normal rows are all done using these table rows. Table cells can only
675
- contain a single line of text, no multiline text is supported. The text of a table cell is parsed
676
- as span level elements. Note that literal pipe characters need to be escaped, even if they occur
677
- in code spans!
678
-
679
- Here are some example table rows:
680
-
681
- | First cell|Second cell|Third cell
682
- | First | Second | Third |
683
-
684
- First | Second | | Fourth |
685
-
686
- * *Separator lines* are used to split the table body into multiple body parts.
687
-
688
- A separator line is any line that contains only pipes, dashes, pluses, colons and spaces and which
689
- contains at least one dash and one pipe character. The pipe and plus characters can be used to
690
- visually separate columns although this is not needed. Multiple separator lines after another are
691
- treated as one separator line.
692
-
693
- Here are some example separator lines:
694
-
695
- |----+----|
696
- +----|----+
697
- |---------|
698
- |-
699
- | :-----: |
700
- -|-
701
-
702
- * The first separator line after at least one table row is treated specially, namely as *header
703
- separator line*. It is used to demarcate header rows from normal table rows and/or to set column
704
- alignments. All table rows above the header separator line are considered to be header rows.
705
-
706
- The header separator line can be specially formatted to contain column alignment definitions: An
707
- alignment definition consists of an optional space followed by an optional colon, one or more
708
- dashes, an optional colon and another optional space. The colons of an alignment definition are
709
- used to set the alignment of a column: if there are no colons, the column uses the default
710
- alignment, if there is a colon only before the dashes, the column is left aligned, if there are
711
- colons before and after the dashes, the column is center aligned and if there is only a colon
712
- after the dashes, the column is right aligned. Each alignment definition sets the alignment for
713
- one column, the first alignment definition for the first column, the second alignment definition
714
- for the second column and so on.
715
-
716
- Here are some example header separator lines with alignment definitions:
717
-
718
- |---+---+---|
719
- + :-: |:------| ---:|
720
- | :-: :- -: -
721
- :-: | :-
722
-
723
- * A *footer separator line* is used to demarcate footer rows from normal table rows. All table rows
724
- below the footer separator line are considered to be footer rows.
725
-
726
- A footer separator line is like a normal separator line except that dashes are replaced by equal
727
- signs. A footer separator line may only appear once in a table. If multiple footer separator lines
728
- are used in one table, only the last is treated as footer separator line, all others are treated
729
- as normal separator lines. Normal separator lines that are used after the footer separator line
730
- are ignored.
731
-
732
- Here are some example footer separator lines:
733
-
734
- |====+====|
735
- +====|====+
736
- |=========|
737
- |=
738
-
739
- Trailing spaces or tabs are ignored in all cases. To simplify table creation and maintenance,
740
- header, footer and normal separator lines need not specify the same number of columns as table rows;
741
- even `|-` and `|=` are a valid separators.
742
-
743
- Given the above components, a table is specified by
744
-
745
- * an optional separator line,
746
- * optionally followed by zero, one or more table rows followed by a header separator line,
747
- * one or more table rows, optionally interspersed with separator lines,
748
- * optionally followed by a footer separator line and zero, one or more table rows and
749
- * an optional trailing separator line.
750
-
751
- Also note
752
-
753
- * that the first line of a table must not have more than three spaces of indentation before the
754
- first none space character,
755
- * that each line of a table needs to have at least one not escaped pipe character so that kramdown
756
- recognizes it as a line belonging to the table and
757
- * that tables have to start and end on [block boundaries](#block-boundaries)!
758
-
759
- > The table syntax differs from the one used in [PHP Markdown Extra] as follows:
760
- >
761
- > * kramdown tables do not need to have a table header.
762
- > * kramdown tables can be structured using separator lines.
763
- > * kramdown tables can contain a table footer.
764
- > * kramdown tables need to be separted from other block level elements.
765
- {: .markdown-difference}
766
-
767
- Here is an example for a kramdown table with a table header row, two table bodies and a table footer
768
- row:
769
-
770
- |-----------------+------------+-----------------+----------------|
771
- | Default aligned |Left aligned| Center aligned | Right aligned |
772
- |-----------------|:-----------|:---------------:|---------------:|
773
- | First body part |Second cell | Third cell | fourth cell |
774
- | Second line |foo | **strong** | baz |
775
- | Third line |quux | baz | bar |
776
- |-----------------+------------+-----------------+----------------|
777
- | Second body | | | |
778
- | 2 line | | | |
779
- |=================+============+=================+================|
780
- | Footer row | | | |
781
- |-----------------+------------+-----------------+----------------|
782
-
783
- The above example table is rather time-consuming to create without the help of an ASCII table
784
- editor. However, the table syntax is flexible and the above table could also be written like this:
785
-
786
- |---
787
- | Default aligned | Left aligned | Center aligned | Right aligned
788
- |-|:-|:-:|-:
789
- | First body part | Second cell | Third cell | fourth cell
790
- | Second line |foo | **strong** | baz
791
- | Third line |quux | baz | bar
792
- |---
793
- | Second body
794
- | 2 line
795
- |===
796
- | Footer row
797
-
798
-
799
- ## Horizontal Rules
800
-
801
- A horizontal rule for visually separating content is created by using three or more asterisks,
802
- dashes or underscores (these may not be mixed on a line), optionally separated by spaces or tabs, on
803
- an otherwise blank line. The first asterisk, dash or underscore may optionally be indented up to
804
- three spaces. The following examples show different possibilities to create a horizontal rule:
805
-
806
- * * *
807
-
808
- ---
809
-
810
- _ _ _ _
811
-
812
- ---------------
813
-
814
-
815
- ## Math Blocks
816
-
817
- > This syntax feature is not part of the original Markdown syntax. The idea comes from the [Maruku]
818
- > and [Pandoc] packages.
819
- {: .markdown-difference}
820
-
821
- kramdown has built-in support for block and span level mathematics written in LaTeX.
822
-
823
- A math block needs to start and end on [block boundaries](#block-boundaries). It is started using
824
- two dollar signs, optionally indented up to three spaces. The math block continues until the next
825
- two dollar signs (which may be on the same line or on one of the next lines) that appear at the end
826
- of a line, i.e. they may only be followed by whitespace characters. The content of a math block has
827
- to be valid LaTeX math. It is always wrapped inside a `\begin{displaymath}...\end{displaymath}`
828
- enviroment except if it begins with a `\begin` statement.
829
-
830
- The following kramdown fragment
831
-
832
- $$
833
- \begin{align*}
834
- & \phi(x,y) = \phi \left(\sum_{i=1}^n x_ie_i, \sum_{j=1}^n y_je_j \right)
835
- = \sum_{i=1}^n \sum_{j=1}^n x_i y_j \phi(e_i, e_j) = \\
836
- & (x_1, \ldots, x_n) \left( \begin{array}{ccc}
837
- \phi(e_1, e_1) & \cdots & \phi(e_1, e_n) \\
838
- \vdots & \ddots & \vdots \\
839
- \phi(e_n, e_1) & \cdots & \phi(e_n, e_n)
840
- \end{array} \right)
841
- \left( \begin{array}{c}
842
- y_1 \\
843
- \vdots \\
844
- y_n
845
- \end{array} \right)
846
- \end{align*}
847
- $$
848
-
849
- renders as
850
-
851
- $$
852
- \begin{align*}
853
- & \phi(x,y) = \phi \left(\sum_{i=1}^n x_ie_i, \sum_{j=1}^n y_je_j \right)
854
- = \sum_{i=1}^n \sum_{j=1}^n x_i y_j \phi(e_i, e_j) = \\
855
- & (x_1, \ldots, x_n) \left( \begin{array}{ccc}
856
- \phi(e_1, e_1) & \cdots & \phi(e_1, e_n) \\
857
- \vdots & \ddots & \vdots \\
858
- \phi(e_n, e_1) & \cdots & \phi(e_n, e_n)
859
- \end{array} \right)
860
- \left( \begin{array}{c}
861
- y_1 \\
862
- \vdots \\
863
- y_n
864
- \end{array} \right)
865
- \end{align*}
866
- $$
867
-
868
- Using inline math is also easy: just surround your math content with two dollar signs, like with a
869
- math block.
870
-
871
- If you don't want to start a math block or an inline math statement, just escape the dollar signs
872
- and they will be treated as simple dollar signs. If you want to start an inline math statement at
873
- the beginning of a paragraph, just escape the first dollar sign.
874
-
875
-
876
- ## HTML Blocks
877
-
878
- > The original Markdown syntax specifies that an HTML block must start at the left margin, i.e. no
879
- > indentation is allowed. Also, the HTML block has to be surrounded by blank lines. Both
880
- > restrictions are lifted for kramdown documents. Additionally, the original syntax does not allow
881
- > you to use Markdown syntax in HTML blocks which is allowed with kramdown.
882
- {: .markdown-difference}
883
-
884
- An HTML block is potentially started if a line is encountered that begins with a non-span-level HTML
885
- tag or a general XML tag (opening or closing) which may be indented up to three spaces.
886
-
887
- The following HTML tags count as span level HTML tags and *won't* start an HTML block if found at
888
- the beginning of an HTML block line:
889
-
890
- a abbr acronym b big bdo br button cite code del dfn em i img input
891
- ins kbd label option q rb rbc rp rt rtc ruby samp select small span
892
- strong sub sup textarea tt var
893
-
894
- Further parsing of a found start tag depends on the tag and in which of three possible ways its
895
- content is parsed:
896
-
897
- * Parse as raw HTML block: If the HTML/XML tag content should be handled as raw HTML, then only
898
- HTML/XML tags are parsed from this point onwards and text is handled as raw, unparsed text until
899
- the matching end tag is found or until the end of the document. Each found tag will be parsed as
900
- raw HTML again. However, if a tag has a `markdown` attribute, this attribute controls parsing of
901
- this one tag (see below).
902
-
903
- Note that only correct XHTML is supported! This means that you have to use, for example, `<hr />`
904
- instead of `<hr>` (although kramdown tries to fix such things if possible). If an invalid closing
905
- tag is found, it is ignored.
906
-
907
- * Parse as block level elements: If the HTML/XML tag content should be parsed as text containing
908
- block level elements, the remaining text on the line will be parsed by the block level parser as
909
- if it appears on a separate line (**Caution**: This also means that if the line consists of the
910
- start tag, text and the end tag, the end tag will not be found!). All following lines are parsed
911
- as block level elements until an HTML block line with the matching end tag is found or until the
912
- end of the document.
913
-
914
- * Parse as span level elements: If the HTML/XML tag content should be parsed as text containing span
915
- level elements, then all text until the *next* matching end tag or until the end of the document
916
- will be the content of the tag and will later be parsed by the span level parser. This also means
917
- that if the matching end tag is inside what appears to be a code span, it is still used!
918
-
919
- If there is text after an end tag, it will be parsed as if it appears on a separate line except when
920
- inside a raw HTML block.
921
-
922
- Also, if an invalid closing tag is found, it is ignored.
923
-
924
- By default, kramdown parses all block HTML tags and all XML tags as raw HTML blocks. However, this
925
- can be configured with the `parse_block_html`. If this is set to `true`, then syntax parsing in HTML
926
- blocks is globally enabled. It is also possible to enable/disable syntax parsing on a tag per tag
927
- basis using the `markdown` attribute:
928
-
929
- * If an HTML tag has an attribute `markdown="0"`, then the tag is parsed as raw HTML block.
930
-
931
- * If an HTML tag has an attribute `markdown="1"`, then the default mechanism for parsing syntax in
932
- this tag is used.
933
-
934
- * If an HTML tag has an attribute `markdown="block"`, then the content of the tag is parsed as block
935
- level elements.
936
-
937
- * If an HTML tag has an attribute `markdown="span"`, then the content of the tag is parsed as span
938
- level elements.
939
-
940
- The following list shows which HTML tags are parsed in which mode by default when `markdown="1"` is
941
- applied or `parse_block_html` is `true`:
942
-
943
- Parse as raw HTML block
944
- :
945
- script math option textarea
946
-
947
- Also, all general XML tags are parsed as raw HTML blocks.
948
-
949
- Parse as block level elements
950
- :
951
- applet button blockquote body colgroup dd div dl fieldset form iframe li
952
- map noscript object ol table tbody thead tfoot tr td ul
953
-
954
- Parse as span level elements
955
- :
956
- a abbr acronym address b bdo big cite caption code del dfn dt em
957
- h1 h2 h3 h4 h5 h6 i ins kbd label legend optgroup p pre q rb rbc
958
- rp rt rtc ruby samp select small span strong sub sup th tt var
959
-
960
- > Remember that all span level HTML tags like `a` or `b` do not start a HTML block! However, the
961
- > above lists also include span level HTML tags in the case the `markdown` attribute is used on a
962
- > tag inside a raw HTML block.
963
-
964
- Here is a simple example input and its HTML output with `parse_block_html` set to `false`:
965
-
966
- This is a para.
967
- <div>
968
- Something in here.
969
- </div>
970
- Other para.
971
- ^
972
- <p>This is a para.</p>
973
- <div>
974
- Something in here.
975
- </div>
976
- <p>Other para.</p>
977
-
978
- As one can see the content of the `div` tag will be parsed as raw HTML block and left alone.
979
- However, if the `markdown="1"` attribute was used on the `div` tag, the content would be parsed as
980
- block level elements and therefore converted to a paragraph.
981
-
982
- You can also use several HTML tags at once:
983
-
984
- <div id="content"><div id="layers"><div id="layer1">
985
- This is some text in the `layer1` div.
986
- </div>
987
- This is some text in the `layers` div.
988
- </div></div>
989
- This is a para outside the HTML block.
990
-
991
- However, remember that if the content of a tag is parsed as block level elements, the content that
992
- appears after a start/end tag but on the same line, is processed as if it appears on a new line:
993
-
994
- <div markdown="1">This is the first part of a para,
995
- which is continued here.
996
- </div>
997
-
998
- <p markdown="1">This works without problems because it is parsed as span level elements</p>
999
-
1000
- <div markdown="1">The end tag is not found because
1001
- this line is parsed as a paragraph</div>
1002
-
1003
- Since setting `parse_block_html` to `true` can lead to some not wanted behaviour, it is generally
1004
- better to selectively enable or disable block/span level elements parsing by using the `markdown`
1005
- attribute!
1006
-
1007
- Unclosed block level HTML tags are correctly closed at the end of the document to ensure correct
1008
- nesting and invalidly used end tags are removed from the output:
1009
-
1010
- This is a para.
1011
- <div markdown="1">
1012
- Another para.
1013
- </p>
1014
- ^
1015
- <p>This is a para.</p>
1016
- <div>
1017
- <p>Another para.</p>
1018
- </div>
1019
-
1020
- The parsing of processing instructions and XML comments is also supported. The content of both, PIs
1021
- and XML comments, may span multiple lines. The start of a PI/XML comment may only appear at the
1022
- beginning of a line, optionally indented up to three spaces. If there is text after the end of a PI
1023
- or XML comment, it will be parsed as if it appears on a separate line. kramdown syntax in PIs/XML
1024
- comments is not processed:
1025
-
1026
- This is a para.
1027
- <!-- a *comment* -->
1028
- <? a processing `instruction`
1029
- spanning multiple lines
1030
- ?> First part of para,
1031
- continues here.
1032
-
1033
-
1034
-
1035
- # Text Markup
1036
-
1037
- These elements are all span level elements and used inside block level elements to markup text
1038
- fragments. For example, one can easily create links or apply emphasis to certain text parts.
1039
-
1040
- Note that empty span level elements are not converted to empty HTML tags but are copied as-is to the
1041
- output.
1042
-
1043
-
1044
-
1045
- ## Links and Images
1046
-
1047
- Three types of links are supported: autolinks, inline links and reference links.
1048
-
1049
- ### Autolinks
1050
-
1051
- This is the easiest one to create: Just surround a web address or an email address with angle
1052
- brackets and the address will be turned into a proper link. The address will be used as link target
1053
- and as link text. For example:
1054
-
1055
- Information can be found on the <http://example.com> homepage.
1056
- You can also mail me: <me.example@example.com>
1057
-
1058
- It is not possible to specify a different link text using autolinks -- use the other link types for
1059
- this!
1060
-
1061
-
1062
- ### Inline Links
1063
-
1064
- As the wording suggests, inline links provide all information inline in the text flow. Reference
1065
- style links only provide the link text in the text flow and everything else is defined
1066
- elsewhere. This also allows you to reuse link definitions.
1067
-
1068
- An inline style link can be created by surrounding the link text which must contain at least one
1069
- character with square brackets, followed immediately by the link URL (and an optional title in
1070
- single or double quotes preceded by at least one space) in normal parentheses. For example:
1071
-
1072
- This is [a link](http://rubyforge.org) to a page.
1073
- A [link](../test "local URI") can also have a title.
1074
- And [spaces](link with spaces.html)!
1075
-
1076
- Notes:
1077
-
1078
- * The link text is treated like normal span level text and therefore is parsed and converted.
1079
- However, if you use square brackets within the link text, you have to either properly nest them or
1080
- to escape them. It is not possible to create nested links!
1081
-
1082
- * The link URL must not contain single or double quotes and it has to contain properly nested
1083
- parentheses if no title is specified, or the link URL must be contained in angle brackets
1084
- (incorrectly nested parentheses are allowed).
1085
-
1086
- * The link title may not contain its delimiters and may not be empty.
1087
-
1088
- ### Reference Links
1089
-
1090
- To create a reference style link, you need to surround the link text with square brackets (as with
1091
- inline links), followed by optional spaces/tabs/line breaks and then optionally followed with
1092
- another set of square brackets with the link identifier in them. A link identifier may only contain
1093
- numbers, letters, spaces (line breaks and tabs are converted to spaces, multiple spaces are
1094
- compressed to one) and punctuation characters (i.e. `_.:,;!?-`) and is not case sensitive. For
1095
- example:
1096
-
1097
- This is a [reference style link][linkid] to a page. And [this]
1098
- [linkid] is also a link. As is [this][] and [THIS].
1099
-
1100
- If you don't specify a link identifier (i.e. only use empty square brackets) or completely omit the
1101
- second pair of square brackets, the link text is converted to a valid link identifier by removing
1102
- all invalid characters and inserting spaces for line breaks. If there is a link definition found for
1103
- the link identifier, a link will be created. Otherwise the text is not converted to a link.
1104
-
1105
- ### Link Definitions
1106
-
1107
- The link definition can be put anywhere in the document. It does not appear in the output. A link
1108
- definition looks like this:
1109
-
1110
- [linkid]: http://www.example.com/ "Optional Title"
1111
-
1112
- > Link definitions are, despite being described here, non-content block level elements.
1113
- {: .information}
1114
-
1115
- The link definition has the following structure:
1116
-
1117
- * The link identifier in square brackets, optionally indented up to three spaces,
1118
- * then a colon and one or more spaces/tabs,
1119
- * then the link URL which must not contain any single or double quotes and which must contain at
1120
- least one non-space character, or a left angle bracket, the link URL and a right angle bracket,
1121
- * then optionally the title in single or double quotes, separated from the link URL by one or more
1122
- spaces or on the next line by itself indented any number of spaces/tabs.
1123
-
1124
- > The original Markdown syntax also allowed the title to be specified in parenthesis. This is not
1125
- > allowed for consistency with the inline title.
1126
- {: .markdown-difference}
1127
-
1128
- ### Images
1129
-
1130
- Images can be specified via a syntax that is similar to the one used by links. The difference is
1131
- that you have to use an exclamation mark before the first square bracket and that the link text of a
1132
- normal link, which may also be the empty string in case of image links, becomes the alternative text
1133
- of the image link. As with normal links, image links can be written inline or reference style. For
1134
- example:
1135
-
1136
- Here comes a ![smiley](../images/smiley.png)! And here
1137
- ![too](../images/other.png 'Title text'). Or ![here].
1138
- With empty alt text ![](see.jpg)
1139
-
1140
- The link definition for images is exactly the same as the link definition for normal links.
1141
-
1142
-
1143
- ## Emphasis
1144
-
1145
- kramdown supports two types of emphasis: light and strong emphasis. Text parts that are surrounded
1146
- with single asterisks `*` or underscores `_` are treated as text with light emphasis, text parts
1147
- surrounded with two asterisks or underscores are treated as text with strong emphasis. Surrounded
1148
- means that the starting delimiter must not be followed by a space and that the stopping delimiter
1149
- must not be preceded by a space.
1150
-
1151
- Here is an example for text with light and strong emphasis:
1152
-
1153
- *some text*
1154
- _some text_
1155
- **some text**
1156
- __some text__
1157
-
1158
- The asterisk form is also allowed within a single word:
1159
-
1160
- This is un*believe*able! This d_oe_s not work!
1161
-
1162
- Text can be marked up with both light and strong emphasis, possibly using different delimiters.
1163
- However, it is not possible to nest strong within strong or light within light emphasized text:
1164
-
1165
- This is a ***text with light and strong emphasis***.
1166
- This **is _emphasized_ as well**.
1167
- This *does _not_ work*.
1168
- This **does __not__ work either**.
1169
-
1170
- If one or two asterisks or underscores are surrounded by spaces, they are treated literally. If you
1171
- want to force the literal meaning of an asterisk or an underscore you can backslash-escape it:
1172
-
1173
- This is a * literal asterisk.
1174
- These are ** two literal asterisk.
1175
- As \*are\* these!
1176
-
1177
-
1178
- ## Code Spans
1179
-
1180
- This is the span level equivalent of the code block element. You can markup a text part as code span
1181
- by surrounding it with backticks `` ` ``. For example:
1182
-
1183
- Use `<html>` tags for this.
1184
-
1185
- Note that all special characters in a code span are treated correctly. For example, when a code span
1186
- is converted to HTML, the characters `<`, `>` and `&` are substituted by their respective HTML
1187
- counterparts.
1188
-
1189
- To include a literal backtick in a code span, you need to use two or more backticks as delimiters.
1190
- You can insert one optional space after the starting and before the ending delimiter (these spaces
1191
- are not used in the output). For example:
1192
-
1193
- Here is a literal `` ` `` backtick.
1194
- And here is `` `some` `` text (note the two spaces so that one is left in the output!).
1195
-
1196
- A single backtick surrounded by spaces is treated as literal backtick. If you want to force the
1197
- literal meaning of a backtick you can backslash-escape it:
1198
-
1199
- This is a ` literal backtick.
1200
- As \`are\` these!
1201
-
1202
-
1203
- ## HTML Spans
1204
-
1205
- HTML tags cannot only be used on the block level but also on the span level. Span level HTML tags
1206
- can only be used inside one block level element, it is not possible to use a start tag in one block
1207
- level element and the end tag in another. Note that only correct XHTML is supported! This means that
1208
- you have to use, for example, `<br />` instead of `<br>` (although kramdown tries to fix such errors
1209
- if possible).
1210
-
1211
- By default, kramdown parses kramdown syntax inside span HTML tags. However, this behaviour can be
1212
- configured with the `parse_span_html` option. If this is set to `true`, then syntax parsing in HTML
1213
- spans is enabled, if it is set to `false`, parsing is disabled. It is also possible to
1214
- enable/disable syntax parsing on a tag per tag basis using the `markdown` attribute:
1215
-
1216
- * If an HTML tag has an attribute `markdown="0"`, then no parsing (except parsing of HTML span tags)
1217
- is done inside that HTML tag.
1218
-
1219
- * If an HTML tag has an attribute `markdown="1"`, then the content of the tag is parsed as span
1220
- level elements.
1221
-
1222
- * If an HTML tag has an attribute `markdown="block"`, then a warning is issued because HTML spans
1223
- cannot contain block level elements and the attribute is ignored.
1224
-
1225
- * If an HTML tag has an attribute `markdown="span"`, then the content of the tag is parsed as span
1226
- level elements.
1227
-
1228
- The content of a span level HTML tag is normally parsed as span level elements. Note, however, that
1229
- some tags like `<script>` are not parsed, i.e. their content is not modified.
1230
-
1231
- Processing instructions and XML comments can also be used (their content is not parsed). However, as
1232
- with HTML tags the start and the end have to appear in the same block level element.
1233
-
1234
- Span level PIs and span level XML comments as well as general span level HTML and XML tags have to
1235
- be preceded by at least one non whitespace character on the same line so that kramdown correctly
1236
- recognizes them as span level element and not as block level element. However, all span HTML tags,
1237
- i.e. `a`, `em`, `b`, ..., (opening or closing) can appear at the start of a line.
1238
-
1239
- Unclosed span level HTML tags are correctly closed at the end of the span level text to ensure
1240
- correct nesting and invalidly used end tags or block HTML tags are removed from the output:
1241
-
1242
- This is </invalid>.
1243
-
1244
- This <span>is automatically closed.
1245
- ^
1246
- <p>This is .</p>
1247
-
1248
- <p>This <span>is automatically closed.</span></p>
1249
-
1250
- Also note that one or more consecutive new line characters in an HTML span tag are replaced by a
1251
- single space, for example:
1252
-
1253
- Link: <a href="some
1254
- link">text</a>
1255
- ^
1256
- <p>Link: <a href="some link">text</a></p>
1257
-
1258
-
1259
- ## Footnotes
1260
-
1261
- > This syntax feature is not part of the original Markdown syntax. The idea and syntax comes from
1262
- > the [PHP Markdown Extra] package.
1263
- {: .markdown-difference}
1264
-
1265
- Footnotes in kramdown are similar to reference style links and link definitions. You need to place
1266
- the footnote marker in the correct position in the text and the actual footnote content can be
1267
- defined anywhere in the document.
1268
-
1269
- More exactly, a footnote marker can be created by placing the footnote name in square brackets.
1270
- The footnote name has to start with a caret (`^`), followed by a word character or a digit and then
1271
- optionally followed by other word characters, digits or dashes. For example:
1272
-
1273
- This is some text.[^1]. Other text.[^footnote].
1274
-
1275
- The footnote name has to be unique in the whole kramdown document. Therefore you can't link to the
1276
- same footnote definition twice. The actual naming of a footnote does not matter since the numbering
1277
- of footnotes is controlled via the position of the footnote markers in the document (the first found
1278
- footnote marker will get the number 1, the second footnote marker the number 2 and so on). If there
1279
- is a footnote definition found for the identifier, a footnote will be created. Otherwise the
1280
- footnote marker is not converted to a footnote link. Also note that all attributes set via a span
1281
- IAL are ignored for a footnote marker!
1282
-
1283
- A footnote definition is used to define the content of a footnote and has the following structure:
1284
-
1285
- * The footnote name in square brackets, optionally indented up to three spaces,
1286
- * then a colon and one or more optional spaces,
1287
- * then the text of the footnote
1288
- * and optionally more text on the following lines which have to follow the syntax for [standard code
1289
- blocks](#standard-code-blocks) (the leading four spaces/one tab are naturally stripped from the
1290
- text)
1291
-
1292
- > Footnote definitions are, despite being described here, non-content block level elements.
1293
- {: .information}
1294
-
1295
- The whole footnote content is treated like block level text and can therefore contain any valid
1296
- block level element (also, any block level element can be the first element). If you want to have a
1297
- code block as first element, note that all leading spaces/tabs on the first line are stripped away.
1298
- Here are some example footnote definitions:
1299
-
1300
- [^1]: Some *crazy* footnote definition.
1301
-
1302
- [^footnote]:
1303
- > Blockquotes can be in a footnote.
1304
-
1305
- as well as code blocks
1306
-
1307
- or, naturally, simple paragraphs.
1308
-
1309
- [^other-note]: no code block here (spaces are stripped away)
1310
-
1311
- [^codeblock-note]:
1312
- this is now a code block (8 spaces indentation)
1313
-
1314
- It does not matter where you put a footnote definition in a kramdown document; the content of all
1315
- referenced footnote definitions will be placed at the end of the kramdown document. Not referenced
1316
- footnote definitions are ignored. If more than one footnote definitions have the same footnote name,
1317
- all footnote definitions but the last are ignored.
1318
-
1319
-
1320
- ## Abbreviations
1321
-
1322
- > This syntax feature is not part of the original Markdown syntax. The idea and syntax comes from
1323
- > the [PHP Markdown Extra] package.
1324
- {: .markdown-difference}
1325
-
1326
- kramdown provides a syntax to assign the full phrase to an abbreviation. When writing the text, you
1327
- don't need to do anything special. However, once you add abbreviation definitions, the
1328
- abbreviations in the text get marked up automatically. Abbreviations can consist of any character
1329
- except a closing bracket.
1330
-
1331
- An abbreviation definition is used to define the full phrase for an abbreviation and has the
1332
- following structure:
1333
-
1334
- * An asterisk and the abbreviation in square brackets, optionally indented up to three
1335
- spaces,
1336
- * then a colon and the full phrase of the abbreviation on one line (leading and trailing spaces are
1337
- stripped from the full phrase).
1338
-
1339
- Later abbreviation definition for the same abbreviation override prior ones and it does not matter
1340
- where you put an abbreviation definition in a kramdown document. Empty definitions are also allowed.
1341
-
1342
- Here are some examples:
1343
-
1344
- This is some text not written in HTML but in another language!
1345
-
1346
- *[another language]: It's called Markdown
1347
- *[HTML]: HyperTextMarkupLanguage
1348
-
1349
- > Abbreviation definitions are, despite being described here, non-content block level elements.
1350
- {: .information}
1351
-
1352
-
1353
- ## Typographic Symbols
1354
-
1355
- > The original Markdown syntax does not support these transformations.
1356
- {: .markdown-difference}
1357
-
1358
- kramdown converts the following plain ASCII character into their corresponding typographic symbols:
1359
-
1360
- * `---` will become an em-dash (like this ---)
1361
- * `--` will become an en-dash (like this --)
1362
- * `...` will become an ellipsis (like this ...)
1363
- * `<<` will become a left guillemet (like this <<) -- an optional following space will become a
1364
- non-breakable space
1365
- * `>>` will become a right guillemet (like this >>) -- an optional leading space will become a
1366
- non-breakable space
1367
-
1368
- The parser also replaces normal single `'` and double quotes `"` with "fancy quotes". There *may* be
1369
- times when kramdown falsely replace the quotes. If this is the case, just \'escape\" the quotes and
1370
- they won't be replaced with fancy ones.
1371
-
1372
-
1373
-
1374
- # Non-content elements
1375
-
1376
- This section describes the non-content elements that are used in kramdown documents, i.e. elements
1377
- that don't provide content for the document but have other uses such as separating block level
1378
- elements or attaching attributes to elements.
1379
-
1380
- Three non-content block level elements are not described here because they fit better where they
1381
- are:
1382
-
1383
- * [link definitions](#link-definitions)
1384
- * [footnote definitions](#footnotes)
1385
- * [abbreviation definition](#abbreviations)
1386
-
1387
-
1388
- ## End-Of-Block Marker {#eob-marker}
1389
-
1390
- > The EOB marker is not part of the standard Markdown syntax.
1391
- {: .markdown-difference}
1392
-
1393
- The End-Of-Block (EOB) marker -- a `^` as first character on an otherwise empty line -- is a block
1394
- level element that can be used to specify the end of a block level element even if the block level
1395
- element, after which it is used, would continue otherwise. If there is no block level element to
1396
- end, the EOB marker is simply ignored.
1397
-
1398
- You won't find an EOB marker in most kramdown documents but sometimes it is necessary to use it to
1399
- achieve the wanted results which would be impossible otherwise. However, it should only be used when
1400
- absolutely necesary!
1401
-
1402
- For example, the following gives you one list with two items:
1403
-
1404
- * list item one
1405
-
1406
- * list item two
1407
-
1408
- By using an EOB marker, you can make two lists with one item each:
1409
-
1410
- * list one
1411
- ^
1412
- * list two
1413
-
1414
-
1415
- ## Attribute List Definitions
1416
-
1417
- > This syntax feature is not part of the original Markdown syntax. The idea and syntax comes from
1418
- > the [Maruku] package.
1419
- {: .markdown-difference}
1420
-
1421
- This is an implementation of [Maruku]'s feature for adding attributes to block and span level
1422
- elements (the naming is also taken from Maruku). This block level element is used to define
1423
- attributes which can be referenced later. The [Block Inline Attribute List](#block-ials) is used to
1424
- attach attributes to a block level element and the [Span Inline Attribute List](#span-ials) is used
1425
- to attach attributes to a span level element.
1426
-
1427
- Following are some examples of attribute list definitions (ALDs) and afterwards comes the syntax
1428
- explanation:
1429
-
1430
- {:ref-name: #myid .my-class}
1431
- {:other: ref-name #id-of-other title="hallo you"}
1432
- {:test: key="value \" with quote" and other='quote brace \}'}
1433
-
1434
- An ALD line has the following structure:
1435
-
1436
- * a left brace, optionally preceded by up to three spaces,
1437
- * followed by a colon, the reference name and another colon,
1438
- * followed by attribute definitions (allowed characters are backslash-escaped closing braces or any
1439
- character except a not escaped closing brace),
1440
- * followed by a closing brace and optional spaces until the end of the line.
1441
-
1442
- The reference name needs to start with a word character or a digit, optionally followed by other
1443
- word characters, digits or dashes.
1444
-
1445
- There are four different types of attribute definitions which have to be separated by one or more
1446
- spaces:
1447
-
1448
- references
1449
-
1450
- : This must be a valid reference name. It is used to reference an other ALD so that the attributes
1451
- of the other ALD are also included in this one. The reference name is ignored when collecting the
1452
- attributes if no attribute definition list with this reference name exists. For example, a simple
1453
- reference looks like `id`.
1454
-
1455
- key-value pairs
1456
-
1457
- : A key-value pair is defined by a key name, which must follow the rules for reference names, then
1458
- an equal sign and then the value in single or double quotes. If you need to use the value
1459
- delimiter (a single or a double quote) inside the value, you need to escape it with a backslash.
1460
- Key-value pairs can be used to specify arbitrary attributes for block or span level elements. For
1461
- example, a key-value pair looks like `key1="bef \"quoted\" aft"` or `title='This is a title'`.
1462
-
1463
- ID name
1464
-
1465
- : An ID name is defined by using a hash and then the identifier name which needs to start with a
1466
- word character or a digit, optionally followed by other word characters, digits, dashes or colons.
1467
- This is a short hand for the key-value pair `id="IDNAME"` since this is often used. The ID name
1468
- specifies the unique ID of a block or span level element. For example, an ID name looks like
1469
- `#myid`.
1470
-
1471
- class names
1472
-
1473
- : A class name is defined by using a dot and then the class name. This is (almost, but not quite) a
1474
- short hand for the key-value pair `class="class-name"`. Almost because it actually means that the
1475
- class name should be appended to the current value of the `class` attribute. The following ALDs
1476
- are all equivalent:
1477
-
1478
- {:id: .cls1 .cls2}
1479
- {:id: class="cls1" .cls2}
1480
- {:id: class="something" class="cls1" .cls2}
1481
- {:id: class="cls1 cls2}
1482
-
1483
- As can be seen from the example of the class names, attributes that are defined earlier are
1484
- overwritten by ones with the same name defined later. Also, everything in the attribute definitions
1485
- part that does not match one of the above four types is ignored.
1486
-
1487
- If there is more than one ALD with the same reference name, the attribute definitions of all the
1488
- ALDs are processed like they are defined in one ALD.
1489
-
1490
-
1491
- ## Inline Attribute Lists
1492
-
1493
- These elements are used to attach attributes to another element.
1494
-
1495
- ### Block Inline Attribute Lists {#block-ials}
1496
-
1497
- > This syntax feature is not part of the original Markdown syntax. The idea and syntax comes from
1498
- > the [Maruku] package.
1499
- {: .markdown-difference}
1500
-
1501
- This block level element is used to attach attributes to a block level element. A block inline
1502
- attribute list (block IAL) has the same structure as an [ALD](#attribute-list-definitions) except
1503
- that the colon/reference name/colon part is replaced by a colon. A block IAL (or two or more block
1504
- IALs) has to be put directly before or after the block level element to which the attributes should
1505
- be attached. If a block IAL is directly after *and* before a block level element, it is applied to
1506
- preceding element. The block IAL is ignored in all other cases, for example, when the block IAL is
1507
- surrounded by blank lines.
1508
-
1509
- Key-value pairs of an IAL take precedence over equally named key-value pairs in referenced ALDs.
1510
-
1511
- Here are some examples for block IALs:
1512
-
1513
- A simple paragraph with an ID attribute.
1514
- {: #para-one}
1515
-
1516
- > A blockquote with a title
1517
- {:title="The blockquote title"}
1518
- {: #myid}
1519
-
1520
- {:.ruby}
1521
- Some code here
1522
-
1523
- ### Span Inline Attribute Lists {#span-ials}
1524
-
1525
- > This syntax feature is not part of the original Markdown syntax. The idea and syntax comes from
1526
- > the [Maruku] package.
1527
- {: .markdown-difference}
1528
-
1529
- This is a version of the [block inline attribute list](#block-ials) for span level elements. It has
1530
- the same structure as the block IAL except that leading and trailing spaces are not allowed. A span
1531
- IAL (or two or more span IALs) has to be put directly after the span level element to which it
1532
- should be applied, no additional character is allowed between, otherwise it is ignored and only
1533
- removed from the output.
1534
-
1535
- Here are some examples for span IALs:
1536
-
1537
- This *is*{:.underline} some `code`{:#id}{:.class}.
1538
- A [link](test.html){:rel='something'} and some **tools**{:.tools}.
1539
-
1540
-
1541
- ## Extensions
1542
-
1543
- > This syntax feature is not part of the original Markdown syntax.
1544
- {: .markdown-difference}
1545
-
1546
- Extensions provide additional functionality but use the same syntax for it. They are available as
1547
- block as well as span level elements.
1548
-
1549
- The syntax for an extension is very similar to the syntax of [ALDs](#attribute-list-definitions).
1550
- Here are some examples of how to specify extensions and afterwards is the syntax definition:
1551
-
1552
- {::comment}
1553
- This text is completely ignored by kramdown - a comment in the text.
1554
- {:/comment}
1555
-
1556
- Do you see {::comment}this text{:/comment}?
1557
- {::comment}some other comment{:/}
1558
-
1559
- {::options key="val" /}
1560
-
1561
- An extension can be specified with or without a body. Therefore there exist a start and an end tag
1562
- for extensions. The start tag has the following structure:
1563
-
1564
- * a left brace,
1565
- * followed by two colons and the extension name,
1566
- * optionally followed by a space and attribute definitions (allowed characters are backslash-escaped
1567
- closing braces or any character except a not escaped closing brace -- same as with ALDs),
1568
- * followed by a slash and a right brace (in case the extension has no body) or only a right
1569
- brace (in case the extension has a body).
1570
-
1571
- The stop tag has the following structure:
1572
-
1573
- * a left brace,
1574
- * followed by a colon and a slash,
1575
- * optionally followed by the extension name,
1576
- * followed by a right brace.
1577
-
1578
- A stop tag is only needed if the extension has a body!
1579
-
1580
- The above syntax can be used as is for span level extensions. The starting and ending lines for block level
1581
- extensions are defined as:
1582
-
1583
- * The starting line consists of the extension start tag, optionally preceded by up to three spaces,
1584
- and followed by optional spaces until the end of the line.
1585
- * The ending line consists of the extension stop tag, optionally preceded by up to three spaces,
1586
- and followed by optional spaces until the end of the line.
1587
-
1588
- If no end tag can be found for an extension start tag, the start tag is treated as if it has no
1589
- body. If an invalid extension stop tag is found, it is ignored. If an invalid extension name is
1590
- specified the extension (and the eventually specified body) are ignored.
1591
-
1592
- The following extensions can be used with kramdown:
1593
-
1594
- `comment`
1595
-
1596
- : Treat the body text as a comment which does not show in the output.
1597
-
1598
- `nomarkdown`
1599
-
1600
- : Don't process the body with kramdown but output it as-is. The attribute `type` specifies which
1601
- converters should output the body: if the attribute is missing, all converters should output it.
1602
- Otherwise the attribute value has to be a space separated list of converter names and these
1603
- converters should output the body.
1604
-
1605
- `options`
1606
-
1607
- : Should be used without a body since the body is ignored. Is used for setting the global options
1608
- for the kramdown processor (for example, to disable automatic header ID generation). Note that
1609
- options that are used by the parser are immediately effective whereas all other options are not!
1610
- This means, for example, that it is not possible to set converter options only for some part of a
1611
- kramdown document.
1612
-
1613
-
1614
-
1615
- {include_file: doc/links.markdown}