Ruby on Rails 3.1rc5, Ruby 1.9.2, Kubuntu 11.04
Error compiling asset application.js:
ExecJS::RuntimeError: (in ../app/assets/javascripts/sections.js.coffee)
Served asset /application.js - 500 Internal Server Error
This error is due to Ubuntu not having a javascript runtime installed
The solution is
sudo aptitude install nodejs
Or add