I have a merb 1.0 application that I am deploying using capistrano.
What is the best way of reloading the code after redeployment?

merb -K all isn't working reliably for me and merb --fast-deploy
doesn't reload the init.rb and gems.

kill -HUP `cat log/merb.main.pid`
restarts the work processes but I don't think it reloads the code.

At the moment I have resorted to just killing all merb process and
restarting the merb master process but that's not a graceful solution.
Is there a better way?

-Dermot
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to