middleman-core 3.0.0.beta.2 → 3.0.0.beta.3
Sign up to get free protection for your applications and to get access to all the features.
- data/features/cli_extension.feature +13 -0
- data/features/{cli.feature → cli_init.feature} +1 -10
- data/features/directory_index.feature +29 -1
- data/features/dynamic_pages.feature +1 -0
- data/features/extensionless_text_files.feature +0 -2
- data/features/front-matter.feature +17 -1
- data/features/frontmatter_page_settings.feature +16 -1
- data/features/helpers_relative_link_to.feature +68 -0
- data/features/unicode_filenames.feature +14 -0
- data/fixtures/csspie/config.rb +0 -0
- data/fixtures/csspie/source/stylesheets/PIE.htc +96 -0
- data/fixtures/dynamic-pages-app/config.rb +3 -0
- data/fixtures/frontmatter-app/source/front-matter-auto.erb +6 -0
- data/fixtures/frontmatter-app/source/front-matter.html.erb +2 -0
- data/fixtures/frontmatter-app/source/json-front-matter-2.php.erb +7 -0
- data/fixtures/frontmatter-app/source/json-front-matter-auto.erb +6 -0
- data/fixtures/frontmatter-app/source/json-front-matter.html.erb +6 -0
- data/fixtures/unicode-filenames-app/config.rb +1 -0
- data/fixtures/unicode-filenames-app/source/snowmen-rule-/342/230/203.html +4 -0
- data/lib/middleman-core/application.rb +43 -335
- data/lib/middleman-core/cli/build.rb +11 -4
- data/lib/middleman-core/cli/bundler.rb +40 -0
- data/lib/middleman-core/cli/extension.rb +36 -0
- data/lib/middleman-core/cli/server.rb +2 -2
- data/lib/middleman-core/cli.rb +2 -6
- data/lib/middleman-core/core_extensions/assets.rb +35 -31
- data/lib/middleman-core/core_extensions/builder.rb +14 -9
- data/lib/middleman-core/core_extensions/data.rb +150 -145
- data/lib/middleman-core/core_extensions/default_helpers.rb +159 -97
- data/lib/middleman-core/core_extensions/extensions.rb +103 -97
- data/lib/middleman-core/core_extensions/external_helpers.rb +27 -23
- data/lib/middleman-core/core_extensions/file_watcher.rb +140 -110
- data/lib/middleman-core/core_extensions/front_matter.rb +155 -175
- data/lib/middleman-core/core_extensions/i18n.rb +111 -102
- data/lib/middleman-core/core_extensions/rendering.rb +293 -295
- data/lib/middleman-core/core_extensions/request.rb +338 -0
- data/lib/middleman-core/core_extensions/routing.rb +72 -68
- data/lib/middleman-core/core_extensions/show_exceptions.rb +23 -18
- data/lib/middleman-core/core_extensions.rb +39 -0
- data/lib/middleman-core/extensions/directory_indexes.rb +1 -4
- data/lib/middleman-core/extensions/lorem.rb +10 -3
- data/lib/middleman-core/extensions.rb +2 -64
- data/lib/middleman-core/preview_server.rb +157 -0
- data/lib/middleman-core/sitemap/extensions/ignores.rb +73 -68
- data/lib/middleman-core/sitemap/extensions/on_disk.rb +65 -58
- data/lib/middleman-core/sitemap/extensions/proxies.rb +86 -75
- data/lib/middleman-core/sitemap/extensions/traversal.rb +68 -61
- data/lib/middleman-core/sitemap/resource.rb +123 -102
- data/lib/middleman-core/sitemap/store.rb +170 -149
- data/lib/middleman-core/sitemap.rb +57 -57
- data/lib/middleman-core/step_definitions/server_steps.rb +13 -3
- data/lib/middleman-core/templates/extension/Gemfile +4 -0
- data/lib/middleman-core/templates/extension/Rakefile +12 -0
- data/lib/middleman-core/templates/extension/features/support/env.rb +4 -0
- data/lib/middleman-core/templates/extension/gemspec +24 -0
- data/lib/middleman-core/templates/extension/lib/lib.rb +49 -0
- data/lib/middleman-core/templates/extension/lib/middleman_extension.rb +1 -0
- data/lib/middleman-core/templates/shared/gitignore +14 -0
- data/lib/middleman-core/templates.rb +14 -8
- data/lib/middleman-core/util.rb +31 -9
- data/lib/middleman-core/version.rb +1 -1
- data/lib/middleman-core.rb +6 -4
- data/middleman-core.gemspec +4 -6
- metadata +62 -203
- data/lib/middleman-core/vendor/padrino-core-0.10.6/.document +0 -5
- data/lib/middleman-core/vendor/padrino-core-0.10.6/.gitignore +0 -22
- data/lib/middleman-core/vendor/padrino-core-0.10.6/.yardopts +0 -1
- data/lib/middleman-core/vendor/padrino-core-0.10.6/LICENSE.txt +0 -20
- data/lib/middleman-core/vendor/padrino-core-0.10.6/README.rdoc +0 -294
- data/lib/middleman-core/vendor/padrino-core-0.10.6/Rakefile +0 -5
- data/lib/middleman-core/vendor/padrino-core-0.10.6/bin/padrino +0 -9
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/application/rendering.rb +0 -292
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/application/routing.rb +0 -943
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/application/showexceptions.rb +0 -20
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/application.rb +0 -269
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/caller.rb +0 -53
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/cli/adapter.rb +0 -24
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/cli/base.rb +0 -150
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/cli/console.rb +0 -20
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/cli/rake.rb +0 -24
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/cli/rake_tasks.rb +0 -59
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/command.rb +0 -38
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/images/404.png +0 -0
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/images/500.png +0 -0
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/loader.rb +0 -211
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/cs.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/da.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/de.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/en.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/es.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/fr.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/hu.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/it.yml +0 -40
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/ja.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/lv.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/nl.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/no.yml +0 -35
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/pl.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/pt_br.yml +0 -40
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/ru.yml +0 -35
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/tr.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/uk.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/zh_cn.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/locale/zh_tw.yml +0 -34
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/logger.rb +0 -428
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/mounter.rb +0 -224
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/reloader.rb +0 -254
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/router.rb +0 -98
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/server.rb +0 -79
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/support_lite.rb +0 -199
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/tasks.rb +0 -21
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core/version.rb +0 -20
- data/lib/middleman-core/vendor/padrino-core-0.10.6/lib/padrino-core.rb +0 -152
- data/lib/middleman-core/vendor/padrino-core-0.10.6/padrino-core.gemspec +0 -38
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/apps/.components +0 -6
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/apps/.gitignore +0 -7
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/apps/complex.rb +0 -32
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/apps/simple.rb +0 -33
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/dependencies/a.rb +0 -9
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/dependencies/b.rb +0 -4
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/dependencies/c.rb +0 -1
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/dependencies/circular/e.rb +0 -13
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/dependencies/circular/f.rb +0 -2
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/dependencies/circular/g.rb +0 -2
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/fixtures/dependencies/d.rb +0 -4
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/helper.rb +0 -83
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/mini_shoulda.rb +0 -45
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_application.rb +0 -108
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_core.rb +0 -77
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_dependencies.rb +0 -44
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_filters.rb +0 -278
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_locale.rb +0 -21
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_logger.rb +0 -154
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_mounter.rb +0 -177
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_reloader_complex.rb +0 -75
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_reloader_simple.rb +0 -98
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_rendering.rb +0 -461
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_restful_routing.rb +0 -33
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_router.rb +0 -146
- data/lib/middleman-core/vendor/padrino-core-0.10.6/test/test_routing.rb +0 -1680
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/.document +0 -5
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/.gitignore +0 -21
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/.yardopts +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/LICENSE.txt +0 -20
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/README.rdoc +0 -239
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/Rakefile +0 -5
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/asset_tag_helpers.rb +0 -417
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/form_builder/abstract_form_builder.rb +0 -251
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/form_builder/standard_form_builder.rb +0 -43
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/form_helpers.rb +0 -787
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/format_helpers.rb +0 -381
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/cs.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/da.yml +0 -91
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/de.yml +0 -81
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/en.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/es.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/fr.yml +0 -80
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/hu.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/it.yml +0 -89
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/ja.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/lv.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/nl.yml +0 -82
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/no.yml +0 -91
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/pl.yml +0 -95
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/pt_br.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/ru.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/tr.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/uk.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/zh_cn.yml +0 -104
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/locale/zh_tw.yml +0 -103
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/number_helpers.rb +0 -288
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/output_helpers/abstract_handler.rb +0 -98
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/output_helpers/erb_handler.rb +0 -79
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/output_helpers/haml_handler.rb +0 -63
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/output_helpers/slim_handler.rb +0 -81
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/output_helpers.rb +0 -175
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/render_helpers.rb +0 -60
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/tag_helpers.rb +0 -260
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers/translation_helpers.rb +0 -38
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/lib/padrino-helpers.rb +0 -59
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/padrino-helpers.gemspec +0 -27
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/app.rb +0 -73
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/capture_concat.erb +0 -14
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/capture_concat.haml +0 -12
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/capture_concat.slim +0 -13
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/content_for.erb +0 -14
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/content_for.haml +0 -12
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/content_for.slim +0 -12
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/content_tag.erb +0 -11
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/content_tag.haml +0 -9
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/content_tag.slim +0 -9
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/current_engine.erb +0 -5
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/current_engine.haml +0 -5
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/current_engine.slim +0 -5
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/fields_for.erb +0 -20
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/fields_for.haml +0 -15
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/fields_for.slim +0 -15
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/form_for.erb +0 -72
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/form_for.haml +0 -59
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/form_for.slim +0 -59
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/form_tag.erb +0 -86
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/form_tag.haml +0 -70
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/form_tag.slim +0 -70
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/link_to.erb +0 -5
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/link_to.haml +0 -4
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/link_to.slim +0 -4
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/mail_to.erb +0 -3
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/mail_to.haml +0 -3
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/mail_to.slim +0 -3
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/meta_tag.erb +0 -3
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/meta_tag.haml +0 -3
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/meta_tag.slim +0 -3
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/partials/_erb.erb +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/partials/_haml.haml +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/partials/_slim.slim +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/simple_partial.erb +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/simple_partial.haml +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/simple_partial.slim +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/app.rb +0 -50
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/current_engine.haml +0 -5
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/current_engines/_erb.erb +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/current_engines/_haml.haml +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/current_engines/_slim.slim +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/erb/test.erb +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/explicit_engine.haml +0 -5
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/haml/test.haml +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/template/_user.haml +0 -7
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/template/haml_template.haml +0 -1
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/render_app/views/template/some_template.haml +0 -2
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/helper.rb +0 -66
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_asset_tag_helpers.rb +0 -328
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_form_builder.rb +0 -1106
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_form_helpers.rb +0 -770
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_format_helpers.rb +0 -227
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_locale.rb +0 -20
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_number_helpers.rb +0 -139
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_output_helpers.rb +0 -153
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_render_helpers.rb +0 -76
- data/lib/middleman-core/vendor/padrino-helpers-0.10.6/test/test_tag_helpers.rb +0 -106
- data/lib/middleman-core/watcher.rb +0 -196
@@ -1,328 +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 "AssetTagHelpers" do
|
5
|
-
include Padrino::Helpers::AssetTagHelpers
|
6
|
-
|
7
|
-
def app
|
8
|
-
MarkupDemo.tap { |app| app.set :environment, :test }
|
9
|
-
end
|
10
|
-
|
11
|
-
def flash
|
12
|
-
@_flash ||= { :notice => "Demo notice" }
|
13
|
-
end
|
14
|
-
|
15
|
-
context 'for #flash_tag method' do
|
16
|
-
should "display flash with no given attributes" do
|
17
|
-
assert_has_tag('div.notice', :content => "Demo notice") { flash_tag(:notice) }
|
18
|
-
end
|
19
|
-
should "display flash with given attributes" do
|
20
|
-
actual_html = flash_tag(:notice, :class => 'notice', :id => 'notice-area')
|
21
|
-
assert_has_tag('div.notice#notice-area', :content => "Demo notice") { actual_html }
|
22
|
-
end
|
23
|
-
should "display multiple flash tags with given attributes" do
|
24
|
-
flash[:error] = 'wrong'
|
25
|
-
flash[:success] = 'okey'
|
26
|
-
actual_html = flash_tag(:success, :error, :id => 'area')
|
27
|
-
assert_has_tag('div.success#area', :content => flash[:success]) { actual_html }
|
28
|
-
assert_has_tag('div.error#area', :content => flash[:error]) { actual_html }
|
29
|
-
assert_has_no_tag('div.notice') { actual_html }
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
context 'for #link_to method' do
|
34
|
-
should "display link element with no given attributes" do
|
35
|
-
assert_has_tag('a', :content => "Sign up", :href => '/register') { link_to('Sign up', '/register') }
|
36
|
-
end
|
37
|
-
|
38
|
-
should "display link element with given attributes" do
|
39
|
-
actual_html = link_to('Sign up', '/register', :class => 'first', :id => 'linky')
|
40
|
-
assert_has_tag('a#linky.first', :content => "Sign up", :href => '/register') { actual_html }
|
41
|
-
end
|
42
|
-
|
43
|
-
should "display link element with anchor attribute" do
|
44
|
-
actual_html = link_to("Anchor", "/anchor", :anchor => :foo)
|
45
|
-
assert_has_tag('a', :content => "Anchor", :href => '/anchor#foo') { actual_html }
|
46
|
-
end
|
47
|
-
|
48
|
-
should "display link element with void url and options" do
|
49
|
-
actual_link = link_to('Sign up', :class => "test")
|
50
|
-
assert_has_tag('a', :content => "Sign up", :href => '#', :class => 'test') { actual_link }
|
51
|
-
end
|
52
|
-
|
53
|
-
should "display link element with remote option" do
|
54
|
-
actual_link = link_to('Sign up', '/register', :remote => true)
|
55
|
-
assert_has_tag('a', :content => "Sign up", :href => '/register', 'data-remote' => 'true') { actual_link }
|
56
|
-
end
|
57
|
-
|
58
|
-
should "display link element with method option" do
|
59
|
-
actual_link = link_to('Sign up', '/register', :method => :delete)
|
60
|
-
assert_has_tag('a', :content => "Sign up", :href => '/register', 'data-method' => 'delete', :rel => 'nofollow') { actual_link }
|
61
|
-
end
|
62
|
-
|
63
|
-
should "display link element with confirm option" do
|
64
|
-
actual_link = link_to('Sign up', '/register', :confirm => "Are you sure?")
|
65
|
-
assert_has_tag('a', :content => "Sign up", :href => '/register', 'data-confirm' => 'Are you sure?') { actual_link }
|
66
|
-
end
|
67
|
-
|
68
|
-
should "display link element with ruby block" do
|
69
|
-
actual_link = link_to('/register', :class => 'first', :id => 'binky') { "Sign up" }
|
70
|
-
assert_has_tag('a#binky.first', :content => "Sign up", :href => '/register') { actual_link }
|
71
|
-
end
|
72
|
-
|
73
|
-
should "display link block element in haml" do
|
74
|
-
visit '/haml/link_to'
|
75
|
-
assert_have_selector :a, :content => "Test 1 No Block", :href => '/test1', :class => 'test', :id => 'test1'
|
76
|
-
assert_have_selector :a, :content => "Test 2 With Block", :href => '/test2', :class => 'test', :id => 'test2'
|
77
|
-
end
|
78
|
-
|
79
|
-
should "display link block element in erb" do
|
80
|
-
visit '/erb/link_to'
|
81
|
-
assert_have_selector :a, :content => "Test 1 No Block", :href => '/test1', :class => 'test', :id => 'test1'
|
82
|
-
assert_have_selector :a, :content => "Test 2 With Block", :href => '/test2', :class => 'test', :id => 'test2'
|
83
|
-
end
|
84
|
-
end
|
85
|
-
|
86
|
-
context 'for #mail_to method' do
|
87
|
-
should "display link element for mail to no caption" do
|
88
|
-
actual_html = mail_to('test@demo.com')
|
89
|
-
assert_has_tag(:a, :href => "mailto:test@demo.com", :content => 'test@demo.com') { actual_html }
|
90
|
-
end
|
91
|
-
|
92
|
-
should "display link element for mail to with caption" do
|
93
|
-
actual_html = mail_to('test@demo.com', "My Email", :class => 'demo')
|
94
|
-
assert_has_tag(:a, :href => "mailto:test@demo.com", :content => 'My Email', :class => 'demo') { actual_html }
|
95
|
-
end
|
96
|
-
|
97
|
-
should "display link element for mail to with caption and mail options" do
|
98
|
-
actual_html = mail_to('test@demo.com', "My Email", :subject => 'demo test', :class => 'demo', :cc => 'foo@test.com')
|
99
|
-
assert_has_tag(:a, :class => 'demo') { actual_html }
|
100
|
-
assert_match %r{mailto\:test\@demo.com\?}, actual_html
|
101
|
-
assert_match %r{cc=foo\@test\.com}, actual_html
|
102
|
-
assert_match %r{subject\=demo\%20test}, actual_html
|
103
|
-
end
|
104
|
-
|
105
|
-
should "display mail link element in haml" do
|
106
|
-
visit '/haml/mail_to'
|
107
|
-
assert_have_selector 'p.simple a', :href => 'mailto:test@demo.com', :content => 'test@demo.com'
|
108
|
-
assert_have_selector 'p.captioned a', :href => 'mailto:test@demo.com', :content => 'Click my Email'
|
109
|
-
end
|
110
|
-
|
111
|
-
should "display mail link element in erb" do
|
112
|
-
visit '/erb/mail_to'
|
113
|
-
assert_have_selector 'p.simple a', :href => 'mailto:test@demo.com', :content => 'test@demo.com'
|
114
|
-
assert_have_selector 'p.captioned a', :href => 'mailto:test@demo.com', :content => 'Click my Email'
|
115
|
-
end
|
116
|
-
|
117
|
-
should "display mail link element in slim" do
|
118
|
-
visit '/slim/mail_to'
|
119
|
-
assert_have_selector 'p.simple a', :href => 'mailto:test@demo.com', :content => 'test@demo.com'
|
120
|
-
assert_have_selector 'p.captioned a', :href => 'mailto:test@demo.com', :content => 'Click my Email'
|
121
|
-
end
|
122
|
-
end
|
123
|
-
|
124
|
-
context 'for #meta_tag method' do
|
125
|
-
should "display meta tag with given content and name" do
|
126
|
-
actual_html = meta_tag("weblog,news", :name => "keywords")
|
127
|
-
assert_has_tag("meta", :name => "keywords", "content" => "weblog,news") { actual_html }
|
128
|
-
end
|
129
|
-
|
130
|
-
should "display meta tag with given content and http-equiv" do
|
131
|
-
actual_html = meta_tag("text/html; charset=UTF-8", :"http-equiv" => "Content-Type")
|
132
|
-
assert_has_tag("meta", :"http-equiv" => "Content-Type", "content" => "text/html; charset=UTF-8") { actual_html }
|
133
|
-
end
|
134
|
-
|
135
|
-
should "display meta tag element in haml" do
|
136
|
-
visit '/haml/meta_tag'
|
137
|
-
assert_have_selector 'meta', "content" => "weblog,news", :name => "keywords"
|
138
|
-
assert_have_selector 'meta', "content" => "text/html; charset=UTF-8", :"http-equiv" => "Content-Type"
|
139
|
-
end
|
140
|
-
|
141
|
-
should "display meta tag element in erb" do
|
142
|
-
visit '/erb/meta_tag'
|
143
|
-
assert_have_selector 'meta', "content" => "weblog,news", :name => "keywords"
|
144
|
-
assert_have_selector 'meta', "content" => "text/html; charset=UTF-8", :"http-equiv" => "Content-Type"
|
145
|
-
end
|
146
|
-
|
147
|
-
should "display meta tag element in slim" do
|
148
|
-
visit '/slim/meta_tag'
|
149
|
-
assert_have_selector 'meta', "content" => "weblog,news", :name => "keywords"
|
150
|
-
assert_have_selector 'meta', "content" => "text/html; charset=UTF-8", :"http-equiv" => "Content-Type"
|
151
|
-
end
|
152
|
-
end
|
153
|
-
|
154
|
-
context 'for #image_tag method' do
|
155
|
-
should "display image tag absolute link with no options" do
|
156
|
-
time = stop_time_for_test
|
157
|
-
assert_has_tag('img', :src => "/absolute/pic.gif") { image_tag('/absolute/pic.gif') }
|
158
|
-
end
|
159
|
-
|
160
|
-
should "display image tag relative link with specified uri root" do
|
161
|
-
time = stop_time_for_test
|
162
|
-
self.class.stubs(:uri_root).returns("/blog")
|
163
|
-
assert_has_tag('img', :src => "/blog/images/relative/pic.gif?#{time.to_i}") { image_tag('relative/pic.gif') }
|
164
|
-
end
|
165
|
-
|
166
|
-
should "display image tag relative link with options" do
|
167
|
-
time = stop_time_for_test
|
168
|
-
assert_has_tag('img.photo', :src => "/images/relative/pic.gif?#{time.to_i}") {
|
169
|
-
image_tag('relative/pic.gif', :class => 'photo') }
|
170
|
-
end
|
171
|
-
|
172
|
-
should "display image tag uri link with options" do
|
173
|
-
time = stop_time_for_test
|
174
|
-
assert_has_tag('img.photo', :src => "http://demo.org/pic.gif") { image_tag('http://demo.org/pic.gif', :class => 'photo') }
|
175
|
-
end
|
176
|
-
|
177
|
-
should "display image tag relative link with incorrect spacing" do
|
178
|
-
time = stop_time_for_test
|
179
|
-
assert_has_tag('img.photo', :src => "/images/%20relative/%20pic.gif%20%20?#{time.to_i}") {
|
180
|
-
image_tag(' relative/ pic.gif ', :class => 'photo') }
|
181
|
-
end
|
182
|
-
|
183
|
-
should "not use a timestamp if stamp setting is false" do
|
184
|
-
self.class.expects(:asset_stamp).returns(false)
|
185
|
-
assert_has_tag('img', :src => "/absolute/pic.gif") { image_tag('/absolute/pic.gif') }
|
186
|
-
end
|
187
|
-
|
188
|
-
should "have xhtml convention tag" do
|
189
|
-
self.class.expects(:asset_stamp).returns(false)
|
190
|
-
assert_equal image_tag('/absolute/pic.gif'), '<img src="/absolute/pic.gif" />'
|
191
|
-
end
|
192
|
-
end
|
193
|
-
|
194
|
-
context 'for #stylesheet_link_tag method' do
|
195
|
-
should "display stylesheet link item" do
|
196
|
-
time = stop_time_for_test
|
197
|
-
expected_options = { :media => "screen", :rel => "stylesheet", :type => "text/css" }
|
198
|
-
assert_has_tag('link', expected_options.merge(:href => "/stylesheets/style.css?#{time.to_i}")) { stylesheet_link_tag('style') }
|
199
|
-
end
|
200
|
-
|
201
|
-
should "display stylesheet link item for long relative path" do
|
202
|
-
time = stop_time_for_test
|
203
|
-
expected_options = { :media => "screen", :rel => "stylesheet", :type => "text/css" }
|
204
|
-
actual_html = stylesheet_link_tag('example/demo/style')
|
205
|
-
assert_has_tag('link', expected_options.merge(:href => "/stylesheets/example/demo/style.css?#{time.to_i}")) { actual_html }
|
206
|
-
end
|
207
|
-
|
208
|
-
should "display stylesheet link item with absolute path" do
|
209
|
-
time = stop_time_for_test
|
210
|
-
expected_options = { :media => "screen", :rel => "stylesheet", :type => "text/css" }
|
211
|
-
actual_html = stylesheet_link_tag('/css/style')
|
212
|
-
assert_has_tag('link', expected_options.merge(:href => "/css/style.css")) { actual_html }
|
213
|
-
end
|
214
|
-
|
215
|
-
should "display stylesheet link item with uri root" do
|
216
|
-
self.class.stubs(:uri_root).returns("/blog")
|
217
|
-
time = stop_time_for_test
|
218
|
-
expected_options = { :media => "screen", :rel => "stylesheet", :type => "text/css" }
|
219
|
-
actual_html = stylesheet_link_tag('style')
|
220
|
-
assert_has_tag('link', expected_options.merge(:href => "/blog/stylesheets/style.css?#{time.to_i}")) { actual_html }
|
221
|
-
end
|
222
|
-
|
223
|
-
should "display stylesheet link items" do
|
224
|
-
time = stop_time_for_test
|
225
|
-
actual_html = stylesheet_link_tag('style', 'layout.css', 'http://google.com/style.css')
|
226
|
-
assert_has_tag('link', :media => "screen", :rel => "stylesheet", :type => "text/css", :count => 3) { actual_html }
|
227
|
-
assert_has_tag('link', :href => "/stylesheets/style.css?#{time.to_i}") { actual_html }
|
228
|
-
assert_has_tag('link', :href => "/stylesheets/layout.css?#{time.to_i}") { actual_html }
|
229
|
-
assert_has_tag('link', :href => "http://google.com/style.css") { actual_html }
|
230
|
-
assert_equal actual_html, stylesheet_link_tag(['style', 'layout.css', 'http://google.com/style.css'])
|
231
|
-
end
|
232
|
-
|
233
|
-
should "not use a timestamp if stamp setting is false" do
|
234
|
-
self.class.expects(:asset_stamp).returns(false)
|
235
|
-
expected_options = { :media => "screen", :rel => "stylesheet", :type => "text/css" }
|
236
|
-
assert_has_tag('link', expected_options.merge(:href => "/stylesheets/style.css")) { stylesheet_link_tag('style') }
|
237
|
-
end
|
238
|
-
end
|
239
|
-
|
240
|
-
context 'for #javascript_include_tag method' do
|
241
|
-
should "display javascript item" do
|
242
|
-
time = stop_time_for_test
|
243
|
-
actual_html = javascript_include_tag('application')
|
244
|
-
assert_has_tag('script', :src => "/javascripts/application.js?#{time.to_i}", :type => "text/javascript") { actual_html }
|
245
|
-
end
|
246
|
-
|
247
|
-
should "display javascript item for long relative path" do
|
248
|
-
time = stop_time_for_test
|
249
|
-
actual_html = javascript_include_tag('example/demo/application')
|
250
|
-
assert_has_tag('script', :src => "/javascripts/example/demo/application.js?#{time.to_i}", :type => "text/javascript") { actual_html }
|
251
|
-
end
|
252
|
-
|
253
|
-
should "display javascript item for path containing js" do
|
254
|
-
time = stop_time_for_test
|
255
|
-
actual_html = javascript_include_tag 'test/jquery.json'
|
256
|
-
assert_has_tag('script', :src => "/javascripts/test/jquery.json?#{time.to_i}", :type => "text/javascript") { actual_html }
|
257
|
-
end
|
258
|
-
|
259
|
-
should "display javascript item for path containing period" do
|
260
|
-
time = stop_time_for_test
|
261
|
-
actual_html = javascript_include_tag 'test/jquery.min'
|
262
|
-
assert_has_tag('script', :src => "/javascripts/test/jquery.min.js?#{time.to_i}", :type => "text/javascript") { actual_html }
|
263
|
-
end
|
264
|
-
|
265
|
-
should "display javascript item with absolute path" do
|
266
|
-
time = stop_time_for_test
|
267
|
-
actual_html = javascript_include_tag('/js/application')
|
268
|
-
assert_has_tag('script', :src => "/js/application.js", :type => "text/javascript") { actual_html }
|
269
|
-
end
|
270
|
-
|
271
|
-
should "display javascript item with uri root" do
|
272
|
-
self.class.stubs(:uri_root).returns("/blog")
|
273
|
-
time = stop_time_for_test
|
274
|
-
actual_html = javascript_include_tag('application')
|
275
|
-
assert_has_tag('script', :src => "/blog/javascripts/application.js?#{time.to_i}", :type => "text/javascript") { actual_html }
|
276
|
-
end
|
277
|
-
|
278
|
-
should "display javascript items" do
|
279
|
-
time = stop_time_for_test
|
280
|
-
actual_html = javascript_include_tag('application', 'base.js', 'http://google.com/lib.js')
|
281
|
-
assert_has_tag('script', :type => "text/javascript", :count => 3) { actual_html }
|
282
|
-
assert_has_tag('script', :src => "/javascripts/application.js?#{time.to_i}") { actual_html }
|
283
|
-
assert_has_tag('script', :src => "/javascripts/base.js?#{time.to_i}") { actual_html }
|
284
|
-
assert_has_tag('script', :src => "http://google.com/lib.js") { actual_html }
|
285
|
-
assert_equal actual_html, javascript_include_tag(['application', 'base.js', 'http://google.com/lib.js'])
|
286
|
-
end
|
287
|
-
|
288
|
-
should "not use a timestamp if stamp setting is false" do
|
289
|
-
self.class.expects(:asset_stamp).returns(false)
|
290
|
-
actual_html = javascript_include_tag('application')
|
291
|
-
assert_has_tag('script', :src => "/javascripts/application.js", :type => "text/javascript") { actual_html }
|
292
|
-
end
|
293
|
-
end
|
294
|
-
|
295
|
-
context "for #favicon_tag method" do
|
296
|
-
should "display favicon" do
|
297
|
-
time = stop_time_for_test
|
298
|
-
actual_html = favicon_tag('icons/favicon.png')
|
299
|
-
assert_has_tag('link', :rel => 'icon', :type => 'image/png', :href => "/images/icons/favicon.png?#{time.to_i}") { actual_html }
|
300
|
-
end
|
301
|
-
|
302
|
-
should "match type with file ext" do
|
303
|
-
time = stop_time_for_test
|
304
|
-
actual_html = favicon_tag('favicon.ico')
|
305
|
-
assert_has_tag('link', :rel => 'icon', :type => 'image/ico', :href => "/images/favicon.ico?#{time.to_i}") { actual_html }
|
306
|
-
end
|
307
|
-
|
308
|
-
should "allow option overrides" do
|
309
|
-
time = stop_time_for_test
|
310
|
-
actual_html = favicon_tag('favicon.png', :type => 'image/ico')
|
311
|
-
assert_has_tag('link', :rel => 'icon', :type => 'image/ico', :href => "/images/favicon.png?#{time.to_i}") { actual_html }
|
312
|
-
end
|
313
|
-
end
|
314
|
-
|
315
|
-
context 'for #feed_tag method' do
|
316
|
-
should "generate correctly link tag for rss" do
|
317
|
-
assert_has_tag('link', :type => 'application/rss+xml', :rel => 'alternate', :href => "/blog/post.rss", :title => 'rss') { feed_tag :rss, "/blog/post.rss" }
|
318
|
-
end
|
319
|
-
|
320
|
-
should "generate correctly link tag for atom" do
|
321
|
-
assert_has_tag('link', :type => 'application/atom+xml', :rel => 'alternate', :href => "/blog/post.atom", :title => 'atom') { feed_tag :atom, "/blog/post.atom" }
|
322
|
-
end
|
323
|
-
|
324
|
-
should "override options" do
|
325
|
-
assert_has_tag('link', :type => 'my-type', :rel => 'my-rel', :href => "/blog/post.rss", :title => 'my-title') { feed_tag :rss, "/blog/post.rss", :type => "my-type", :rel => "my-rel", :title => "my-title" }
|
326
|
-
end
|
327
|
-
end
|
328
|
-
end
|