
ruby
大烦烦
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 下 ruby on rails rails server 服务启动失败
错误 1.Could not find gem 'rails (= 4.2.6)' in any of the gem sources listed in your Gemfile or available on this machine. 解决方法在 blog 下 执行 $ sudo apt-get install ruby-dev转载 2016-10-12 15:26:30 · 447 阅读 · 0 评论 -
An error occurred while installing mysql2 (0.4.4), and Bundler cannot continue. Make sure that `gem
1.解决 rails 下 gem mysql2 是 bundle install mysql2 安装出错问题。 解决如下: sudo apt-get -f install sudo apt-get update sudo apt-get install libmysqlclient-dev bundle install原创 2016-10-19 10:58:41 · 2613 阅读 · 0 评论