No commit activity in last 3 years
No release in over 3 years
a bunch of useful helpers for sinatra applications
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

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