Project

halfling

0.0
No commit activity in last 3 years
No release in over 3 years
Use hobbit with some template niceties and other conveniences.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

Halfling

A structured wrapper for Hobbit, a minimalistic microframework built on top of Rack. A nice blend of hobbit and hobbit-contrib, with automatic template discovery, controller mapping, and some assumptions about app filesystem layout.

Installation

Add this line to your application's Gemfile:

gem 'halfling'
# or this if you want to use hobbit master
# gem 'halfling', github: 'slact/halfling'

Why even is?

For convenience. I like Hobbit, but it lacks a couple of things.