有人有过 Hobo 的经验吗?

发布于 2024-08-25 11:10:17 字数 205 浏览 6 评论 0原文

我正在考虑采用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

乖乖哒 2024-09-01 11:10:17

使用 Rails 制作了一些 Web 应用程序,然后目前正在开发另一个应用程序,我决定尝试一下 Hobo,这个系统给我留下了深刻的印象。它需要额外的学习,而且我很难知道如果一个人事先对 Rails 一无所知,开始使用 Hobo 会有多容易/困难。但对于下一个应用程序,我肯定会再次使用 Hobo。以下是我喜欢它的一些关键点:

  • 文档齐全
  • 生成干净且标记良好的 HTML
    代码,这使得 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:

  • 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.

无边思念无边月 2024-09-01 11:10:17

在使用 Hobo 一段时间后,我决定继续使用常规 Rails 进行开发。

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

明天过后 2024-09-01 11:10:17

我发现 Hobo 在某些方面比 Rails 更干燥,而且更容易被 n00bs 所接受。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文