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.24.1 and is available on github. Here's how to get it:
git clone git://github.com/wiecklabs/harbor git checkout -b 0.24.1 0.24.1 rake install
Recent Activity
Adds ability to register and activate custom locales.
For example: # Harbor::Locale.register( # Harbor::Locale.new('arb', 'Arabic', 'Arabic'), # true # ) # # Harbor::Locale.active_locales # => [Harbor::Locale.new('arb', 'Arabic', 'Arabic')]
· April 26 @ 10:55 AM
Pulls theme logic into ViewContext so that the theme can be overridden.
This allows you to pass in your own theme when calling "render", i.e. render "releases/show", :theme => "extra-fancy"
· April 18 @ 12:27 PM
Make translation_chain work with wholly empty backends
· March 29 @ 5:21 PM
Helpers::Text.q: Make hard stop -> %2E replacement occur over entire string
· March 28 @ 4:51 PM
Fix text helper to escape spaces and trailing hard stops
· March 28 @ 4:44 PM