I have been running 4 builds on my CC server for a while now without a problem. Now I''ve added a 5th, and the dashboard is acting very strangely. Before I started the builder for the new project (while I was editing the config files, etc), it showed up on the dashboard as expected, with ''builder down''. However, at the top of the list of project rows was a white gap, about the height of a project (so instead of 6 project sections on the dashboard, there were 7, with the top one being blank). After I started the new builder, the gap at the top was gone, but now instead of 6 project sections, I have 11! I have the first 6 as expected, then all the projects are repeated, except for the first one (alphabetically). Very strange. Anyone ever heard of behavior like this? I''m running CC.rb 1.2.1.. could that be the problem? Any thoughts/commiseration would be appreciated. Patrick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080605/73c476ff/attachment.html>
On Jun 5, 2008, at 9:11 AM, Patrick Schless wrote:> I have been running 4 builds on my CC server for a while now without > a problem. Now I''ve added a 5th, and the dashboard is acting very > strangely.I ran into the same problem. The issue is in app/views/projects/ index.rhtml about line 5. Just change the @projects.length test to something greater than five or remove the entire test. Regards, Lee
awesome, that''s got it. Thanks! Patrick On Fri, Jun 6, 2008 at 2:35 PM, Lee Cantey <lcantey at gmail.com> wrote:> On Jun 5, 2008, at 9:11 AM, Patrick Schless wrote: > > I have been running 4 builds on my CC server for a while now without a >> problem. Now I''ve added a 5th, and the dashboard is acting very strangely. >> > > I ran into the same problem. The issue is in > app/views/projects/index.rhtml about line 5. Just change the > @projects.length test to something greater than five or remove the entire > test. > > Regards, > Lee > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080606/21cf428c/attachment-0001.html>