Hi,
I’m using rom-rb and dry-rb for a month. This work fine. Thank you for the job.
The main issue that I have yet is that when I update a file, I need always to restart my server (i’m using foreman)
Someone knows a way to improve that ?
Hi,
I’m using rom-rb and dry-rb for a month. This work fine. Thank you for the job.
The main issue that I have yet is that when I update a file, I need always to restart my server (i’m using foreman)
Someone knows a way to improve that ?
You can use something like guard
gem, which has various options for restarting a server on file/dir changes.
I use rerun https://rubygems.org/gems/rerun works like a charm.