In one of my Rails apps, ExecJS is not showing line numbers for coffeescript compilation errors. My compile error message will look like this:
ExecJS::RuntimeErr
This can also be fixed with this patch that embeds the line information in the error message for the ruby-coffee-script gem.
ruby-coffee-script
If you're using source maps, this patch fixes the coffee-rails-source-maps gem.
coffee-rails-source-maps