Having made a few web applications with Rails, and then currently working on another one I decided to try out Hobo, and I am impressed with the system. It requires extra learning, and it's hard for me to know how easy/difficult it would be to start out with Hobo if one knew nothing about Rails from beforehand. But for the next application, I'll definitively use Hobo again. Here are some of the key points that I like about it:
- Very well documented
- Produces clean and well-tagged HTML
code, that makes work on CSS easier
- You get a lot for free when it comes
to accounts and permissions
- You get a lot for free by models and
interrelations being set up by
default in a way that very much
resembles what you want (in models as
well as views)
The claims made by the developers, that Hobo makes for a more DRY approach, and takes the convention before configuration further, is very much the case as far as I have experienced it.
I would suggest starting out by following along the tutorials. They will give a fairly clear view of what Hobo is about, and wether this is of interest to you or not.