This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit a38594f49ed69d8aaefcaf19193a136ec3415ea7
tree ba9f69a0cac321beba2bb41a346116b8898fa640
parent 8254d57e0c341a94b6e386fcabeeee029222db18
tree ba9f69a0cac321beba2bb41a346116b8898fa640
parent 8254d57e0c341a94b6e386fcabeeee029222db18
ratpack /
| name | age | message | |
|---|---|---|---|
| |
.document | Wed Oct 21 19:09:44 -0700 2009 | |
| |
.gitignore | Wed Oct 21 19:09:44 -0700 2009 | |
| |
LICENSE | Wed Oct 21 19:09:44 -0700 2009 | |
| |
README.rdoc | Mon Oct 26 11:06:51 -0700 2009 | |
| |
Rakefile | Mon Oct 26 10:00:06 -0700 2009 | |
| |
VERSION | Thu Oct 29 00:40:56 -0700 2009 | |
| |
lib/ | Thu Oct 29 00:38:14 -0700 2009 | |
| |
ratpack.gemspec | Thu Oct 29 00:41:01 -0700 2009 | |
| |
test/ | Thu Oct 29 00:40:49 -0700 2009 |
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
- Thanks to the Sinatra page on Writing Extensions
- The url_for method was snagged from github.com/emk/sinatra-url-for/
- Tests modified from {github.com/wbzyl/sinatra-static-assets/}[wbzyl/sinatra-static-assets]
- Gem built with {github.com/technicalpickles/jeweler/}[Jeweler]
Copyright
Copyright © 2009 Zeke Sikelianos. See LICENSE for details.







