Uruchamiając aplikację na Railsach 3.1beta rc2 możemy dostać taki błąd:
.rvm/gems/ruby-1.9.2-head@gems/execjs-1.1.1/lib/execjs/runtimes.rb:43: in `autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable)
Rozwiązanie jest bardzo proste, dodajemy therubyracer do gemfilea:
gem 'therubyracer'
odpalamy:
bundle install
i problem znika :)
Leave a Reply