Well, this all works now! It's actually quite fast. Talking about backgroundrb: I'd like to do a few whois requests every night for another application and I'm using Ruby's Whois for that (http://github.com/jm81/whois). I cannot use that class inside a worker. For that to work, I need to create an object for that class in my controller and send it to my worker using a MiddleMan. However, that's not how I want to do it, because I want to schedule this using my backgroundrb.yml. What am I doing wrong? require 'whois' in my worker or environment.rb won't work. Am I overlooking something?
Thank you? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

