Failing spec in EventsController
Reported by Marnen Laibow-Koser | March 12th, 2009 @ 12:37 PM
1) ActionView::TemplateError in 'EventsController change_status should render an event row on an Ajax request' PGError: ERROR: current transaction is aborted, commands ignored until end of transaction block : SELECT * FROM "users" WHERE ("users"."id" = 610964763) On line #38 of events/_event.html.haml
35: = render :partial => 'attendance', :locals => {:event => event}
36: - yes = event.find_committed(:yes)
37: - no = event.find_committed(:no)
38: %td= render :partial => 'names', :object => yes
39: %td= render :partial => 'names', :object => no
40:
Comments and changes to this ticket
-
Marnen Laibow-Koser March 12th, 2009 @ 01:07 PM
This seems to come from find_committed(:no), but I can't figure out why.
-
Marnen Laibow-Koser March 12th, 2009 @ 01:08 PM
(from [1874a7b3184c951e8353e24cb40ea91523d24231]) Put pending block around a failing spec. [#17] http://github.com/marnen/quorum2...
-
Marnen Laibow-Koser March 12th, 2009 @ 01:08 PM
- State changed from new to open
-
Marnen Laibow-Koser May 9th, 2009 @ 04:26 PM
- State changed from open to resolved
It appears that converting specs to use Machinist (#22) fixed this, so I guess it was a spec bug. In any case, I'm closing it.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<p>This is the issue tracker for the Quorum calendar system. Also see our <a href="http://github.com/marnen/quorum2">Github repository</a> and our <a href="http://quorum2.sourceforge.net">project website</a>.</p>
<p>Please tag bug reports with <strong>bug</strong> and feature requests with <strong>feature</strong>. Use additional descriptive tags as necessary.</p>
People watching this ticket
Tags
Referenced by
- 17 Failing spec in EventsController (from [1874a7b3184c951e8353e24cb40ea91523d24231]) Put pen...