Class: Minimal::Template
- Inherits:
-
Object
- Object
- Minimal::Template
- Includes:
- Base
- Defined in:
- lib/minimal/template.rb,
lib/minimal/template/handler.rb,
lib/minimal/template/translated_tags.rb,
lib/minimal/template/form_builder_proxy.rb
Defined Under Namespace
Modules: Base, FormBuilderProxy, TranslatedTags Classes: Handler
Constant Summary collapse
- AUTO_BUFFER =
TODO explicitely whitelist helpers that return tags
%r(^render|^error_message_|_select$|tag$|_to$|[^l]_for$|debug)
- TAG_NAMES =
%w(abbr a body div em fieldset h1 h2 h3 h4 h5 h6 head html img input label li link ol option p pre script select span strong table thead tbody tfoot td title th tr ul dl dd dt di)
- TRANSLATED_TAGS =
%w(link_to button_to a div em h1 h2 h3 h4 h5 h6 label li option p pre span strong td title)
Instance Attribute Summary
Attributes included from Base
Method Summary
Methods included from Base
#<<, #_render, #initialize, #respond_to?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Minimal::Template::Base