evanleck / sinatra-tag-helpers

Form tag helpers for Sinatra.

Home Page:https://github.com/l3ck/sinatra-tag-helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinatra::TagHelpers

Some real simple tag helpers to make things easier for myself.

Installation

Add this line to your application's Gemfile:

gem 'sinatra-tag-helpers', :require => 'sinatra/tag-helpers'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sinatra-tag-helpers

Usage

Classic style apps should be good to go and modular apps can do the old:

register Sinatra::TagHelpers

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Form tag helpers for Sinatra.

https://github.com/l3ck/sinatra-tag-helpers

License:MIT License


Languages

Language:Ruby 100.0%