How I can make my rails application auto-start it''s corresponding
backgroundrb process?
Is it as simple as finding a way to execute the unix shell command from
rails?
Right now I need to manually run "rake backgroundrb:start".
My only other thought is a cron task that calls a script that checks
running processes and runs "rake backgroundrb:start" if needed, but
that
doesn''t seem very elegant.
thanks,
Jacob
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---