Skip to content

Instantly share code, notes, and snippets.

@dennis-8
Created July 26, 2018 21:58
Show Gist options
  • Save dennis-8/23ca5d036ae7e305a1c1467bc717b62f to your computer and use it in GitHub Desktop.
Save dennis-8/23ca5d036ae7e305a1c1467bc717b62f to your computer and use it in GitHub Desktop.
Change ExecJS runtime in RoR
How to change ExecJS runtime in RoR
@dennis-8
Copy link
Author

require 'execjs'

ExecJS.runtime = ExecJS::Runtimes::Node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment