I am working on Rails 2.2.2 application. For this I installed rvm with Ruby version 1.9.3p551. There is no Gemfile for this application. So as mentioned in the environment.
Try run through the bundle
bundle
cd myapp gem install bundler bundle install bundle exec rake db:create