Hallo, I am using ruby 1.8.7 and rails 3 application with bundler. I try to deploy the application with capistrano on the production server - shared hosting.
But have problems - it got the error: no such file to load -- bundler (LoadError) When i log in to production server i can run bundle install. But if i use fot test command ssh [email protected] bundle install i get bundle: command not found. Here I pase my deploy file: https://gist.github.com/748994 Here i paste PATH from env on the production server: PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/mysql/bin:/usr/local/ imagemagick/bin:/opt/ruby-enterprise-1.8.7-2010.02/bin/:/home/ paszo/.rvm/bin And gem env: https://gist.github.com/749003 And my full response on the local machine i deploy from: https://gist.github.com/749007 Thank you in advance for help -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
