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