Tag: 指南针轨道

错误的错误:未定义的方法`有?’ for Sass :: Util:Module

加载网页时,我收到Phusion发出的以下错误: There was an error while trying to load the gem ‘compass-rails’. Gem Load Error is: undefined method `has?’ for Sass::Util:Module Did you mean? hash Hash Backtrace for gem load error is: /Volumes/Data/htdocs/zetcho/vendor/bundle/gems/compass-0.12.2/lib/compass/sass_extensions/functions/urls.rb:5:in `has?’ 指定位置的代码是: module Compass::SassExtensions::Functions::Urls def self.has?(base, instance_method) Sass::Util.has?(:instance_method, base, instance_method) end 我的gem文件包含: # Bundle edge Rails instead: gem ‘rails’, github: ‘rails/rails’ gem […]