I\'m using Capistrano 2 with Rails 3 project. Recently I rebuilt my gemset form scratch and now I receive error \"Please require this file from within a Capistrano recipe (L
In your Gemfile change this.
gem 'rvm-capistrano', require: false
This will solve the problem without any headache.