Top "Therubyracer" questions

a Ruby Gem that allows Ruby to access JavaScript objects and allows JavaScript to access Ruby object.

therubyracer - Gem::Ext::BuildError: ERROR: Failed to build gem native extension

I'm trying to install the following gem versions on Mavericks libv8 (3.16.14.3) therubyracer (0.12.1) Obviously therubyracer gems depends on libv8. 1) Installing libv8 …

ruby gcc osx-mavericks therubyracer libv8
therubyracer install error

As you can see below, libv8 installs fine, but therubyracer doesn't. I'm using Mac 10.7.4. ~/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1&…

gem therubyracer
"gem install therubyracer -v '0.10.2'" on osx mavericks not installing

Trying to install therubyracer on mavericks using "gem install therubyracer -v '0.10.2'" but i am getting the following error: /…

ruby-on-rails macos gem therubyracer osx-mavericks
TypeError: Object doesn't support this property or method

I have created rails application where I created a database (empty). When I try to view my products page, I …

ruby-on-rails ruby therubyracer execjs
Install therubyracer gem on OSX 10.11 El Capitan

bundle install fails with Make sure that `gem install therubyracer -v '0.12.1'` succeeds before bundling gem install therubyracer -v …

bundler osx-elcapitan therubyracer
Fix therubyracer/libv8 (0.12.1) installation on Mavericks

OK, I’m at the end of my tether with this. There are a few similar questions but they all …

gcc rubygems v8 therubyracer libv8
Using lessc on Windows

I've been trying to work out how to install lesscss.org on Windows 7 so I can use it from a …

less therubyracer
What is therubyracer or libv8 for in a rails application?

I was working on a project and was having issues with therubyracer and libv8 often, so i decided to remove …

ruby-on-rails therubyracer libv8
therubyracer installation on windows with libv8 installed --with-system-v8

I finally got libv8 installed on my windows with gem install libv8 -- --with-system-v8 now when I am trying to …

ruby windows therubyracer libv8
Unable to install therubyracer on centos (errors with V8 and GCC)

I'm trying to install therubyracer on my centos server and i'm having hella problems. $ gem install therubyracer Building native extensions. …

ruby-on-rails ruby therubyracer