Hobo 0.8.1
Posted by
Tom | September 8, 2008 10 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

same problem here too. on virgin rails 2.2.2 hobo 0.8.4 app

Processing FrontController#index (for xxx.xx.xx.x at 2008-12-08 10:53:22) [GET]
Rendering front/index

ActionView::TemplateError (No such taglib: /home/webhost/publichtml/codeblog/app/views {:type=>:include, :templatedir=>”app/views/taglibs”, :src=>”taglibs/auto/rapid/cards”} /home/webhost/public_html/codeblog/app/views/taglibs/auto/rapid/cards.dryml) in app/views/front/index.dryml:

Same issue here, rails 2.2.2, hobo 0.8.5

No such taglib: /var/www/register/app/views {:type=>:include, :src=>”taglibs/auto/rapid/cards”

Any idea what to do to get this to work, i’m using mysql incase that makes a difference.

Same problem here.

Fix: Just run
./script/generate hobo_migration
before starting the server.

As Ade figured out, the “No such taglib … rapid/cards” was a case of a misleading error message. In fact there was an error with the database. Most likely you have not created or run migrations, and the actual error is something like “missing table: users”.

This is fixed in the latest Hobo code – you see the real error rather than this misleading one.


Write a Comment

Please do not use blog comments for support or reporting bugs.

Please use the hobousers google group for help and support.

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