特定于 Web 应用程序的 Rails 模式
我了解 GoF 和 Rails 模式。但我非常想了解更多关于专门适用于网络应用程序的常见 Rails 模式。例如,SignUpPresenter 对于在一个表单中处理多个模型的表单来说非常有用。我花了大约一个月的时间才意识到这个问题,因为我找不到好的来源。
谢谢。
I know about GoF and Rails patterns. But I am dying to learn more about common Rails patterns that apply specifically for web-app. For example, a SignUpPresenter would be great for a form that handle multiple models in one form. It took me about a month to realize this b/c I can't find a good source.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于模式和反模式,我强烈推荐 Rails AntiPatterns:Ruby on Rails 重构最佳实践
这并不全是关于模式的,但您会在那里发现很多模式。这本书也很容易读。
For patterns and anti-patterns I highly recommend Rails AntiPatterns: Best Practice Ruby on Rails Refactoring
It's not all about patterns but you'll discover quite a few of them there. This book is also quite an easy read.