a55743cd6d
5.2.2 (2021-07-27) Look Under Your Seats, It's an All Expense Paid Annotation! Howdy Haml-faml, The 5.x.x line of Haml keeps chugging along, and we will likely keep this codebase going for those who want this full-fat version of Haml and addressing little issues here and there. In this version, the wonderful @jdelStrother brought in a new feature for adding annotations to your output during development showing which template the html came from. <div class='navbar-light navbar-collapse collapse wi-100 d-md-none' id='navbar-collapse'> <div class='navbar-nav phm mbm' role='menu'> <!-- BEGIN app/views/page_header/_user_profile_links.html.haml --> <a class="nav-link" href="/profile">Profile</a> <a class="nav-link" href="/account/edit">Settings</a> <div class='dropdown-divider'></div> <a class="nav-link" href="/logout">Log out</a> <!-- END app/views/page_header/_user_profile_links.html.haml --> </div> </div> This was added in Rails 6.1 for ERB files, and now all you wonderful Haml-ers out there get the same useful feature. As for the future of Haml, we are likely going to be moving over the main branch and 6.x.x development to be based off of @k0kubun's awesome Hamlit implementation. It does lack some of the features that 5.x has, but it comes with almost 2x speed improvement and honestly, even the way I (Hampton) use Haml – is well covered by Hamlit. You really have to be doing some weird stuff for it to be an issue. So, we'll likely be releasing an alpha of that 6.x-based-on-Hamlit code soon.
53 lines
1.9 KiB
Text
53 lines
1.9 KiB
Text
@comment $NetBSD: PLIST,v 1.18 2021/08/30 15:50:27 taca Exp $
|
|
bin/haml${RUBY_SUFFIX}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.github/workflows/test.yml
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.gitmodules
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/FAQ.md
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/MIT-LICENSE
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/REFERENCE.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/TODO
|
|
${GEM_LIBDIR}/benchmark.rb
|
|
${GEM_LIBDIR}/bin/haml
|
|
${GEM_LIBDIR}/haml.gemspec
|
|
${GEM_LIBDIR}/lib/haml.rb
|
|
${GEM_LIBDIR}/lib/haml/.gitattributes
|
|
${GEM_LIBDIR}/lib/haml/attribute_builder.rb
|
|
${GEM_LIBDIR}/lib/haml/attribute_compiler.rb
|
|
${GEM_LIBDIR}/lib/haml/attribute_parser.rb
|
|
${GEM_LIBDIR}/lib/haml/buffer.rb
|
|
${GEM_LIBDIR}/lib/haml/compiler.rb
|
|
${GEM_LIBDIR}/lib/haml/engine.rb
|
|
${GEM_LIBDIR}/lib/haml/error.rb
|
|
${GEM_LIBDIR}/lib/haml/escapable.rb
|
|
${GEM_LIBDIR}/lib/haml/exec.rb
|
|
${GEM_LIBDIR}/lib/haml/filters.rb
|
|
${GEM_LIBDIR}/lib/haml/generator.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/action_view_extensions.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/action_view_mods.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/action_view_xss_mods.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/safe_erubi_template.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/safe_erubis_template.rb
|
|
${GEM_LIBDIR}/lib/haml/helpers/xss_mods.rb
|
|
${GEM_LIBDIR}/lib/haml/options.rb
|
|
${GEM_LIBDIR}/lib/haml/parser.rb
|
|
${GEM_LIBDIR}/lib/haml/plugin.rb
|
|
${GEM_LIBDIR}/lib/haml/railtie.rb
|
|
${GEM_LIBDIR}/lib/haml/sass_rails_filter.rb
|
|
${GEM_LIBDIR}/lib/haml/template.rb
|
|
${GEM_LIBDIR}/lib/haml/template/options.rb
|
|
${GEM_LIBDIR}/lib/haml/temple_engine.rb
|
|
${GEM_LIBDIR}/lib/haml/temple_line_counter.rb
|
|
${GEM_LIBDIR}/lib/haml/util.rb
|
|
${GEM_LIBDIR}/lib/haml/version.rb
|
|
${GEM_LIBDIR}/yard/default/.gitignore
|
|
${GEM_LIBDIR}/yard/default/fulldoc/html/css/common.sass
|
|
${GEM_LIBDIR}/yard/default/layout/html/footer.erb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|