guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Ctrl + \ quits instead of restarting #36

Closed fbjork closed 12 years ago

fbjork commented 12 years ago

After upgrading guard-spork I can no longer to Ctrl + backslash to restart, instead SIGQUIT is sent.

netzpirat commented 12 years ago

From the Guard readme:

Interactions

From version >= 0.7.0 Posix Signal handlers are no more used to interact with Guard. If you're using a version < 0.7, please refer to the README in the v0.6 branch.

When Guard do nothing you can interact with by entering a command + hitting enter:

rymai commented 12 years ago

Hi,

From version 0.7 Guard is not using signals anymore, please consult Guard's README ("Interaction" section)!

Thanks.

Sent from my iPhone

On 10 oct. 2011, at 19:42, Fredrik Björk reply@reply.github.com wrote:

After upgrading guard-spork I can no longer to Ctrl + backslash to restart, instead SIGQUIT is sent.

Reply to this email directly or view it on GitHub: https://github.com/guard/guard-spork/issues/36

rymai commented 12 years ago

Aha too slow! :P

netzpirat commented 12 years ago

Yeah, the Guard organization has an incredible response time (during CET) :P

fbjork commented 12 years ago

Thanks!

thibaudgg commented 12 years ago

You're amazing! :)

fbjork commented 12 years ago

So how do I get Guard to re-run all specs again? Just enter does nothing for me.

thibaudgg commented 12 years ago

Please can you show us your Guardfile,

fbjork commented 12 years ago

https://gist.github.com/5277cb3666d07c958f34

thibaudgg commented 12 years ago

Ok weird, and you're using guard 0.8.4 launched with bundle exec right? Entering 'q' + enter is not working neither?

fbjork commented 12 years ago

Yeah, and q works fine.

thibaudgg commented 12 years ago

That's really really weird, never have issues to run all specs by just pressing enter. Maybe give us more info about your environment (ruby, os, terminal app...)

rymai commented 12 years ago

By any chance, does it change anything if you press return?