Project

happy

0.03
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A happy little toolkit for writing web applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0.1.1
~> 1.4
~> 1.3
 Project Readme

The Happy Web Application Toolkit

Build Status No Maintenance Intended

Introduction

Happy is a toolkit for developing web applications using Ruby. Inspired by both Sinatra and Rails, it sits somewhere in the middle, trying to offer the super-light-weight attitude and flexibility of Sinatra, the comfort and power of Rails, and adding a big chunk of extensibility and modularity that any lover of object-oriented application design will enjoy.

Furthermore, the way Happy handles incoming requests is vastly different from how most of the other frameworks do it, offering a new, extremely flexible and suspiciously fun way of building your application.

For an introduction, please check out the The Happy Book of Happy. For additional examples, check out the example application.

Installing

Happy is available as a RubyGem, so just install it through gem install happy (or add it to your project's Gemfile. You know the drill.)

Usage

Reporting Bugs & Contributing

I am trying to keep Happy's code base as sane (and small) as possible. If you want to contribute code, please talk to me before writing a patch or submitting a pull request! Thank you.

Authors & Contributors