RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Executor v0.0.1 released (exception handling via forked processes)

Exception handling via forked processes! Ever use system 'somecommand that silently fails' and spend hours tracking down an instance where stderr was not showing in the logs? I haven’t.. it usually has only taken a few minutes aided only with the knowledge that the system call is probably failing. It would be great if there were a more standardized way to handle redirection, logging, and exception handling for external commands. Executor aims to solve these issues.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in