These tools have a few issues if you're using vagrant:
They will try to create a socket file on your share, which doesn't support that file type. You can get around this in spring with the SPRING_TMP_PATH, but I don't think zeus has a configuration option for this.
notification fs events don't work, so they need to fallback to fs polling instead.
These tools have a few issues if you're using vagrant:
SPRING_TMP_PATH, but I don't think zeus has a configuration option for this.If you're a
pryuser, you can runbinding.pryin the better_errors console and it will pop up in yourrails serverWhen switching to spork I encountered a string of errors like this:
This happened when using the
gem 'growl_notify'. Switching my Gemfile over to just usegem 'growl'fixed this error.