euruko2013 / vestibule

The CFP platform for Euruko 2013
http://cfp.euruko2013.org
1 stars 4 forks source link

Viewing the first submission still causes an error #9

Closed damphyr closed 11 years ago

damphyr commented 11 years ago

http://euruko2013-cfp.herokuapp.com/proposals/1

Stacktrace

Started GET "/proposals/1" for 77.49.134.227 at 2013-03-17 07:36:50 +0000
Processing by ProposalsController#show as HTML
  Parameters: {"id"=>"1"}
  Rendered proposals/show.html.erb within layouts/application (53.1ms)
Completed 500 Internal Server Error in 469ms
  Rendered shared/_user.html.erb (39.9ms)
ActionView::Template::Error ( isn't precompiled):
    1: <%= link_to image_tag(avatar_url(user), :class => "avatar"), user_path(user.to_param) %>

    2: <%= link_to user.name, user_path(user.to_param) %>
  app/views/shared/_user.html.erb:1:in `_app_views_shared__user_html_erb___1116280728055395157_35799420'
  app/views/proposals/show.html.erb:54:in `block (2 levels) in _app_views_proposals_show_html_erb___4268288909327732153_70291871445820'
  app/views/proposals/show.html.erb:45:in `block in _app_views_proposals_show_html_erb___4268288909327732153_70291871445820'
  app/views/proposals/show.html.erb:44:in `_app_views_proposals_show_html_erb___4268288909327732153_70291871445820'
  app/controllers/proposals_controller.rb:16:in `show'
nikosd commented 11 years ago

I will check it. Do you remember what triggered this thing?

damphyr commented 11 years ago

I think it was submitting a comment without anything in the comment box

nikosd commented 11 years ago

Fixed and deployed.