search for: scriptrunner

Displaying 1 result from an estimated 1 matches for "scriptrunner".

2006 Apr 04
1
Running external scripts that know about a minimal Rails env
I''ve been exploring the options for running external scripts from the Rails env. The list I have is this: Cron ScriptRunner (in the script/ dir under rails projects) RailsCron The most likely candidate for me is the ScriptRunner because my external script needs to know about a model which it has to save to the database from my Rails environment, and it needs to start running as soon as I tell it to. Unfortunately,...