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!

Exerb 101: Building Windows executables with Ruby

If you work on the Windows platform, and you write ruby code, you’ll eventually come into a situation where you need a ruby script to run on a machine that doesn’t have ruby installed. Sometimes just installing ruby is an option, but there are times where it’s not feasible to do so. In that case, it would be nice to be able to bundle your code into an executable so you can deploy it where you need it. Read More

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