摘要: http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0309/2567.html http://blog.csdn.net/chuchu521/article/details/8052855 http://blog.csdn.net/ 阅读全文
posted @ 2016-03-25 15:00 chzhzh 阅读(1154) 评论(0) 推荐(0)
摘要: Run: $ cd |project| $git init 改变gemfile,把里面的gem ‘sqlite' 改为 group:development,:test do gem 'sqlite3' end group:production do gem 'pg' gem 'rails_12fac 阅读全文
posted @ 2016-03-18 16:59 chzhzh 阅读(228) 评论(0) 推荐(0)
摘要: 运行 $git push heroku master 出现以下的问题could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP conne 阅读全文
posted @ 2016-03-18 16:19 chzhzh 阅读(279) 评论(0) 推荐(0)
摘要: $heroku create出现下面的错误: Creating app... !!! ▸ ENOTFOUND: getaddrinfo ENOTFOUND api.heroku.com api.heroku.com:443 2016/03/17 15:20:05 Error: getaddrinfo 阅读全文
posted @ 2016-03-18 00:31 chzhzh 阅读(1813) 评论(2) 推荐(0)
摘要: heroku login heroku-cli: Installing Toolbelt v4... ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at: 阅读全文
posted @ 2016-03-17 23:26 chzhzh 阅读(301) 评论(0) 推荐(0)
摘要: 翻译:https://toolbelt.heroku.com/ 1、注册一个heroku账户2、运行$wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh3、什么是heroku toolbelt heroke client --用来创 阅读全文
posted @ 2016-03-17 23:19 chzhzh 阅读(1076) 评论(0) 推荐(0)
摘要: the problem have sovled throught changing the ruby version I used rails 3.2 and ruby .2.2 has this problem, changing the lower ruby version will sovle 阅读全文
posted @ 2016-03-17 21:13 chzhzh 阅读(308) 评论(0) 推荐(0)
摘要: The ruby version what I used need lower,changed, run $rvm use |rubyVersion| --default $cd |project| $bundle install finally, the ruby version what you 阅读全文
posted @ 2016-03-17 20:56 chzhzh 阅读(142) 评论(0) 推荐(0)
摘要: changing ruby version checking ruby version run(if you had have install rvm to manage rubies: $rvm list $rvm use ruby-2.0.0-p643 --defualt changing ra 阅读全文
posted @ 2016-03-17 20:29 chzhzh 阅读(231) 评论(0) 推荐(1)
摘要: http://help.163.com/09/1223/14/5R7P6CJ600753VB8.html 阅读全文
posted @ 2016-03-14 09:37 chzhzh 阅读(145) 评论(0) 推荐(0)