Sha256: 500eb48b2c4ea36a31b793cc776a09641655f49b4b229ef5284c8329988b92f2
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
# Happy Ruby **The Happy Web Application Toolkit for Ruby.** ## 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](http://rdoc.info/github/hmans/happy/master/file/TUTORIAL.md).** For additional examples, check out the [example application](https://github.com/hmans/happy/tree/master/example). ## 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 * [The Happy Book of Happy](http://rdoc.info/github/hmans/happy/master/file/TUTORIAL.md) * [Reference Documentation](http://rdoc.info/github/hmans/happy/master/) ## Reporting Bugs & Contributing * [Issues on Github](https://github.com/hmans/happy/issues) 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 * [Hendrik Mans](mailto:hendrik@mans.de)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
happy-0.1.0 | README.md |