You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running guard on my laptop. It is monitoring changes to the files underneath config/ & lib/, and causes the whole server to restart.
I'd like to have the page reload after the server is restarted, but I'm not sure how to trigger that from something outside the rails process. Here was my first attempt at it:
Hello @nogweii, sorry for taking a lot of time to reply.
I don't think it is possible to do at the moment, for this, Unix server has to be updated here so that it will be able to receive commands from connections, as right now it can only "transmit" commands.
I am running guard on my laptop. It is monitoring changes to the files underneath
config/
&lib/
, and causes the whole server to restart.I'd like to have the page reload after the server is restarted, but I'm not sure how to trigger that from something outside the rails process. Here was my first attempt at it:
The text was updated successfully, but these errors were encountered: