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!
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
Whitney-Rose Levis
264 Pointsrake db:migrate problem?
So I'm in "Getting Started with Rails" and I have performed the rake db:migrate command. I then started the server up again like the video shows. When refreshing the page I do not get the statuses page show in the video but rather this:
ExecJS::RuntimeError in Statuses#index
Showing C:/Users/mswhi_000/ComputerLearning/TreeHouse/Treebook/treebook/app/views/layouts/application.html.erb where line #6 raised:
(in C:/Users/mswhi_000/ComputerLearning/TreeHouse/Treebook/treebook/app/assets/javascripts/statuses.js.coffee) Extracted source (around line #6):
3: <head> 4: <title>Treebook</title> 5: <%= stylesheet_link_tag "application", :media => "all" %> 6: <%= javascript_include_tag "application" %> 7: <%= csrf_meta_tags %> 8: </head> 9: <body> Rails.root: C:/Users/mswhi_000/ComputerLearning/TreeHouse/Treebook/treebook
Application Trace | Framework Trace | Full Trace
app/views/layouts/application.html.erb:6:in _app_views_layouts_application_html_erb___411880981_36837084'
app/controllers/statuses_controller.rb:7:in
index'
Request
Parameters:
None Show session dump
Show env dump
Response
Headers:
None