Skip to content

Instantly share code, notes, and snippets.

@smatting
Created February 20, 2012 16:18
Show Gist options
  • Select an option

  • Save smatting/1869962 to your computer and use it in GitHub Desktop.

Select an option

Save smatting/1869962 to your computer and use it in GitHub Desktop.
ExecJS::RuntimeError in Home#index
Showing /home/stefan/Projekte/Programmieren/gtd/app/views/layouts/application.html.erb where line #6 raised:
(in /home/stefan/Projekte/Programmieren/gtd/app/assets/javascripts/home.js.coffee)
Extracted source (around line #6):
3: <head>
4: <title>Gtd</title>
5: <%= stylesheet_link_tag "application", :media => "all" %>
6: <%= javascript_include_tag "application" %>
7: <%= csrf_meta_tags %>
8: </head>
9: <body>
Rails.root: /home/stefan/Projekte/Programmieren/gtd
<STACK TRACE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment