problem about iron-Collection of common programming errors
Dorian
ruby ironworker iron.io iron
I’m considering using IronWorker a project so that I can scale it easily (high traffic expected, with lots of background jobs). In order to stay DRY, I’m trying to define workers using inheritance but I keep getting the following error:/usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require’: cannot load such file — base_worker.rb (LoadError)from /usr/local/lib/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require’from /task/child_worker.rb:3:in `<top (required)>’from
Web site is in building