Metadata


Name
middleman-core
Version
3.0.1.pre
Platform
ruby
Authors
Thomas Reynolds
Ben Hollis
Bindir
bin
Date
2012-09-01 00:00:00 UTC
Dependencies
bundler (~> 1.1)
rack (~> 1.4.1)
tilt (~> 1.3.1)
rack-test (~> 0.6.1)
thor (~> 0.15.4)
activesupport (~> 3.2.6)
listen (~> 0.5.0)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
Description
A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.
Email
me@tdreyno.com
ben@benhollis.net
Executables
middleman
Files
.cane
.cane-exclusions.yml
.gemtest
Rakefile
bin/middleman
features/3rd_party_cli.feature
features/auto_layout.feature
features/automatic_directory_matcher.feature
features/builder.feature
features/chained_templates.feature
features/clean_build.feature
features/cli_extension.feature
features/cli_init.feature
features/current_page_request_path_backwards.feature
features/custom_layout_engines.feature
features/custom_layouts.feature
features/data.feature
features/dynamic_pages.feature
features/extensionless_text_files.feature
features/feature_params.feature
features/front-matter.feature
features/frontmatter_page_settings.feature
features/helpers_external.feature
features/ignore.feature
features/implied_extensions.feature
features/instance_vars.feature
features/mount_rack.feature
features/preview_changes.feature
features/request_params.feature
features/sitemap_traversal.feature
features/static_server.feature
features/step_definitions/page_layout_steps.rb
features/strip_url.feature
features/support/env.rb
features/unicode_filenames.feature
features/wildcard_page_helper.feature
fixtures/automatic-directory-matcher-app/config.rb
fixtures/automatic-directory-matcher-app/source/root-plain.html
fixtures/automatic-directory-matcher-app/source/root.html.erb
fixtures/automatic-directory-matcher-app/source/sub--sub--sub-plain.html
fixtures/automatic-directory-matcher-app/source/sub--sub--sub.html.erb
fixtures/automatic-directory-matcher-app/source/sub--sub-plain.html
fixtures/automatic-directory-matcher-app/source/sub--sub.html.erb
fixtures/basic-data-app/config.rb
fixtures/basic-data-app/data/test.yml
fixtures/basic-data-app/data/test2.json
fixtures/basic-data-app/source/data.html.erb
fixtures/basic-data-app/source/data3.html.erb
fixtures/build-with-errors-app/config.rb
fixtures/build-with-errors-app/source/index.html.erb
fixtures/chained-app/config.rb
fixtures/chained-app/data/article.yml
fixtures/chained-app/source/index.html.str.erb
fixtures/clean-app/config-complications.rb
fixtures/clean-app/config-empty.rb
fixtures/clean-app/config.rb
fixtures/clean-app/source/index.html.erb
fixtures/clean-app/source/layout.erb
fixtures/clean-app/source/layouts/custom.erb
fixtures/clean-app/source/real.html
fixtures/clean-app/source/real/index.html.erb
fixtures/clean-app/source/should_be_ignored.html
fixtures/clean-app/source/should_be_ignored2.html
fixtures/clean-app/source/should_be_ignored3.html
fixtures/clean-app/source/static.html
fixtures/clean-nested-app/config.rb
fixtures/clean-nested-app/source/about.html
fixtures/csspie/config.rb
fixtures/csspie/source/stylesheets/PIE.htc
fixtures/current-page-app/config.rb
fixtures/current-page-app/source/request-path.html.erb
fixtures/custom-layout-app/config.rb
fixtures/custom-layout-app/source/index.html.erb
fixtures/custom-layout-app/source/layout.str
fixtures/custom-layout-app2/config.rb
fixtures/custom-layout-app2/source/custom-layout-dir/index.html.erb
fixtures/custom-layout-app2/source/custom-layout.html.erb
fixtures/custom-layout-app2/source/layouts/custom.erb
fixtures/data-app/config.rb
fixtures/data-app/data/pages.yml
fixtures/data-app/source/index.html.erb
fixtures/data-app/source/layout.erb
fixtures/different-engine-layout/config.rb
fixtures/different-engine-layout/source/index.html.str
fixtures/different-engine-layout/source/layout.erb
fixtures/dynamic-pages-app/config.rb
fixtures/dynamic-pages-app/source/real.html
fixtures/dynamic-pages-app/source/real/index.html.erb
fixtures/dynamic-pages-app/source/should_be_ignored.html
fixtures/dynamic-pages-app/source/should_be_ignored2.html
fixtures/dynamic-pages-app/source/should_be_ignored3.html
fixtures/dynamic-pages-app/source/should_be_ignored4.html
fixtures/dynamic-pages-app/source/should_be_ignored5.html
fixtures/dynamic-pages-app/source/should_be_ignored6.html
fixtures/dynamic-pages-app/source/should_be_ignored7.html
fixtures/dynamic-pages-app/source/should_be_ignored8.html
fixtures/empty-app/not-config.rb
fixtures/engine-matching-layout/config.rb
fixtures/engine-matching-layout/source/index.html.erb
fixtures/engine-matching-layout/source/layout.erb
fixtures/extensionless-text-files-app/config.rb
fixtures/extensionless-text-files-app/source/CNAME
fixtures/extensionless-text-files-app/source/LICENSE
fixtures/extensionless-text-files-app/source/README
fixtures/extensionless-text-files-app/source/index.html
fixtures/external-helpers/config.rb
fixtures/external-helpers/helpers/derp.rb
fixtures/external-helpers/helpers/four_helpers.rb
fixtures/external-helpers/helpers/one_helper.rb
fixtures/external-helpers/helpers/yet_another_thingy.rb
fixtures/external-helpers/lib/hello_helper.rb
fixtures/external-helpers/source/automatic.html.erb
fixtures/external-helpers/source/index.html.erb
fixtures/feature-params-app/config.rb
fixtures/feature-params-app/source/index.html.erb
fixtures/frontmatter-app/config.rb
fixtures/frontmatter-app/source/front-matter-2.php.erb
fixtures/frontmatter-app/source/front-matter-auto.erb
fixtures/frontmatter-app/source/front-matter-change.html.erb
fixtures/frontmatter-app/source/front-matter-encoding.html.erb
fixtures/frontmatter-app/source/front-matter-line-2.html.erb
fixtures/frontmatter-app/source/json-front-matter-2.php.erb
fixtures/frontmatter-app/source/json-front-matter-auto.erb
fixtures/frontmatter-app/source/json-front-matter-encoding.html.erb
fixtures/frontmatter-app/source/json-front-matter-line-2.html.erb
fixtures/frontmatter-app/source/json-front-matter.html.erb
fixtures/frontmatter-settings-app/config.rb
fixtures/frontmatter-settings-app/source/alternate_layout.html.erb
fixtures/frontmatter-settings-app/source/ignored.html.erb
fixtures/frontmatter-settings-app/source/layouts/alternate.erb
fixtures/frontmatter-settings-app/source/layouts/override.erb
fixtures/frontmatter-settings-app/source/override_layout.html.erb
fixtures/frontmatter-settings-app/source/page_mentioned.html.erb
fixtures/generator-test/config.rb
fixtures/generator-test/source/index.html.erb
fixtures/glob-app/config.rb
fixtures/glob-app/source/index.html.erb
fixtures/glob-app/source/stylesheets/site.css.str
fixtures/ignore-app/source/about.html.erb
fixtures/ignore-app/source/images/icon/messages.png
fixtures/ignore-app/source/images/pic.png
fixtures/ignore-app/source/images/portrait.jpg
fixtures/ignore-app/source/index.html.erb
fixtures/ignore-app/source/plain.html
fixtures/ignore-app/source/reports/another.html
fixtures/ignore-app/source/reports/index.html
fixtures/implied-extensions-app/config.rb
fixtures/implied-extensions-app/source/index.erb
fixtures/indexable-app/config.rb
fixtures/indexable-app/source/.htaccess
fixtures/indexable-app/source/a_folder/needs_index.html
fixtures/indexable-app/source/leave_me_alone.html
fixtures/indexable-app/source/needs_index.html
fixtures/indexable-app/source/regular/index.html
fixtures/indexable-app/source/wildcard_leave_me_alone.html
fixtures/instance-vars-app/config.rb
fixtures/instance-vars-app/source/content.html.erb
fixtures/instance-vars-app/source/layout.erb
fixtures/large-build-app/config.rb
fixtures/large-build-app/source/.htaccess
fixtures/large-build-app/source/_partial.erb
fixtures/large-build-app/source/feed.xml.builder
fixtures/large-build-app/source/images/Child folder/regular_file(example).txt
fixtures/large-build-app/source/images/Read me (example).txt
fixtures/large-build-app/source/images/blank.gif
fixtures/large-build-app/source/index.html.erb
fixtures/large-build-app/source/layout.erb
fixtures/large-build-app/source/layouts/content_for.erb
fixtures/large-build-app/source/layouts/custom.erb
fixtures/large-build-app/source/other_layout.erb
fixtures/large-build-app/source/services/index.html.erb
fixtures/large-build-app/source/spaces in file.html.erb
fixtures/large-build-app/source/static.html
fixtures/large-build-app/source/stylesheets/static.css
fixtures/manual-layout-missing/config.rb
fixtures/manual-layout-missing/source/index.html.erb
fixtures/manual-layout-override/config.rb
fixtures/manual-layout-override/source/index.html.erb
fixtures/manual-layout-override/source/layouts/another.erb
fixtures/manual-layout-override/source/layouts/custom.erb
fixtures/manual-layout/config.rb
fixtures/manual-layout/source/index.html.erb
fixtures/manual-layout/source/layouts/custom.erb
fixtures/multiple-layouts/config.rb
fixtures/multiple-layouts/source/index.html.erb
fixtures/multiple-layouts/source/layout.erb
fixtures/multiple-layouts/source/layout.str
fixtures/no-layout/config.rb
fixtures/no-layout/source/index.html.erb
fixtures/page-helper-layout-block-app/config.rb
fixtures/page-helper-layout-block-app/source/index.html.erb
fixtures/page-helper-layout-block-app/source/layouts/alt.erb
fixtures/page-helper-layout-block-app/source/layouts/layout.erb
fixtures/page-helper-layout-block-app/source/path/child.html.erb
fixtures/page-helper-layout-block-app/source/path/index.html.erb
fixtures/plain-app/index.html
fixtures/preview-app/config.rb
fixtures/preview-app/source/content.html.erb
fixtures/preview-app/source/layout.erb
fixtures/request-app/config.rb
fixtures/request-app/source/index.html.erb
fixtures/sinatra-app/config.rb
fixtures/sinatra-app/source/index.html.erb
fixtures/strip-url-app/config.rb
fixtures/strip-url-app/source/index.html.erb
fixtures/strip-url-app/source/other.html.erb
fixtures/strip-url-app/source/subdir/index.html.erb
fixtures/traversal-app/config.rb
fixtures/traversal-app/source/directory-indexed.html.erb
fixtures/traversal-app/source/directory-indexed/sibling.html.erb
fixtures/traversal-app/source/directory-indexed/sibling2.html.erb
fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb
fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb
fixtures/traversal-app/source/index.html.erb
fixtures/traversal-app/source/layout.erb
fixtures/traversal-app/source/proxied.html.erb
fixtures/traversal-app/source/root.html.erb
fixtures/traversal-app/source/sub/index.html.erb
fixtures/traversal-app/source/sub/sibling.html.erb
fixtures/traversal-app/source/sub/sibling2.html.erb
fixtures/traversal-app/source/sub/sub2/index.html.erb
fixtures/traversal-app/source/sub/sub3/deep.html.erb
fixtures/wildcard-app/config.rb
fixtures/wildcard-app/source/admin/index.html.erb
fixtures/wildcard-app/source/admin/page.html.erb
fixtures/wildcard-app/source/index.html.erb
fixtures/wildcard-app/source/layouts/admin.erb
fixtures/wildcard-app/source/layouts/layout.erb
lib/middleman-core.rb
lib/middleman-core/application.rb
lib/middleman-core/cli.rb
lib/middleman-core/cli/build.rb
lib/middleman-core/cli/bundler.rb
lib/middleman-core/cli/extension.rb
lib/middleman-core/cli/init.rb
lib/middleman-core/cli/server.rb
lib/middleman-core/core_extensions.rb
lib/middleman-core/core_extensions/builder.rb
lib/middleman-core/core_extensions/data.rb
lib/middleman-core/core_extensions/extensions.rb
lib/middleman-core/core_extensions/external_helpers.rb
lib/middleman-core/core_extensions/file_watcher.rb
lib/middleman-core/core_extensions/front_matter.rb
lib/middleman-core/core_extensions/rendering.rb
lib/middleman-core/core_extensions/request.rb
lib/middleman-core/core_extensions/routing.rb
lib/middleman-core/core_extensions/ruby_encoding.rb
lib/middleman-core/core_extensions/show_exceptions.rb
lib/middleman-core/extensions.rb
lib/middleman-core/load_paths.rb
lib/middleman-core/logger.rb
lib/middleman-core/preview_server.rb
lib/middleman-core/profiling.rb
lib/middleman-core/renderers/coffee_script.rb
lib/middleman-core/renderers/erb.rb
lib/middleman-core/renderers/haml.rb
lib/middleman-core/renderers/less.rb
lib/middleman-core/renderers/liquid.rb
lib/middleman-core/renderers/markdown.rb
lib/middleman-core/renderers/redcarpet.rb
lib/middleman-core/renderers/sass.rb
lib/middleman-core/renderers/slim.rb
lib/middleman-core/sitemap.rb
lib/middleman-core/sitemap/extensions/ignores.rb
lib/middleman-core/sitemap/extensions/on_disk.rb
lib/middleman-core/sitemap/extensions/proxies.rb
lib/middleman-core/sitemap/extensions/traversal.rb
lib/middleman-core/sitemap/resource.rb
lib/middleman-core/sitemap/store.rb
lib/middleman-core/step_definitions.rb
lib/middleman-core/step_definitions/builder_steps.rb
lib/middleman-core/step_definitions/middleman_steps.rb
lib/middleman-core/step_definitions/server_steps.rb
lib/middleman-core/templates.rb
lib/middleman-core/templates/default.rb
lib/middleman-core/templates/default/source/images/background.png
lib/middleman-core/templates/default/source/images/middleman.png
lib/middleman-core/templates/default/source/index.html.erb
lib/middleman-core/templates/default/source/javascripts/all.js
lib/middleman-core/templates/default/source/layouts/layout.erb
lib/middleman-core/templates/default/source/stylesheets/all.css
lib/middleman-core/templates/default/source/stylesheets/normalize.css
lib/middleman-core/templates/extension/Gemfile
lib/middleman-core/templates/extension/Rakefile
lib/middleman-core/templates/extension/features/support/env.rb
lib/middleman-core/templates/extension/gemspec
lib/middleman-core/templates/extension/gitignore
lib/middleman-core/templates/extension/lib/lib.rb
lib/middleman-core/templates/extension/lib/middleman_extension.rb
lib/middleman-core/templates/html5.rb
lib/middleman-core/templates/html5/source/404.html
lib/middleman-core/templates/html5/source/README.md
lib/middleman-core/templates/html5/source/apple-touch-icon-114x114-precomposed.png
lib/middleman-core/templates/html5/source/apple-touch-icon-57x57-precomposed.png
lib/middleman-core/templates/html5/source/apple-touch-icon-72x72-precomposed.png
lib/middleman-core/templates/html5/source/apple-touch-icon-precomposed.png
lib/middleman-core/templates/html5/source/apple-touch-icon.png
lib/middleman-core/templates/html5/source/crossdomain.xml
lib/middleman-core/templates/html5/source/css/style.css
lib/middleman-core/templates/html5/source/favicon.ico
lib/middleman-core/templates/html5/source/humans.txt
lib/middleman-core/templates/html5/source/img/.gitignore
lib/middleman-core/templates/html5/source/index.html
lib/middleman-core/templates/html5/source/js/libs/jquery-1.7.1.js
lib/middleman-core/templates/html5/source/js/libs/jquery-1.7.1.min.js
lib/middleman-core/templates/html5/source/js/libs/modernizr-2.5.3.min.js
lib/middleman-core/templates/html5/source/js/plugins.js
lib/middleman-core/templates/html5/source/js/script.js
lib/middleman-core/templates/html5/source/robots.txt
lib/middleman-core/templates/local.rb
lib/middleman-core/templates/mobile.rb
lib/middleman-core/templates/mobile/source/404.html
lib/middleman-core/templates/mobile/source/README.markdown
lib/middleman-core/templates/mobile/source/crossdomain.xml
lib/middleman-core/templates/mobile/source/css/style.css
lib/middleman-core/templates/mobile/source/humans.txt
lib/middleman-core/templates/mobile/source/img/h/apple-touch-icon.png
lib/middleman-core/templates/mobile/source/img/h/splash.png
lib/middleman-core/templates/mobile/source/img/l/apple-touch-icon-precomposed.png
lib/middleman-core/templates/mobile/source/img/l/apple-touch-icon.png
lib/middleman-core/templates/mobile/source/img/l/splash.png
lib/middleman-core/templates/mobile/source/img/m/apple-touch-icon.png
lib/middleman-core/templates/mobile/source/index.html
lib/middleman-core/templates/mobile/source/js/libs/modernizr-custom.js
lib/middleman-core/templates/mobile/source/js/libs/respond.min.js
lib/middleman-core/templates/mobile/source/js/mylibs/helper.js
lib/middleman-core/templates/mobile/source/js/plugins.js
lib/middleman-core/templates/mobile/source/js/script.js
lib/middleman-core/templates/mobile/source/robots.txt
lib/middleman-core/templates/mobile/source/sitemap.xml
lib/middleman-core/templates/mobile/source/test/index.html
lib/middleman-core/templates/mobile/source/test/qunit/qunit.css
lib/middleman-core/templates/mobile/source/test/qunit/qunit.js
lib/middleman-core/templates/mobile/source/test/tests.js
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/Readme.PDF
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/aspx1.snippet
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/aspx2.snippet
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/ga.aspx
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/aspx/sample.aspx
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/ga.jsp
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/jsp1.snippet
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/jsp2.snippet
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/jsp/sample.jsp
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/ga.php
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php2.snippet
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/sample.php
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/ga.pl
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/perl1.snippet
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/perl2.snippet
lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/pl/sample.pl
lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/COPYING
lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/bookmark_bubble.js
lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/example/example.html
lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/example/example.js
lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/arrow.png
lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/close.png
lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/generate_base64_images
lib/middleman-core/templates/mobile/source/tools/mobile-bookmark-bubble/images/icon_calendar.png
lib/middleman-core/templates/mobile/source/tools/wspl/README
lib/middleman-core/templates/mobile/source/tools/wspl/databasefactory.js
lib/middleman-core/templates/mobile/source/tools/wspl/dbworker.js
lib/middleman-core/templates/mobile/source/tools/wspl/dbworker_test.html
lib/middleman-core/templates/mobile/source/tools/wspl/dbworkerstarter.js
lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_gears.js
lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_gears_test.html
lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_html5.js
lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapper_html5_test.html
lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapperapi.js
lib/middleman-core/templates/mobile/source/tools/wspl/dbwrapperapi_test.html
lib/middleman-core/templates/mobile/source/tools/wspl/gears_resultset.js
lib/middleman-core/templates/mobile/source/tools/wspl/gears_resultset_test.html
lib/middleman-core/templates/mobile/source/tools/wspl/gears_transaction.js
lib/middleman-core/templates/mobile/source/tools/wspl/gears_transaction_test.html
lib/middleman-core/templates/mobile/source/tools/wspl/gearsutils.js
lib/middleman-core/templates/mobile/source/tools/wspl/gearsutils_test.html
lib/middleman-core/templates/mobile/source/tools/wspl/global_functions.js
lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/index.html
lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/simplenotes.js
lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/styles.css
lib/middleman-core/templates/mobile/source/tools/wspl/simplenotes/template.js
lib/middleman-core/templates/shared/Gemfile.tt
lib/middleman-core/templates/shared/config.ru
lib/middleman-core/templates/shared/config.tt
lib/middleman-core/templates/shared/gitignore
lib/middleman-core/util.rb
lib/middleman-core/vendor/hooks-0.2.0/CHANGES.textile
lib/middleman-core/vendor/hooks-0.2.0/Gemfile
lib/middleman-core/vendor/hooks-0.2.0/README.rdoc
lib/middleman-core/vendor/hooks-0.2.0/Rakefile
lib/middleman-core/vendor/hooks-0.2.0/hooks.gemspec
lib/middleman-core/vendor/hooks-0.2.0/lib/hooks.rb
lib/middleman-core/vendor/hooks-0.2.0/lib/hooks/inheritable_attribute.rb
lib/middleman-core/vendor/hooks-0.2.0/test/hooks_test.rb
lib/middleman-core/vendor/hooks-0.2.0/test/inheritable_attribute_test.rb
lib/middleman-core/vendor/hooks-0.2.0/test/test_helper.rb
lib/middleman-core/version.rb
lib/middleman/rack.rb
middleman-core-x86-mingw32.gemspec
middleman-core.gemspec
Homepage
http://middlemanapp.com
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
> 1.3.1
Rubygems version
1.8.24
Specification version
3
Summary
Hand-crafted frontend development
Test files
features/3rd_party_cli.feature
features/auto_layout.feature
features/automatic_directory_matcher.feature
features/builder.feature
features/chained_templates.feature
features/clean_build.feature
features/cli_extension.feature
features/cli_init.feature
features/current_page_request_path_backwards.feature
features/custom_layout_engines.feature
features/custom_layouts.feature
features/data.feature
features/dynamic_pages.feature
features/extensionless_text_files.feature
features/feature_params.feature
features/front-matter.feature
features/frontmatter_page_settings.feature
features/helpers_external.feature
features/ignore.feature
features/implied_extensions.feature
features/instance_vars.feature
features/mount_rack.feature
features/preview_changes.feature
features/request_params.feature
features/sitemap_traversal.feature
features/static_server.feature
features/step_definitions/page_layout_steps.rb
features/strip_url.feature
features/support/env.rb
features/unicode_filenames.feature
features/wildcard_page_helper.feature
fixtures/automatic-directory-matcher-app/config.rb
fixtures/automatic-directory-matcher-app/source/root-plain.html
fixtures/automatic-directory-matcher-app/source/root.html.erb
fixtures/automatic-directory-matcher-app/source/sub--sub--sub-plain.html
fixtures/automatic-directory-matcher-app/source/sub--sub--sub.html.erb
fixtures/automatic-directory-matcher-app/source/sub--sub-plain.html
fixtures/automatic-directory-matcher-app/source/sub--sub.html.erb
fixtures/basic-data-app/config.rb
fixtures/basic-data-app/data/test.yml
fixtures/basic-data-app/data/test2.json
fixtures/basic-data-app/source/data.html.erb
fixtures/basic-data-app/source/data3.html.erb
fixtures/build-with-errors-app/config.rb
fixtures/build-with-errors-app/source/index.html.erb
fixtures/chained-app/config.rb
fixtures/chained-app/data/article.yml
fixtures/chained-app/source/index.html.str.erb
fixtures/clean-app/config-complications.rb
fixtures/clean-app/config-empty.rb
fixtures/clean-app/config.rb
fixtures/clean-app/source/index.html.erb
fixtures/clean-app/source/layout.erb
fixtures/clean-app/source/layouts/custom.erb
fixtures/clean-app/source/real.html
fixtures/clean-app/source/real/index.html.erb
fixtures/clean-app/source/should_be_ignored.html
fixtures/clean-app/source/should_be_ignored2.html
fixtures/clean-app/source/should_be_ignored3.html
fixtures/clean-app/source/static.html
fixtures/clean-nested-app/config.rb
fixtures/clean-nested-app/source/about.html
fixtures/csspie/config.rb
fixtures/csspie/source/stylesheets/PIE.htc
fixtures/current-page-app/config.rb
fixtures/current-page-app/source/request-path.html.erb
fixtures/custom-layout-app/config.rb
fixtures/custom-layout-app/source/index.html.erb
fixtures/custom-layout-app/source/layout.str
fixtures/custom-layout-app2/config.rb
fixtures/custom-layout-app2/source/custom-layout-dir/index.html.erb
fixtures/custom-layout-app2/source/custom-layout.html.erb
fixtures/custom-layout-app2/source/layouts/custom.erb
fixtures/data-app/config.rb
fixtures/data-app/data/pages.yml
fixtures/data-app/source/index.html.erb
fixtures/data-app/source/layout.erb
fixtures/different-engine-layout/config.rb
fixtures/different-engine-layout/source/index.html.str
fixtures/different-engine-layout/source/layout.erb
fixtures/dynamic-pages-app/config.rb
fixtures/dynamic-pages-app/source/real.html
fixtures/dynamic-pages-app/source/real/index.html.erb
fixtures/dynamic-pages-app/source/should_be_ignored.html
fixtures/dynamic-pages-app/source/should_be_ignored2.html
fixtures/dynamic-pages-app/source/should_be_ignored3.html
fixtures/dynamic-pages-app/source/should_be_ignored4.html
fixtures/dynamic-pages-app/source/should_be_ignored5.html
fixtures/dynamic-pages-app/source/should_be_ignored6.html
fixtures/dynamic-pages-app/source/should_be_ignored7.html
fixtures/dynamic-pages-app/source/should_be_ignored8.html
fixtures/empty-app/not-config.rb
fixtures/engine-matching-layout/config.rb
fixtures/engine-matching-layout/source/index.html.erb
fixtures/engine-matching-layout/source/layout.erb
fixtures/extensionless-text-files-app/config.rb
fixtures/extensionless-text-files-app/source/CNAME
fixtures/extensionless-text-files-app/source/LICENSE
fixtures/extensionless-text-files-app/source/README
fixtures/extensionless-text-files-app/source/index.html
fixtures/external-helpers/config.rb
fixtures/external-helpers/helpers/derp.rb
fixtures/external-helpers/helpers/four_helpers.rb
fixtures/external-helpers/helpers/one_helper.rb
fixtures/external-helpers/helpers/yet_another_thingy.rb
fixtures/external-helpers/lib/hello_helper.rb
fixtures/external-helpers/source/automatic.html.erb
fixtures/external-helpers/source/index.html.erb
fixtures/feature-params-app/config.rb
fixtures/feature-params-app/source/index.html.erb
fixtures/frontmatter-app/config.rb
fixtures/frontmatter-app/source/front-matter-2.php.erb
fixtures/frontmatter-app/source/front-matter-auto.erb
fixtures/frontmatter-app/source/front-matter-change.html.erb
fixtures/frontmatter-app/source/front-matter-encoding.html.erb
fixtures/frontmatter-app/source/front-matter-line-2.html.erb
fixtures/frontmatter-app/source/json-front-matter-2.php.erb
fixtures/frontmatter-app/source/json-front-matter-auto.erb
fixtures/frontmatter-app/source/json-front-matter-encoding.html.erb
fixtures/frontmatter-app/source/json-front-matter-line-2.html.erb
fixtures/frontmatter-app/source/json-front-matter.html.erb
fixtures/frontmatter-settings-app/config.rb
fixtures/frontmatter-settings-app/source/alternate_layout.html.erb
fixtures/frontmatter-settings-app/source/ignored.html.erb
fixtures/frontmatter-settings-app/source/layouts/alternate.erb
fixtures/frontmatter-settings-app/source/layouts/override.erb
fixtures/frontmatter-settings-app/source/override_layout.html.erb
fixtures/frontmatter-settings-app/source/page_mentioned.html.erb
fixtures/generator-test/config.rb
fixtures/generator-test/source/index.html.erb
fixtures/glob-app/config.rb
fixtures/glob-app/source/index.html.erb
fixtures/glob-app/source/stylesheets/site.css.str
fixtures/ignore-app/source/about.html.erb
fixtures/ignore-app/source/images/icon/messages.png
fixtures/ignore-app/source/images/pic.png
fixtures/ignore-app/source/images/portrait.jpg
fixtures/ignore-app/source/index.html.erb
fixtures/ignore-app/source/plain.html
fixtures/ignore-app/source/reports/another.html
fixtures/ignore-app/source/reports/index.html
fixtures/implied-extensions-app/config.rb
fixtures/implied-extensions-app/source/index.erb
fixtures/indexable-app/config.rb
fixtures/indexable-app/source/.htaccess
fixtures/indexable-app/source/a_folder/needs_index.html
fixtures/indexable-app/source/leave_me_alone.html
fixtures/indexable-app/source/needs_index.html
fixtures/indexable-app/source/regular/index.html
fixtures/indexable-app/source/wildcard_leave_me_alone.html
fixtures/instance-vars-app/config.rb
fixtures/instance-vars-app/source/content.html.erb
fixtures/instance-vars-app/source/layout.erb
fixtures/large-build-app/config.rb
fixtures/large-build-app/source/.htaccess
fixtures/large-build-app/source/_partial.erb
fixtures/large-build-app/source/feed.xml.builder
fixtures/large-build-app/source/images/Child folder/regular_file(example).txt
fixtures/large-build-app/source/images/Read me (example).txt
fixtures/large-build-app/source/images/blank.gif
fixtures/large-build-app/source/index.html.erb
fixtures/large-build-app/source/layout.erb
fixtures/large-build-app/source/layouts/content_for.erb
fixtures/large-build-app/source/layouts/custom.erb
fixtures/large-build-app/source/other_layout.erb
fixtures/large-build-app/source/services/index.html.erb
fixtures/large-build-app/source/spaces in file.html.erb
fixtures/large-build-app/source/static.html
fixtures/large-build-app/source/stylesheets/static.css
fixtures/manual-layout-missing/config.rb
fixtures/manual-layout-missing/source/index.html.erb
fixtures/manual-layout-override/config.rb
fixtures/manual-layout-override/source/index.html.erb
fixtures/manual-layout-override/source/layouts/another.erb
fixtures/manual-layout-override/source/layouts/custom.erb
fixtures/manual-layout/config.rb
fixtures/manual-layout/source/index.html.erb
fixtures/manual-layout/source/layouts/custom.erb
fixtures/multiple-layouts/config.rb
fixtures/multiple-layouts/source/index.html.erb
fixtures/multiple-layouts/source/layout.erb
fixtures/multiple-layouts/source/layout.str
fixtures/no-layout/config.rb
fixtures/no-layout/source/index.html.erb
fixtures/page-helper-layout-block-app/config.rb
fixtures/page-helper-layout-block-app/source/index.html.erb
fixtures/page-helper-layout-block-app/source/layouts/alt.erb
fixtures/page-helper-layout-block-app/source/layouts/layout.erb
fixtures/page-helper-layout-block-app/source/path/child.html.erb
fixtures/page-helper-layout-block-app/source/path/index.html.erb
fixtures/plain-app/index.html
fixtures/preview-app/config.rb
fixtures/preview-app/source/content.html.erb
fixtures/preview-app/source/layout.erb
fixtures/request-app/config.rb
fixtures/request-app/source/index.html.erb
fixtures/sinatra-app/config.rb
fixtures/sinatra-app/source/index.html.erb
fixtures/strip-url-app/config.rb
fixtures/strip-url-app/source/index.html.erb
fixtures/strip-url-app/source/other.html.erb
fixtures/strip-url-app/source/subdir/index.html.erb
fixtures/traversal-app/config.rb
fixtures/traversal-app/source/directory-indexed.html.erb
fixtures/traversal-app/source/directory-indexed/sibling.html.erb
fixtures/traversal-app/source/directory-indexed/sibling2.html.erb
fixtures/traversal-app/source/directory-indexed/sub2/index.html.erb
fixtures/traversal-app/source/directory-indexed/sub3/deep.html.erb
fixtures/traversal-app/source/index.html.erb
fixtures/traversal-app/source/layout.erb
fixtures/traversal-app/source/proxied.html.erb
fixtures/traversal-app/source/root.html.erb
fixtures/traversal-app/source/sub/index.html.erb
fixtures/traversal-app/source/sub/sibling.html.erb
fixtures/traversal-app/source/sub/sibling2.html.erb
fixtures/traversal-app/source/sub/sub2/index.html.erb
fixtures/traversal-app/source/sub/sub3/deep.html.erb
fixtures/wildcard-app/config.rb
fixtures/wildcard-app/source/admin/index.html.erb
fixtures/wildcard-app/source/admin/page.html.erb
fixtures/wildcard-app/source/index.html.erb
fixtures/wildcard-app/source/layouts/admin.erb
fixtures/wildcard-app/source/layouts/layout.erb
Original platform
ruby
New platform
ruby