RAD 与 Ruby on Rails

发布于 2024-12-19 19:00:52 字数 228 浏览 2 评论 0原文

我有一个问题。在我的下一个项目中,我将从 PHP 和 Symfony2 迁移到 RoR,当我精通 RoR 时,主要优先事项是 RAD。

我可以使用哪些(Ruby/Rails)工具来实现令人难以置信的快速原型设计和开发?

我读过 Rails 生成器等。我的队友已经使用 Rails 3 年了,但没有使用脚手架。有没有人有任何可以用来加快开发时间的宝石,或者是否应该使用脚手架?

感谢您的任何意见。

I have a question. I'm moving from PHP with Symfony2 to RoR for my next project, with the main priority being RAD when I become fluent in RoR.

What (Ruby/Rails) tools can I use to achieve incredibly fast prototyping and development?

I've read into the Rails generators and such. My team mate has been using Rails for 3 years but doesn't use scaffolding. Does anyone have any gems they use to speed up development time or if scaffolding should be used?

Thanks for any input.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

路弥 2024-12-26 19:00:52

鉴于您对快速原型设计和开发环境的要求:

使用生成器(模型、控制器等)。

使用脚手架进行原型设计以及创建所有正确的文件等。

使用formtastic或(甚至更好)simple_form使表单变得更加容易。

现在使用 rails3+ 已成为标准。

使用ruby 1.9.2+

使用Devise进行身份验证和授权。

使用cancan作为角色——管理员、只读等。

使用rubyMine获得比你想象的更多的提示。

使用 VI 获得信誉,使用 ed 获得更多。

使用 mySQL 作为您的数据库。

Given your requirements of an incredibly fast prototyping and development environment:

Use generators (model, controller and others).

Use scaffolding for prototyping and also for created all the right files, etc.

Use formtastic or (even better) simple_form to make forms MUCH easier.

Use rails3+ now the standard.

Use ruby 1.9.2+

Use Devise for authentication and authorization.

Use cancan for roles- admins, read-only, etc.

Use rubyMine for more hints than you can imagine.

Use VI for cred, ed for even more.

Use mySQL for your database.

可爱咩 2024-12-26 19:00:52

Rails Composer 似乎是一个很好的包罗万象的强烈推荐的宝石集合,一个简单的设置功能齐全的 RoR 项目。

Rails Composer seems to be good all-inclusive collection of highly recommended gems, an easy setup of a fully-featured RoR project.

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