brew update && brew upgrade でうまく最新のに更新されない場合にやるのヨサソウ( ˘ω˘)
$ cd ~/.rbenv
$ git pull origin master
$ cd ~/.rbenv/plugins/ruby-build
$ git pull origin master
| heroku fork -a APPNAME APPNAME-stg |
brew update && brew upgrade でうまく最新のに更新されない場合にやるのヨサソウ( ˘ω˘)
$ cd ~/.rbenv
$ git pull origin master
$ cd ~/.rbenv/plugins/ruby-build
$ git pull origin master
PG::ConnectionBad at /
could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
rake clean
して compile し直す
or
bundle install --path
でインストールし直す
| $ brew install hub |
https://github.com/github/hub
$ brew install hub
.zshrc に追加
| brew install postgresql | |
| createuser -S #{プロジェクト名} | |
| gem i pg |
| vi `brew --prefix mysql`/my.cnf | |
| ↓ | |
| innodb_file_format=Barracuda |
| brew update | |
| brew upgrade | |
| RUBY_CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline) --with-openssl-dir=$(brew --prefix openssl)" rbenv install 2.1.0 |