public
Description: A set of view helpers for Sinatra, inspired by ActionPack.
Homepage:
Clone URL: git://github.com/zeke/ratpack.git
zeke (author)
Thu Oct 29 00:41:01 -0700 2009
commit  a38594f49ed69d8aaefcaf19193a136ec3415ea7
tree    ba9f69a0cac321beba2bb41a346116b8898fa640
parent  8254d57e0c341a94b6e386fcabeeee029222db18
name age message
file .document Wed Oct 21 19:09:44 -0700 2009 Initial commit to ratpack. [zeke]
file .gitignore Wed Oct 21 19:09:44 -0700 2009 Initial commit to ratpack. [zeke]
file LICENSE Wed Oct 21 19:09:44 -0700 2009 Initial commit to ratpack. [zeke]
file README.rdoc Mon Oct 26 11:06:51 -0700 2009 Added examples in comments for better RDOC gene... [zeke]
file Rakefile Mon Oct 26 10:00:06 -0700 2009 Wrote tests for all helpers Added url_for metho... [zeke]
file VERSION Thu Oct 29 00:40:56 -0700 2009 Version bump to 0.1.3 [zeke]
directory lib/ Thu Oct 29 00:38:14 -0700 2009 Fixed a relative path bug in the image_tag helper [zeke]
file ratpack.gemspec Thu Oct 29 00:41:01 -0700 2009 Regenerated gemspec for version 0.1.3 [zeke]
directory test/ Thu Oct 29 00:40:49 -0700 2009 Improved the image_tag test [zeke]
README.rdoc

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

Copyright © 2009 Zeke Sikelianos. See LICENSE for details.