Guest User

Untitled

a guest
May 27th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # script
  2. #!/usr/bin/env ruby
  3.  
  4. require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'boot'))
  5. require 'delayed/command'
  6. Delayed::Command.new(ARGV).daemonize
  7.  
  8.  
  9. #### output
  10.  
  11. $ PADRINO_ENV=development script/delayed_job.rb start
  12.  
  13. => Located unlocked Gemfile for development
  14. /Users/mcansky/.rvm/gems/ree-1.8.7-2010.01@kc_padrino/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:105:in `const_missing': uninitialized constant Delayed::Command::RAILS_ROOT (NameError)
  15. from /Users/mcansky/.rvm/gems/ree-1.8.7-2010.01@kc_padrino/bundler/gems/delayed_job-0ca4e5f2bd8a5e17dca7c1abab692a049c1669e1-master/lib/delayed/command.rb:13:in `initialize'
  16. from script/delayed_job.rb:5:in `new'
  17. from script/delayed_job.rb:5
  18. $
Add Comment
Please, Sign In to add comment