我收到了这个错误:
POST /index/type/_search
{
"aggregations": {
"application": {
"terms": {
"field": "apiUrl.raw"
}
}
}
}
当我运行时:
git://github.com/rails/prototype-rails.git (at 4.2) is not yet checked out. Run `bundle install` first.
这是什么来的?我该如何解决这个问题?
我在gemfile中定义了这个:
sudo rake crons:generate
除了cronjob之外,其他所有工作都很好。
这是GemFile:
gem 'prototype-rails', :github => 'rails/prototype-rails', :branch => '4.2'