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

Ruby Build a Simple Ruby on Rails Application Getting Started with Rails Generate a Rails Application

Error in rendering Status page

After I generate a scaffold for status, migrate the db and call the server, for some reason, I get some errors in my Command Prompt telling me this:

Showing C:/Users/Kweku Boateng/Desktop/Larry's Folders/Web Projects/RubyProject/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.2/lib/assets/javascripts/turbolinks.js.coffee) Extracted source (around line #6): 3 4 5 6 7 8 9

<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>

app/views/layouts/application.html.erb:6:in `app_views_layouts_application_html_erb_142940182_38838024'

1 Answer

Maxim Kontsevitch
Maxim Kontsevitch
25,447 Points

Hi Grinell, Can you show me a link to your project via github?

Thank in advance