后端开发2025年07月23日
众所周知“墙”实在是厉害,RubyGems国内访问非常困难,之前有淘宝源可以访问,现在淘宝源也失效了,幸好找到了最新的国内镜像,非常好用! 最新镜像:国内完整 RubyGems 镜像 更新于:2020.4.23,实测有用。 ...
后端开发2025年07月07日
Installing on Debian Versions These instructions are for Debian Lenny 5.0 or Squeeze 6.0. You will need to make sure that your username is on the sudo authorized list located at '...
后端开发2025年06月27日
报错如下: /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- redis (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require...
后端开发2025年06月19日
RVM 用于帮你安装Ruby环境,帮你管理多个Ruby环境,帮你管理你开发的每个Ruby应用使用机器上哪个Ruby环境。Ruby环境不仅仅是Ruby本身,还包括依赖的第三方Ruby插件。都由RVM管理。 Rails 这个也不用多说,著名开发框架。详细看 http://zh.wikipedia.org/wiki/Ruby_on_Rails RubyGems ...
后端开发2025年06月18日
https://rubygems.org/pages/download 如果你的Gem版本太低了,可以参考上面的链接说明,升级到合适的Version ...