johnbintz / guard-rails

No longer maintained. Latest version is at https://github.com/ranmocy/guard-rails
35 stars 53 forks source link

Log output interrupts test output #10

Closed erkattak closed 12 years ago

erkattak commented 12 years ago

It'd be nice if you could have an option to suppress server log output and just tail the development log in another terminal session.

johnbintz commented 12 years ago
guard 'rails', :daemon => true do
  ...your watches...
end
erkattak commented 12 years ago

I should read more

johnbintz commented 12 years ago

It's all good. :)