Padrino enhances the Sinatra 'render' method to have support for automatic template engine detection, enhanced layout functionality, locale enabled rendering, among other features.
Default options used in the resolve_template-method.
This is an array of file patterns to ignore. If your editor add a suffix during editing to your files please add it like:
@example
Padrino::Rendering::IGNORE_FILE_PATTERN << /~$/
Default engine configurations for Padrino::Rendering
@return {Hash<Symbol,Hash>}
The configurations, keyed by engine.
# File lib/padrino-core/application/rendering.rb, line 48 def engine_configurations @engine_configurations ||= {} end
Generated with the Darkfish Rdoc Generator 2.