no such file to load --uuid 解决办法:gem install uuid然后在项目的Gemfile里面加入gem "uuid", "~> 2.3.5"bundle install ok,问题解决