最短でRails4をherokuで動かす方法

Ruby
heroku

herokuでSQLiteが無効化され、簡単にherokuでRailsプロジェクトを公開出来なくなってしまいました。

       An error occurred while installing sqlite3 (1.3.8), and Bundler cannot continue.
       Make sure that `gem install sqlite3 -v '1.3.8'` succeeds before bundling.
 !
 !     Failed to install gems via Bundler.
 !
 !     Detected sqlite3 gem which is not supported on Heroku.
 !     https://devcenter.heroku.com/articles/sqlite3
 !

 !     Push rejected, failed to compile Ruby app

そこで、最低限必要な設定をドキュメントにまとめました。
https://github.com/matsubo/rails4heroku/blob/master/README.md

ソースコードもあります。
https://github.com/matsubo/rails4heroku

コメント