Displaying 2 results from an estimated 2 matches for "irb_job".
Did you mean:
irb_jobs
2007 Feb 05
1
Deploying with capistrano issue. Resolution !
...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_jobs.
irb(#<BackgrounDRb::MiddleMan:0xb7b74088>):001:0> loaded_worker_classes
=> []
irb(#<BackgrounDRb::MiddleMan:0xb7b74088>):002:0> exit
Now ill stop it and start it again on the remote server
########
[current]$ script/backgroundrb stop
[current]$ script/backgroundrb start
[cur...
2006 Nov 27
1
rails environment loaded but one plugin is undefined (using backgroundrb 0.2.0)
...ails application. So in my
config/backgroundrb.yml file, I added this line:
:load_rails: true
I think my worker isn''t doing what I want him to do. So I opened the
console and read these error lines:
# ruby script/backgroundrb console
irb: warn: can''t alias jobs from irb_jobs.
irb(#<BackgrounDRb::MiddleMan:0xb75b06dc>):001:0> Thumbnail
=> Thumbnail
irb(#<BackgrounDRb::MiddleMan:0xb75b06dc>):002:0> Media
NameError: undefined local variable or method `acts_as_taggable'' for
Media:Class
from
/usr/lib/ruby/ge...