開発環境用Procfile

2012-06-09#rails

という理由から、production環境用Procfileとdevelopment環境用Procfileを分けたいと思ったので、以下のようにしてみた。

web: rails s thin -p $PORT
web: rails s thin
guard: guard
procfile: Procfile.development
.foreman