Hi, I'm using ruby version 1.8.6 and cap version 2.5.14. I'm developing on windows vista and I'm using subversion. I'm deploying to a linux server running apache2 with passenger. My deplot.rb http://pastie.org/850198
I initialised my database with: rake RAILS_ENV=production db:schema:load I have now created a migration, run it on my dev environment and committed it to svn. So I ran cap deploy:migrations (and migrate) so that it gets applied to my production environment. But I get this output: http://pastie.org/850155 The rakefile is definately there. Any ideas what is causing this? Regards, Colin -- * 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
