0.6.2 Released
Posted by
Tom | September 9, 2007 7 Responses comments

There’s a subtle blend of fixes and small enhancements in this release. Enjoy!

REPOSITORY LAYOUT CHANGE: Please note the svn url for the plugin has changed. It is now:

  • svn://hobocentral.net/hobo/trunk/hobo

If you check out svn://hobocentral.net/hobo/trunk you’ll get both hobo and hobo_spec, and you’ll be able to run the specs by typing rake in the hobo directory. The specs are very thin on the ground right now but that will improve as we migrate our old test/unit tests to specs.

Reader Comments Add your comment »

I updated to 0.6.2 with gem and generated a new project with the hobo command. Running rake in the fresh project directory however yields
rake aborted!
superclass mismatch for class Annotation
/home/logankoester/projects/pagetubes/trunk/freshproject/Rakefile:10

Any thoughts on this?

Logan – I used to get this error when the specs were contained inside Hobo. The specs contain a mini Rails app which in turn contains the whole of edge Rails which was causing this problem.

Ah! Did you do hobo --svn ? I forgot to update the SVN path in the hobo script. … Just uploaded the fix to rubyforge

Thanks Tom :)

I’m also getting an error trying to run the hobo command with 0.6.2. I tried 0.6.1 and got the same error. I’m on Windows and it’s getting an error in mkdir. I downgraded to 0.5.3 (which I happened to have) and it’s working again. Any ideas?

Troy – I’ve uploaded a fix for this. Try gem install hobo --force

hi there, for me the new version does not generate the user migration script anymore…

The model migrations are not being generated automatically when following the examples from the screencast.


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.