有人有过 Hobo 的经验吗?
我正在考虑采用 HOBO 来更快地开发一些我想自己开发的 Rails 应用程序。
显然,要获得 gem 及其 dryml 模板的不同概念和具体编码实践,似乎需要一定的学习曲线。
此外,文档似乎几乎不存在,所以我不确定我是否想在这个方向上投入时间,但介绍性截屏视频对我来说非常有吸引力。
如果有的话,请告诉我您使用 Rails + Hobo 的经验。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 Rails 制作了一些 Web 应用程序,然后目前正在开发另一个应用程序,我决定尝试一下 Hobo,这个系统给我留下了深刻的印象。它需要额外的学习,而且我很难知道如果一个人事先对 Rails 一无所知,开始使用 Hobo 会有多容易/困难。但对于下一个应用程序,我肯定会再次使用 Hobo。以下是我喜欢它的一些关键点:
代码,这使得 CSS 工作变得更容易
帐户和权限
相互关系是由
以一种非常默认的方式
类似于你想要的(在模型中为
以及视图)
开发人员声称,Hobo 采用了更 DRY 的方法,并在配置之前进一步采用了约定,据我所经历的情况非常如此。
我建议从遵循教程开始。他们会对 Hobo 的内容有一个相当清晰的了解,以及您是否对此感兴趣。
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:
code, that makes work on CSS easier
to accounts and permissions
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.
在使用 Hobo 一段时间后,我决定继续使用常规 Rails 进行开发。
After playing with Hobo for a while I've decided to keep developing in regular Rails.
我发现 Hobo 在某些方面比 Rails 更干燥,而且更容易被 n00bs 所接受。
I find Hobo in some ways DRYer than Rails and more accessible to n00bs.