factory_girl_rails gem 过时的 and/or 是不是不再维护了?

Is the factory_girl_rails gem outdated and/or no longer maintained?

The factory_girl_rails documentation 声明如下:

factory_girl_rails provides integration between factory_girl and rails 3 (currently just automatic factory definition loading)

另外,截至目前:最新版本 4.5.0 已于 2014 年 10 月发布。

如果我正在使用 Rails 4 或更高版本,我是否应该避免使用此 gem 然后因为文档直截了当地指出它是为 Rails 3 构建的?

没有

您绝对可以使用 factory_girl,因为它 很棒 并且得到积极维护。例如,我正在使用 Rails 4.2.3ruby-2.2.2 以及 factory_girl-4.5.0,效果很好。

documentation says: Supported Rails versions are listed in Appraisals。 Rails 4.2 已列出。