middleman-core 3.1.0.beta.3 → 3.1.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/features/asset_hash.feature +135 -0
- data/features/asset_host.feature +56 -0
- data/features/automatic_image_sizes.feature +16 -0
- data/features/cache_buster.feature +42 -0
- data/features/coffee-script.feature +22 -0
- data/features/compass-sprites.feature +6 -0
- data/features/content_for.feature +16 -0
- data/features/directory_index.feature +67 -0
- data/features/fonts.feature +15 -0
- data/features/former_padrino_helpers.feature +27 -0
- data/features/gzip.feature +21 -0
- data/features/helpers_auto_javascript_include_tag.feature +27 -0
- data/features/helpers_auto_stylesheet_link_tag.feature +27 -0
- data/features/helpers_form_tag.feature +26 -0
- data/features/helpers_link_to.feature +152 -0
- data/features/helpers_lorem.feature +6 -0
- data/features/helpers_page_classes.feature +17 -0
- data/features/helpers_url_for.feature +152 -0
- data/features/i18n_builder.feature +148 -0
- data/features/i18n_force_locale.feature +13 -0
- data/features/i18n_preview.feature +230 -0
- data/features/ignore_already_minified.feature +47 -0
- data/features/liquid.feature +11 -0
- data/features/markdown.feature +13 -0
- data/features/markdown_redcarpet.feature +86 -0
- data/features/markdown_redcarpet_in_haml.feature +42 -0
- data/features/minify_css.feature +127 -0
- data/features/minify_javascript.feature +225 -0
- data/features/more-clean_build.feature +14 -0
- data/features/more-extensionless_text_files.feature +28 -0
- data/features/more-frontmatter_page_settings.feature +42 -0
- data/features/more-ignore.feature +62 -0
- data/features/more-implied_extensions.feature +42 -0
- data/features/more-instance_vars.feature +18 -0
- data/features/more-sitemap_traversal.feature +73 -0
- data/features/more-wildcard_page_helper.feature +10 -0
- data/features/nested_layouts.feature +55 -0
- data/features/partials.feature +46 -0
- data/features/partials_dir.feature +30 -0
- data/features/relative_assets.feature +136 -0
- data/features/sass-assets-paths.feature +11 -0
- data/features/sass_cache_path.feature +22 -0
- data/features/sass_partials.feature +54 -0
- data/features/scss-support.feature +12 -0
- data/features/slim.feature +69 -0
- data/features/stylus.feature +55 -0
- data/features/twitter-bootstrap-compile.feature +6 -0
- data/fixtures/asset-hash-app/config.rb +8 -0
- data/fixtures/asset-hash-app/lib/middleware.rb +16 -0
- data/fixtures/asset-hash-app/source/apple-touch-icon.png +0 -0
- data/fixtures/asset-hash-app/source/favicon.ico +0 -0
- data/fixtures/asset-hash-app/source/images/100px.gif +0 -0
- data/fixtures/asset-hash-app/source/images/100px.jpg +0 -0
- data/fixtures/asset-hash-app/source/images/100px.png +0 -0
- data/fixtures/asset-hash-app/source/index.html.erb +311 -0
- data/fixtures/asset-hash-app/source/javascripts/application.js +8 -0
- data/fixtures/asset-hash-app/source/layout.erb +18 -0
- data/fixtures/asset-hash-app/source/other.html.erb +2 -0
- data/fixtures/asset-hash-app/source/partials.html.erb +1 -0
- data/fixtures/asset-hash-app/source/stylesheets/_partial.sass +2 -0
- data/fixtures/asset-hash-app/source/stylesheets/site.css.scss +4 -0
- data/fixtures/asset-hash-app/source/stylesheets/uses_partials.css.sass +4 -0
- data/fixtures/asset-hash-app/source/subdir/index.html.erb +308 -0
- data/fixtures/asset-hash-host-app/config.rb +6 -0
- data/fixtures/asset-hash-host-app/source/images/100px.gif +0 -0
- data/fixtures/asset-hash-host-app/source/images/100px.jpg +0 -0
- data/fixtures/asset-hash-host-app/source/images/100px.png +0 -0
- data/fixtures/asset-hash-host-app/source/index.html.erb +6 -0
- data/fixtures/asset-hash-host-app/source/layout.erb +17 -0
- data/fixtures/asset-hash-host-app/source/other.html.erb +2 -0
- data/fixtures/asset-hash-host-app/source/stylesheets/site.css.scss +4 -0
- data/fixtures/asset-hash-host-app/source/subdir/index.html.erb +6 -0
- data/fixtures/asset-host-app/config.rb +0 -0
- data/fixtures/asset-host-app/source/.htaccess +1 -0
- data/fixtures/asset-host-app/source/asset_host.html.erb +1 -0
- data/fixtures/asset-host-app/source/images/blank.gif +0 -0
- data/fixtures/asset-host-app/source/stylesheets/asset_host.css.sass +3 -0
- data/fixtures/auto-css-app/config.rb +11 -0
- data/fixtures/auto-css-app/source/auto-css/auto-css.html.erb +1 -0
- data/fixtures/auto-css-app/source/auto-css/index.html.erb +1 -0
- data/fixtures/auto-css-app/source/auto-css/sub/auto-css.html.erb +1 -0
- data/fixtures/auto-css-app/source/auto-css.html.erb +1 -0
- data/fixtures/auto-css-app/source/stylesheets/auto-css/auto-css.css +3 -0
- data/fixtures/auto-css-app/source/stylesheets/auto-css/index.css +0 -0
- data/fixtures/auto-css-app/source/stylesheets/auto-css/sub/auto-css.css +3 -0
- data/fixtures/auto-css-app/source/stylesheets/auto-css.css +3 -0
- data/fixtures/auto-js-app/config.rb +11 -0
- data/fixtures/auto-js-app/source/auto-js/auto-js.html.erb +1 -0
- data/fixtures/auto-js-app/source/auto-js/index.html.erb +1 -0
- data/fixtures/auto-js-app/source/auto-js/sub/auto-js.html.erb +1 -0
- data/fixtures/auto-js-app/source/auto-js.html.erb +1 -0
- data/fixtures/auto-js-app/source/javascripts/auto-js/auto-js.js +1 -0
- data/fixtures/auto-js-app/source/javascripts/auto-js/index.js +1 -0
- data/fixtures/auto-js-app/source/javascripts/auto-js/sub/auto-js.js +1 -0
- data/fixtures/auto-js-app/source/javascripts/auto-js.js +1 -0
- data/fixtures/automatic-image-size-app/config.rb +0 -0
- data/fixtures/automatic-image-size-app/source/auto-image-sizes.html.erb +1 -0
- data/fixtures/automatic-image-size-app/source/images/blank.gif +0 -0
- data/fixtures/cache-buster-app/config.rb +0 -0
- data/fixtures/cache-buster-app/source/cache-buster.html.erb +3 -0
- data/fixtures/cache-buster-app/source/images/blank.gif +0 -0
- data/fixtures/cache-buster-app/source/stylesheets/relative_assets.css.sass +3 -0
- data/fixtures/cache-buster-app/source/stylesheets/site.css.sass +1 -0
- data/fixtures/clean-dir-app/config.rb +2 -0
- data/fixtures/clean-dir-app/source/about.html +1 -0
- data/fixtures/coffeescript-app/config.rb +0 -0
- data/fixtures/coffeescript-app/source/inline-coffeescript.html.haml +3 -0
- data/fixtures/coffeescript-app/source/javascripts/broken-coffee.js.coffee +3 -0
- data/fixtures/coffeescript-app/source/javascripts/coffee_test.js.coffee +3 -0
- data/fixtures/compass-sprites-app/config.rb +0 -0
- data/fixtures/compass-sprites-app/source/images/icon/arrow_down.png +0 -0
- data/fixtures/compass-sprites-app/source/images/icon/arrow_left.png +0 -0
- data/fixtures/compass-sprites-app/source/images/icon/arrow_right.png +0 -0
- data/fixtures/compass-sprites-app/source/images/icon/arrow_up.png +0 -0
- data/fixtures/compass-sprites-app/source/stylesheets/site.css.scss +3 -0
- data/fixtures/content-for-app/config.rb +7 -0
- data/fixtures/content-for-app/source/content_for_erb.html.erb +5 -0
- data/fixtures/content-for-app/source/content_for_haml.html.haml +4 -0
- data/fixtures/content-for-app/source/content_for_slim.html.slim +4 -0
- data/fixtures/content-for-app/source/layouts/content_for.erb +4 -0
- data/fixtures/default-partials-dir-app/source/_partial.html.erb +1 -0
- data/fixtures/default-partials-dir-app/source/index.html.erb +2 -0
- data/fixtures/different-engine-layout/source/index.html.str +1 -0
- data/fixtures/different-engine-partial/config.rb +0 -0
- data/fixtures/different-engine-partial/source/index.html.erb +1 -0
- data/fixtures/different-engine-partial/source/layouts/layout.erb +7 -0
- data/fixtures/different-engine-partial/source/shared/_footer.str +1 -0
- data/fixtures/different-engine-partial/source/shared/_header.erb +1 -0
- data/fixtures/fonts-app/config.rb +0 -0
- data/fixtures/fonts-app/source/fonts/StMarie-Thin.otf +0 -0
- data/fixtures/fonts-app/source/fonts/blank/blank.otf +0 -0
- data/fixtures/fonts-app/source/stylesheets/fonts.css.sass +5 -0
- data/fixtures/gzip-app/config.rb +1 -0
- data/fixtures/gzip-app/source/index.html +0 -0
- data/fixtures/gzip-app/source/javascripts/test.js +1 -0
- data/fixtures/gzip-app/source/stylesheets/test.css +1 -0
- data/fixtures/i18n-alt-root-app/locales/en.yml +4 -0
- data/fixtures/i18n-alt-root-app/locales/es.yml +7 -0
- data/fixtures/i18n-alt-root-app/source/lang_data/hello.html.erb +1 -0
- data/fixtures/i18n-alt-root-app/source/lang_data/index.html.erb +1 -0
- data/fixtures/i18n-alt-root-app/source/layout.erb +1 -0
- data/fixtures/i18n-default-app/locales/en.yml +4 -0
- data/fixtures/i18n-default-app/locales/es.yml +8 -0
- data/fixtures/i18n-default-app/source/localizable/index.html.erb +5 -0
- data/fixtures/i18n-force-locale/config.rb +13 -0
- data/fixtures/i18n-force-locale/locales/en.yml +3 -0
- data/fixtures/i18n-force-locale/locales/es.yml +3 -0
- data/fixtures/i18n-force-locale/locales/fr.yml +3 -0
- data/fixtures/i18n-force-locale/source/index.haml +2 -0
- data/fixtures/i18n-test-app/locales/en.yml +4 -0
- data/fixtures/i18n-test-app/locales/es.yml +8 -0
- data/fixtures/i18n-test-app/source/CNAME +1 -0
- data/fixtures/i18n-test-app/source/layout.erb +8 -0
- data/fixtures/i18n-test-app/source/localizable/hello.html.erb +1 -0
- data/fixtures/i18n-test-app/source/localizable/index.html.erb +1 -0
- data/fixtures/i18n-test-app/source/morning.en.html.erb +1 -0
- data/fixtures/i18n-test-app/source/morning.es.html.erb +1 -0
- data/fixtures/i18n-test-app/source/password.txt +1 -0
- data/fixtures/i18n-test-app/source/stylesheets/site.css +3 -0
- data/fixtures/indexable-app/config.rb +4 -0
- data/fixtures/indexable-app/source/.htpasswd +1 -0
- data/fixtures/liquid-app/config.rb +0 -0
- data/fixtures/liquid-app/data/test.yml +4 -0
- data/fixtures/liquid-app/data/test2.json +4 -0
- data/fixtures/liquid-app/source/_liquid_partial.liquid +1 -0
- data/fixtures/liquid-app/source/data2.html.liquid +2 -0
- data/fixtures/liquid-app/source/liquid_master.html.liquid +1 -0
- data/fixtures/lorem-app/config.rb +1 -0
- data/fixtures/lorem-app/source/lorem.html.erb +13 -0
- data/fixtures/markdown-app/config.rb +1 -0
- data/fixtures/markdown-app/source/autolink.html.markdown +5 -0
- data/fixtures/markdown-app/source/fenced_code_blocks.html.markdown +7 -0
- data/fixtures/markdown-app/source/hard_wrap.html.markdown +2 -0
- data/fixtures/markdown-app/source/images/blank.gif +0 -0
- data/fixtures/markdown-app/source/index.html.markdown +4 -0
- data/fixtures/markdown-app/source/no_intra_emphasis.html.markdown +5 -0
- data/fixtures/markdown-app/source/smarty_pants.html.markdown +5 -0
- data/fixtures/markdown-app/source/space_after_headers.html.markdown +5 -0
- data/fixtures/markdown-app/source/strikethrough.html.markdown +5 -0
- data/fixtures/markdown-app/source/superscript.html.markdown +5 -0
- data/fixtures/markdown-app/source/tables.html.markdown +8 -0
- data/fixtures/markdown-app/source/with_toc_data.html.markdown +3 -0
- data/fixtures/markdown-frontmatter-options-app/config.rb +1 -0
- data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-default.html.markdown +5 -0
- data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-off.html.markdown +7 -0
- data/fixtures/markdown-frontmatter-options-app/source/smarty_pants-on.html.markdown +7 -0
- data/fixtures/markdown-frontmatter-options-app/source/tables-default.html.markdown +8 -0
- data/fixtures/markdown-frontmatter-options-app/source/tables-off.html.markdown +10 -0
- data/fixtures/markdown-frontmatter-options-app/source/tables-on.html.markdown +10 -0
- data/fixtures/markdown-in-haml-app/config.rb +0 -0
- data/fixtures/markdown-in-haml-app/source/images/blank.gif +0 -0
- data/fixtures/markdown-in-haml-app/source/link_target.html.markdown +4 -0
- data/fixtures/minify-css-app/source/inline-css.html.haml +5 -0
- data/fixtures/minify-css-app/source/more-css/site.css +3 -0
- data/fixtures/minify-css-app/source/stylesheets/report.css +1 -0
- data/fixtures/minify-css-app/source/stylesheets/site.css.sass +5 -0
- data/fixtures/minify-js-app/config.rb +0 -0
- data/fixtures/minify-js-app/source/inline-coffeescript.html.haml +3 -0
- data/fixtures/minify-js-app/source/inline-js.html.haml +28 -0
- data/fixtures/minify-js-app/source/javascripts/coffee_test.js.coffee +3 -0
- data/fixtures/minify-js-app/source/javascripts/js_test.js +8 -0
- data/fixtures/minify-js-app/source/more-js/other.js +8 -0
- data/fixtures/more-extensionless-text-files-app/config.rb +1 -0
- data/fixtures/more-extensionless-text-files-app/source/CNAME +1 -0
- data/fixtures/more-extensionless-text-files-app/source/LICENSE +1 -0
- data/fixtures/more-extensionless-text-files-app/source/README +1 -0
- data/fixtures/more-extensionless-text-files-app/source/index.html +1 -0
- data/fixtures/more-frontmatter-settings-app/config.rb +4 -0
- data/fixtures/more-frontmatter-settings-app/source/alternate_layout.html.erb +5 -0
- data/fixtures/more-frontmatter-settings-app/source/ignored.html.erb +5 -0
- data/fixtures/more-frontmatter-settings-app/source/layouts/alternate.erb +3 -0
- data/fixtures/more-frontmatter-settings-app/source/no_index.html.erb +5 -0
- data/fixtures/more-ignore-app/source/about.html.erb +1 -0
- data/fixtures/more-ignore-app/source/images/icon/messages.png +0 -0
- data/fixtures/more-ignore-app/source/images/pic.png +0 -0
- data/fixtures/more-ignore-app/source/images/portrait.jpg +0 -0
- data/fixtures/more-ignore-app/source/index.html.erb +0 -0
- data/fixtures/more-ignore-app/source/plain.html +1 -0
- data/fixtures/more-ignore-app/source/reports/another.html +0 -0
- data/fixtures/more-ignore-app/source/reports/index.html +0 -0
- data/fixtures/more-implied-extensions-app/config.rb +0 -0
- data/fixtures/more-implied-extensions-app/source/javascripts/app.coffee +1 -0
- data/fixtures/more-implied-extensions-app/source/stylesheets/style.scss +3 -0
- data/fixtures/more-implied-extensions-app/source/stylesheets/style2.sass +3 -0
- data/fixtures/more-implied-extensions-app/source/stylesheets/style3.less +4 -0
- data/fixtures/more-implied-extensions-app/source/test.haml +4 -0
- data/fixtures/more-implied-extensions-app/source/test2.markdown +3 -0
- data/fixtures/more-implied-extensions-app/source/test3.slim +3 -0
- data/fixtures/more-implied-extensions-app/source/test4.liquid +1 -0
- data/fixtures/more-instance-vars-app/config.rb +0 -0
- data/fixtures/more-instance-vars-app/source/_vartial.erb +5 -0
- data/fixtures/more-instance-vars-app/source/instance-var-set.html.erb +2 -0
- data/fixtures/more-instance-vars-app/source/layout.erb +3 -0
- data/fixtures/more-instance-vars-app/source/no-instance-var.html.erb +1 -0
- data/fixtures/more-preview-app/config.rb +0 -0
- data/fixtures/more-preview-app/source/content.html.erb +1 -0
- data/fixtures/more-preview-app/source/layout.erb +1 -0
- data/fixtures/more-preview-app/source/stylesheets/_partial.sass +2 -0
- data/fixtures/more-preview-app/source/stylesheets/_partial2.css.sass +2 -0
- data/fixtures/more-preview-app/source/stylesheets/main.css.sass +4 -0
- data/fixtures/more-preview-app/source/stylesheets/main2.css.sass +4 -0
- data/fixtures/more-preview-app/source/stylesheets/plain.css.sass +2 -0
- data/fixtures/more-traversal-app/config.rb +7 -0
- data/fixtures/more-traversal-app/source/directory-indexed/sibling.html.erb +3 -0
- data/fixtures/more-traversal-app/source/directory-indexed/sibling2.html.erb +3 -0
- data/fixtures/more-traversal-app/source/directory-indexed/sub2/index.html.erb +0 -0
- data/fixtures/more-traversal-app/source/directory-indexed/sub3/deep.html.erb +0 -0
- data/fixtures/more-traversal-app/source/directory-indexed.html.erb +0 -0
- data/fixtures/more-traversal-app/source/index.html.erb +0 -0
- data/fixtures/more-traversal-app/source/layout.erb +21 -0
- data/fixtures/more-traversal-app/source/proxied.html.erb +0 -0
- data/fixtures/more-traversal-app/source/root.html.erb +0 -0
- data/fixtures/more-traversal-app/source/sub/index.html.erb +0 -0
- data/fixtures/more-traversal-app/source/sub/sibling.html.erb +0 -0
- data/fixtures/more-traversal-app/source/sub/sibling2.html.erb +0 -0
- data/fixtures/more-traversal-app/source/sub/sub2/index.html.erb +0 -0
- data/fixtures/more-traversal-app/source/sub/sub3/deep.html.erb +0 -0
- data/fixtures/nested-layout-app/config.rb +1 -0
- data/fixtures/nested-layout-app/source/another.html.markdown +7 -0
- data/fixtures/nested-layout-app/source/data-one.html.erb +5 -0
- data/fixtures/nested-layout-app/source/data-two.html.erb +5 -0
- data/fixtures/nested-layout-app/source/haml-test.html.markdown +7 -0
- data/fixtures/nested-layout-app/source/index.html.erb +6 -0
- data/fixtures/nested-layout-app/source/layouts/inner.erb +4 -0
- data/fixtures/nested-layout-app/source/layouts/inner_haml.haml +3 -0
- data/fixtures/nested-layout-app/source/layouts/inner_slim.slim +3 -0
- data/fixtures/nested-layout-app/source/layouts/master.erb +3 -0
- data/fixtures/nested-layout-app/source/layouts/master_haml.haml +3 -0
- data/fixtures/nested-layout-app/source/layouts/master_slim.slim +3 -0
- data/fixtures/nested-layout-app/source/layouts/outer.erb +4 -0
- data/fixtures/nested-layout-app/source/layouts/outer_haml.haml +3 -0
- data/fixtures/nested-layout-app/source/layouts/outer_slim.slim +3 -0
- data/fixtures/nested-layout-app/source/slim-test.html.markdown +7 -0
- data/fixtures/padrino-helpers-app/config.rb +0 -0
- data/fixtures/padrino-helpers-app/source/former_padrino_test.html.erb +6 -0
- data/fixtures/page-classes-app/config.rb +4 -0
- data/fixtures/page-classes-app/source/page-classes.html.erb +1 -0
- data/fixtures/page-classes-app/source/sub1/page-classes.html.erb +1 -0
- data/fixtures/page-classes-app/source/sub1/sub2/page-classes.html.erb +1 -0
- data/fixtures/partials-app/config.rb +0 -0
- data/fixtures/partials-app/source/_locals.erb +1 -0
- data/fixtures/partials-app/source/_main.erb +1 -0
- data/fixtures/partials-app/source/_main.str +1 -0
- data/fixtures/partials-app/source/index.html.erb +3 -0
- data/fixtures/partials-app/source/locals.html.erb +1 -0
- data/fixtures/partials-app/source/second.html.str +3 -0
- data/fixtures/partials-app/source/shared/_footer.erb +1 -0
- data/fixtures/partials-app/source/shared/_header.erb +1 -0
- data/fixtures/partials-app/source/shared/snippet.erb +1 -0
- data/fixtures/partials-app/source/sub/_local.erb +1 -0
- data/fixtures/partials-app/source/sub/index.html.erb +3 -0
- data/fixtures/partials-app/source/using_snippet.html.erb +1 -0
- data/fixtures/partials-dir-app/source/index.html.erb +2 -0
- data/fixtures/partials-dir-app/source/nested/partials/_partial.html.erb +1 -0
- data/fixtures/partials-dir-app/source/partials/_partial.html.erb +1 -0
- data/fixtures/passthrough-app/source/.htaccess +1 -0
- data/fixtures/passthrough-app/source/inline-coffeescript.html.haml +3 -0
- data/fixtures/passthrough-app/source/inline-css.html.haml +4 -0
- data/fixtures/passthrough-app/source/inline-js.html.haml +28 -0
- data/fixtures/passthrough-app/source/javascripts/coffee_test.js.coffee +3 -0
- data/fixtures/passthrough-app/source/javascripts/js_test.js +8 -0
- data/fixtures/passthrough-app/source/stylesheets/site.css.sass +1 -0
- data/fixtures/relative-app/config.rb +0 -0
- data/fixtures/relative-app/source/images/blank.gif +0 -0
- data/fixtures/relative-app/source/stylesheets/relative_assets.css.sass +3 -0
- data/fixtures/relative-assets-app/config.rb +1 -0
- data/fixtures/relative-assets-app/source/images/blank.gif +0 -0
- data/fixtures/relative-assets-app/source/img/blank.gif +0 -0
- data/fixtures/relative-assets-app/source/relative_image.html.erb +8 -0
- data/fixtures/relative-assets-app/source/stylesheets/relative_assets.css.sass +3 -0
- data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset-sass.sass +1 -0
- data/fixtures/sass-assets-path-app/assets/stylesheets/_shared-asset.scss +1 -0
- data/fixtures/sass-assets-path-app/config.rb +4 -0
- data/fixtures/sass-assets-path-app/my-vendor/stylesheets/_partial.sass +2 -0
- data/fixtures/sass-assets-path-app/source/stylesheets/plain.css.sass +16 -0
- data/fixtures/sass-cache-path-custom-app/config.rb +3 -0
- data/fixtures/sass-cache-path-custom-app/source/stylesheets/plain.css.sass +4 -0
- data/fixtures/sass-cache-path-default-app/config.rb +3 -0
- data/fixtures/sass-cache-path-default-app/source/stylesheets/plain.css.sass +4 -0
- data/fixtures/scss-app/config.rb +0 -0
- data/fixtures/scss-app/source/stylesheets/layout.css.sass +2 -0
- data/fixtures/scss-app/source/stylesheets/site_scss.css.scss +1 -0
- data/fixtures/stylus-preview-app/config.rb +0 -0
- data/fixtures/stylus-preview-app/source/content.html.erb +1 -0
- data/fixtures/stylus-preview-app/source/layout.erb +1 -0
- data/fixtures/stylus-preview-app/source/stylesheets/_partial.styl +2 -0
- data/fixtures/stylus-preview-app/source/stylesheets/_partial2.css.styl +2 -0
- data/fixtures/stylus-preview-app/source/stylesheets/main.css.styl +4 -0
- data/fixtures/stylus-preview-app/source/stylesheets/main2.css.styl +4 -0
- data/fixtures/stylus-preview-app/source/stylesheets/plain.css.styl +2 -0
- data/fixtures/twitter-bootstrap-app/config.rb +0 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.gitignore +36 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/.travis.yml +3 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/LICENSE +176 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/README.md +137 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings-white.png +0 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/img/glyphicons-halflings.png +0 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/.jshintrc +10 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/README.md +112 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-alert.js +90 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-button.js +96 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-carousel.js +169 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-collapse.js +157 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-dropdown.js +100 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-modal.js +218 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-popover.js +98 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-scrollspy.js +151 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tab.js +135 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-tooltip.js +275 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-transition.js +61 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/bootstrap-typeahead.js +285 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/index.html +54 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/phantom.js +63 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/server.js +14 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-alert.js +56 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-button.js +77 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-carousel.js +28 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-collapse.js +54 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-dropdown.js +87 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-modal.js +114 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-phantom.js +21 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-popover.js +93 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-scrollspy.js +31 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tab.js +61 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-tooltip.js +155 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-transition.js +13 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/unit/bootstrap-typeahead.js +148 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/jquery.js +9252 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.css +232 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/js/tests/vendor/qunit.js +1510 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_accordion.less +33 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_alerts.less +58 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_breadcrumbs.less +24 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_button-groups.less +191 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_buttons.less +191 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_carousel.less +121 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_close.less +29 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_code.less +57 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_component-animations.less +20 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_dropdowns.less +143 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_forms.less +583 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_grid.less +5 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_hero-unit.less +22 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_labels-badges.less +55 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_layouts.less +17 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_mixins.less +646 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_modals.less +90 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navbar.less +358 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_navs.less +363 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pager.less +36 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_pagination.less +56 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_popovers.less +49 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_progress-bars.less +117 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_reset.less +131 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-1200px-min.less +26 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-767px-max.less +149 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-768px-979px.less +17 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-navbar.less +153 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_responsive-utilities.less +41 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_scaffolding.less +29 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_sprites.less +191 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tables.less +176 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_thumbnails.less +47 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_tooltip.less +35 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_type.less +232 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_utilities.less +23 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_variables.less +206 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/_wells.less +27 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/bootstrap.less +62 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/responsive.less +48 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.css +52 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/css-tests.html +917 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/forms.html +179 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/less/tests/navbar.html +108 -0
- data/fixtures/twitter-bootstrap-app/source/twitter-bootstrap-ebc6935/package.json +25 -0
- data/fixtures/wildcard-directory-index-app/config.rb +2 -0
- data/fixtures/wildcard-directory-index-app/source/admin/index.html.erb +1 -0
- data/fixtures/wildcard-directory-index-app/source/admin/page.html.erb +1 -0
- data/fixtures/wildcard-directory-index-app/source/index.html.erb +1 -0
- data/fixtures/wildcard-directory-index-app/source/layouts/admin.erb +2 -0
- data/fixtures/wildcard-directory-index-app/source/layouts/layout.erb +2 -0
- data/lib/middleman-core/cli/build.rb +8 -5
- data/lib/middleman-core/extensions.rb +0 -5
- data/lib/middleman-core/meta_pages/sitemap_resource.rb +2 -0
- data/lib/middleman-core/preview_server.rb +1 -1
- data/lib/middleman-core/templates/shared/Gemfile.tt +1 -1
- data/lib/middleman-core/util.rb +9 -7
- data/lib/middleman-core/version.rb +1 -1
- data/lib/middleman-core.rb +1 -0
- data/lib/middleman-more/core_extensions/compass.rb +75 -0
- data/lib/middleman-more/core_extensions/default_helpers.rb +235 -0
- data/lib/middleman-more/core_extensions/i18n.rb +182 -0
- data/lib/middleman-more/extensions/asset_hash.rb +114 -0
- data/lib/middleman-more/extensions/asset_host.rb +50 -0
- data/lib/middleman-more/extensions/automatic_image_sizes/fastimage.rb +287 -0
- data/lib/middleman-more/extensions/automatic_image_sizes.rb +42 -0
- data/lib/middleman-more/extensions/cache_buster.rb +56 -0
- data/lib/middleman-more/extensions/directory_indexes.rb +24 -0
- data/lib/middleman-more/extensions/gzip.rb +75 -0
- data/lib/middleman-more/extensions/lorem.rb +176 -0
- data/lib/middleman-more/extensions/minify_css.rb +77 -0
- data/lib/middleman-more/extensions/minify_javascript.rb +83 -0
- data/lib/middleman-more/extensions/relative_assets.rb +29 -0
- data/lib/middleman-more/templates/smacss/source/_footer.haml +1 -0
- data/lib/middleman-more/templates/smacss/source/index.html.haml +1 -0
- data/lib/middleman-more/templates/smacss/source/layouts/layout.haml +13 -0
- data/lib/middleman-more/templates/smacss/source/stylesheets/base/README.markdown +11 -0
- data/lib/middleman-more/templates/smacss/source/stylesheets/base/base.scss +1 -0
- data/lib/middleman-more/templates/smacss/source/stylesheets/base/normalize.scss +375 -0
- data/lib/middleman-more/templates/smacss/source/stylesheets/layout/README.markdown +9 -0
- data/lib/middleman-more/templates/smacss/source/stylesheets/modules/README.markdown +9 -0
- data/lib/middleman-more/templates/smacss/source/stylesheets/states/README.markdown +12 -0
- data/lib/middleman-more/templates/smacss/source/stylesheets/style.css.scss +12 -0
- data/lib/middleman-more/templates/smacss.rb +30 -0
- data/lib/middleman-more.rb +102 -0
- data/middleman-core.gemspec +4 -1
- metadata +885 -7
- data/.cane +0 -2
- data/.cane-exclusions.yml +0 -5
@@ -0,0 +1,152 @@
|
|
1
|
+
Feature: link_to helper
|
2
|
+
|
3
|
+
Scenario: link_to produces relative links
|
4
|
+
Given a fixture app "indexable-app"
|
5
|
+
And an empty file named "config.rb"
|
6
|
+
And a file named "source/link_to.html.erb" with:
|
7
|
+
"""
|
8
|
+
absolute: <%= link_to "Needs Index", "/needs_index.html", :relative => true %>
|
9
|
+
relative: <%= link_to "Relative", "needs_index.html", :relative => true %>
|
10
|
+
"""
|
11
|
+
And a file named "source/link_to/sub.html.erb" with:
|
12
|
+
"""
|
13
|
+
absolute: <%= link_to "Needs Index", "/needs_index.html", :relative => true %>
|
14
|
+
relative: <%= link_to "Relative", "../needs_index.html", :relative => true %>
|
15
|
+
"""
|
16
|
+
And the Server is running at "indexable-app"
|
17
|
+
When I go to "/link_to.html"
|
18
|
+
Then I should see 'absolute: <a href="needs_index.html">Needs Index</a>'
|
19
|
+
Then I should see 'relative: <a href="needs_index.html">Relative</a>'
|
20
|
+
When I go to "/link_to/sub.html"
|
21
|
+
Then I should see 'absolute: <a href="../needs_index.html">Needs Index</a>'
|
22
|
+
Then I should see 'relative: <a href="../needs_index.html">Relative</a>'
|
23
|
+
|
24
|
+
Scenario: link_to relative works with strip_index_file
|
25
|
+
Given a fixture app "indexable-app"
|
26
|
+
And a file named "config.rb" with:
|
27
|
+
"""
|
28
|
+
set :relative_links, true
|
29
|
+
set :strip_index_file, true
|
30
|
+
helpers do
|
31
|
+
def menu_items(path='link_to.html')
|
32
|
+
sitemap.find_resource_by_destination_path(path).children
|
33
|
+
end
|
34
|
+
end
|
35
|
+
"""
|
36
|
+
And a file named "source/link_to.html.erb" with:
|
37
|
+
"""
|
38
|
+
<% menu_items.each do |item| %>
|
39
|
+
<%= link_to(item.data['title'], item.url) %>
|
40
|
+
<%= link_to(item.data['title'], item) %>
|
41
|
+
<% end %>
|
42
|
+
"""
|
43
|
+
And a file named "source/link_to/sub.html.erb" with:
|
44
|
+
"""
|
45
|
+
<% menu_items.each do |item| %>
|
46
|
+
<%= link_to(item.data['title'], item.url) %>
|
47
|
+
<%= link_to(item.data['title'], item) %>
|
48
|
+
<% end %>
|
49
|
+
"""
|
50
|
+
And the Server is running at "indexable-app"
|
51
|
+
When I go to "/link_to.html"
|
52
|
+
Then I should see '"link_to/sub.html"'
|
53
|
+
Then I should not see "/link_to/sub.html"
|
54
|
+
When I go to "/link_to/sub.html"
|
55
|
+
Then I should see '"sub.html"'
|
56
|
+
Then I should not see "/link_to/sub.html"
|
57
|
+
|
58
|
+
Scenario: link_to produces relative links when :relative_links is set to true
|
59
|
+
Given a fixture app "indexable-app"
|
60
|
+
And a file named "config.rb" with:
|
61
|
+
"""
|
62
|
+
set :relative_links, true
|
63
|
+
"""
|
64
|
+
And a file named "source/link_to.html.erb" with:
|
65
|
+
"""
|
66
|
+
absolute: <%= link_to "Needs Index", "/needs_index.html" %>
|
67
|
+
relative: <%= link_to "Relative", "needs_index.html", :relative => false %>
|
68
|
+
unknown: <%= link_to "Unknown", "foo.html" %>
|
69
|
+
"""
|
70
|
+
And a file named "source/link_to/sub.html.erb" with:
|
71
|
+
"""
|
72
|
+
absolute: <%= link_to "Needs Index", "/needs_index.html" %>
|
73
|
+
relative: <%= link_to "Relative", "../needs_index.html" %>
|
74
|
+
"""
|
75
|
+
And the Server is running at "indexable-app"
|
76
|
+
When I go to "/link_to.html"
|
77
|
+
Then I should see 'absolute: <a href="needs_index.html">Needs Index</a>'
|
78
|
+
Then I should see 'relative: <a href="/needs_index.html">Relative</a>'
|
79
|
+
Then I should see 'unknown: <a href="foo.html">Unknown</a>'
|
80
|
+
When I go to "/link_to/sub.html"
|
81
|
+
Then I should see 'absolute: <a href="../needs_index.html">Needs Index</a>'
|
82
|
+
Then I should see 'relative: <a href="../needs_index.html">Relative</a>'
|
83
|
+
|
84
|
+
Scenario: link_to knows about directory indexes
|
85
|
+
Given a fixture app "indexable-app"
|
86
|
+
And a file named "source/link_to.html.erb" with:
|
87
|
+
"""
|
88
|
+
absolute: <%= link_to "Needs Index", "/needs_index.html", :relative => true %>
|
89
|
+
relative: <%= link_to "Relative", "needs_index.html", :relative => true %>
|
90
|
+
"""
|
91
|
+
And a file named "source/link_to/sub.html.erb" with:
|
92
|
+
"""
|
93
|
+
absolute: <%= link_to "Needs Index", "/needs_index.html", :relative => true %>
|
94
|
+
relative: <%= link_to "Relative", "../needs_index.html", :relative => true %>
|
95
|
+
"""
|
96
|
+
And the Server is running at "indexable-app"
|
97
|
+
When I go to "/link_to/"
|
98
|
+
Then I should see 'absolute: <a href="../needs_index/">Needs Index</a>'
|
99
|
+
Then I should see 'relative: <a href="../needs_index/">Relative</a>'
|
100
|
+
When I go to "/link_to/sub/"
|
101
|
+
Then I should see 'absolute: <a href="../../needs_index/">Needs Index</a>'
|
102
|
+
Then I should see 'relative: <a href="../../needs_index/">Relative</a>'
|
103
|
+
|
104
|
+
Scenario: link_to can take a Resource
|
105
|
+
Given a fixture app "indexable-app"
|
106
|
+
And a file named "source/link_to.html.erb" with:
|
107
|
+
"""
|
108
|
+
<%= link_to "Needs Index", sitemap.find_resource_by_path("/needs_index.html") %>
|
109
|
+
"""
|
110
|
+
And the Server is running at "indexable-app"
|
111
|
+
When I go to "/link_to/"
|
112
|
+
Then I should see '<a href="/needs_index/">Needs Index</a>'
|
113
|
+
|
114
|
+
Scenario: Setting http_prefix
|
115
|
+
Given a fixture app "indexable-app"
|
116
|
+
And a file named "config.rb" with:
|
117
|
+
"""
|
118
|
+
set :http_prefix, "/foo"
|
119
|
+
"""
|
120
|
+
And a file named "source/link_to.html.erb" with:
|
121
|
+
"""
|
122
|
+
<%= link_to "Needs Index", "/needs_index.html" %>
|
123
|
+
"""
|
124
|
+
And the Server is running at "indexable-app"
|
125
|
+
When I go to "/link_to.html"
|
126
|
+
Then I should see '<a href="/foo/needs_index.html">Needs Index</a>'
|
127
|
+
|
128
|
+
Scenario: link_to preserves query string and anchor and isn't messed up by them
|
129
|
+
Given a fixture app "indexable-app"
|
130
|
+
And a file named "source/link_to.html.erb" with:
|
131
|
+
"""
|
132
|
+
<%= link_to "Needs Index Anchor", "/needs_index.html#foo" %>
|
133
|
+
<%= link_to "Needs Index Query", "/needs_index.html?foo" %>
|
134
|
+
<%= link_to "Needs Index Query and Anchor", "/needs_index.html?foo#foo" %>
|
135
|
+
"""
|
136
|
+
And the Server is running at "indexable-app"
|
137
|
+
When I go to "/link_to/"
|
138
|
+
Then I should see '<a href="/needs_index/#foo">Needs Index Anchor</a>'
|
139
|
+
Then I should see '<a href="/needs_index/?foo">Needs Index Query</a>'
|
140
|
+
Then I should see '<a href="/needs_index/?foo#foo">Needs Index Query and Anchor</a>'
|
141
|
+
|
142
|
+
Scenario: link_to accepts a :query option that appends a query string
|
143
|
+
Given a fixture app "indexable-app"
|
144
|
+
And a file named "source/link_to.html.erb" with:
|
145
|
+
"""
|
146
|
+
<%= link_to "Needs Index String", "/needs_index.html", :query => "foo" %>
|
147
|
+
<%= link_to "Needs Index Hash", "/needs_index.html", :query => { :foo => :bar } %>
|
148
|
+
"""
|
149
|
+
And the Server is running at "indexable-app"
|
150
|
+
When I go to "/link_to/"
|
151
|
+
Then I should see '<a href="/needs_index/?foo">Needs Index String</a>'
|
152
|
+
Then I should see '<a href="/needs_index/?foo=bar">Needs Index Hash</a>'
|
@@ -0,0 +1,17 @@
|
|
1
|
+
Feature: Built-in page_classes view helper
|
2
|
+
In order to generate body classes for views
|
3
|
+
|
4
|
+
Scenario: Viewing the root path
|
5
|
+
Given the Server is running at "page-classes-app"
|
6
|
+
When I go to "/page-classes.html"
|
7
|
+
Then I should see "page-classes"
|
8
|
+
|
9
|
+
Scenario: Viewing a tier-1 path
|
10
|
+
Given the Server is running at "page-classes-app"
|
11
|
+
When I go to "/sub1/page-classes.html"
|
12
|
+
Then I should see "sub1 sub1_page-classes"
|
13
|
+
|
14
|
+
Scenario: Viewing a tier-2 path
|
15
|
+
Given the Server is running at "page-classes-app"
|
16
|
+
When I go to "/sub1/sub2/page-classes.html"
|
17
|
+
Then I should see "sub1 sub1_sub2 sub1_sub2_page-classes"
|
@@ -0,0 +1,152 @@
|
|
1
|
+
Feature: url_for helper
|
2
|
+
|
3
|
+
Scenario: url_for produces relative links
|
4
|
+
Given a fixture app "indexable-app"
|
5
|
+
And an empty file named "config.rb"
|
6
|
+
And a file named "source/url_for.html.erb" with:
|
7
|
+
"""
|
8
|
+
absolute: <%= url_for "/needs_index.html", :relative => true %>
|
9
|
+
relative: <%= url_for "needs_index.html", :relative => true %>
|
10
|
+
"""
|
11
|
+
And a file named "source/url_for/sub.html.erb" with:
|
12
|
+
"""
|
13
|
+
absolute: <%= url_for "/needs_index.html", :relative => true %>
|
14
|
+
relative: <%= url_for "../needs_index.html", :relative => true %>
|
15
|
+
"""
|
16
|
+
And the Server is running at "indexable-app"
|
17
|
+
When I go to "/url_for.html"
|
18
|
+
Then I should see 'absolute: needs_index.html'
|
19
|
+
Then I should see 'relative: needs_index.html'
|
20
|
+
When I go to "/url_for/sub.html"
|
21
|
+
Then I should see 'absolute: ../needs_index.html'
|
22
|
+
Then I should see 'relative: ../needs_index.html'
|
23
|
+
|
24
|
+
Scenario: url_for relative works with strip_index_file
|
25
|
+
Given a fixture app "indexable-app"
|
26
|
+
And a file named "config.rb" with:
|
27
|
+
"""
|
28
|
+
set :relative_links, true
|
29
|
+
set :strip_index_file, true
|
30
|
+
helpers do
|
31
|
+
def menu_items(path='url_for.html')
|
32
|
+
sitemap.find_resource_by_destination_path(path).children
|
33
|
+
end
|
34
|
+
end
|
35
|
+
"""
|
36
|
+
And a file named "source/url_for.html.erb" with:
|
37
|
+
"""
|
38
|
+
<% menu_items.each do |item| %>
|
39
|
+
"<%= url_for(item.url) %>"
|
40
|
+
"<%= url_for(item) %>"
|
41
|
+
<% end %>
|
42
|
+
"""
|
43
|
+
And a file named "source/url_for/sub.html.erb" with:
|
44
|
+
"""
|
45
|
+
<% menu_items.each do |item| %>
|
46
|
+
"<%= url_for(item.url) %>"
|
47
|
+
"<%= url_for(item) %>"
|
48
|
+
<% end %>
|
49
|
+
"""
|
50
|
+
And the Server is running at "indexable-app"
|
51
|
+
When I go to "/url_for.html"
|
52
|
+
Then I should see '"url_for/sub.html"'
|
53
|
+
Then I should not see "/url_for/sub.html"
|
54
|
+
When I go to "/url_for/sub.html"
|
55
|
+
Then I should see '"sub.html"'
|
56
|
+
Then I should not see "/url_for/sub.html"
|
57
|
+
|
58
|
+
Scenario: url_for produces relative links when :relative_links is set to true
|
59
|
+
Given a fixture app "indexable-app"
|
60
|
+
And a file named "config.rb" with:
|
61
|
+
"""
|
62
|
+
set :relative_links, true
|
63
|
+
"""
|
64
|
+
And a file named "source/url_for.html.erb" with:
|
65
|
+
"""
|
66
|
+
absolute: <%= url_for "/needs_index.html" %>
|
67
|
+
relative: <%= url_for "needs_index.html", :relative => false %>
|
68
|
+
unknown: <%= url_for "foo.html" %>
|
69
|
+
"""
|
70
|
+
And a file named "source/url_for/sub.html.erb" with:
|
71
|
+
"""
|
72
|
+
absolute: <%= url_for "/needs_index.html" %>
|
73
|
+
relative: <%= url_for "../needs_index.html" %>
|
74
|
+
"""
|
75
|
+
And the Server is running at "indexable-app"
|
76
|
+
When I go to "/url_for.html"
|
77
|
+
Then I should see 'absolute: needs_index.html'
|
78
|
+
Then I should see 'relative: /needs_index.html'
|
79
|
+
Then I should see 'unknown: foo.html'
|
80
|
+
When I go to "/url_for/sub.html"
|
81
|
+
Then I should see 'absolute: ../needs_index.html'
|
82
|
+
Then I should see 'relative: ../needs_index.html'
|
83
|
+
|
84
|
+
Scenario: url_for knows about directory indexes
|
85
|
+
Given a fixture app "indexable-app"
|
86
|
+
And a file named "source/url_for.html.erb" with:
|
87
|
+
"""
|
88
|
+
absolute: <%= url_for "/needs_index.html", :relative => true %>
|
89
|
+
relative: <%= url_for "needs_index.html", :relative => true %>
|
90
|
+
"""
|
91
|
+
And a file named "source/url_for/sub.html.erb" with:
|
92
|
+
"""
|
93
|
+
absolute: <%= url_for "/needs_index.html", :relative => true %>
|
94
|
+
relative: <%= url_for "../needs_index.html", :relative => true %>
|
95
|
+
"""
|
96
|
+
And the Server is running at "indexable-app"
|
97
|
+
When I go to "/url_for/"
|
98
|
+
Then I should see 'absolute: ../needs_index/'
|
99
|
+
Then I should see 'relative: ../needs_index/'
|
100
|
+
When I go to "/url_for/sub/"
|
101
|
+
Then I should see 'absolute: ../../needs_index/'
|
102
|
+
Then I should see 'relative: ../../needs_index/'
|
103
|
+
|
104
|
+
Scenario: url_for can take a Resource
|
105
|
+
Given a fixture app "indexable-app"
|
106
|
+
And a file named "source/url_for.html.erb" with:
|
107
|
+
"""
|
108
|
+
"<%= url_for sitemap.find_resource_by_path("/needs_index.html") %>"
|
109
|
+
"""
|
110
|
+
And the Server is running at "indexable-app"
|
111
|
+
When I go to "/url_for/"
|
112
|
+
Then I should see '"/needs_index/"'
|
113
|
+
|
114
|
+
Scenario: Setting http_prefix
|
115
|
+
Given a fixture app "indexable-app"
|
116
|
+
And a file named "config.rb" with:
|
117
|
+
"""
|
118
|
+
set :http_prefix, "/foo"
|
119
|
+
"""
|
120
|
+
And a file named "source/url_for.html.erb" with:
|
121
|
+
"""
|
122
|
+
<%= url_for "/needs_index.html" %>
|
123
|
+
"""
|
124
|
+
And the Server is running at "indexable-app"
|
125
|
+
When I go to "/url_for.html"
|
126
|
+
Then I should see '/foo/needs_index.html'
|
127
|
+
|
128
|
+
Scenario: url_for preserves query string and anchor and isn't messed up by them
|
129
|
+
Given a fixture app "indexable-app"
|
130
|
+
And a file named "source/url_for.html.erb" with:
|
131
|
+
"""
|
132
|
+
Needs Index Anchor <%= url_for "/needs_index.html#foo" %>
|
133
|
+
Needs Index Query <%= url_for "/needs_index.html?foo" %>
|
134
|
+
Needs Index Query and Anchor <%= url_for "/needs_index.html?foo#foo" %>
|
135
|
+
"""
|
136
|
+
And the Server is running at "indexable-app"
|
137
|
+
When I go to "/url_for/"
|
138
|
+
Then I should see 'Needs Index Anchor /needs_index/#foo'
|
139
|
+
Then I should see 'Needs Index Query /needs_index/?foo'
|
140
|
+
Then I should see 'Needs Index Query and Anchor /needs_index/?foo#foo'
|
141
|
+
|
142
|
+
Scenario: url_for accepts a :query option that appends a query string
|
143
|
+
Given a fixture app "indexable-app"
|
144
|
+
And a file named "source/url_for.html.erb" with:
|
145
|
+
"""
|
146
|
+
Needs Index String <%= url_for "/needs_index.html", :query => "foo" %>
|
147
|
+
Needs Index Hash <%= url_for "/needs_index.html", :query => { :foo => :bar } %>
|
148
|
+
"""
|
149
|
+
And the Server is running at "indexable-app"
|
150
|
+
When I go to "/url_for/"
|
151
|
+
Then I should see 'Needs Index String /needs_index/?foo'
|
152
|
+
Then I should see 'Needs Index Hash /needs_index/?foo=bar'
|
@@ -0,0 +1,148 @@
|
|
1
|
+
Feature: i18n Builder
|
2
|
+
In order to preview localized html
|
3
|
+
|
4
|
+
Scenario: Running localize with the default config
|
5
|
+
Given a fixture app "i18n-test-app"
|
6
|
+
And a file named "config.rb" with:
|
7
|
+
"""
|
8
|
+
activate :i18n
|
9
|
+
"""
|
10
|
+
Given a successfully built app at "i18n-test-app"
|
11
|
+
When I cd to "build"
|
12
|
+
Then the following files should exist:
|
13
|
+
| index.html |
|
14
|
+
| hello.html |
|
15
|
+
| morning.html |
|
16
|
+
| es/index.html |
|
17
|
+
| es/hola.html |
|
18
|
+
| es/manana.html |
|
19
|
+
| CNAME |
|
20
|
+
| password.txt |
|
21
|
+
Then the following files should not exist:
|
22
|
+
| en/index.html |
|
23
|
+
And the file "index.html" should contain "Howdy"
|
24
|
+
And the file "hello.html" should contain "Hello World"
|
25
|
+
And the file "morning.html" should contain "Good morning"
|
26
|
+
And the file "es/index.html" should contain "Como Esta?"
|
27
|
+
And the file "es/hola.html" should contain "Hola World"
|
28
|
+
And the file "es/manana.html" should contain "Buenos días"
|
29
|
+
And the file "CNAME" should contain "test.github.com"
|
30
|
+
And the file "password.txt" should contain "hunter2"
|
31
|
+
|
32
|
+
Scenario: Running localize with the alt path config
|
33
|
+
Given a fixture app "i18n-test-app"
|
34
|
+
And a file named "config.rb" with:
|
35
|
+
"""
|
36
|
+
activate :i18n, :path => "/lang_:locale/"
|
37
|
+
"""
|
38
|
+
Given a successfully built app at "i18n-test-app"
|
39
|
+
When I cd to "build"
|
40
|
+
Then the following files should exist:
|
41
|
+
| index.html |
|
42
|
+
| hello.html |
|
43
|
+
| lang_es/index.html |
|
44
|
+
| lang_es/hola.html |
|
45
|
+
Then the following files should not exist:
|
46
|
+
| lang_en/index.html |
|
47
|
+
And the file "index.html" should contain "Howdy"
|
48
|
+
And the file "hello.html" should contain "Hello World"
|
49
|
+
And the file "lang_es/index.html" should contain "Como Esta?"
|
50
|
+
And the file "lang_es/hola.html" should contain "Hola World"
|
51
|
+
|
52
|
+
Scenario: Running localize with the alt root config
|
53
|
+
Given a fixture app "i18n-alt-root-app"
|
54
|
+
And a file named "config.rb" with:
|
55
|
+
"""
|
56
|
+
activate :i18n, :templates_dir => "lang_data"
|
57
|
+
"""
|
58
|
+
Given a successfully built app at "i18n-alt-root-app"
|
59
|
+
When I cd to "build"
|
60
|
+
Then the following files should exist:
|
61
|
+
| index.html |
|
62
|
+
| hello.html |
|
63
|
+
| es/index.html |
|
64
|
+
| es/hola.html |
|
65
|
+
Then the following files should not exist:
|
66
|
+
| en/index.html |
|
67
|
+
And the file "index.html" should contain "Howdy"
|
68
|
+
And the file "hello.html" should contain "Hello World"
|
69
|
+
And the file "es/index.html" should contain "Como Esta?"
|
70
|
+
And the file "es/hola.html" should contain "Hola World"
|
71
|
+
|
72
|
+
Scenario: Running localize with the lang map config
|
73
|
+
Given a fixture app "i18n-test-app"
|
74
|
+
And a file named "config.rb" with:
|
75
|
+
"""
|
76
|
+
activate :i18n, :lang_map => { :en => :english, :es => :spanish }
|
77
|
+
"""
|
78
|
+
Given a successfully built app at "i18n-test-app"
|
79
|
+
When I cd to "build"
|
80
|
+
Then the following files should exist:
|
81
|
+
| index.html |
|
82
|
+
| hello.html |
|
83
|
+
| spanish/index.html |
|
84
|
+
| spanish/hola.html |
|
85
|
+
Then the following files should not exist:
|
86
|
+
| english/index.html |
|
87
|
+
And the file "index.html" should contain "Howdy"
|
88
|
+
And the file "hello.html" should contain "Hello World"
|
89
|
+
And the file "spanish/index.html" should contain "Como Esta?"
|
90
|
+
And the file "spanish/hola.html" should contain "Hola World"
|
91
|
+
|
92
|
+
Scenario: Running localize with the no mount config
|
93
|
+
Given a fixture app "i18n-test-app"
|
94
|
+
And a file named "config.rb" with:
|
95
|
+
"""
|
96
|
+
activate :i18n, :mount_at_root => false
|
97
|
+
"""
|
98
|
+
Given a successfully built app at "i18n-test-app"
|
99
|
+
When I cd to "build"
|
100
|
+
Then the following files should exist:
|
101
|
+
| en/index.html |
|
102
|
+
| en/hello.html |
|
103
|
+
| es/index.html |
|
104
|
+
| es/hola.html |
|
105
|
+
Then the following files should not exist:
|
106
|
+
| index.html |
|
107
|
+
| hello.html |
|
108
|
+
And the file "en/index.html" should contain "Howdy"
|
109
|
+
And the file "en/hello.html" should contain "Hello World"
|
110
|
+
And the file "es/index.html" should contain "Como Esta?"
|
111
|
+
And the file "es/hola.html" should contain "Hola World"
|
112
|
+
|
113
|
+
Scenario: Running localize with the subset config
|
114
|
+
Given a fixture app "i18n-test-app"
|
115
|
+
And a file named "config.rb" with:
|
116
|
+
"""
|
117
|
+
activate :i18n, :langs => [:en]
|
118
|
+
"""
|
119
|
+
Given a successfully built app at "i18n-test-app"
|
120
|
+
When I cd to "build"
|
121
|
+
Then the following files should exist:
|
122
|
+
| index.html |
|
123
|
+
| hello.html |
|
124
|
+
Then the following files should not exist:
|
125
|
+
| en/index.html |
|
126
|
+
| es/index.html |
|
127
|
+
| es/hola.html |
|
128
|
+
And the file "index.html" should contain "Howdy"
|
129
|
+
And the file "hello.html" should contain "Hello World"
|
130
|
+
|
131
|
+
Scenario: Running localize with relative_assets
|
132
|
+
Given a fixture app "i18n-test-app"
|
133
|
+
And a file named "config.rb" with:
|
134
|
+
"""
|
135
|
+
activate :i18n
|
136
|
+
activate :relative_assets
|
137
|
+
"""
|
138
|
+
Given a successfully built app at "i18n-test-app"
|
139
|
+
When I cd to "build"
|
140
|
+
Then the following files should exist:
|
141
|
+
| index.html |
|
142
|
+
| hello.html |
|
143
|
+
| es/index.html |
|
144
|
+
| es/hola.html |
|
145
|
+
And the file "index.html" should contain '"stylesheets/site.css"'
|
146
|
+
And the file "hello.html" should contain '"stylesheets/site.css"'
|
147
|
+
And the file "es/index.html" should contain '"../stylesheets/site.css"'
|
148
|
+
And the file "es/hola.html" should contain '"../stylesheets/site.css"'
|
@@ -0,0 +1,13 @@
|
|
1
|
+
Feature: i18n manually setting locale
|
2
|
+
|
3
|
+
Scenario: Setting I18n.locale in a block (see issue #809) or with the :lang option
|
4
|
+
Given the Server is running at "i18n-force-locale"
|
5
|
+
When I go to "/en/index.html"
|
6
|
+
Then I should see "Hello"
|
7
|
+
Then I should see "I18n.locale: en"
|
8
|
+
When I go to "/es/index.html"
|
9
|
+
Then I should see "Hola"
|
10
|
+
Then I should see "I18n.locale: es"
|
11
|
+
When I go to "/fr/index.html"
|
12
|
+
Then I should see "Bonjour"
|
13
|
+
Then I should see "I18n.locale: fr"
|