Harbor Framework The web framework that doesn't get in your way.

Harbor is a Ruby framework which eases the burden of developing and maintaining applications. Using ports it's easier than ever to reuse, configure, and integrate multiple applications so you can get more done.

Get the Latest Harbor!

The current stable release of Harbor is 0.18.3 and is available on github. Here's how to get it:

git clone git://github.com/wiecklabs/harbor
git checkout -b 0.18.3 0.18.3
rake install

Recent Activity

always looking in the session for messages, version bump

Adam French · February 2 @ 11:20 AM

[VERSION 0.18.1] Harbor::Contrib::Feature needs to use instance variables.

Since classes inherit from Feature, we can't use class variables.

Bernerd Schaefer · February 1 @ 2:17 PM

[VERSION 0.18] Adding Harbor::Contrib::Feature

Contrib::Feature is a convenience class for bundling optional features into Harbor applications.

Bernerd Schaefer · February 1 @ 1:35 PM