The javascript-runtime tag has no wiki summary.
1
vote
1answer
326 views
When running 'rails s' on Centos 6.3 I get a 'Could not find a JavaScript runtime.' error
I have searched the internet and stackoverflow for answers but none of the answers work for me and I am not able to install nodejs onto my server.
I am using Rails 3.2.3, Ruby 1.9.3p374.
When I run ...
1
vote
3answers
611 views
'rails console' command throwing error in Rails 3.2.9
I am using Rails 3.2.9 with ruby 1.9.3 (made default using RVM). From the root directory of my test_app when I executed the command 'rails console' / 'rails c', the following error is showing.
rails ...
0
votes
1answer
95 views
Developing ROR between Windows and Ubuntu machines
I am in the situation where I would like to develop my app between two machines, work (windows) and home(Ubuntu). The first issue I have run into is windows needing
gem libv8
Which wont install at ...
0
votes
1answer
347 views
Could not find Javascript runtime after installing execjs on ubuntu 10.04
After installed execjs with gem install execjs, still get cound not find javascript runtime when running rails console. Do I still need to install node.js after execjs?
Thanks so much.
3
votes
2answers
924 views
Does Rails rake db:migrate needs a javascript runtime?
In my first rails project (using mysql) I tried to execute the rake db:create command, but it outputted the following error:
Could not find a JavaScript runtime. See
...
1
vote
1answer
2k views
cant install therubyracer, error
i am trying to instal therubyracer/ therubyracer-heroku to my app, cause it doesnt work in heroku server cause i dont have javascript runtime enviroment.
when i am trying to install these gems it ...
248
votes
10answers
128k views
ExecJS and could not find a JavaScript runtime
I'm trying to use the Mongoid / Devise Rails 3.1 template (Mongoid and Devise), and I keep getting an error stating ExecJS cannot find a JavaScript runtime. Fair enough when I didn't have any ...
