首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

no such file to load -uuid

2012-09-20 
no such file to load --uuid解决办法:gem install uuid然后在项目的Gemfile里面加入gem uuid, ~ 2.3.

no such file to load --uuid
解决办法:
gem install uuid

然后在项目的Gemfile里面加入gem "uuid", "~> 2.3.5"

bundle install 

ok,问题解决

热点排行