Project

ratpack

0.01
No release in over 3 years
Low commit activity in last 3 years
link_to, content_tag, stylesheet_link_tag, javascript_include_tag, etc
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.3.0

Runtime

>= 1.0.0
>= 0.9.1
 Project Readme

ratpack¶ ↑

A set of view helpers for Sinatra. Inspired by Rails’ ActionView helpers.

Installation¶ ↑

Install gemcutter if you haven’t already:

sudo gem install gemcutter
gem tumble

Install the ratpack gem:

sudo gem install ratpack

Drop this line in your app:

gem 'ratpack'
require 'sinatra/ratpack'

Usage¶ ↑

See auto-generated documentation at rdoc.info/projects/zeke/ratpack

Colophon¶ ↑

Copyright © 2009 Zeke Sikelianos. See LICENSE for details.