search for: restart_upload

Displaying 1 result from an estimated 1 matches for "restart_upload".

Did you mean: restart_uploader
2007 Feb 05
1
Deploying with capistrano issue. Resolution !
ok, i was wrong. the failure on deployment using capistrano is 100% using these commands ## Our Handlers desc "Restart BackgrounDrb" task :restart_uploader, :roles => :app do run "#{current_path}/script/backgroundrb stop" run "#{current_path}/script/backgroundrb start" end here is the console post deploy on the remote server ######## [current]$ script/backgroundrb console irb: warn: can''t alias jobs from irb_jo...