I think you mean this :
Processing by DashboardController#show as HTML
Rendered dashboard/show.html.erb within layouts/application (2.1ms)
Rendered dashboard/show.html.erb within layouts/application (2.1ms)
Completed 500 Internal Server Error in 80ms
Completed 500 Internal Server Error in 80ms
ActionView::Template::Error (undefined local variable or method `“layouts' for
#<#<Class:0x007f6269e4a548>:0x007f6269e49080>):
18: </head>
19: <body>
20:
21: <%= render “layouts/sidebar” unless
current_page?(new_admin_session_path) %>
22:
23: </body>
24: </html>
app/views/layouts/application.html.erb:21:in
`_app_views_layouts_application_html_erb___4215202385565524198_70030324135900'
Or do you mean the application.stack, framework trace or the whole trace. I see the error when doing rails s Roelof Op donderdag 14 augustus 2014 17:52:25 UTC+2 schreef Colin Law: > On 14 August 2014 16:21, Roelof Wobben <[email protected] <javascript:>> > wrote: > > Here is the whole layout : > > Look at the stack trace and find which line of your code generated the > error, then post just that section. > > Colin > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/04db44ae-3da5-44af-ac69-03cab32cc204%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

