我克隆了一个名为Publify的Ruby项目(一个开源博客平台)。然而,当我运行rails服务器时,我会得到以下错误(我已经复制粘贴了图片下面的信息)>

DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <class:Simple> at /home/ubuntu/workspace/publify-master/lib/i18n_interpolation_deprecation.rb:24)
=> Booting Thin
=> Rails 5.0.3 application starting in development on http://0.0.0.0:8080
=> Run `rails server -h` for more startup options
Exiting
/usr/local/rvm/gems/ruby-2.2.2/gems/actionpack-5.0.3/lib/action_controller/railtie.rb:60:in `block (3 levels) in <class:Railtie>': Invalid option key: page_cache_directory= (RuntimeError)然后是一系列"From:“语句(如图像中所示)。
我的开放回购在这里,如果你想看看:https://gitlab.com/AvBloom98/publify。我做了一些工作来更新gems和诸如此类的东西,因为它们以前是失败的,因此它与原始的Publify Github (在这里找到:https://github.com/publify/publify)不是1比1。
https://stackoverflow.com/questions/44091853
复制相似问题