ruby-on-rails – 为什么不推荐使用Rails Inflector模块?

前端之家收集整理的这篇文章主要介绍了ruby-on-rails – 为什么不推荐使用Rails Inflector模块?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我查看了inflector下的Rails文档,发现了这条消息……

Module deprecated

This module is deprecated on the latest stable version of Rails. The last existing version (v2.1.0) is shown here.

没有任何进一步细节的解释或参考.

我记得看过一个Rails Trac网站.我把它追了下去,发现它也被弃用了.它把我推荐给Lighthouse.

我在那里找到了一些信息–Rails核心团队不接受inflections.rb的补丁.但它并没有真正解释弃用信息.背后的故事是什么?

解决方法

您可以查看 this post以获得解释.
原文链接:https://www.f2er.com/ruby/265327.html

猜你在找的Ruby相关文章