如何在 Rails 中编写脚手架?
我想编写一个 Rails gem,它可以构建 gem 基本功能的工作原型,我想知道是否有人可以解释这个过程。我知道这是一个广泛的主题,但我希望得到一些教程或其他 Rails 文档的指导。
谢谢!
I want to write a rails gem that can scaffold a working prototype of the basic functionality of the gem and I was wondering if anyone can explain the process. I know this is a broad topic but I'm hoping for some pointers to tutorials or other rails docs.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就像我尝试使用 Rails 解决的大多数问题一样,已经有一个很棒的项目可以帮助您使用 Rails 创建“入门应用程序”。 Rails Apps 可帮助您创建应用程序模板,然后您可以使用这些模板来生成入门应用程序。有一些很好的例子(即 devise + rspec + cucumber)可以帮助您入门。
Like most problems I try to solve with rails, there's already a great project that helps you create "starter apps" with rails. Rails Apps helps you create application templates that you can then use to generate starter apps. There are some great examples (i.e. devise + rspec + cucumber) to get you started.