herokuにRails3.2.1アプリをpushしようとすると, adapter: `gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.) (RuntimeError)が出てうまくいかない. ここにはいくつもの罠がある. "activerecord-postgresql-adapter"というgemは存在しない.gem install pgでないとだめ.(参考:RailsからPostgreSQLに繋がらない〜 - Stellaqua - TOMの技術日記) ふつうにgem installすると失敗する.--with-pg-dirでPostgresのインストールしてあるディレクトリを指定する必要がある.(参考:libpq-fe.hが見つからない - 屑プ