Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/65.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 如何在guard rb notifu中关闭蜂鸣音_Ruby On Rails_Guard_Notify - Fatal编程技术网

Ruby on rails 如何在guard rb notifu中关闭蜂鸣音

Ruby on rails 如何在guard rb notifu中关闭蜂鸣音,ruby-on-rails,guard,notify,Ruby On Rails,Guard,Notify,当我使用 bundle exec-guard 它会以3次“嘟嘟”声通知我测试结果。我找不到它的关闭位置?请查看Notifu通知程序文档,其中描述了通知程序采取的选项: 因此,您可以通过添加以下内容来禁用声音: notification :notifu, :nosound => true 去你的警卫室

当我使用

bundle exec-guard


它会以3次“嘟嘟”声通知我测试结果。我找不到它的关闭位置?

请查看Notifu通知程序文档,其中描述了通知程序采取的选项:

因此,您可以通过添加以下内容来禁用声音:

notification :notifu, :nosound => true
去你的警卫室