I'm thinking of adopting HOBO for quicker development of some Rails apps I want to develop on the side for myself.

Obviously there seems to be a certain learning curve to get the different concepts and specific coding practices of the gem and its dryml templates.

Also the documentation seems close to non-existent so I'm not sure I want to invest time in this direction but the intro screencast is very appealing to me.

Let me know of your experience of Rails + Hobo if any.

link|improve this question

feedback

4 Answers

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.

link|improve this answer
feedback

I find Hobo in some ways DRYer than Rails and more accessible to n00bs.

link|improve this answer
3  
Documentation is much better now, since there's "Rapid Rails with Hobo," a book authored by 3 people who've used Hobo quite extensively. I haven't read the full book (it's over 300 pages long!), but the sections I've read are very good. – François Beausoleil Sep 6 '10 at 22:28
feedback
up vote 1 down vote accepted

After playing with Hobo for a while I've decided to keep developing in regular Rails.

link|improve this answer
I'm considering using Hobo. I'm researching it and found your post, it's hard to know what might lurk around the bend. What did you find? – thejonster Feb 1 at 5:29
feedback

Don't go for it. I have experience with it but a bad one.

Hobo,RoR and Ruby and sooo many file extensions make your life living hell.

IMHO its not enjoyable experience.

link|improve this answer
-1 python fanboy bashing ruby and rails. hobo might be an overhaul, but ruby and ror definitely don't make your life a living hell, au contraire – clyfe Mar 16 '10 at 9:35
and imho i disagree, so i downvoted – clyfe Mar 16 '10 at 9:48
1  
The original poster asked for experiences which are subjective. He gave his experience. If you disagree make your own post and see how many people vote you up (or not). – graham.reeds Mar 16 '10 at 9:50
1  
yes, but he asks about hobo, and you go a step further and say that rails is bad, and I disagree that. I'll not post as I dont find my experience with hobo relevant. – clyfe Mar 16 '10 at 9:52
I have used implicit AND. RoR AND Ruby good. But Hobo AND RoR AND Ruby AND Sooo many file extensions bad. :) – Pratik Deoghare Mar 18 '10 at 12:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.