I have a task called extract. According to this blog post, all I'd need do to run the task manually (from the console) is:
heroku run rake extract:start
But I get the following error:
NameError (undefined local variable or method `extract' for main:Object)
I have also tried: heroku run rake extract
as per instructions here, but get the same error