Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
katieharp
513 PointsRuntimeError in Statuses
I've been working through the Rails videos to create a Facebook-like app and I can't seem to get the status page to work. Any help? Thank you! :)
ExecJS::RuntimeError in Statuses#index Showing C:/Users/harp/projects/treebook/app/views/layouts/application.html.erb where line #6 raised:
(in C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/turbolinks-2.2.1/lib/assets/javascripts/turbolinks.js.coffee) Extracted source (around line #6):
<head> <title>Treebook</title> <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> <%= javascript_include_tag "application", "data-turbolinks-track" => true %> <%= csrf_meta_tags %> </head> <body>
1 Answer
katieharp
513 PointsNevermind, I found the solution. :)
Here is the fix for anyone wondering: http://stackoverflow.com/questions/13530042/execjsruntimeerror-in-usersindex-ror