back_door

Back_door

Back door is a Radiant extension that allows executing Ruby code directly inside Radiant templates. It provides the following main tags: <r:ruby>, <r:erb>, <r:if>, <r:else>, <r:unless>, <r:tag> and <r:erb_tag>.

The objective of this extension is to avoid writing Radiant extensions for easy tasks. If you just need some Ruby/ERB code inside templates, this extension is for you. If you want to implement Radius tags, modify the admin interface or define some other complex behavior you should revert to writing a complete Radiant extension.

Author aitorgr
Website http://github.com/aitorgr/radiant-backdoor
Repository git://github.com/aitorgr/radiant-backdoor.git
Supports Radiant 0.8.1
Record Created February 5, 2010 (7 months ago)
Last Updated February 7, 2010 (7 months ago)

Installation

At the command prompt, in the root of your Radiant project, type:

script/extension install back_door