我有一个在本地运行良好的 rails 应用程序(OsX,WEBrick)。
我已经在服务器(Ubuntu 10.04,Apache,Passenger)上克隆了存储库,设置了乘客,但是现在当我尝试连接到我得到的每个页面时
Less::ParseError in Pages#home
Showing /var/www/MYAPP/app/views/layouts/application.html.erb where line #5 raised:
Cannot call method 'charAt' of undefined
(in /usr/lib/ruby/gems/1.8/gems/twitter-bootstrap-rails-2.0.2/vendor/assets/stylesheets/twitter/bootstrap.css.less)
bootstrap.css.less 的内容是:
@import "twitter/bootstrap/bootstrap";
application.html.erb 的第 5 行是:
<%= stylesheet_link_tag "application" %>
两台机器上的 ruby 1.8.7