What's New

New updates and improvements to Hatchbox.io

← Back

Automatic Windows Ruby Shebang Rewrites

Improvement
If you're a Windows user, your Rails and other binstubs might use "ruby.exe". Deploying this to Linux will obviously cause a problem since it can't find or run Windows executables.

Hatchbox will now detect `ruby.exe` in the shebang of your binstubs and rewrite them to `ruby` to make them Linux compatible during your deployments. 🎉