heroku

Gemfile
gem 'sqlite3', groups: %w(test development), require:false
gem 'pg', groups: %w(production), require: false

ローカルでのbundle installでは、productionを除く
bundle install --without production

http://d.hatena.ne.jp/stellaqua/20080919/1221834535
http://d.hatena.ne.jp/mapyo/20120724
http://d.hatena.ne.jp/EnnuimaZ/20120407/1333806290

気になるURLをバンバン登録できて後で検索が簡単になるような仕組みがほしい。
evernoteでもいいかもしれないけど、閉鎖的だよね。

ackのインストール
sudo apt-get install ack-grep