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
· February 2 @ 11:20 AM
prefering proxied values when returning request.remote_ip, falling back to remote_addr
· February 1 @ 3:31 PM
[VERSION 0.18.1] Harbor::Contrib::Feature needs to use instance variables.
Since classes inherit from Feature, we can't use class variables.
· 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.
· February 1 @ 1:35 PM
tweaking how sessions expire. now based on session.updated_at instead of session.created_at
· January 28 @ 12:06 PM