This release updates daemon_generator to be compatible with changes
introduced in the Rails 1.2.x release.
Daemon_generator leverages the daemons gem to provide a lightweight
alternative to BackgrounDrb. It provides conventions, startup
scripts, monitoring, etc for background processes that leverage your
Rails environment.
http://svn.kylemaxwell.com/rails_plugins/daemon_generator/tags/rel-0.5.1/
http://svn.kylemaxwell.com/rails_plugins/daemon_generator/tags/rel-0.5.1/README
Enjoy!
Hi,
I tried to use the daemon_generator … it installed fine, i was able to
generate the daemon but apparently it does not start. I get
script/daemons:2:in ``’: No such file or directory -
script/…/lib/daemons/test_ctl start (Errno::ENOENT)
from script/daemons:2
from script/daemons:2
Any idea what am i doing wrong?1?
Thank you,
Kyle M. wrote:
This release updates daemon_generator to be compatible with changes
introduced in the Rails 1.2.x release.
Daemon_generator leverages the daemons gem to provide a lightweight
alternative to BackgrounDrb. It provides conventions, startup
scripts, monitoring, etc for background processes that leverage your
Rails environment.
http://svn.kylemaxwell.com/rails_plugins/daemon_generator/tags/rel-0.5.1/
http://svn.kylemaxwell.com/rails_plugins/daemon_generator/tags/rel-0.5.1/README
Enjoy!