Hobo 0.8.1
Posted by
Tom | September 8, 2008 5 Responses comments

I’ve just released Hobo 0.8.1 which contains a bunch of fixes and small enhancements. It’s tagged in the git repo, the gems are on Rubyforge (so you can just gem update hobo), and you can read the changes

Enjoy!

Reader Comments Add your comment »

Thanks, Tom. You are on a roll!

-Owen

Please help, I have a problem

C:\ruby\PROJECTZ>gem update hobo
Updating installed gems
Updating hobo
ERROR: While executing gem … (Gem::InstallError)
hobo requires rails (= 2.1, runtime)

then when I try to downgrade rails to 2.1 from 2.1.1 it says

C:\ruby\PROJECTZ>gem install rails 2.1
Successfully installed rails-2.1.1
ERROR: could not find gem 2.1 locally or in a repository
1 gem installed

You need to specify a version with -v VERSION

Thx for help, but another problem here.

I’ve updated hobo and rails’ version is now 1.2.0
After generating app and starting server, in the browser it shows

Hobo::Dryml::DrymlException in Front#index

Showing front/index.dryml where line # raised:

No such taglib: C:/ruby/PROJECTZ/newapp/app/views {:type=>:include, :src=>”taglibs/auto/rapid/cards”, :template_dir=>”app/views/taglibs”} C:/ruby/PROJECTZ/newapp/app/views/taglibs/auto/rapid/cards.dryml

Having the exact same problem as Edward on a virgin 2.1.1 hobo app using 0.8.3


Write a Comment

Comments are formatted using markdown. To include code, either quote it in `backticks` or indent a code-block by 4 spaces.