0.0
No commit activity in last 3 years
No release in over 3 years
Use Rubyview for Rails View templates
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 3.1.0
>= 0
>= 0

Runtime

 Project Readme

Rubyview-Rails — Rubyview templates for Rails views

Rubyview is a template-less view layer for your Rails apps.

Installation

gem install rubyview-rails

Usage

Rubyview-Rails provides a Rails 3 template handler allowing you to create view templates using Rubyview. Any template with a .rubyview will be handled by Rails.

The Rubyview template handler will interpret your template as a regular Ruby method, and render the return value as its output.

"Hello #{@world}!"

Authors