2014-06-12から1日間の記事一覧

herokuにmaster以外のブランチを走らせる方法

git push heroku develop:masterこれで手元develop 向こうmaster

Marvericksでpgをbundle installする方法

Herokuとか使うときにはsqliteが対応していないためpostgresqlとか使うと思うんですけどそのgem pgがうまいことmarvericksではbundle installで入らなかったのでメモ postgresをインストール http://postgresapp.com/ bundle config bundle config build.pg …