➜ ruby-china git:(master) ✗ ./script/resque start
DEPRECATION WARNING: ActiveSupport::Memoizable is deprecated and will be removed in future releases,simply use Ruby memoization pattern instead. (called from <top (required)> at /mnt/sharedisk/src/ruby-china/config/application.rb:13)
:public is no longer used to avoid overloading Module#public, use :public_folder instead
from /home/jinleileiking/.rvm/gems/ruby-1.9.3-p125/gems/resque-1.19.0/lib/resque/server.rb:12:in `<class:Server>'
/home/jinleileiking/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- daemon_spawn (LoadError)
from /home/jinleileiking/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `block in require'
from /home/jinleileiking/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
from /home/jinleileiking/.rvm/gems/ruby-1.9.3-p125/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
from ./script/resque:6:in `<main>'
好像是 activesupport 需要 daemon_spawn? 找到 daemon-spawn 这个 gem 装了也没用。。。