Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 626 Bytes

README.rdoc

File metadata and controls

29 lines (16 loc) · 626 Bytes

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'
Author
  1. Brent Faulkner <[email protected]>

License

Copyright © 2009 unwwwired.net, released under the MIT license