ruby on rails - Speeding up notifications for autotest on Ubuntu -


i've figured out how run guard on ubuntu desktop use while doing ruby on rails development. notifications quite useful, lag forever behind guard, if run test, i'll wait 2 minutes afterward waiting notifications catch end.

it's not absolutely necessary, rather annoying , more useful if display final test results (for example, "20 examples, 2 failures") instead of results of each individual test.

is there way accomplish this?

i had same issue. here solution: https://askubuntu.com/questions/128474/how-to-customize-on-screen-notifications there no official way configure notification there unofficial patch allowing configure widely. there can reduce it's appearance time.

also worth noticing, had issue appearing same guard notifications several times. found it's somehow due backup files ~. solved adding

ignore /~$/ 

to top of guardfile. found information here: https://github.com/guard/listen/issues/153


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -