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
A better solution I found, instead of removing it, to just move rvm-capistrano before capistrano:
# Deploy with Capistrano gem 'rvm-capistrano' gem 'capistrano' gem 'capistrano-ext'