Class: Minimal::Template

Inherits:
Object
  • Object
show all
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 =
%r(render|tag|error_message_|select|debug|_to|[^l]_for)
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)
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

#block, #locals, #view

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