Cloud FoundryにRailsアプリをDeployする際にはまったので対応をまとめておきます。 まず簡単なテスト用アプリを作成。 $ rvm use 1.9.3 $ rails new testapp $ cd testapp $ rails g scaffold Item name:string 何も考えずに $ vmc push して、全てデフォルト値を設定すると次のエラーが発生しました。 Starting Application 'testapp': .. Error: Application [testapp] failed to start, logs information below. ログを見ているとruby 1.8が使われている様子。 調べるとCloud Foundryはデフォルトでruby1.8系が使われるようなので、 ruby1.9系を使う場合オプション