I am trying to offload any api calls to delayed_job to make my site more responsive. Some examples would be kissmetrics logging or post to facebook.
After some mucking about I figured out that the jobs are not being processed and that I need to explicitly require the classes in the initializers/delayed_jobs_config.rb thanks to:
Rails Delayed Job & Library Class
delayed_job and rails 3 not loading jobs
However, I'm still not sure how to require these gems. Please provide an example if possible for 'Koala', 'KM', or anything really.