alexgb / guard-konacha

Automatically run konacha tests through Guard
MIT License
31 stars 17 forks source link

Konacha 3.0 compatibility #18

Closed alexgb closed 11 years ago

alexgb commented 11 years ago

Rewrote most of the guard plugin to tie directly into Konacha::Server and added middleware into the stack to prevent the cacheing issues we were seeing. The new plugin is Konacha 3 compatible and tested against Rails 3.1, 3.2 and 4.0.

alexgb commented 11 years ago

@matthijsgroen Let me know if you'll have a chance to review in the next couple days. If not, I'll release and address issues as they come up.

matthijsgroen commented 11 years ago

I totally missed your message :-(

I'll start field testing right away :-)

matthijsgroen commented 11 years ago

It looks good, so far I found that the :all_on_start => false option is not respected

alexgb commented 11 years ago

Cool, thanks for your help. I'll look into that one.