-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi,
When starting bj I get:
$> bj run --forever --rails_env=production --rails_root=/path/to/app
/usr/local/lib/ruby/gems/1.8/gems/bj-1.0.1/lib/bj/logger.rb:2: uninitialized constant Logger (NameError)
from /usr/local/lib/ruby/gems/1.8/gems/bj-1.0.1/lib/bj.rb:64:in load' from /usr/local/lib/ruby/gems/1.8/gems/bj-1.0.1/lib/bj.rb:64 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:ingem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in require' from /usr/local/lib/ruby/gems/1.8/gems/bj-1.0.1/bin/bj:3 from /usr/local/bin/bj:19:inload'
from /usr/local/bin/bj:19
Look familiar?
This is ruby 1.8.7 running a rails 2.0.2 app. (I'm in the process of upgrading, but need to get this working on the current production site.)
Thanks,
Steve