bakineggs (owner)

Revisions

gist: 86958 Download_button fork
public
Public Clone URL: git://gist.github.com/86958.git
Embed All Files: show embed
production.log #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Processing HomeController#index (for 24.13.175.85 at 2009-03-27 23:07:38) [GET]
  Parameters: {"action"=>"index", "controller"=>"home"}
Rendering template within layouts/application
Rendering home/index
 
ActionView::TemplateError (undefined method `name' for nil:NilClass) on line #11 of app/views/home/index.html.erb:
8: <h1>latest comments (<span id='totalcomments'><%= @total_comments %></span> total)</h1>
9: <ul id="latest_comments">
10: <% for latestcomment in @latest_comments %>
11: <li class="comment"><span class="user_login"><%=h latestcomment.user.login %></span> @<span class="wall_name"><%=h condense_name(latestcomment.wall.name) %></span> "<span class="body"><%=h latestcomment.body.downcase %></span>" <abbr class="created_ago" title=<%= latestcomment.created_at.to_json %>><%= time_ago_short(latestcomment.created_at) %></abbr></li>
12: <% end %>
13: </ul>
14: </div>
 
    app/views/home/index.html.erb:11
    app/views/home/index.html.erb:10:in `each'
    app/views/home/index.html.erb:10
 
Rendering /home/graffiti/theworldisyourwall.com/public/500.html (500 Internal Server Error)