Skip to content

sbfaulkner/sinatra-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <brentf@unwwwired.net>

License

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

About

a bunch of useful helpers for sinatra applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages