Martin
Martin
The standalone version is http://github.com/mynyml/harmony. Holygrail being a pure rails plugin is the intended behaviour. What's the use case for using it purely as a lib?
Problem is the shebang line doesn't work in Windows. I do like the idea of documenting this feature though.
@hannyu no need to be aggressive. afaik, ruby1.9 support will be a priority after johnson2.0 final is out. The johnson internals are very complex (close interaction with the js interpreter),...
I would love for this feature to be added to watchr, but I don't own a mac so can't add it myself. I'd really appreciate if someone were to provide...
sandro, I pushed your changes to the fsevents branch to confirm the interest, but I can't do much more since I'm not able to run the handler. I'll keep merging...
I finally have a mac to play with. I've updated/cleaned up the fsevents branch. It still has a few quirks (reported event aren't always detected), but is already fairly usable....
Detecting new files is currently not supported. This is mainly due to how rev works in the backend. It's pretty much the #1 feature I want to implement though, so...
@jhelwig btw, as a temporary workaround there are two options: - touch/save the script file (it will rescan for files matching the patterns) - add a signal handler in your...
Love the patch, but it breaks backwards compatibility. Probably needs both rev and coolio for now, with a deprecation notice when running with rev.
Thanks. Yeah I'm aware of his fork, playing with it atm actually. I've tried having an EM backend twice before (one attempt is still in a branch http://github.com/mynyml/watchr/blob/em/lib/watchr/event_handlers/unix.rb) so i'm...