heroku現在

heroku1.8.7
Redmine1.2.1
bundlerが1.0.7⇒1.0.21に変更

NG。rake db:migrateは通ったが、デフォルトデータが作れない。

bundlerのバージョン指定方法が不明


heroku consoleを呼び出すとエラー。
原因不明。こっちは後回しかな・・・


結局、stable版を使わずにfor-herokuをcloneする方向にシフト。

$ git clone https://github.com/edavis10/redmine
$ cd redmine
$ git checkout -b 1.3.0-for-heroku 1.3.0

$ git push heroku +1.3.0-for-heroku:master



以下、完全に引用・転載。
http://d.hatena.ne.jp/alpha_neet/20111027/1319748428