Module: Haml
- Defined in:
- lib/haml/filters/less.rb,
lib/haml/cli.rb,
lib/haml/html.rb,
lib/haml/util.rb,
lib/haml/error.rb,
lib/haml/ambles.rb,
lib/haml/engine.rb,
lib/haml/escape.rb,
lib/haml/parser.rb,
lib/haml/filters.rb,
lib/haml/helpers.rb,
lib/haml/version.rb,
lib/haml/compiler.rb,
lib/haml/identity.rb,
lib/haml/template.rb,
lib/haml/escape_any.rb,
lib/haml/object_ref.rb,
lib/haml/whitespace.rb,
lib/haml/filters/css.rb,
lib/haml/filters/erb.rb,
lib/haml/filters/base.rb,
lib/haml/filters/ruby.rb,
lib/haml/filters/sass.rb,
lib/haml/filters/scss.rb,
lib/haml/force_escape.rb,
lib/haml/filters/cdata.rb,
lib/haml/filters/plain.rb,
lib/haml/rails_helpers.rb,
lib/haml/dynamic_merger.rb,
lib/haml/filters/coffee.rb,
lib/haml/rails_template.rb,
lib/haml/filters/escaped.rb,
lib/haml/ruby_expression.rb,
lib/haml/string_splitter.rb,
lib/haml/attribute_parser.rb,
lib/haml/filters/markdown.rb,
lib/haml/filters/preserve.rb,
lib/haml/filters/text_base.rb,
lib/haml/filters/tilt_base.rb,
lib/haml/attribute_compiler.rb,
lib/haml/filters/javascript.rb,
lib/haml/temple_line_counter.rb,
lib/haml/compiler/tag_compiler.rb,
lib/haml/compiler/script_compiler.rb,
lib/haml/compiler/comment_compiler.rb,
lib/haml/compiler/doctype_compiler.rb,
lib/haml/compiler/children_compiler.rb,
lib/haml/compiler/silent_script_compiler.rb
Overview
There are only helpers that depend on ActionView internals.
Defined Under Namespace
Modules: AttributeBuilder, EscapeanyDispathcer, FescapeDispathcer, Helpers, ObjectRef, RailsHelpers, TemplateExtension, TempleLineCounter, Util Classes: Ambles, AttributeCompiler, AttributeParser, CLI, Compiler, DynamicMerger, Engine, Error, Escape, EscapeAny, FilterNotFound, Filters, ForceEscape, HTML, Identity, InternalError, Parser, RailsTemplate, RubyExpression, StringSplitter, SyntaxError, TempleEngine, Whitespace
Constant Summary collapse
- VERSION =
'6.3.0'
- Template =
Temple::Templates::Tilt.create( Haml::Engine, register_as: [:haml, :haml], )
- BOOLEAN_ATTRIBUTES =
The list of boolean attributes. You may add custom attributes to this constant.
%w[disabled readonly multiple checked autobuffer autoplay controls loop selected hidden scoped async defer reversed ismap seamless muted required autofocus novalidate formnovalidate open pubdate itemscope allowfullscreen default inert sortable truespeed typemustmatch download]