Hello,

I have runned into trouble after deleting repo - website returning
error and dump is generated:

A ActionView::TemplateError occurred in projects#show:

 Couldn't find Repository with ID=141
 On line #25 of app/views/events/_event.html.erb

   22: %>
   23: <% relative_time ||= false -%>
   24:
   25: <% action, body, category = action_and_body_for_event(event) %>
   26: <li class="event_instance <%= relative_time ? 'relative' : ''
%> <%= Action::css_class(event.action) -%>" id="<%= dom_id(event) -
%>">
   27:   <% unless relative_time -%>
   28:     <p class="event_date"><%=
event.created_at.to_s(:short_time) -%></p>


now i want to delete that project but i need to do it from rails db
console. How to do it safely?

Second question (minor): what is the query done for geting this
repo_id 141 ?? I look via all the tables and can't find that
relation ...

Thanks !

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to