http://www.hostingrails.com/forums/wiki_thread/46
and everything is successful.. except the fact that to make it use the production env, i have to go to current app release folder and edit the environment.rb file and uncomment this line:
# ENV['RAILS_ENV'] ||= 'production'
Is there a setting in capistrano 2.0 to avoid manually commenting this code everytime?