Skip to content
This repository was archived by the owner on Feb 7, 2020. It is now read-only.

Template Rendering

Tass edited this page Sep 13, 2010 · 15 revisions

You don’t have to write a controller if you want to render a template. Render functionality have also generic views, Rango::Mini or, thanks to Rango::RenderMixin, you can use it everywhere you want to.

Rendering with Rango::Mini

or

Custom Rendering with Rango::RenderMixin

The most low-level layer is Rango::RenderMixin

Hooks

before render

Display

- uses HTTP Etag and HTTP Last-Modified

before display

Clone this wiki locally