我正在尝试使用 rails_apps_composer 创建一个新应用程序。几周前进展顺利的事情不再奏效了。
我正在使用配置变量:
:frontend: bootstrap
:bootstrap: less
现在作曲家打破了几条错误消息
.rvm/gems/ruby-1.9.3-p194@testapp/gems/railties-3.2.8/lib/rails/railtie/configuration.rb:85:in `method_missing': undefined method `less' for #<Rails::Application::Configuration:0x007fbb714356c8> (NoMethodError)
from .rvm/gems/ruby-1.9.3-p194@testapp/gems/twitter-bootstrap-rails-2.1.6/lib/twitter/bootstrap/rails/engine.rb:15:in `block in <class:Engine>'
当我使用sass时,它可以工作。但是,我必须使用less。
宝石是最新的:
twitter-bootstrap-rails (2.1.6)
less (2.2.2)
我还尝试将不太明确的添加为具有相同结果的附加 gem。