This might be an elementary ruby/rails question… sorry for the noob
if it is…
I’m working on a script to clean up my trackbacks. I’m having great
success using script/console and the Trackback object.
What I want to do now is to write my own ruby script to process
things, and I’d like to use the Trackback object from it. I naively
added:
require File.dirname(FILE) + ‘/…/config/boot’
to my script, but that wasn’t it…
Could somebody set me down the proper path?
Thanks,
-Bill