Receving the undefined method `generators' error

后端 未结 1 1342
南方客
南方客 2021-01-26 03:20

When I run the RailsTorrent(https://github.com/raskhadafi/railstorrent), I got the error below :

[root@sookcha railstorrent]# rails s
/usr/local/lib/ruby/gems/1.         


        
1条回答
  •  鱼传尺愫
    2021-01-26 04:02

    Your version of inherited_resources (1.1.2) is not compatible with Rails 3.2.3, try updating inherited_resources to 1.3.1. Rails 3.1 deprecated config.generators in favor of config.app_generators and therefore has been thrown out in Rails 3.2

    0 讨论(0)
提交回复
热议问题