middleman/middleman-core/fixtures
2015-09-30 21:23:27 +09:00
..
asciidoc-app update padrino. 2014-02-18 18:30:29 -08:00
asset-hash-app fix #1496 : Asset hashes on WOFF vs WOFF2 fonts get confused 2015-05-28 16:21:50 +02:00
asset-hash-host-app Add test against URL fragments for asset hashes 2013-09-26 14:33:56 -07:00
asset-host-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
auto-css-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
auto-js-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
auto-js-directory-index-app Use the resource instead of the request path for auto asset helpers. Fixes #1326 2014-07-20 13:53:05 -07:00
automatic-alt-tags-app fix alt tags and add test. Closes #1341 2014-08-03 08:29:29 -07:00
automatic-directory-matcher-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
automatic-image-size-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
basic-data-app write some file change and deletion tests for better data coverage 2013-05-29 10:59:03 -04:00
build-with-errors-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
cache-buster-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
capture-html-app update padrino. 2014-02-18 18:30:29 -08:00
chained-app Really fix #1568 2015-07-24 13:46:33 -07:00
clean-app Fix: Can't clean files when the project is under a hidden directory. 2015-09-30 21:23:27 +09:00
clean-dir-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
clean-nested-app fix builder not cleaning empty directories 2013-05-31 21:20:15 -04:00
coffeescript-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
compass-sprites-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
content-for-app update padrino. 2014-02-18 18:30:29 -08:00
content-type-app Use configurable content type for detection of minifiable content. 2015-02-25 16:08:26 -08:00
csspie Handle .htc files [no-ci] 2012-05-12 08:48:03 -07:00
current-page-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
custom-layout-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
custom-layout-app2 split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
custom-src-app Fix ignoring layouts from the sitemap when the source directory has been set to something other than 'source'. Fixes #896. 2013-05-30 20:17:58 -07:00
data-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
default-partials-dir-app/source merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
different-engine-layout merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
different-engine-partial merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
dynamic-pages-app Support Unicode characters in filenames, both in source filenames and in the names of proxied paths. Fixes #332. 2012-04-29 21:42:45 -07:00
empty-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
engine-matching-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
extensionless-text-files-app allow extensionless files to be previewed and built. fixes #270, but requires alternative layouts be placed in a layouts/ directory now. 2012-02-12 11:45:42 -08:00
external-helpers Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
feature-params-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
fonts-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
frontmatter-app Accept pandoc-style YAML frontmatter 2014-08-15 13:21:30 -04:00
frontmatter-neighbor-app Replace all occurrences of data.page with current_page.data 2013-05-29 11:25:57 +02:00
frontmatter-settings-app update padrino. 2014-02-18 18:30:29 -08:00
frontmatter-settings-neighbor-app add support for “sidecar” frontmatter at the destination url of proxied resources 2014-12-22 13:59:27 -05:00
generator-test Fix wrong http pathing/prefixing example in generated config 2013-08-15 15:24:44 -07:00
glob-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
gzip-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
i18n-alt-root-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
i18n-default-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
i18n-force-locale merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
i18n-nested-app Refactor some of i18n for better codeclimate scores. In the process, make nested i18n files work like rails 2013-05-29 14:00:37 -04:00
i18n-test-app Attempt to allow i18n to override partial lookup. #1333 2014-07-24 11:11:27 -07:00
ignore-app/source Sitemap refactor 2012-04-14 13:17:42 -07:00
image-srcset-paths-app Resolves issue #1396 supporting srcset 2015-04-23 17:28:49 -07:00
implied-extensions-app Implied extensions. Closes #304 2012-03-29 18:22:43 +01:00
indexable-app More URI encoding and decoding. Addresses #1406 2014-11-19 10:39:48 -08:00
instance-vars-app Fix instance variables in dynamic pages 2012-07-24 23:02:27 +09:30
javascript-app Use capybara to make javascript testing possible 2015-06-09 06:57:15 +02:00
large-build-app Make preview host and port configurable in config.rb and also expose those variables to extensions which are curious. Closes #1477 2015-03-01 18:17:22 -08:00
layouts-dir-app/source Prefer loading layouts from layouts_dir over layouts with the same name in the source root. This also includes a bunch of refactoring/cleanup of rendering.rb. Fixes #1176. 2014-02-20 08:50:07 -08:00
link-to-app update padrino. 2014-02-18 18:30:29 -08:00
liquid-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
lorem-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
manual-layout Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
manual-layout-missing Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
manual-layout-override Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
markdown-app drop Ruby 1.8, add some extra tests 2013-10-29 09:43:56 -07:00
markdown-frontmatter-options-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
markdown-in-haml-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
minify-css-app/source Use configurable content type for detection of minifiable content. 2015-02-25 16:08:26 -08:00
minify-js-app Use configurable content type for detection of minifiable content. 2015-02-25 16:08:26 -08:00
missing-tilt-library-app Remove Tilt mappings for missing libraries. Fixes #713 2013-01-08 10:24:07 -08:00
more-extensionless-text-files-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-frontmatter-settings-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-ignore-app/source merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-implied-extensions-app fix specs on windows 2014-07-03 21:09:32 +01:00
more-instance-vars-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-markdown-app/source Set current_engine on the context, not self, since we dup self and use that for each render loop. Closes #860 2013-06-12 15:21:31 -07:00
more-preview-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
more-traversal-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
multiple-layouts split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
nested-data-app Add more nested data tests, actually get simplecov to run 2013-05-29 09:59:15 -04:00
nested-layout-app update padrino. 2014-02-18 18:30:29 -08:00
no-layout split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
padrino-helpers-app Gracefully handle syntax (and other) errors when reloading config.rb. 2013-10-19 19:39:10 -07:00
page-classes-app drop Ruby 1.8, add some extra tests 2013-10-29 09:43:56 -07:00
page-helper-layout-block-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
partial-chained_templates-app Support template chaining for partials 2014-07-31 11:39:02 +02:00
partials-app Attempt to allow i18n to override partial lookup. #1333 2014-07-24 11:11:27 -07:00
partials-dir-app/source merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
passthrough-app/source merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
plain-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
preview-app split into middleman-core and middleman-more 2011-12-29 15:09:51 -08:00
preview-server-app Refactor preview server to support server_name and bind_address 2015-07-01 20:56:56 +02:00
proxy-pages-app Upgrade proxy to be able to take :locals and understand :ignore, and store proxy options and metadata with the proxy list. 2012-10-13 14:03:32 -07:00
queryable-app Make Sitemap metadata queryable with arel-style API 2012-12-25 16:05:54 -08:00
relative-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
relative-assets-app Add relative argument to stylesheet and javascript helpers. Closes #1539 2015-06-22 10:37:17 -07:00
request-app test backwards compatible request.params template values. closes #294 2012-03-01 13:43:47 -08:00
sass-assets-path-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
scss-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
sinatra-app Implement generic which is a simple way to build a file from Rack 2013-06-13 09:05:13 -07:00
slim-content-for-app more slim tests. Targets #1327 2014-08-04 14:41:22 -07:00
strip-url-app Tests and a small bug fix to make them pass 2012-07-13 16:00:53 +09:30
stylus-preview-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
traversal-app Fixes computation of parent. 2015-02-21 19:07:17 +01:00
twitter-bootstrap-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00
v4-extension-callbacks Add callback so v4 extensions can see when other extensions are activated 2013-06-04 15:51:03 -07:00
wildcard-app Clean up whitespace, play with cane for testing style quality and code complexity 2012-08-13 15:41:07 -07:00
wildcard-directory-index-app merge more into core, use gem availability to autoload 2013-05-09 14:41:26 -07:00