2013-04-01から1ヶ月間の記事一覧

テーマ変えた

ターミナルにしてみた。なかなか良いですね。

パスフレーズ無し版のオレオレ証明書を作る

いつもやり方忘れるので。メモ。 openssl genrsa -out cert.key 2048 openssl req -new -key cert.key > cert.csr openssl x509 -in cert.csr -days 3650 -req -signkey cert.key > cert.crt

heroku db:pull がうまくいかない

Heroku Toolbelt でインストールした heroku コマンドで heroku db:pull したら ! Taps Load Error: cannot load such file -- taps/operation ! You may need to install or update the taps gem to use db commands. ! On most systems this will be: ! ! …