Sha256: 064f64412bad5ed23587c535d981e7a0aeebf0bdb2bee1fdd58c61b253c53e89

Contents?: true

Size: 626 Bytes

Versions: 11

Compression:

Stored size: 626 Bytes

Contents

= sinatra-helpers

sinatra-helpers is an extension for sinatra that provides a bunch of useful helpers
for sinatra applications.

== Installation

  sudo gem install sbfaulkner-sinatra-helpers -s http://gems.github.com

== Usage

To use the helpers simply:

  require 'sinatra-helpers'

If you don't want to include all of the functionality you can require specific
functionality in smaller units:

  require 'sinatra-helpers/haml'

or even:

  require 'sinatra-helpers/haml/partials'

  
== Legal

Author:: S. Brent Faulkner <brentf@unwwwired.net>  
License:: Copyright (c) 2009 unwwwired.net, released under the MIT license

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
sbfaulkner-sinatra-helpers-0.9.1 README.rdoc
tdreyno-middleman-0.2.8 vendor/sinatra-helpers/README.rdoc
tdreyno-middleman-0.2.9 vendor/sinatra-helpers/README.rdoc
tdreyno-middleman-0.3.0 vendor/sinatra-helpers/README.rdoc
tdreyno-middleman-0.3.1 vendor/sinatra-helpers/README.rdoc
middleman-0.3.6 vendor/sinatra-helpers/README.rdoc
middleman-0.3.5 vendor/sinatra-helpers/README.rdoc
middleman-0.2.8 vendor/sinatra-helpers/README.rdoc
middleman-0.2.9 vendor/sinatra-helpers/README.rdoc
middleman-0.3.0 vendor/sinatra-helpers/README.rdoc
middleman-0.3.1 vendor/sinatra-helpers/README.rdoc