如何在rails 3中使用Concer_with概念减少脂肪模型

时间:2014-01-08 05:05:59

标签: ruby-on-rails ruby ruby-on-rails-3 plugins gem

现在我正在开发rails 3应用程序。我想减少我的胖模型。我想要使​​用concern_with插件。它运作不正常。请帮帮我

插件路径https://github.com/matid/concerned_with

1 个答案:

答案 0 :(得分:1)

我不会使用该插件。它太旧了,被遗弃了(4年?9次提交?好主!)。如果您正在尝试重新分解,那么您的模型就会变薄 尝试本博文中显示的方法。 http://blog.codeclimate.com/blog/2012/10/17/7-ways-to-decompose-fat-activerecord-models/ 您可以使用reform gem或virtus从模型中提取表单行为。在railscast上有几集,但它们不是免费的:(