Ruby on Rails gem镜像迁移

最近装rails,再启动程序时发现提醒部分包没装好,提示 gem install rack 或 bundle install 网上有很多方法,不过最直接的就是找一个靠谱的镜像源,你可以修改gem source 地址到 https://ruby.taobao.org/ $ gem sources --remove https://rubygems.org/ $ gem sources -a https://ruby.taobao.org/ $ gem sources -l *** CURRENT SOURCES *** https://ruby.taobao.org # 请确保只有 ruby.taobao.org $ gem install rails 如果使用buddle $ bundle config mirror.https://rubygems.org https://ruby. 详情 »

《创业日记-20150908》

天气晴。 回来看了国足的比赛,3:0。但是场面太过难看,有点怀疑亚洲杯的国足是不是真的运气问题。 最近项目的事情感觉还是挺纠结的,感觉如果严格要求吧,会影响进度,如果容许少许的大意又会对将来的开发造成影响。总之是个问题? 收录几篇文章,有时间看下: http://blog.mwaysolutions.com/2014/06/05/10-best-practices-for-better-restful-api/ http://www.quora.com/What-are-the-10-most-important-things-to-learn-in-web-development-as-of-2015 http://devproconnections.com/web-development/restful-api-development-best-practices http://code.tutsplus.com/tutorials/top-20-mysql-best-practices--net-7855 https://github.com/johnpapa/angular-styleguide 详情 »