middleman 3.0.0.alpha.6 → 3.0.0.alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (635) hide show
  1. data/lib/middleman.rb +3 -243
  2. data/middleman.gemspec +3 -32
  3. metadata +21 -1350
  4. data/.gemtest +0 -0
  5. data/.gitignore +0 -16
  6. data/.travis.yml +0 -5
  7. data/.yardopts +0 -11
  8. data/CHANGELOG.md +0 -101
  9. data/Gemfile +0 -3
  10. data/LICENSE +0 -20
  11. data/README.md +0 -93
  12. data/Rakefile +0 -17
  13. data/bin/middleman +0 -64
  14. data/features/3rd_party_cli.feature +0 -5
  15. data/features/asset_host.feature +0 -14
  16. data/features/auto_layout.feature +0 -37
  17. data/features/automatic_image_sizes.feature +0 -16
  18. data/features/builder.feature +0 -56
  19. data/features/cache_buster.feature +0 -26
  20. data/features/chained_templates.feature +0 -19
  21. data/features/clean_build.feature +0 -31
  22. data/features/cli.feature +0 -120
  23. data/features/coffee-script.feature +0 -17
  24. data/features/content_for.feature +0 -16
  25. data/features/current_page_request_path_backwards.feature +0 -6
  26. data/features/custom_layout_engines.feature +0 -13
  27. data/features/data.feature +0 -27
  28. data/features/directory_index.feature +0 -36
  29. data/features/dynamic_pages.feature +0 -35
  30. data/features/fonts.feature +0 -13
  31. data/features/former_padrino_helpers.feature +0 -10
  32. data/features/front-matter.feature +0 -35
  33. data/features/helpers_auto_javascript_include_tag.feature +0 -27
  34. data/features/helpers_auto_stylesheet_link_tag.feature +0 -27
  35. data/features/helpers_external.feature +0 -6
  36. data/features/helpers_lorem.feature +0 -5
  37. data/features/helpers_page_classes.feature +0 -17
  38. data/features/instance_vars.feature +0 -20
  39. data/features/liquid.feature +0 -6
  40. data/features/markdown.feature +0 -27
  41. data/features/minify_css.feature +0 -29
  42. data/features/minify_javascript.feature +0 -55
  43. data/features/mount_rack.feature +0 -8
  44. data/features/nested_layouts.feature +0 -24
  45. data/features/page_alias_and_layouts.feature +0 -44
  46. data/features/partials.feature +0 -41
  47. data/features/preview_changes.feature +0 -18
  48. data/features/relative_assets.feature +0 -50
  49. data/features/scss-support.feature +0 -12
  50. data/features/sitemap_traversal.features +0 -56
  51. data/features/slim.feature +0 -7
  52. data/features/sprockets.feature +0 -52
  53. data/features/sprockets_gems.feature +0 -10
  54. data/features/step_definitions/asset_host_steps.rb +0 -9
  55. data/features/step_definitions/page_layout_steps.rb +0 -15
  56. data/features/support/env.rb +0 -3
  57. data/features/wildcard_page_helper.feature +0 -19
  58. data/fixtures/3rd-party-command/config.rb +0 -10
  59. data/fixtures/build-with-errors-app/config.rb +0 -1
  60. data/fixtures/build-with-errors-app/source/index.html.erb +0 -1
  61. data/fixtures/chained-app/config.rb +0 -0
  62. data/fixtures/chained-app/data/article.yml +0 -2
  63. data/fixtures/chained-app/source/index.html.markdown.erb +0 -8
  64. data/fixtures/clean-app/config-complications.rb +0 -11
  65. data/fixtures/clean-app/config-empty.rb +0 -0
  66. data/fixtures/clean-app/config.rb +0 -11
  67. data/fixtures/clean-app/source/index.html.haml +0 -1
  68. data/fixtures/clean-app/source/layout.haml +0 -6
  69. data/fixtures/clean-app/source/layouts/custom.haml +0 -5
  70. data/fixtures/clean-app/source/real.html +0 -1
  71. data/fixtures/clean-app/source/real/index.html.erb +0 -5
  72. data/fixtures/clean-app/source/should_be_ignored.html +0 -1
  73. data/fixtures/clean-app/source/should_be_ignored2.html +0 -1
  74. data/fixtures/clean-app/source/should_be_ignored3.html +0 -1
  75. data/fixtures/clean-app/source/static.html +0 -1
  76. data/fixtures/clean-dir-app/config.rb +0 -2
  77. data/fixtures/clean-dir-app/source/about.html +0 -1
  78. data/fixtures/custom-layout-app/config.rb +0 -1
  79. data/fixtures/custom-layout-app/source/index.html.erb +0 -1
  80. data/fixtures/custom-layout-app/source/layout.haml +0 -6
  81. data/fixtures/data-app/config.rb +0 -3
  82. data/fixtures/data-app/data/pages.yml +0 -6
  83. data/fixtures/data-app/source/index.html.haml +0 -1
  84. data/fixtures/data-app/source/layout.haml +0 -3
  85. data/fixtures/different-engine-layout/config.rb +0 -0
  86. data/fixtures/different-engine-layout/source/index.html.haml +0 -1
  87. data/fixtures/different-engine-layout/source/layout.erb +0 -9
  88. data/fixtures/different-engine-partial/config.rb +0 -0
  89. data/fixtures/different-engine-partial/source/index.html.erb +0 -1
  90. data/fixtures/different-engine-partial/source/layouts/layout.erb +0 -7
  91. data/fixtures/different-engine-partial/source/shared/_footer.slim +0 -1
  92. data/fixtures/different-engine-partial/source/shared/_header.erb +0 -1
  93. data/fixtures/empty-app/not-config.rb +0 -0
  94. data/fixtures/engine-matching-layout/config.rb +0 -0
  95. data/fixtures/engine-matching-layout/source/index.html.erb +0 -1
  96. data/fixtures/engine-matching-layout/source/layout.erb +0 -9
  97. data/fixtures/external-helpers/config.rb +0 -4
  98. data/fixtures/external-helpers/lib/hello_helper.rb +0 -5
  99. data/fixtures/external-helpers/source/index.html.erb +0 -1
  100. data/fixtures/fonts-app/config.rb +0 -0
  101. data/fixtures/fonts-app/source/fonts/StMarie-Thin.otf +0 -0
  102. data/fixtures/fonts-app/source/stylesheets/fonts.css.sass +0 -3
  103. data/fixtures/glob-app/config.rb +0 -1
  104. data/fixtures/glob-app/source/index.html.haml +0 -6
  105. data/fixtures/glob-app/source/stylesheets/site.css.sass +0 -1
  106. data/fixtures/ignore-app/config.rb +0 -2
  107. data/fixtures/ignore-app/source/articles/template.html.erb +0 -1
  108. data/fixtures/ignore-app/source/template.html.erb +0 -1
  109. data/fixtures/indexable-app/config.rb +0 -2
  110. data/fixtures/indexable-app/source/.htaccess +0 -1
  111. data/fixtures/indexable-app/source/a_folder/needs_index.html +0 -1
  112. data/fixtures/indexable-app/source/leave_me_alone.html +0 -1
  113. data/fixtures/indexable-app/source/needs_index.html +0 -1
  114. data/fixtures/indexable-app/source/regular/index.html +0 -1
  115. data/fixtures/instance-vars-app/config.rb +0 -0
  116. data/fixtures/instance-vars-app/source/_vartial.erb +0 -5
  117. data/fixtures/instance-vars-app/source/instance-var-set.html.erb +0 -2
  118. data/fixtures/instance-vars-app/source/layout.erb +0 -3
  119. data/fixtures/instance-vars-app/source/no-instance-var.html.erb +0 -1
  120. data/fixtures/manual-layout-missing/config.rb +0 -1
  121. data/fixtures/manual-layout-missing/source/index.html.erb +0 -1
  122. data/fixtures/manual-layout-override/config.rb +0 -3
  123. data/fixtures/manual-layout-override/source/index.html.erb +0 -1
  124. data/fixtures/manual-layout-override/source/layouts/another.erb +0 -9
  125. data/fixtures/manual-layout-override/source/layouts/custom.erb +0 -9
  126. data/fixtures/manual-layout/config.rb +0 -1
  127. data/fixtures/manual-layout/source/index.html.erb +0 -1
  128. data/fixtures/manual-layout/source/layouts/custom.erb +0 -9
  129. data/fixtures/markdown-app/config.rb +0 -9
  130. data/fixtures/markdown-app/source/autolink.html.markdown +0 -5
  131. data/fixtures/markdown-app/source/fenced_code_blocks.html.markdown +0 -7
  132. data/fixtures/markdown-app/source/index.html.markdown +0 -4
  133. data/fixtures/markdown-app/source/no_intra_emphasis.html.markdown +0 -5
  134. data/fixtures/markdown-app/source/smarty_pants.html.markdown +0 -5
  135. data/fixtures/markdown-app/source/space_after_headers.html.markdown +0 -5
  136. data/fixtures/markdown-app/source/strikethrough.html.markdown +0 -5
  137. data/fixtures/markdown-app/source/superscript.html.markdown +0 -5
  138. data/fixtures/markdown-app/source/tables.html.markdown +0 -8
  139. data/fixtures/multiple-layouts/config.rb +0 -0
  140. data/fixtures/multiple-layouts/source/index.html.erb +0 -1
  141. data/fixtures/multiple-layouts/source/layout.erb +0 -9
  142. data/fixtures/multiple-layouts/source/layout.haml +0 -6
  143. data/fixtures/nested-layout-app/config.rb +0 -1
  144. data/fixtures/nested-layout-app/source/data-one.html.erb +0 -5
  145. data/fixtures/nested-layout-app/source/data-two.html.erb +0 -5
  146. data/fixtures/nested-layout-app/source/index.html.erb +0 -1
  147. data/fixtures/nested-layout-app/source/layouts/inner.erb +0 -4
  148. data/fixtures/nested-layout-app/source/layouts/master.erb +0 -3
  149. data/fixtures/nested-layout-app/source/layouts/outer.erb +0 -4
  150. data/fixtures/no-layout/config.rb +0 -0
  151. data/fixtures/no-layout/source/index.html.erb +0 -1
  152. data/fixtures/partials-app/config.rb +0 -0
  153. data/fixtures/partials-app/source/_locals.erb +0 -1
  154. data/fixtures/partials-app/source/_main.erb +0 -1
  155. data/fixtures/partials-app/source/_main.haml +0 -1
  156. data/fixtures/partials-app/source/index.html.erb +0 -3
  157. data/fixtures/partials-app/source/locals.html.erb +0 -1
  158. data/fixtures/partials-app/source/second.html.haml +0 -3
  159. data/fixtures/partials-app/source/shared/_footer.erb +0 -1
  160. data/fixtures/partials-app/source/shared/_header.erb +0 -1
  161. data/fixtures/partials-app/source/sub/_local.erb +0 -1
  162. data/fixtures/partials-app/source/sub/index.html.erb +0 -3
  163. data/fixtures/passthrough-app/config.rb +0 -17
  164. data/fixtures/passthrough-app/source/.htaccess +0 -1
  165. data/fixtures/passthrough-app/source/inline-coffeescript.html.haml +0 -3
  166. data/fixtures/passthrough-app/source/inline-css.html.haml +0 -4
  167. data/fixtures/passthrough-app/source/inline-js.html.haml +0 -7
  168. data/fixtures/passthrough-app/source/javascripts/coffee_test.js.coffee +0 -3
  169. data/fixtures/passthrough-app/source/javascripts/js_test.js +0 -8
  170. data/fixtures/passthrough-app/source/stylesheets/site.css.sass +0 -1
  171. data/fixtures/preview-app/config.rb +0 -0
  172. data/fixtures/preview-app/source/content.html.erb +0 -1
  173. data/fixtures/preview-app/source/layout.erb +0 -1
  174. data/fixtures/relative-app/config.rb +0 -0
  175. data/fixtures/relative-app/source/images/blank.gif +0 -0
  176. data/fixtures/relative-app/source/stylesheets/relative_assets.css.sass +0 -3
  177. data/fixtures/sinatra-app/config.rb +0 -11
  178. data/fixtures/sinatra-app/source/index.html.erb +0 -5
  179. data/fixtures/sprockets-app/config.rb +0 -2
  180. data/fixtures/sprockets-app/source/library/css/bootstrap_include.css.scss +0 -1
  181. data/fixtures/sprockets-app/source/library/css/plain.css +0 -3
  182. data/fixtures/sprockets-app/source/library/css/sprockets_base1.css.scss +0 -1
  183. data/fixtures/sprockets-app/source/library/css/sprockets_base2.css.scss +0 -1
  184. data/fixtures/sprockets-app/source/library/css/sprockets_sub.css.scss +0 -1
  185. data/fixtures/sprockets-app/source/library/js/jquery_include.js +0 -1
  186. data/fixtures/sprockets-app/source/library/js/plain.js +0 -3
  187. data/fixtures/sprockets-app/source/library/js/sprockets_base.js +0 -5
  188. data/fixtures/sprockets-app/source/library/js/sprockets_sub.js +0 -3
  189. data/fixtures/test-app/config.rb +0 -59
  190. data/fixtures/test-app/data/test.yml +0 -4
  191. data/fixtures/test-app/data/test2.json +0 -4
  192. data/fixtures/test-app/source/.htaccess +0 -1
  193. data/fixtures/test-app/source/_liquid_partial.liquid +0 -1
  194. data/fixtures/test-app/source/_partial.haml +0 -1
  195. data/fixtures/test-app/source/a_folder/needs_index.html +0 -1
  196. data/fixtures/test-app/source/asset_host.html.haml +0 -1
  197. data/fixtures/test-app/source/auto-css.html.haml +0 -1
  198. data/fixtures/test-app/source/auto-css/auto-css.html.haml +0 -1
  199. data/fixtures/test-app/source/auto-css/index.html.haml +0 -1
  200. data/fixtures/test-app/source/auto-css/sub/auto-css.html.haml +0 -1
  201. data/fixtures/test-app/source/auto-image-sizes.html.haml +0 -1
  202. data/fixtures/test-app/source/auto-js.html.haml +0 -1
  203. data/fixtures/test-app/source/auto-js/auto-js.html.haml +0 -1
  204. data/fixtures/test-app/source/auto-js/index.html.haml +0 -1
  205. data/fixtures/test-app/source/auto-js/sub/auto-js.html.haml +0 -1
  206. data/fixtures/test-app/source/cache-buster.html.haml +0 -2
  207. data/fixtures/test-app/source/content_for_erb.html.erb +0 -5
  208. data/fixtures/test-app/source/content_for_haml.html.haml +0 -4
  209. data/fixtures/test-app/source/content_for_slim.html.slim +0 -4
  210. data/fixtures/test-app/source/custom-layout-dir/index.html.haml +0 -1
  211. data/fixtures/test-app/source/custom-layout.html.haml +0 -1
  212. data/fixtures/test-app/source/data.html.erb +0 -1
  213. data/fixtures/test-app/source/data2.html.liquid +0 -2
  214. data/fixtures/test-app/source/data3.html.erb +0 -1
  215. data/fixtures/test-app/source/former_padrino_test.html.haml +0 -5
  216. data/fixtures/test-app/source/front-matter-2.php.erb +0 -7
  217. data/fixtures/test-app/source/front-matter-change.html.erb +0 -5
  218. data/fixtures/test-app/source/front-matter.html.erb +0 -6
  219. data/fixtures/test-app/source/images/Child folder/regular_file(example).txt +0 -1
  220. data/fixtures/test-app/source/images/Chrome_Logo.svg +0 -231
  221. data/fixtures/test-app/source/images/Read me (example).txt +0 -1
  222. data/fixtures/test-app/source/images/blank.gif +0 -0
  223. data/fixtures/test-app/source/images/cfb_tomb-perennial-energy.svgz +0 -0
  224. data/fixtures/test-app/source/img/blank.gif +0 -0
  225. data/fixtures/test-app/source/index.html.slim +0 -9
  226. data/fixtures/test-app/source/inline-coffeescript.html.haml +0 -3
  227. data/fixtures/test-app/source/inline-css.html.haml +0 -4
  228. data/fixtures/test-app/source/inline-js.html.haml +0 -7
  229. data/fixtures/test-app/source/javascripts/auto-js.js +0 -1
  230. data/fixtures/test-app/source/javascripts/auto-js/auto-js.js +0 -1
  231. data/fixtures/test-app/source/javascripts/auto-js/index.js +0 -1
  232. data/fixtures/test-app/source/javascripts/auto-js/sub/auto-js.js +0 -1
  233. data/fixtures/test-app/source/javascripts/broken-coffee.js.coffee +0 -3
  234. data/fixtures/test-app/source/javascripts/coffee_test.js.coffee +0 -3
  235. data/fixtures/test-app/source/javascripts/jquery.plugin.with.dots.js +0 -1
  236. data/fixtures/test-app/source/javascripts/jquery_base.js +0 -5
  237. data/fixtures/test-app/source/javascripts/js_test.js +0 -8
  238. data/fixtures/test-app/source/javascripts/multiple_engines.js.coffee.erb +0 -1
  239. data/fixtures/test-app/source/javascripts/sprockets_base.js +0 -5
  240. data/fixtures/test-app/source/javascripts/sprockets_sub.js +0 -3
  241. data/fixtures/test-app/source/layout.haml +0 -6
  242. data/fixtures/test-app/source/layouts/content_for.erb +0 -4
  243. data/fixtures/test-app/source/layouts/custom.haml +0 -5
  244. data/fixtures/test-app/source/liquid_master.html.liquid +0 -1
  245. data/fixtures/test-app/source/lorem.html.erb +0 -12
  246. data/fixtures/test-app/source/needs_index.html +0 -1
  247. data/fixtures/test-app/source/page-classes.html.haml +0 -1
  248. data/fixtures/test-app/source/real.html +0 -1
  249. data/fixtures/test-app/source/real/index.html.erb +0 -5
  250. data/fixtures/test-app/source/relative_image.html.erb +0 -1
  251. data/fixtures/test-app/source/request-path.html.erb +0 -1
  252. data/fixtures/test-app/source/services/index.html.haml +0 -1
  253. data/fixtures/test-app/source/should_be_ignored.html +0 -1
  254. data/fixtures/test-app/source/should_be_ignored2.html +0 -1
  255. data/fixtures/test-app/source/should_be_ignored3.html +0 -1
  256. data/fixtures/test-app/source/slim.html.slim +0 -7
  257. data/fixtures/test-app/source/spaces in file.html.erb +0 -1
  258. data/fixtures/test-app/source/static.html +0 -1
  259. data/fixtures/test-app/source/stylesheets/asset_host.css.sass +0 -3
  260. data/fixtures/test-app/source/stylesheets/auto-css.css +0 -3
  261. data/fixtures/test-app/source/stylesheets/auto-css/auto-css.css +0 -3
  262. data/fixtures/test-app/source/stylesheets/auto-css/index.css +0 -0
  263. data/fixtures/test-app/source/stylesheets/auto-css/sub/auto-css.css +0 -3
  264. data/fixtures/test-app/source/stylesheets/layout.css.sass +0 -2
  265. data/fixtures/test-app/source/stylesheets/relative_assets.css.sass +0 -3
  266. data/fixtures/test-app/source/stylesheets/site.css.sass +0 -1
  267. data/fixtures/test-app/source/stylesheets/site_scss.css.scss +0 -1
  268. data/fixtures/test-app/source/stylesheets/sprockets_base1.css.scss +0 -1
  269. data/fixtures/test-app/source/stylesheets/sprockets_base2.css.scss +0 -1
  270. data/fixtures/test-app/source/stylesheets/sprockets_sub.css.scss +0 -1
  271. data/fixtures/test-app/source/stylesheets/static.css +0 -2
  272. data/fixtures/test-app/source/sub1/page-classes.html.haml +0 -1
  273. data/fixtures/test-app/source/sub1/sub2/page-classes.html.haml +0 -1
  274. data/fixtures/test-app/source/tiny_src.html.haml +0 -1
  275. data/fixtures/traversal-app/config.rb +0 -2
  276. data/fixtures/traversal-app/source/index.html.erb +0 -0
  277. data/fixtures/traversal-app/source/layout.erb +0 -13
  278. data/fixtures/traversal-app/source/proxied.html.erb +0 -0
  279. data/fixtures/traversal-app/source/root.html.erb +0 -0
  280. data/fixtures/traversal-app/source/sub/index.html.erb +0 -0
  281. data/fixtures/traversal-app/source/sub/sibling.html.erb +0 -0
  282. data/fixtures/traversal-app/source/sub/sibling2.html.erb +0 -0
  283. data/fixtures/traversal-app/source/sub/sub2/index.html.erb +0 -0
  284. data/fixtures/traversal-app/source/sub/sub3/deep.html.erb +0 -0
  285. data/fixtures/wildcard-app/config.rb +0 -1
  286. data/fixtures/wildcard-app/source/admin/index.html.erb +0 -1
  287. data/fixtures/wildcard-app/source/admin/page.html.erb +0 -1
  288. data/fixtures/wildcard-app/source/index.html.erb +0 -1
  289. data/fixtures/wildcard-app/source/layouts/admin.erb +0 -2
  290. data/fixtures/wildcard-app/source/layouts/layout.erb +0 -2
  291. data/fixtures/wildcard-directory-index-app/config.rb +0 -2
  292. data/fixtures/wildcard-directory-index-app/source/admin/index.html.erb +0 -1
  293. data/fixtures/wildcard-directory-index-app/source/admin/page.html.erb +0 -1
  294. data/fixtures/wildcard-directory-index-app/source/index.html.erb +0 -1
  295. data/fixtures/wildcard-directory-index-app/source/layouts/admin.erb +0 -2
  296. data/fixtures/wildcard-directory-index-app/source/layouts/layout.erb +0 -2
  297. data/lib/middleman/base.rb +0 -497
  298. data/lib/middleman/cache.rb +0 -57
  299. data/lib/middleman/cli.rb +0 -47
  300. data/lib/middleman/cli/build.rb +0 -191
  301. data/lib/middleman/cli/init.rb +0 -47
  302. data/lib/middleman/cli/server.rb +0 -40
  303. data/lib/middleman/core_extensions/assets.rb +0 -30
  304. data/lib/middleman/core_extensions/builder.rb +0 -49
  305. data/lib/middleman/core_extensions/compass.rb +0 -71
  306. data/lib/middleman/core_extensions/data.rb +0 -219
  307. data/lib/middleman/core_extensions/default_helpers.rb +0 -119
  308. data/lib/middleman/core_extensions/extensions.rb +0 -140
  309. data/lib/middleman/core_extensions/file_watcher.rb +0 -83
  310. data/lib/middleman/core_extensions/front_matter.rb +0 -136
  311. data/lib/middleman/core_extensions/rendering.rb +0 -256
  312. data/lib/middleman/core_extensions/routing.rb +0 -69
  313. data/lib/middleman/core_extensions/show_exceptions.rb +0 -16
  314. data/lib/middleman/core_extensions/sitemap.rb +0 -54
  315. data/lib/middleman/core_extensions/sprockets.rb +0 -118
  316. data/lib/middleman/extensions/asset_host.rb +0 -34
  317. data/lib/middleman/extensions/automatic_image_sizes.rb +0 -38
  318. data/lib/middleman/extensions/automatic_image_sizes/fastimage.rb +0 -287
  319. data/lib/middleman/extensions/cache_buster.rb +0 -59
  320. data/lib/middleman/extensions/directory_indexes.rb +0 -62
  321. data/lib/middleman/extensions/lorem.rb +0 -130
  322. data/lib/middleman/extensions/minify_css.rb +0 -17
  323. data/lib/middleman/extensions/minify_css/cssmin.rb +0 -55
  324. data/lib/middleman/extensions/minify_javascript.rb +0 -56
  325. data/lib/middleman/extensions/relative_assets.rb +0 -46
  326. data/lib/middleman/guard.rb +0 -137
  327. data/lib/middleman/renderers/erb.rb +0 -19
  328. data/lib/middleman/renderers/haml.rb +0 -13
  329. data/lib/middleman/renderers/liquid.rb +0 -21
  330. data/lib/middleman/renderers/markdown.rb +0 -28
  331. data/lib/middleman/renderers/sass.rb +0 -53
  332. data/lib/middleman/sitemap/page.rb +0 -162
  333. data/lib/middleman/sitemap/store.rb +0 -143
  334. data/lib/middleman/sitemap/template.rb +0 -77
  335. data/lib/middleman/step_definitions.rb +0 -12
  336. data/lib/middleman/step_definitions/builder_steps.rb +0 -42
  337. data/lib/middleman/step_definitions/middleman_steps.rb +0 -15
  338. data/lib/middleman/step_definitions/server_steps.rb +0 -66
  339. data/lib/middleman/templates.rb +0 -82
  340. data/lib/middleman/templates/default.rb +0 -29
  341. data/lib/middleman/templates/default/source/images/background.png +0 -0
  342. data/lib/middleman/templates/default/source/images/middleman.png +0 -0
  343. data/lib/middleman/templates/default/source/index.html.erb +0 -10
  344. data/lib/middleman/templates/default/source/javascripts/all.js +0 -1
  345. data/lib/middleman/templates/default/source/layouts/layout.erb +0 -19
  346. data/lib/middleman/templates/default/source/stylesheets/_animate.scss +0 -23
  347. data/lib/middleman/templates/default/source/stylesheets/_normalize.scss +0 -431
  348. data/lib/middleman/templates/default/source/stylesheets/all.css.scss +0 -40
  349. data/lib/middleman/templates/html5.rb +0 -25
  350. data/lib/middleman/templates/html5/source/404.html +0 -38
  351. data/lib/middleman/templates/html5/source/README.md +0 -388
  352. data/lib/middleman/templates/html5/source/apple-touch-icon-114x114-precomposed.png +0 -0
  353. data/lib/middleman/templates/html5/source/apple-touch-icon-57x57-precomposed.png +0 -0
  354. data/lib/middleman/templates/html5/source/apple-touch-icon-72x72-precomposed.png +0 -0
  355. data/lib/middleman/templates/html5/source/apple-touch-icon-precomposed.png +0 -0
  356. data/lib/middleman/templates/html5/source/apple-touch-icon.png +0 -0
  357. data/lib/middleman/templates/html5/source/crossdomain.xml +0 -25
  358. data/lib/middleman/templates/html5/source/css/style.css +0 -293
  359. data/lib/middleman/templates/html5/source/favicon.ico +0 -0
  360. data/lib/middleman/templates/html5/source/humans.txt +0 -43
  361. data/lib/middleman/templates/html5/source/img/.gitignore +0 -2
  362. data/lib/middleman/templates/html5/source/index.html +0 -79
  363. data/lib/middleman/templates/html5/source/js/libs/jquery-1.6.2.js +0 -8981
  364. data/lib/middleman/templates/html5/source/js/libs/jquery-1.6.2.min.js +0 -18
  365. data/lib/middleman/templates/html5/source/js/libs/modernizr-2.0.6.min.js +0 -4
  366. data/lib/middleman/templates/html5/source/js/mylibs/.gitignore +0 -2
  367. data/lib/middleman/templates/html5/source/js/plugins.js +0 -20
  368. data/lib/middleman/templates/html5/source/js/script.js +0 -8
  369. data/lib/middleman/templates/html5/source/robots.txt +0 -5
  370. data/lib/middleman/templates/html5/source/test/index.html +0 -31
  371. data/lib/middleman/templates/html5/source/test/qunit/qunit.css +0 -148
  372. data/lib/middleman/templates/html5/source/test/qunit/qunit.js +0 -1265
  373. data/lib/middleman/templates/html5/source/test/tests.js +0 -24
  374. data/lib/middleman/templates/local.rb +0 -21
  375. data/lib/middleman/templates/mobile.rb +0 -25
  376. data/lib/middleman/templates/mobile/source/404.html +0 -37
  377. data/lib/middleman/templates/mobile/source/README.markdown +0 -21
  378. data/lib/middleman/templates/mobile/source/crossdomain.xml +0 -25
  379. data/lib/middleman/templates/mobile/source/css/style.css +0 -315
  380. data/lib/middleman/templates/mobile/source/humans.txt +0 -43
  381. data/lib/middleman/templates/mobile/source/img/h/apple-touch-icon.png +0 -0
  382. data/lib/middleman/templates/mobile/source/img/h/splash.png +0 -0
  383. data/lib/middleman/templates/mobile/source/img/l/apple-touch-icon-precomposed.png +0 -0
  384. data/lib/middleman/templates/mobile/source/img/l/apple-touch-icon.png +0 -0
  385. data/lib/middleman/templates/mobile/source/img/l/splash.png +0 -0
  386. data/lib/middleman/templates/mobile/source/img/m/apple-touch-icon.png +0 -0
  387. data/lib/middleman/templates/mobile/source/index.html +0 -92
  388. data/lib/middleman/templates/mobile/source/js/libs/modernizr-custom.js +0 -14
  389. data/lib/middleman/templates/mobile/source/js/libs/respond.min.js +0 -7
  390. data/lib/middleman/templates/mobile/source/js/mylibs/helper.js +0 -171
  391. data/lib/middleman/templates/mobile/source/js/plugins.js +0 -20
  392. data/lib/middleman/templates/mobile/source/js/script.js +0 -0
  393. data/lib/middleman/templates/mobile/source/robots.txt +0 -4
  394. data/lib/middleman/templates/mobile/source/sitemap.xml +0 -9
  395. data/lib/middleman/templates/mobile/source/test/index.html +0 -31
  396. data/lib/middleman/templates/mobile/source/test/qunit/qunit.css +0 -148
  397. data/lib/middleman/templates/mobile/source/test/qunit/qunit.js +0 -1265
  398. data/lib/middleman/templates/mobile/source/test/tests.js +0 -21
  399. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/Readme.PDF +0 -0
  400. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/aspx/aspx1.snippet +0 -31
  401. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/aspx/aspx2.snippet +0 -2
  402. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/aspx/ga.aspx +0 -195
  403. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/aspx/sample.aspx +0 -44
  404. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/jsp/ga.jsp +0 -225
  405. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/jsp/jsp1.snippet +0 -35
  406. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/jsp/jsp2.snippet +0 -2
  407. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/jsp/sample.jsp +0 -51
  408. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/php/ga.php +0 -176
  409. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet +0 -30
  410. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/php/php2.snippet +0 -4
  411. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/php/sample.php +0 -44
  412. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/pl/ga.pl +0 -195
  413. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/pl/perl1.snippet +0 -27
  414. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/pl/perl2.snippet +0 -1
  415. data/lib/middleman/templates/mobile/source/tools/googleanalyticsformobile/pl/sample.pl +0 -38
  416. data/lib/middleman/templates/mobile/source/tools/mobile-bookmark-bubble/COPYING +0 -202
  417. data/lib/middleman/templates/mobile/source/tools/mobile-bookmark-bubble/bookmark_bubble.js +0 -559
  418. data/lib/middleman/templates/mobile/source/tools/mobile-bookmark-bubble/example/example.html +0 -43
  419. data/lib/middleman/templates/mobile/source/tools/mobile-bookmark-bubble/example/example.js +0 -57
  420. data/lib/middleman/templates/mobile/source/tools/mobile-bookmark-bubble/images/arrow.png +0 -0
  421. data/lib/middleman/templates/mobile/source/tools/mobile-bookmark-bubble/images/close.png +0 -0
  422. data/lib/middleman/templates/mobile/source/tools/mobile-bookmark-bubble/images/generate_base64_images +0 -33
  423. data/lib/middleman/templates/mobile/source/tools/mobile-bookmark-bubble/images/icon_calendar.png +0 -0
  424. data/lib/middleman/templates/mobile/source/tools/wspl/README +0 -27
  425. data/lib/middleman/templates/mobile/source/tools/wspl/databasefactory.js +0 -45
  426. data/lib/middleman/templates/mobile/source/tools/wspl/dbworker.js +0 -324
  427. data/lib/middleman/templates/mobile/source/tools/wspl/dbworker_test.html +0 -393
  428. data/lib/middleman/templates/mobile/source/tools/wspl/dbworkerstarter.js +0 -32
  429. data/lib/middleman/templates/mobile/source/tools/wspl/dbwrapper_gears.js +0 -595
  430. data/lib/middleman/templates/mobile/source/tools/wspl/dbwrapper_gears_test.html +0 -404
  431. data/lib/middleman/templates/mobile/source/tools/wspl/dbwrapper_html5.js +0 -203
  432. data/lib/middleman/templates/mobile/source/tools/wspl/dbwrapper_html5_test.html +0 -468
  433. data/lib/middleman/templates/mobile/source/tools/wspl/dbwrapperapi.js +0 -202
  434. data/lib/middleman/templates/mobile/source/tools/wspl/dbwrapperapi_test.html +0 -51
  435. data/lib/middleman/templates/mobile/source/tools/wspl/gears_resultset.js +0 -71
  436. data/lib/middleman/templates/mobile/source/tools/wspl/gears_resultset_test.html +0 -86
  437. data/lib/middleman/templates/mobile/source/tools/wspl/gears_transaction.js +0 -196
  438. data/lib/middleman/templates/mobile/source/tools/wspl/gears_transaction_test.html +0 -221
  439. data/lib/middleman/templates/mobile/source/tools/wspl/gearsutils.js +0 -94
  440. data/lib/middleman/templates/mobile/source/tools/wspl/gearsutils_test.html +0 -84
  441. data/lib/middleman/templates/mobile/source/tools/wspl/global_functions.js +0 -72
  442. data/lib/middleman/templates/mobile/source/tools/wspl/simplenotes/index.html +0 -347
  443. data/lib/middleman/templates/mobile/source/tools/wspl/simplenotes/simplenotes.js +0 -503
  444. data/lib/middleman/templates/mobile/source/tools/wspl/simplenotes/styles.css +0 -66
  445. data/lib/middleman/templates/mobile/source/tools/wspl/simplenotes/template.js +0 -75
  446. data/lib/middleman/templates/shared/Gemfile.tt +0 -3
  447. data/lib/middleman/templates/shared/config.ru +0 -4
  448. data/lib/middleman/templates/shared/config.tt +0 -92
  449. data/lib/middleman/vendor/hooks-0.2.0/CHANGES.textile +0 -9
  450. data/lib/middleman/vendor/hooks-0.2.0/Gemfile +0 -3
  451. data/lib/middleman/vendor/hooks-0.2.0/README.rdoc +0 -107
  452. data/lib/middleman/vendor/hooks-0.2.0/Rakefile +0 -12
  453. data/lib/middleman/vendor/hooks-0.2.0/hooks.gemspec +0 -22
  454. data/lib/middleman/vendor/hooks-0.2.0/lib/hooks.rb +0 -109
  455. data/lib/middleman/vendor/hooks-0.2.0/lib/hooks/inheritable_attribute.rb +0 -33
  456. data/lib/middleman/vendor/hooks-0.2.0/test/hooks_test.rb +0 -141
  457. data/lib/middleman/vendor/hooks-0.2.0/test/inheritable_attribute_test.rb +0 -55
  458. data/lib/middleman/vendor/hooks-0.2.0/test/test_helper.rb +0 -10
  459. data/lib/middleman/vendor/padrino-core-0.10.5/.document +0 -5
  460. data/lib/middleman/vendor/padrino-core-0.10.5/.gitignore +0 -22
  461. data/lib/middleman/vendor/padrino-core-0.10.5/.yardopts +0 -1
  462. data/lib/middleman/vendor/padrino-core-0.10.5/LICENSE.txt +0 -20
  463. data/lib/middleman/vendor/padrino-core-0.10.5/README.rdoc +0 -294
  464. data/lib/middleman/vendor/padrino-core-0.10.5/Rakefile +0 -5
  465. data/lib/middleman/vendor/padrino-core-0.10.5/bin/padrino +0 -9
  466. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core.rb +0 -167
  467. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/application.rb +0 -270
  468. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/application/rendering.rb +0 -292
  469. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/application/routing.rb +0 -934
  470. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/application/showexceptions.rb +0 -20
  471. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/caller.rb +0 -53
  472. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/cli/adapter.rb +0 -24
  473. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/cli/base.rb +0 -151
  474. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/cli/console.rb +0 -20
  475. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/cli/rake.rb +0 -24
  476. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/cli/rake_tasks.rb +0 -59
  477. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/command.rb +0 -38
  478. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/images/404.png +0 -0
  479. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/images/500.png +0 -0
  480. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/loader.rb +0 -210
  481. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/cs.yml +0 -34
  482. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/da.yml +0 -34
  483. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/de.yml +0 -34
  484. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/en.yml +0 -34
  485. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/es.yml +0 -34
  486. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/fr.yml +0 -34
  487. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/hu.yml +0 -34
  488. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/it.yml +0 -40
  489. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/ja.yml +0 -34
  490. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/lv.yml +0 -34
  491. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/nl.yml +0 -34
  492. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/no.yml +0 -35
  493. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/pl.yml +0 -34
  494. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/pt_br.yml +0 -40
  495. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/ru.yml +0 -35
  496. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/tr.yml +0 -34
  497. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/uk.yml +0 -34
  498. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/zh_cn.yml +0 -34
  499. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/locale/zh_tw.yml +0 -34
  500. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/logger.rb +0 -345
  501. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/mounter.rb +0 -224
  502. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/reloader.rb +0 -254
  503. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/router.rb +0 -98
  504. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/server.rb +0 -79
  505. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/support_lite.rb +0 -199
  506. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/tasks.rb +0 -21
  507. data/lib/middleman/vendor/padrino-core-0.10.5/lib/padrino-core/version.rb +0 -20
  508. data/lib/middleman/vendor/padrino-core-0.10.5/padrino-core.gemspec +0 -38
  509. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/apps/.components +0 -6
  510. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/apps/.gitignore +0 -7
  511. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/apps/complex.rb +0 -32
  512. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/apps/simple.rb +0 -33
  513. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/dependencies/a.rb +0 -9
  514. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/dependencies/b.rb +0 -4
  515. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/dependencies/c.rb +0 -1
  516. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/e.rb +0 -13
  517. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/f.rb +0 -2
  518. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/dependencies/circular/g.rb +0 -2
  519. data/lib/middleman/vendor/padrino-core-0.10.5/test/fixtures/dependencies/d.rb +0 -4
  520. data/lib/middleman/vendor/padrino-core-0.10.5/test/helper.rb +0 -81
  521. data/lib/middleman/vendor/padrino-core-0.10.5/test/mini_shoulda.rb +0 -45
  522. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_application.rb +0 -108
  523. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_core.rb +0 -79
  524. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_dependencies.rb +0 -44
  525. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_filters.rb +0 -278
  526. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_locale.rb +0 -21
  527. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_logger.rb +0 -100
  528. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_mounter.rb +0 -177
  529. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_reloader_complex.rb +0 -75
  530. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_reloader_simple.rb +0 -98
  531. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_rendering.rb +0 -461
  532. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_restful_routing.rb +0 -33
  533. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_router.rb +0 -146
  534. data/lib/middleman/vendor/padrino-core-0.10.5/test/test_routing.rb +0 -1673
  535. data/lib/middleman/vendor/padrino-helpers-0.10.5/.document +0 -5
  536. data/lib/middleman/vendor/padrino-helpers-0.10.5/.gitignore +0 -21
  537. data/lib/middleman/vendor/padrino-helpers-0.10.5/.yardopts +0 -1
  538. data/lib/middleman/vendor/padrino-helpers-0.10.5/LICENSE.txt +0 -20
  539. data/lib/middleman/vendor/padrino-helpers-0.10.5/README.rdoc +0 -239
  540. data/lib/middleman/vendor/padrino-helpers-0.10.5/Rakefile +0 -5
  541. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers.rb +0 -58
  542. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/asset_tag_helpers.rb +0 -420
  543. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_builder/abstract_form_builder.rb +0 -220
  544. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_builder/standard_form_builder.rb +0 -43
  545. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/form_helpers.rb +0 -602
  546. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/format_helpers.rb +0 -381
  547. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/cs.yml +0 -103
  548. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/da.yml +0 -91
  549. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/de.yml +0 -81
  550. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/en.yml +0 -103
  551. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/es.yml +0 -103
  552. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/fr.yml +0 -80
  553. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/hu.yml +0 -103
  554. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/it.yml +0 -89
  555. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/ja.yml +0 -103
  556. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/lv.yml +0 -103
  557. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/nl.yml +0 -82
  558. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/no.yml +0 -91
  559. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/pl.yml +0 -95
  560. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/pt_br.yml +0 -103
  561. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/ru.yml +0 -103
  562. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/tr.yml +0 -103
  563. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/uk.yml +0 -103
  564. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/zh_cn.yml +0 -104
  565. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/locale/zh_tw.yml +0 -103
  566. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/number_helpers.rb +0 -288
  567. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers.rb +0 -175
  568. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/abstract_handler.rb +0 -98
  569. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/erb_handler.rb +0 -79
  570. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/haml_handler.rb +0 -63
  571. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/output_helpers/slim_handler.rb +0 -81
  572. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/render_helpers.rb +0 -60
  573. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/tag_helpers.rb +0 -103
  574. data/lib/middleman/vendor/padrino-helpers-0.10.5/lib/padrino-helpers/translation_helpers.rb +0 -38
  575. data/lib/middleman/vendor/padrino-helpers-0.10.5/padrino-helpers.gemspec +0 -27
  576. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/app.rb +0 -73
  577. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.erb +0 -14
  578. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.haml +0 -12
  579. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/capture_concat.slim +0 -13
  580. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.erb +0 -14
  581. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.haml +0 -12
  582. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_for.slim +0 -12
  583. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.erb +0 -11
  584. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.haml +0 -9
  585. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/content_tag.slim +0 -9
  586. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.erb +0 -5
  587. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.haml +0 -5
  588. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/current_engine.slim +0 -5
  589. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.erb +0 -20
  590. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.haml +0 -15
  591. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/fields_for.slim +0 -15
  592. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.erb +0 -56
  593. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.haml +0 -47
  594. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_for.slim +0 -47
  595. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.erb +0 -56
  596. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.haml +0 -45
  597. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/form_tag.slim +0 -45
  598. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.erb +0 -5
  599. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.haml +0 -4
  600. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/link_to.slim +0 -4
  601. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.erb +0 -3
  602. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.haml +0 -3
  603. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/mail_to.slim +0 -3
  604. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.erb +0 -3
  605. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.haml +0 -3
  606. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/meta_tag.slim +0 -3
  607. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_erb.erb +0 -1
  608. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_haml.haml +0 -1
  609. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/partials/_slim.slim +0 -1
  610. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.erb +0 -1
  611. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.haml +0 -1
  612. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/markup_app/views/simple_partial.slim +0 -1
  613. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/app.rb +0 -50
  614. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engine.haml +0 -5
  615. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_erb.erb +0 -1
  616. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_haml.haml +0 -1
  617. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/current_engines/_slim.slim +0 -1
  618. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/erb/test.erb +0 -1
  619. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/explicit_engine.haml +0 -5
  620. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/haml/test.haml +0 -1
  621. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/_user.haml +0 -7
  622. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/haml_template.haml +0 -1
  623. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/fixtures/render_app/views/template/some_template.haml +0 -2
  624. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/helper.rb +0 -66
  625. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_asset_tag_helpers.rb +0 -320
  626. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_form_builder.rb +0 -996
  627. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_form_helpers.rb +0 -645
  628. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_format_helpers.rb +0 -227
  629. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_locale.rb +0 -20
  630. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_number_helpers.rb +0 -136
  631. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_output_helpers.rb +0 -153
  632. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_render_helpers.rb +0 -76
  633. data/lib/middleman/vendor/padrino-helpers-0.10.5/test/test_tag_helpers.rb +0 -105
  634. data/lib/middleman/version.rb +0 -13
  635. data/middleman-x86-mingw32.gemspec +0 -56
@@ -1,645 +0,0 @@
1
- require File.expand_path(File.dirname(__FILE__) + '/helper')
2
- require File.expand_path(File.dirname(__FILE__) + '/fixtures/markup_app/app')
3
-
4
- describe "FormHelpers" do
5
- include Padrino::Helpers::FormHelpers
6
-
7
- def app
8
- MarkupDemo.tap { |app| app.set :environment, :test }
9
- end
10
-
11
- context 'for #form_tag method' do
12
- should "display correct forms in ruby" do
13
- actual_html = form_tag('/register', :"accept-charset" => "UTF-8", :class => 'test', :method => "post") { "Demo" }
14
- assert_has_tag(:form, :"accept-charset" => "UTF-8", :class => "test") { actual_html }
15
- assert_has_tag('form input', :type => 'hidden', :name => '_method', :count => 0) { actual_html }
16
- end
17
-
18
- should "display correct text inputs within form_tag" do
19
- actual_html = form_tag('/register', :"accept-charset" => "UTF-8", :class => 'test') { text_field_tag(:username) }
20
- assert_has_tag('form input', :type => 'text', :name => "username") { actual_html }
21
- end
22
-
23
- should "display correct form with remote" do
24
- actual_html = form_tag('/update', :"accept-charset" => "UTF-8", :class => 'put-form', :remote => true) { "Demo" }
25
- assert_has_tag(:form, :class => "put-form", :"accept-charset" => "UTF-8", :"data-remote" => 'true') { actual_html }
26
- assert_has_no_tag(:form, "data-method" => 'post') { actual_html }
27
- end
28
-
29
- should "display correct form with remote and method is put" do
30
- actual_html = form_tag('/update', :"accept-charset" => "UTF-8", :method => 'put', :remote => true) { "Demo" }
31
- assert_has_tag(:form, "data-remote" => 'true', :"accept-charset" => "UTF-8", :"data-method" => 'put') { actual_html }
32
- assert_has_tag('form input', :type => 'hidden', :name => "_method", :value => 'put') { actual_html }
33
- end
34
-
35
- should "display correct form with method :put" do
36
- actual_html = form_tag('/update', :"accept-charset" => "UTF-8", :class => 'put-form', :method => "put") { "Demo" }
37
- assert_has_tag(:form, :class => "put-form", :"accept-charset" => "UTF-8", :method => 'post') { actual_html }
38
- assert_has_tag('form input', :type => 'hidden', :name => "_method", :value => 'put') { actual_html }
39
- end
40
-
41
- should "display correct form with method :delete and charset" do
42
- actual_html = form_tag('/remove', :"accept-charset" => "UTF-8", :class => 'delete-form', :method => "delete") { "Demo" }
43
- assert_has_tag(:form, :class => "delete-form", :"accept-charset" => "UTF-8", :method => 'post') { actual_html }
44
- assert_has_tag('form input', :type => 'hidden', :name => "_method", :value => 'delete') { actual_html }
45
- end
46
-
47
- should "display correct form with charset" do
48
- actual_html = form_tag('/charset', :"accept-charset" => "UTF-8", :class => 'charset-form') { "Demo" }
49
- assert_has_tag(:form, :class => "charset-form", :"accept-charset" => "UTF-8", :method => 'post') { actual_html }
50
- end
51
-
52
- should "display correct form with multipart encoding" do
53
- actual_html = form_tag('/remove', :"accept-charset" => "UTF-8", :multipart => true) { "Demo" }
54
- assert_has_tag(:form, :enctype => "multipart/form-data") { actual_html }
55
- end
56
-
57
- should "display correct forms in erb" do
58
- visit '/erb/form_tag'
59
- assert_have_selector 'form.simple-form', :action => '/simple'
60
- assert_have_selector 'form.advanced-form', :action => '/advanced', :id => 'advanced', :method => 'get'
61
- end
62
-
63
- should "display correct forms in haml" do
64
- visit '/haml/form_tag'
65
- assert_have_selector 'form.simple-form', :action => '/simple'
66
- assert_have_selector 'form.advanced-form', :action => '/advanced', :id => 'advanced', :method => 'get'
67
- end
68
-
69
- should "display correct forms in slim" do
70
- visit '/slim/form_tag'
71
- assert_have_selector 'form.simple-form', :action => '/simple'
72
- assert_have_selector 'form.advanced-form', :action => '/advanced', :id => 'advanced', :method => 'get'
73
- end
74
- end
75
-
76
- context 'for #field_set_tag method' do
77
- should "display correct field_sets in ruby" do
78
- actual_html = field_set_tag("Basic", :class => 'basic') { "Demo" }
79
- assert_has_tag(:fieldset, :class => 'basic') { actual_html }
80
- assert_has_tag('fieldset legend', :content => "Basic") { actual_html }
81
- end
82
-
83
- should "display correct field_sets in erb" do
84
- visit '/erb/form_tag'
85
- assert_have_selector 'form.simple-form fieldset', :count => 1
86
- assert_have_no_selector 'form.simple-form fieldset legend'
87
- assert_have_selector 'form.advanced-form fieldset', :count => 1, :class => 'advanced-field-set'
88
- assert_have_selector 'form.advanced-form fieldset legend', :content => "Advanced"
89
- end
90
-
91
- should "display correct field_sets in haml" do
92
- visit '/haml/form_tag'
93
- assert_have_selector 'form.simple-form fieldset', :count => 1
94
- assert_have_no_selector 'form.simple-form fieldset legend'
95
- assert_have_selector 'form.advanced-form fieldset', :count => 1, :class => 'advanced-field-set'
96
- assert_have_selector 'form.advanced-form fieldset legend', :content => "Advanced"
97
- end
98
-
99
- should "display correct field_sets in slim" do
100
- visit '/slim/form_tag'
101
- assert_have_selector 'form.simple-form fieldset', :count => 1
102
- assert_have_no_selector 'form.simple-form fieldset legend'
103
- assert_have_selector 'form.advanced-form fieldset', :count => 1, :class => 'advanced-field-set'
104
- assert_have_selector 'form.advanced-form fieldset legend', :content => "Advanced"
105
- end
106
- end
107
-
108
- context 'for #error_messages_for method' do
109
- should "display correct error messages list in ruby" do
110
- user = mock_model("User", :errors => { :a => "1", :b => "2" }, :blank? => false)
111
- actual_html = error_messages_for(user)
112
- assert_has_tag('div.field-errors') { actual_html }
113
- assert_has_tag('div.field-errors h2', :content => "2 errors prohibited this User from being saved") { actual_html }
114
- assert_has_tag('div.field-errors p', :content => "There were problems with the following fields:") { actual_html }
115
- assert_has_tag('div.field-errors ul') { actual_html }
116
- assert_has_tag('div.field-errors ul li', :count => 2) { actual_html }
117
- end
118
-
119
- should "display correct error messages list in erb" do
120
- visit '/erb/form_tag'
121
- assert_have_no_selector 'form.simple-form .field-errors'
122
- assert_have_selector 'form.advanced-form .field-errors'
123
- assert_have_selector 'form.advanced-form .field-errors h2', :content => "There are problems with saving user!"
124
- assert_have_selector 'form.advanced-form .field-errors p', :content => "There were problems with the following fields:"
125
- assert_have_selector 'form.advanced-form .field-errors ul'
126
- assert_have_selector 'form.advanced-form .field-errors ul li', :count => 4
127
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Email must be a email"
128
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Fake must be valid"
129
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Second must be present"
130
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Third must be a number"
131
- end
132
-
133
- should "display correct error messages list in haml" do
134
- visit '/haml/form_tag'
135
- assert_have_no_selector 'form.simple-form .field-errors'
136
- assert_have_selector 'form.advanced-form .field-errors'
137
- assert_have_selector 'form.advanced-form .field-errors h2', :content => "There are problems with saving user!"
138
- assert_have_selector 'form.advanced-form .field-errors p', :content => "There were problems with the following fields:"
139
- assert_have_selector 'form.advanced-form .field-errors ul'
140
- assert_have_selector 'form.advanced-form .field-errors ul li', :count => 4
141
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Email must be a email"
142
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Fake must be valid"
143
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Second must be present"
144
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Third must be a number"
145
- end
146
-
147
- should "display correct error messages list in slim" do
148
- visit '/slim/form_tag'
149
- assert_have_no_selector 'form.simple-form .field-errors'
150
- assert_have_selector 'form.advanced-form .field-errors'
151
- assert_have_selector 'form.advanced-form .field-errors h2', :content => "There are problems with saving user!"
152
- assert_have_selector 'form.advanced-form .field-errors p', :content => "There were problems with the following fields:"
153
- assert_have_selector 'form.advanced-form .field-errors ul'
154
- assert_have_selector 'form.advanced-form .field-errors ul li', :count => 4
155
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Email must be a email"
156
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Fake must be valid"
157
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Second must be present"
158
- assert_have_selector 'form.advanced-form .field-errors ul li', :content => "Third must be a number"
159
- end
160
- end
161
-
162
- context 'for #error_message_on method' do
163
- should "display correct error message on specified model name in ruby" do
164
- @user = mock_model("User", :errors => { :a => "1", :b => "2" }, :blank? => false)
165
- actual_html = error_message_on(:user, :a, :prepend => "foo", :append => "bar")
166
- assert_has_tag('span.error', :content => "foo 1 bar") { actual_html }
167
- end
168
-
169
- should "display correct error message on specified object in ruby" do
170
- @bob = mock_model("User", :errors => { :a => "1", :b => "2" }, :blank? => false)
171
- actual_html = error_message_on(@bob, :a, :prepend => "foo", :append => "bar")
172
- assert_has_tag('span.error', :content => "foo 1 bar") { actual_html }
173
- end
174
-
175
- should "display no message when error isn't present" do
176
- @user = mock_model("User", :errors => { :a => "1", :b => "2" }, :blank? => false)
177
- actual_html = error_message_on(:user, :fake, :prepend => "foo", :append => "bar")
178
- assert actual_html.blank?
179
- end
180
- end
181
-
182
- context 'for #label_tag method' do
183
- should "display label tag in ruby" do
184
- actual_html = label_tag(:username, :class => 'long-label', :caption => "Nickname")
185
- assert_has_tag(:label, :for => 'username', :class => 'long-label', :content => "Nickname") { actual_html }
186
- end
187
-
188
- should "display label tag in ruby with required" do
189
- actual_html = label_tag(:username, :caption => "Nickname", :required => true)
190
- assert_has_tag(:label, :for => 'username', :content => 'Nickname') { actual_html }
191
- assert_has_tag('label[for=username] span.required', :content => "*") { actual_html }
192
- end
193
-
194
- should "display label tag in erb for simple form" do
195
- visit '/erb/form_tag'
196
- assert_have_selector 'form.simple-form label', :count => 4
197
- assert_have_selector 'form.simple-form label', :content => "Username", :for => 'username'
198
- assert_have_selector 'form.simple-form label', :content => "Password", :for => 'password'
199
- assert_have_selector 'form.simple-form label', :content => "Gender", :for => 'gender'
200
- end
201
- should "display label tag in erb for advanced form" do
202
- visit '/erb/form_tag'
203
- assert_have_selector 'form.advanced-form label', :count => 6
204
- assert_have_selector 'form.advanced-form label.first', :content => "Nickname", :for => 'username'
205
- assert_have_selector 'form.advanced-form label.first', :content => "Password", :for => 'password'
206
- assert_have_selector 'form.advanced-form label.about', :content => "About Me", :for => 'about'
207
- assert_have_selector 'form.advanced-form label.photo', :content => "Photo" , :for => 'photo'
208
- assert_have_selector 'form.advanced-form label.gender', :content => "Gender" , :for => 'gender'
209
- end
210
-
211
- should "display label tag in haml for simple form" do
212
- visit '/haml/form_tag'
213
- assert_have_selector 'form.simple-form label', :count => 4
214
- assert_have_selector 'form.simple-form label', :content => "Username", :for => 'username'
215
- assert_have_selector 'form.simple-form label', :content => "Password", :for => 'password'
216
- assert_have_selector 'form.simple-form label', :content => "Gender", :for => 'gender'
217
- end
218
-
219
- should "display label tag in haml for advanced form" do
220
- visit '/haml/form_tag'
221
- assert_have_selector 'form.advanced-form label', :count => 6
222
- assert_have_selector 'form.advanced-form label.first', :content => "Nickname", :for => 'username'
223
- assert_have_selector 'form.advanced-form label.first', :content => "Password", :for => 'password'
224
- assert_have_selector 'form.advanced-form label.about', :content => "About Me", :for => 'about'
225
- assert_have_selector 'form.advanced-form label.photo', :content => "Photo" , :for => 'photo'
226
- assert_have_selector 'form.advanced-form label.gender', :content => "Gender" , :for => 'gender'
227
- end
228
-
229
- should "display label tag in slim for simple form" do
230
- visit '/slim/form_tag'
231
- assert_have_selector 'form.simple-form label', :count => 4
232
- assert_have_selector 'form.simple-form label', :content => "Username", :for => 'username'
233
- assert_have_selector 'form.simple-form label', :content => "Password", :for => 'password'
234
- assert_have_selector 'form.simple-form label', :content => "Gender", :for => 'gender'
235
- end
236
-
237
- should "display label tag in slim for advanced form" do
238
- visit '/slim/form_tag'
239
- assert_have_selector 'form.advanced-form label', :count => 6
240
- assert_have_selector 'form.advanced-form label.first', :content => "Nickname", :for => 'username'
241
- assert_have_selector 'form.advanced-form label.first', :content => "Password", :for => 'password'
242
- assert_have_selector 'form.advanced-form label.about', :content => "About Me", :for => 'about'
243
- assert_have_selector 'form.advanced-form label.photo', :content => "Photo" , :for => 'photo'
244
- assert_have_selector 'form.advanced-form label.gender', :content => "Gender" , :for => 'gender'
245
- end
246
- end
247
-
248
- context 'for #hidden_field_tag method' do
249
- should "display hidden field in ruby" do
250
- actual_html = hidden_field_tag(:session_key, :id => 'session_id', :value => '56768')
251
- assert_has_tag(:input, :type => 'hidden', :id => "session_id", :name => 'session_key', :value => '56768') { actual_html }
252
- end
253
-
254
- should "display hidden field in erb" do
255
- visit '/erb/form_tag'
256
- assert_have_selector 'form.simple-form input[type=hidden]', :count => 1, :name => 'session_id', :value => "__secret__"
257
- assert_have_selector 'form.advanced-form input[type=hidden]', :count => 1, :name => 'session_id', :value => "__secret__"
258
- end
259
-
260
- should "display hidden field in haml" do
261
- visit '/haml/form_tag'
262
- assert_have_selector 'form.simple-form input[type=hidden]', :count => 1, :name => 'session_id', :value => "__secret__"
263
- assert_have_selector 'form.advanced-form input[type=hidden]', :count => 1, :name => 'session_id', :value => "__secret__"
264
- end
265
-
266
- should "display hidden field in slim" do
267
- visit '/slim/form_tag'
268
- assert_have_selector 'form.simple-form input[type=hidden]', :count => 1, :name => 'session_id', :value => "__secret__"
269
- assert_have_selector 'form.advanced-form input[type=hidden]', :count => 1, :name => 'session_id', :value => "__secret__"
270
- end
271
- end
272
-
273
- context 'for #text_field_tag method' do
274
- should "display text field in ruby" do
275
- actual_html = text_field_tag(:username, :class => 'long')
276
- assert_has_tag(:input, :type => 'text', :class => "long", :name => 'username') { actual_html }
277
- end
278
-
279
- should "display text field in erb" do
280
- visit '/erb/form_tag'
281
- assert_have_selector 'form.simple-form input[type=text]', :count => 1, :name => 'username'
282
- assert_have_selector 'form.advanced-form fieldset input[type=text]', :count => 1, :name => 'username', :id => 'the_username'
283
- end
284
-
285
- should "display text field in haml" do
286
- visit '/haml/form_tag'
287
- assert_have_selector 'form.simple-form input[type=text]', :count => 1, :name => 'username'
288
- assert_have_selector 'form.advanced-form fieldset input[type=text]', :count => 1, :name => 'username', :id => 'the_username'
289
- end
290
-
291
- should "display text field in slim" do
292
- visit '/slim/form_tag'
293
- assert_have_selector 'form.simple-form input[type=text]', :count => 1, :name => 'username'
294
- assert_have_selector 'form.advanced-form fieldset input[type=text]', :count => 1, :name => 'username', :id => 'the_username'
295
- end
296
- end
297
-
298
- context 'for #text_area_tag method' do
299
- should "display text area in ruby" do
300
- actual_html = text_area_tag(:about, :class => 'long')
301
- assert_has_tag(:textarea, :class => "long", :name => 'about', :rows => '', :cols => '') { actual_html }
302
- end
303
-
304
- should "display text area in ruby with specified content" do
305
- actual_html = text_area_tag(:about, :value => "a test", :rows => 5, :cols => 6)
306
- assert_has_tag(:textarea, :content => "a test", :name => 'about', :rows => "5", :cols => "6") { actual_html }
307
- end
308
-
309
- should "display text area in erb" do
310
- visit '/erb/form_tag'
311
- assert_have_selector 'form.advanced-form textarea', :count => 1, :name => 'about', :class => 'large'
312
- end
313
-
314
- should "display text area in haml" do
315
- visit '/haml/form_tag'
316
- assert_have_selector 'form.advanced-form textarea', :count => 1, :name => 'about', :class => 'large'
317
- end
318
-
319
- should "display text area in slim" do
320
- visit '/slim/form_tag'
321
- assert_have_selector 'form.advanced-form textarea', :count => 1, :name => 'about', :class => 'large'
322
- end
323
- end
324
-
325
- context 'for #password_field_tag method' do
326
- should "display password field in ruby" do
327
- actual_html = password_field_tag(:password, :class => 'long')
328
- assert_has_tag(:input, :type => 'password', :class => "long", :name => 'password') { actual_html }
329
- end
330
-
331
- should "display password field in erb" do
332
- visit '/erb/form_tag'
333
- assert_have_selector 'form.simple-form input[type=password]', :count => 1, :name => 'password'
334
- assert_have_selector 'form.advanced-form input[type=password]', :count => 1, :name => 'password'
335
- end
336
-
337
- should "display password field in haml" do
338
- visit '/haml/form_tag'
339
- assert_have_selector 'form.simple-form input[type=password]', :count => 1, :name => 'password'
340
- assert_have_selector 'form.advanced-form input[type=password]', :count => 1, :name => 'password'
341
- end
342
-
343
- should "display password field in slim" do
344
- visit '/slim/form_tag'
345
- assert_have_selector 'form.simple-form input[type=password]', :count => 1, :name => 'password'
346
- assert_have_selector 'form.advanced-form input[type=password]', :count => 1, :name => 'password'
347
- end
348
- end
349
-
350
- context 'for #file_field_tag method' do
351
- should "display file field in ruby" do
352
- actual_html = file_field_tag(:photo, :class => 'photo')
353
- assert_has_tag(:input, :type => 'file', :class => "photo", :name => 'photo') { actual_html }
354
- end
355
-
356
- should "display file field in erb" do
357
- visit '/erb/form_tag'
358
- assert_have_selector 'form.advanced-form input[type=file]', :count => 1, :name => 'photo', :class => 'upload'
359
- end
360
-
361
- should "display file field in haml" do
362
- visit '/haml/form_tag'
363
- assert_have_selector 'form.advanced-form input[type=file]', :count => 1, :name => 'photo', :class => 'upload'
364
- end
365
-
366
- should "display file field in slim" do
367
- visit '/slim/form_tag'
368
- assert_have_selector 'form.advanced-form input[type=file]', :count => 1, :name => 'photo', :class => 'upload'
369
- end
370
- end
371
-
372
- context "for #check_box_tag method" do
373
- should "display check_box tag in ruby" do
374
- actual_html = check_box_tag("clear_session")
375
- assert_has_tag(:input, :type => 'checkbox', :value => '1', :name => 'clear_session') { actual_html }
376
- assert_has_no_tag(:input, :type => 'hidden') { actual_html }
377
- end
378
-
379
- should "display check_box tag in ruby with extended attributes" do
380
- actual_html = check_box_tag("clear_session", :disabled => true, :checked => true)
381
- assert_has_tag(:input, :type => 'checkbox', :disabled => 'disabled', :checked => 'checked') { actual_html }
382
- end
383
-
384
- should "display check_box tag in erb" do
385
- visit '/erb/form_tag'
386
- assert_have_selector 'form.simple-form input[type=checkbox]', :count => 1
387
- assert_have_selector 'form.advanced-form input[type=checkbox]', :value => "1", :checked => 'checked'
388
- end
389
-
390
- should "display check_box tag in haml" do
391
- visit '/haml/form_tag'
392
- assert_have_selector 'form.simple-form input[type=checkbox]', :count => 1
393
- assert_have_selector 'form.advanced-form input[type=checkbox]', :value => "1", :checked => 'checked'
394
- end
395
-
396
- should "display check_box tag in slim" do
397
- visit '/slim/form_tag'
398
- assert_have_selector 'form.simple-form input[type=checkbox]', :count => 1
399
- assert_have_selector 'form.advanced-form input[type=checkbox]', :value => "1", :checked => 'checked'
400
- end
401
- end
402
-
403
- context "for #radio_button_tag method" do
404
- should "display radio_button tag in ruby" do
405
- actual_html = radio_button_tag("gender", :value => 'male')
406
- assert_has_tag(:input, :type => 'radio', :value => 'male', :name => 'gender') { actual_html }
407
- end
408
-
409
- should "display radio_button tag in ruby with extended attributes" do
410
- actual_html = radio_button_tag("gender", :disabled => true, :checked => true)
411
- assert_has_tag(:input, :type => 'radio', :disabled => 'disabled', :checked => 'checked') { actual_html }
412
- end
413
-
414
- should "display radio_button tag in erb" do
415
- visit '/erb/form_tag'
416
- assert_have_selector 'form.simple-form input[type=radio]', :count => 1, :value => 'male'
417
- assert_have_selector 'form.simple-form input[type=radio]', :count => 1, :value => 'female'
418
- assert_have_selector 'form.advanced-form input[type=radio]', :value => "male", :checked => 'checked'
419
- assert_have_selector 'form.advanced-form input[type=radio]', :value => "female"
420
- end
421
-
422
- should "display radio_button tag in haml" do
423
- visit '/haml/form_tag'
424
- assert_have_selector 'form.simple-form input[type=radio]', :count => 1, :value => 'male'
425
- assert_have_selector 'form.simple-form input[type=radio]', :count => 1, :value => 'female'
426
- assert_have_selector 'form.advanced-form input[type=radio]', :value => "male", :checked => 'checked'
427
- assert_have_selector 'form.advanced-form input[type=radio]', :value => "female"
428
- end
429
-
430
- should "display radio_button tag in slim" do
431
- visit '/slim/form_tag'
432
- assert_have_selector 'form.simple-form input[type=radio]', :count => 1, :value => 'male'
433
- assert_have_selector 'form.simple-form input[type=radio]', :count => 1, :value => 'female'
434
- assert_have_selector 'form.advanced-form input[type=radio]', :value => "male", :checked => 'checked'
435
- assert_have_selector 'form.advanced-form input[type=radio]', :value => "female"
436
- end
437
- end
438
-
439
- context "for #select_tag method" do
440
- should "display select tag in ruby" do
441
- actual_html = select_tag(:favorite_color, :options => ['green', 'blue', 'black'], :include_blank => true)
442
- assert_has_tag(:select, :name => 'favorite_color') { actual_html }
443
- assert_has_tag('select option:first-child', :content => '') { actual_html }
444
- assert_has_tag('select option', :content => 'green', :value => 'green') { actual_html }
445
- assert_has_tag('select option', :content => 'blue', :value => 'blue') { actual_html }
446
- assert_has_tag('select option', :content => 'black', :value => 'black') { actual_html }
447
- end
448
-
449
- should "display select tag in ruby with extended attributes" do
450
- actual_html = select_tag(:favorite_color, :disabled => true, :options => ['only', 'option'])
451
- assert_has_tag(:select, :disabled => 'disabled') { actual_html }
452
- end
453
-
454
- should "take a range as a collection for options" do
455
- actual_html = select_tag(:favorite_color, :options => (1..3))
456
- assert_has_tag(:select) { actual_html }
457
- assert_has_tag('select option', :value => '1') { actual_html }
458
- assert_has_tag('select option', :value => '2') { actual_html }
459
- assert_has_tag('select option', :value => '3') { actual_html }
460
- end
461
-
462
- should "include blank for grouped options" do
463
- opts = { "Red" => ["Rose","Fire"], "Blue" => ["Sky","Sea"] }
464
- actual_html = select_tag( 'color', :grouped_options => opts, :include_blank => true )
465
- assert_has_tag('select option:first-child', :value => "", :content => "") { actual_html }
466
- end
467
-
468
- should "return a select tag with grouped options for an nested array" do
469
- opts = [
470
- ["Friends",["Yoda",["Obiwan",2]]],
471
- ["Enemies", ["Palpatine",['Darth Vader',3]]]
472
- ]
473
- actual_html = select_tag( 'name', :grouped_options => opts )
474
- assert_has_tag(:select, :name => "name") { actual_html }
475
- assert_has_tag(:optgroup, :label => "Friends") { actual_html }
476
- assert_has_tag(:option, :value => "Yoda", :content => "Yoda") { actual_html }
477
- assert_has_tag(:option, :value => "2", :content => "Obiwan") { actual_html }
478
- assert_has_tag(:optgroup, :label => "Enemies") { actual_html }
479
- assert_has_tag(:option, :value => "Palpatine", :content => "Palpatine") { actual_html }
480
- assert_has_tag(:option, :value => "3", :content => "Darth Vader") { actual_html }
481
- end
482
-
483
- should "return a select tag with grouped options for a hash" do
484
- opts = {
485
- "Friends" => ["Yoda",["Obiwan",2]],
486
- "Enemies" => ["Palpatine",['Darth Vader',3]]
487
- }
488
- actual_html = select_tag( 'name', :grouped_options => opts )
489
- assert_has_tag(:select, :name => "name") { actual_html }
490
- assert_has_tag(:optgroup, :label => "Friends") { actual_html }
491
- assert_has_tag(:option, :value => "Yoda", :content => "Yoda") { actual_html }
492
- assert_has_tag(:option, :value => "2", :content => "Obiwan") { actual_html }
493
- assert_has_tag(:optgroup, :label => "Enemies") { actual_html }
494
- assert_has_tag(:option, :value => "Palpatine", :content => "Palpatine") { actual_html }
495
- assert_has_tag(:option, :value => "3", :content => "Darth Vader") { actual_html }
496
- end
497
-
498
- should "display select tag in ruby with multiple attribute" do
499
- actual_html = select_tag(:favorite_color, :multiple => true, :options => ['only', 'option'])
500
- assert_has_tag(:select, :multiple => 'multiple', :name => 'favorite_color[]') { actual_html }
501
- end
502
-
503
- should "display options with values and single selected" do
504
- options = [['Green', 'green1'], ['Blue', 'blue1'], ['Black', "black1"]]
505
- actual_html = select_tag(:favorite_color, :options => options, :selected => 'green1')
506
- assert_has_tag(:select, :name => 'favorite_color') { actual_html }
507
- assert_has_tag('select option', :selected => 'selected', :count => 1) { actual_html }
508
- assert_has_tag('select option', :content => 'Green', :value => 'green1', :selected => 'selected') { actual_html }
509
- assert_has_tag('select option', :content => 'Blue', :value => 'blue1') { actual_html }
510
- assert_has_tag('select option', :content => 'Black', :value => 'black1') { actual_html }
511
- end
512
-
513
- should "display option with values and multiple selected" do
514
- options = [['Green', 'green1'], ['Blue', 'blue1'], ['Black', "black1"]]
515
- actual_html = select_tag(:favorite_color, :options => options, :selected => ['green1', 'Black'])
516
- assert_has_tag(:select, :name => 'favorite_color') { actual_html }
517
- assert_has_tag('select option', :selected => 'selected', :count => 2) { actual_html }
518
- assert_has_tag('select option', :content => 'Green', :value => 'green1', :selected => 'selected') { actual_html }
519
- assert_has_tag('select option', :content => 'Blue', :value => 'blue1') { actual_html }
520
- assert_has_tag('select option', :content => 'Black', :value => 'black1', :selected => 'selected') { actual_html }
521
- end
522
-
523
- should "display options selected only for exact match" do
524
- options = [['One', '1'], ['1', '10'], ['Two', "-1"]]
525
- actual_html = select_tag(:range, :options => options, :selected => '-1')
526
- assert_has_tag(:select, :name => 'range') { actual_html }
527
- assert_has_tag('select option', :selected => 'selected', :count => 1) { actual_html }
528
- assert_has_tag('select option', :content => 'Two', :value => '-1', :selected => 'selected') { actual_html }
529
- end
530
-
531
- should "display select tag in erb" do
532
- visit '/erb/form_tag'
533
- assert_have_selector 'form.simple-form select', :count => 1, :name => 'color'
534
- assert_have_selector('select option', :content => 'green', :value => 'green')
535
- assert_have_selector('select option', :content => 'orange', :value => 'orange')
536
- assert_have_selector('select option', :content => 'purple', :value => 'purple')
537
- assert_have_selector 'form.advanced-form select', :name => 'fav_color'
538
- assert_have_selector('select option', :content => 'green', :value => '1')
539
- assert_have_selector('select option', :content => 'orange', :value => '2', :selected => 'selected')
540
- assert_have_selector('select option', :content => 'purple', :value => '3')
541
- end
542
-
543
- should "display select tag in haml" do
544
- visit '/haml/form_tag'
545
- assert_have_selector 'form.simple-form select', :count => 1, :name => 'color'
546
- assert_have_selector('select option', :content => 'green', :value => 'green')
547
- assert_have_selector('select option', :content => 'orange', :value => 'orange')
548
- assert_have_selector('select option', :content => 'purple', :value => 'purple')
549
- assert_have_selector 'form.advanced-form select', :name => 'fav_color'
550
- assert_have_selector('select option', :content => 'green', :value => '1')
551
- assert_have_selector('select option', :content => 'orange', :value => '2', :selected => 'selected')
552
- assert_have_selector('select option', :content => 'purple', :value => '3')
553
- end
554
-
555
- should "display select tag in slim" do
556
- visit '/slim/form_tag'
557
- assert_have_selector 'form.simple-form select', :count => 1, :name => 'color'
558
- assert_have_selector('select option', :content => 'green', :value => 'green')
559
- assert_have_selector('select option', :content => 'orange', :value => 'orange')
560
- assert_have_selector('select option', :content => 'purple', :value => 'purple')
561
- assert_have_selector 'form.advanced-form select', :name => 'fav_color'
562
- assert_have_selector('select option', :content => 'green', :value => '1')
563
- assert_have_selector('select option', :content => 'orange', :value => '2', :selected => 'selected')
564
- assert_have_selector('select option', :content => 'purple', :value => '3')
565
- end
566
- end
567
-
568
- context 'for #submit_tag method' do
569
- should "display submit tag in ruby" do
570
- actual_html = submit_tag("Update", :class => 'success')
571
- assert_has_tag(:input, :type => 'submit', :class => "success", :value => 'Update') { actual_html }
572
- end
573
-
574
- should "display submit tag in erb" do
575
- visit '/erb/form_tag'
576
- assert_have_selector 'form.simple-form input[type=submit]', :count => 1, :value => "Submit"
577
- assert_have_selector 'form.advanced-form input[type=submit]', :count => 1, :value => "Login"
578
- end
579
-
580
- should "display submit tag in haml" do
581
- visit '/haml/form_tag'
582
- assert_have_selector 'form.simple-form input[type=submit]', :count => 1, :value => "Submit"
583
- assert_have_selector 'form.advanced-form input[type=submit]', :count => 1, :value => "Login"
584
- end
585
-
586
- should "display submit tag in slim" do
587
- visit '/slim/form_tag'
588
- assert_have_selector 'form.simple-form input[type=submit]', :count => 1, :value => "Submit"
589
- assert_have_selector 'form.advanced-form input[type=submit]', :count => 1, :value => "Login"
590
- end
591
- end
592
-
593
- context 'for #button_tag method' do
594
- should "display submit tag in ruby" do
595
- actual_html = button_tag("Cancel", :class => 'clear')
596
- assert_has_tag(:input, :type => 'button', :class => "clear", :value => 'Cancel') { actual_html }
597
- end
598
-
599
- should "display submit tag in erb" do
600
- visit '/erb/form_tag'
601
- assert_have_selector 'form.advanced-form input[type=button]', :count => 1, :value => "Cancel"
602
- end
603
-
604
- should "display submit tag in haml" do
605
- visit '/haml/form_tag'
606
- assert_have_selector 'form.advanced-form input[type=button]', :count => 1, :value => "Cancel"
607
- end
608
-
609
- should "display submit tag in slim" do
610
- visit '/slim/form_tag'
611
- assert_have_selector 'form.advanced-form input[type=button]', :count => 1, :value => "Cancel"
612
- end
613
- end
614
-
615
- context 'for #image_submit_tag method' do
616
- setup do
617
- @stamp = stop_time_for_test.to_i
618
- end
619
-
620
- should "display image submit tag in ruby with relative path" do
621
- actual_html = image_submit_tag('buttons/ok.png', :class => 'success')
622
- assert_has_tag(:input, :type => 'image', :class => "success", :src => "/images/buttons/ok.png?#{@stamp}") { actual_html }
623
- end
624
-
625
- should "display image submit tag in ruby with absolute path" do
626
- actual_html = image_submit_tag('/system/ok.png', :class => 'success')
627
- assert_has_tag(:input, :type => 'image', :class => "success", :src => "/system/ok.png?#{@stamp}") { actual_html }
628
- end
629
-
630
- should "display image submit tag in erb" do
631
- visit '/erb/form_tag'
632
- assert_have_selector 'form.advanced-form input[type=image]', :count => 1, :src => "/images/buttons/submit.png?#{@stamp}"
633
- end
634
-
635
- should "display image submit tag in haml" do
636
- visit '/haml/form_tag'
637
- assert_have_selector 'form.advanced-form input[type=image]', :count => 1, :src => "/images/buttons/submit.png?#{@stamp}"
638
- end
639
-
640
- should "display image submit tag in slim" do
641
- visit '/slim/form_tag'
642
- assert_have_selector 'form.advanced-form input[type=image]', :count => 1, :src => "/images/buttons/submit.png?#{@stamp}"
643
- end
644
- end
645
- end