Install LibV8 Without Using System V8 Using Bundler

Posted By Weston Ganger

I have had issues trying to bundle install on an application that used therubyracer or libv8 when a system V8 is installed(such as nodejs)

To install the bundle without using the system V8 use the following command line flag

rm -rf .bundle

Related External Links:

Article Topic:Software Development - Ruby / Rails

Date:September 25, 2015