have you tried using the -w/--watchdir option: https://github.com/guard/guard#usage-start ?
Best regards,
Rémy
The string or regex passed to the "watch" method are relative to the watched directory. It defaults to Dir.pwd, but you can change it with the -w option, or symlink the clients folder inside the rails app folder.
Best,
Rémy