Hallo,
I try to deploy rails 3 application on shared hosting using Capistrano.
I written bundle package on my development machine to make gems
in vendor directory.
And I added this line to my deploy.rb :
require ‘bundler/capistrano’
But when depolying I get this info:
failed: “sh -c “bundle install --gemfile
/home/paszo/public_html/blog2_pliki/releases/20101217194330/Gemfile
–path /home/paszo/public_html/blog2_pliki/shared/bundle --deployment
–quiet --without development test””
Please help