sam / harbor

Harbor is a Ruby Web Framework.
https://github.com/sam/harbor
MIT License
3 stars 6 forks source link

Get 'harbor setup' working under jruby #88

Closed jchilders closed 12 years ago

jchilders commented 12 years ago

'harbor setup' was failing with errors when using jruby1.7.0.preview2. This was pretty much due to problems in harbor.gemfile and elsewhere.

running "harbor setup ", cd'ing into the new dir, bundle, then rackup gets you a working app.

Note that I had to replace therubyracer with therubyrhino in the skeleton Gemfile. This was based on an SO discussion I found, and has not been fully tested.

travisbot commented 12 years ago

This pull request passes (merged 28649ed0 into afcda683).

travisbot commented 12 years ago

This pull request passes (merged f811c783 into afcda683).