我已经在VPS (OVH宿主)上安装了Ruby。我已经成功地安装了炼金术CMS
当尝试访问管理员登录时,我得到了以下错误
NoMethodError未定义方法`gem_version‘用于炼金术:模块提取源(第6行):
包括炼金术::Admin::Locale if Alchemy.gem_version <= Gem::Version.new("4.9") before_action { enforce_ssl if ssl_required && if;request.ssl?} end
Rails.root: /home/debian/炼金术管理
如果能提供任何帮助,我将不胜感激。
谢谢。
发布于 2020-10-21 12:59:36
if Gem.loaded_specs['alchemy_cms'].version <= Gem::Version.new("4.9")
...https://stackoverflow.com/questions/64463982
复制相似问题