branston 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. data/README.rdoc +44 -16
  2. data/bin/branston +15 -0
  3. data/lib/branston/app/controllers/application_controller.rb +17 -2
  4. data/lib/branston/app/controllers/iterations_controller.rb +15 -0
  5. data/lib/branston/app/controllers/outcomes_controller.rb +14 -0
  6. data/lib/branston/app/controllers/preconditions_controller.rb +14 -0
  7. data/lib/branston/app/controllers/releases_controller.rb +14 -0
  8. data/lib/branston/app/controllers/scenarios_controller.rb +14 -0
  9. data/lib/branston/app/controllers/sessions_controller.rb +14 -0
  10. data/lib/branston/app/controllers/stories_controller.rb +15 -44
  11. data/lib/branston/app/controllers/user_roles_controller.rb +14 -0
  12. data/lib/branston/app/controllers/users_controller.rb +14 -0
  13. data/lib/branston/app/models/iteration.rb +16 -0
  14. data/lib/branston/app/models/outcome.rb +14 -0
  15. data/lib/branston/app/models/participation.rb +14 -0
  16. data/lib/branston/app/models/precondition.rb +14 -0
  17. data/lib/branston/app/models/release.rb +18 -3
  18. data/lib/branston/app/models/scenario.rb +14 -0
  19. data/lib/branston/app/models/story.rb +24 -10
  20. data/lib/branston/app/models/user.rb +18 -3
  21. data/lib/branston/app/models/user_role.rb +14 -0
  22. data/lib/branston/app/views/layouts/_footer.html.erb +3 -2
  23. data/lib/branston/coverage/app-controllers-application_controller_rb.html +105 -15
  24. data/lib/branston/coverage/app-controllers-iterations_controller_rb.html +216 -108
  25. data/lib/branston/coverage/app-controllers-outcomes_controller_rb.html +200 -104
  26. data/lib/branston/coverage/app-controllers-preconditions_controller_rb.html +202 -154
  27. data/lib/branston/coverage/app-controllers-releases_controller_rb.html +190 -94
  28. data/lib/branston/coverage/app-controllers-scenarios_controller_rb.html +213 -105
  29. data/lib/branston/coverage/app-controllers-sessions_controller_rb.html +146 -44
  30. data/lib/branston/coverage/app-controllers-stories_controller_rb.html +328 -112
  31. data/lib/branston/coverage/app-controllers-user_roles_controller_rb.html +208 -88
  32. data/lib/branston/coverage/app-controllers-users_controller_rb.html +125 -29
  33. data/lib/branston/coverage/app-helpers-application_helper_rb.html +25 -7
  34. data/lib/branston/coverage/app-helpers-iterations_helper_rb.html +238 -10
  35. data/lib/branston/coverage/app-helpers-outcomes_helper_rb.html +1 -1
  36. data/lib/branston/coverage/app-helpers-preconditions_helper_rb.html +1 -1
  37. data/lib/branston/coverage/app-helpers-releases_helper_rb.html +1 -1
  38. data/lib/branston/coverage/app-helpers-sessions_helper_rb.html +1 -1
  39. data/lib/branston/coverage/app-helpers-stories_helper_rb.html +1 -1
  40. data/lib/branston/coverage/app-helpers-user_roles_helper_rb.html +1 -1
  41. data/lib/branston/coverage/app-models-iteration_rb.html +192 -24
  42. data/lib/branston/coverage/app-models-outcome_rb.html +102 -18
  43. data/lib/branston/coverage/app-models-participation_rb.html +93 -9
  44. data/lib/branston/coverage/app-models-precondition_rb.html +107 -17
  45. data/lib/branston/coverage/app-models-release_rb.html +99 -9
  46. data/lib/branston/coverage/app-models-scenario_rb.html +100 -16
  47. data/lib/branston/coverage/app-models-story_rb.html +354 -24
  48. data/lib/branston/coverage/app-models-user_rb.html +173 -59
  49. data/lib/branston/coverage/app-models-user_role_rb.html +93 -9
  50. data/lib/branston/coverage/index.html +132 -116
  51. data/lib/branston/coverage/lib-client_rb.html +537 -0
  52. data/lib/branston/coverage/lib-faker_extras_rb.html +1 -1
  53. data/lib/branston/coverage/lib-story_generator_rb.html +43 -49
  54. data/lib/branston/db/development.sqlite3 +0 -0
  55. data/lib/branston/db/test.sqlite3 +0 -0
  56. data/lib/branston/log/development.log +1516 -0
  57. data/lib/branston/log/test.log +10156 -0
  58. data/lib/branston/public/images/agplv3.png +0 -0
  59. data/lib/branston/test/functional/stories_controller_test.rb +33 -32
  60. metadata +5 -5
  61. data/LICENSE +0 -20
@@ -201,7 +201,7 @@
201
201
  </tbody>
202
202
  </table>
203
203
 
204
- <p>Generated on Thu Dec 03 16:49:25 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
204
+ <p>Generated on Thu Jan 07 15:27:03 +0000 2010 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
205
205
 
206
206
  </body>
207
207
  </html>
@@ -28,8 +28,8 @@
28
28
  <tbody>
29
29
  <tr>
30
30
  <td class="left_align"><a href="lib-story_generator_rb.html">lib/story_generator.rb</a></td>
31
- <td class='right_align'><tt>136</tt></td>
32
- <td class='right_align'><tt>113</tt></td>
31
+ <td class='right_align'><tt>135</tt></td>
32
+ <td class='right_align'><tt>112</tt></td>
33
33
  <td class="left_align"><div class="percent_graph_legend"><tt class=''>100.00%</tt></div>
34
34
  <div class="percent_graph">
35
35
  <div class="covered" style="width:100px"></div>
@@ -627,253 +627,247 @@
627
627
 
628
628
 
629
629
  <tr class="marked">
630
- <td><pre><a name="line96">96</a> gherkin += &quot;\t@wip\n&quot;</pre></td>
630
+ <td><pre><a name="line96">96</a> gherkin += &quot;\tScenario: &quot;</pre></td>
631
631
  </tr>
632
632
 
633
633
 
634
634
 
635
635
  <tr class="marked">
636
- <td><pre><a name="line97">97</a> gherkin += &quot;\tScenario: &quot;</pre></td>
636
+ <td><pre><a name="line97">97</a> gherkin += scenario.title</pre></td>
637
637
  </tr>
638
638
 
639
639
 
640
640
 
641
641
  <tr class="marked">
642
- <td><pre><a name="line98">98</a> gherkin += scenario.title</pre></td>
643
- </tr>
644
-
645
-
646
-
647
- <tr class="marked">
648
- <td><pre><a name="line99">99</a> gherkin += &quot;\n&quot;</pre></td>
642
+ <td><pre><a name="line98">98</a> gherkin += &quot;\n&quot;</pre></td>
649
643
  </tr>
650
644
 
651
645
 
652
646
 
653
647
  <tr class="inferred">
654
- <td><pre><a name="line100">100</a> </pre></td>
648
+ <td><pre><a name="line99">99</a> </pre></td>
655
649
  </tr>
656
650
 
657
651
 
658
652
 
659
653
  <tr class="marked">
660
- <td><pre><a name="line101">101</a> unless scenario.preconditions.empty?</pre></td>
654
+ <td><pre><a name="line100">100</a> unless scenario.preconditions.empty?</pre></td>
661
655
  </tr>
662
656
 
663
657
 
664
658
 
665
659
  <tr class="marked">
666
- <td><pre><a name="line102">102</a> scenario.preconditions.each_with_index do |p, i|</pre></td>
660
+ <td><pre><a name="line101">101</a> scenario.preconditions.each_with_index do |p, i|</pre></td>
667
661
  </tr>
668
662
 
669
663
 
670
664
 
671
665
  <tr class="marked">
672
- <td><pre><a name="line103">103</a> gherkin += &quot;\t\tGiven #{p.description}\n&quot; if i == 0</pre></td>
666
+ <td><pre><a name="line102">102</a> gherkin += &quot;\t\tGiven #{p.description}\n&quot; if i == 0</pre></td>
673
667
  </tr>
674
668
 
675
669
 
676
670
 
677
671
  <tr class="marked">
678
- <td><pre><a name="line104">104</a> gherkin += &quot;\t\t\tAnd #{p.description}\n&quot; unless i == 0</pre></td>
672
+ <td><pre><a name="line103">103</a> gherkin += &quot;\t\t\tAnd #{p.description}\n&quot; unless i == 0</pre></td>
679
673
  </tr>
680
674
 
681
675
 
682
676
 
683
677
  <tr class="inferred">
684
- <td><pre><a name="line105">105</a> end</pre></td>
678
+ <td><pre><a name="line104">104</a> end</pre></td>
685
679
  </tr>
686
680
 
687
681
 
688
682
 
689
683
  <tr class="inferred">
690
- <td><pre><a name="line106">106</a> end</pre></td>
684
+ <td><pre><a name="line105">105</a> end</pre></td>
691
685
  </tr>
692
686
 
693
687
 
694
688
 
695
689
  <tr class="inferred">
696
- <td><pre><a name="line107">107</a> </pre></td>
690
+ <td><pre><a name="line106">106</a> </pre></td>
697
691
  </tr>
698
692
 
699
693
 
700
694
 
701
695
  <tr class="marked">
702
- <td><pre><a name="line108">108</a> unless scenario.outcomes.empty?</pre></td>
696
+ <td><pre><a name="line107">107</a> unless scenario.outcomes.empty?</pre></td>
703
697
  </tr>
704
698
 
705
699
 
706
700
 
707
701
  <tr class="marked">
708
- <td><pre><a name="line109">109</a> scenario.outcomes.each_with_index do |o, i|</pre></td>
702
+ <td><pre><a name="line108">108</a> scenario.outcomes.each_with_index do |o, i|</pre></td>
709
703
  </tr>
710
704
 
711
705
 
712
706
 
713
707
  <tr class="marked">
714
- <td><pre><a name="line110">110</a> gherkin += &quot;\t\tThen #{o.description}\n&quot; if i==0</pre></td>
708
+ <td><pre><a name="line109">109</a> gherkin += &quot;\t\tThen #{o.description}\n&quot; if i==0</pre></td>
715
709
  </tr>
716
710
 
717
711
 
718
712
 
719
713
  <tr class="marked">
720
- <td><pre><a name="line111">111</a> gherkin += &quot;\t\t\tAnd #{o.description}\n&quot; unless i==0</pre></td>
714
+ <td><pre><a name="line110">110</a> gherkin += &quot;\t\t\tAnd #{o.description}\n&quot; unless i==0</pre></td>
721
715
  </tr>
722
716
 
723
717
 
724
718
 
725
719
  <tr class="inferred">
726
- <td><pre><a name="line112">112</a> end</pre></td>
720
+ <td><pre><a name="line111">111</a> end</pre></td>
727
721
  </tr>
728
722
 
729
723
 
730
724
 
731
725
  <tr class="inferred">
732
- <td><pre><a name="line113">113</a> end</pre></td>
726
+ <td><pre><a name="line112">112</a> end</pre></td>
733
727
  </tr>
734
728
 
735
729
 
736
730
 
737
731
  <tr class="inferred">
738
- <td><pre><a name="line114">114</a> </pre></td>
732
+ <td><pre><a name="line113">113</a> </pre></td>
739
733
  </tr>
740
734
 
741
735
 
742
736
 
743
737
  <tr class="marked">
744
- <td><pre><a name="line115">115</a> gherkin += &quot;\n&quot;</pre></td>
738
+ <td><pre><a name="line114">114</a> gherkin += &quot;\n&quot;</pre></td>
745
739
  </tr>
746
740
 
747
741
 
748
742
 
749
743
  <tr class="inferred">
750
- <td><pre><a name="line116">116</a> end</pre></td>
744
+ <td><pre><a name="line115">115</a> end</pre></td>
751
745
  </tr>
752
746
 
753
747
 
754
748
 
755
749
  <tr class="inferred">
756
- <td><pre><a name="line117">117</a> end</pre></td>
750
+ <td><pre><a name="line116">116</a> end</pre></td>
757
751
  </tr>
758
752
 
759
753
 
760
754
 
761
755
  <tr class="inferred">
762
- <td><pre><a name="line118">118</a> </pre></td>
756
+ <td><pre><a name="line117">117</a> </pre></td>
763
757
  </tr>
764
758
 
765
759
 
766
760
 
767
761
  <tr class="marked">
768
- <td><pre><a name="line119">119</a> File.open(FEATURE_PATH + feature_filename, 'w') {|f| f.write(gherkin) }</pre></td>
762
+ <td><pre><a name="line118">118</a> File.open(FEATURE_PATH + feature_filename, 'w') {|f| f.write(gherkin) }</pre></td>
769
763
  </tr>
770
764
 
771
765
 
772
766
 
773
767
  <tr class="inferred">
774
- <td><pre><a name="line120">120</a> end</pre></td>
768
+ <td><pre><a name="line119">119</a> end</pre></td>
775
769
  </tr>
776
770
 
777
771
 
778
772
 
779
773
  <tr class="inferred">
780
- <td><pre><a name="line121">121</a> </pre></td>
774
+ <td><pre><a name="line120">120</a> </pre></td>
781
775
  </tr>
782
776
 
783
777
 
784
778
 
785
779
  <tr class="marked">
786
- <td><pre><a name="line122">122</a> def regexp(string)</pre></td>
780
+ <td><pre><a name="line121">121</a> def regexp(string)</pre></td>
787
781
  </tr>
788
782
 
789
783
 
790
784
 
791
785
  <tr class="marked">
792
- <td><pre><a name="line123">123</a> pc = string.gsub(/&quot;([^\&quot;]*)&quot;/, '&quot;([^\&quot;]*)&quot;')</pre></td>
786
+ <td><pre><a name="line122">122</a> pc = string.gsub(/&quot;([^\&quot;]*)&quot;/, '&quot;([^\&quot;]*)&quot;')</pre></td>
793
787
  </tr>
794
788
 
795
789
 
796
790
 
797
791
  <tr class="marked">
798
- <td><pre><a name="line124">124</a> &quot;/^#{pc}$/&quot;</pre></td>
792
+ <td><pre><a name="line123">123</a> &quot;/^#{pc}$/&quot;</pre></td>
799
793
  </tr>
800
794
 
801
795
 
802
796
 
803
797
  <tr class="inferred">
804
- <td><pre><a name="line125">125</a> end</pre></td>
798
+ <td><pre><a name="line124">124</a> end</pre></td>
805
799
  </tr>
806
800
 
807
801
 
808
802
 
809
803
  <tr class="inferred">
810
- <td><pre><a name="line126">126</a> </pre></td>
804
+ <td><pre><a name="line125">125</a> </pre></td>
811
805
  </tr>
812
806
 
813
807
 
814
808
 
815
809
  <tr class="marked">
816
- <td><pre><a name="line127">127</a> def variables(string)</pre></td>
810
+ <td><pre><a name="line126">126</a> def variables(string)</pre></td>
817
811
  </tr>
818
812
 
819
813
 
820
814
 
821
815
  <tr class="marked">
822
- <td><pre><a name="line128">128</a> variables = string.split(/&quot;([^\&quot;]*)&quot;/)</pre></td>
816
+ <td><pre><a name="line127">127</a> variables = string.split(/&quot;([^\&quot;]*)&quot;/)</pre></td>
823
817
  </tr>
824
818
 
825
819
 
826
820
 
827
821
  <tr class="marked">
828
- <td><pre><a name="line129">129</a> variables.each_with_index do |v, i|</pre></td>
822
+ <td><pre><a name="line128">128</a> variables.each_with_index do |v, i|</pre></td>
829
823
  </tr>
830
824
 
831
825
 
832
826
 
833
827
  <tr class="marked">
834
- <td><pre><a name="line130">130</a> i % 2 == 0 ? variables[i] = nil : variables[i] = v</pre></td>
828
+ <td><pre><a name="line129">129</a> i % 2 == 0 ? variables[i] = nil : variables[i] = v</pre></td>
835
829
  </tr>
836
830
 
837
831
 
838
832
 
839
833
  <tr class="inferred">
840
- <td><pre><a name="line131">131</a> end</pre></td>
834
+ <td><pre><a name="line130">130</a> end</pre></td>
841
835
  </tr>
842
836
 
843
837
 
844
838
 
845
839
  <tr class="marked">
846
- <td><pre><a name="line132">132</a> variables.compact</pre></td>
840
+ <td><pre><a name="line131">131</a> variables.compact</pre></td>
847
841
  </tr>
848
842
 
849
843
 
850
844
 
851
845
  <tr class="inferred">
852
- <td><pre><a name="line133">133</a> end</pre></td>
846
+ <td><pre><a name="line132">132</a> end</pre></td>
853
847
  </tr>
854
848
 
855
849
 
856
850
 
857
851
  <tr class="inferred">
858
- <td><pre><a name="line134">134</a> </pre></td>
852
+ <td><pre><a name="line133">133</a> </pre></td>
859
853
  </tr>
860
854
 
861
855
 
862
856
 
863
857
  <tr class="inferred">
864
- <td><pre><a name="line135">135</a> end</pre></td>
858
+ <td><pre><a name="line134">134</a> end</pre></td>
865
859
  </tr>
866
860
 
867
861
 
868
862
 
869
863
  <tr class="inferred">
870
- <td><pre><a name="line136">136</a> </pre></td>
864
+ <td><pre><a name="line135">135</a> </pre></td>
871
865
  </tr>
872
866
 
873
867
  </tbody>
874
868
  </table>
875
869
 
876
- <p>Generated on Thu Dec 03 16:49:24 +0000 2009 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
870
+ <p>Generated on Thu Jan 07 15:27:03 +0000 2010 with <a href="http://github.com/relevance/rcov">rcov 0.9.6</a></p>
877
871
 
878
872
  </body>
879
873
  </html>
Binary file
Binary file
@@ -1516,3 +1516,1519 @@ Rendered outcomes/_outcome (99.6ms)
1516
1516
  Rendered outcomes/_outcomes (105.7ms)
1517
1517
  Story Load (0.4ms) SELECT * FROM "stories" WHERE ("stories"."id" = 1) 
1518
1518
  Completed in 150ms (View: 123, DB: 2) | 200 OK [http://localhost/outcomes?scenario_id=1&authenticity_token=FyizNlCie5wPa8vO8flvFWg18Eoy8e6mdNoqpP7ppAc%3D]
1519
+
1520
+
1521
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:48:20) [GET]
1522
+ Redirected to http://localhost:3000/session/new
1523
+ Filter chain halted as [:login_required] rendered_or_redirected.
1524
+ Completed in 16ms (DB: 0) | 302 Found [http://localhost/]
1525
+
1526
+
1527
+ Processing SessionsController#new (for 127.0.0.1 at 2010-01-07 14:48:20) [GET]
1528
+ Rendering template within layouts/main
1529
+ Rendering sessions/new
1530
+ Rendered layouts/_meta (0.5ms)
1531
+ Rendered layouts/_header (1.0ms)
1532
+ Rendered layouts/_footer (0.5ms)
1533
+ Completed in 87ms (View: 83, DB: 0) | 200 OK [http://localhost/session/new]
1534
+
1535
+
1536
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:48:26) [POST]
1537
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"admin", "password"=>"password"}
1538
+ User Load (0.2ms) SELECT * FROM "users" WHERE ("users"."login" = 'admin') LIMIT 1
1539
+ Failed login for 'admin' from 127.0.0.1 at Thu Jan 07 14:48:26 UTC 2010
1540
+ Rendering template within layouts/main
1541
+ Rendering sessions/new
1542
+ Rendered layouts/_meta (0.1ms)
1543
+ Rendered layouts/_header (0.3ms)
1544
+ Rendered layouts/_footer (0.1ms)
1545
+ Completed in 31ms (View: 8, DB: 0) | 200 OK [http://localhost/session]
1546
+
1547
+
1548
+ Processing UsersController#new (for 127.0.0.1 at 2010-01-07 14:48:28) [GET]
1549
+ Rendering template within layouts/main
1550
+ Rendering users/new
1551
+ Rendered layouts/_meta (0.1ms)
1552
+ Rendered layouts/_header (0.2ms)
1553
+ Rendered layouts/_footer (0.1ms)
1554
+ Completed in 33ms (View: 19, DB: 0) | 200 OK [http://localhost/signup]
1555
+
1556
+
1557
+ Processing UsersController#create (for 127.0.0.1 at 2010-01-07 14:48:37) [POST]
1558
+ Parameters: {"commit"=>"Sign up", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "user"=>{"password_confirmation"=>"sammy69", "password"=>"sammy69", "login"=>"dave", "email"=>"dave.hrycyszyn@headlondon.com"}}
1559
+ User Load (0.4ms) SELECT "users".id FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1560
+ User Load (0.2ms) SELECT "users".id FROM "users" WHERE ("users"."email" = 'dave.hrycyszyn@headlondon.com') LIMIT 1
1561
+ Rendering template within layouts/main
1562
+ Rendering users/new
1563
+ Rendered layouts/_meta (0.1ms)
1564
+ Rendered layouts/_header (0.2ms)
1565
+ Rendered layouts/_footer (0.1ms)
1566
+ Completed in 39ms (View: 18, DB: 1) | 200 OK [http://localhost/users]
1567
+
1568
+
1569
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:48:44) [GET]
1570
+ Redirected to http://localhost:3000/session/new
1571
+ Filter chain halted as [:login_required] rendered_or_redirected.
1572
+ Completed in 2ms (DB: 0) | 302 Found [http://localhost/]
1573
+
1574
+
1575
+ Processing SessionsController#new (for 127.0.0.1 at 2010-01-07 14:48:44) [GET]
1576
+ Rendering template within layouts/main
1577
+ Rendering sessions/new
1578
+ Rendered layouts/_meta (0.1ms)
1579
+ Rendered layouts/_header (0.2ms)
1580
+ Rendered layouts/_footer (0.1ms)
1581
+ Completed in 11ms (View: 8, DB: 0) | 200 OK [http://localhost/session/new]
1582
+
1583
+
1584
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:48:49) [POST]
1585
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>"sammy69"}
1586
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1587
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:48:49 UTC 2010
1588
+ Rendering template within layouts/main
1589
+ Rendering sessions/new
1590
+ Rendered layouts/_meta (0.1ms)
1591
+ Rendered layouts/_header (0.2ms)
1592
+ Rendered layouts/_footer (0.1ms)
1593
+ Completed in 26ms (View: 8, DB: 0) | 200 OK [http://localhost/session]
1594
+
1595
+
1596
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:48:55) [POST]
1597
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>"sammy72"}
1598
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1599
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:48:55 UTC 2010
1600
+ Rendering template within layouts/main
1601
+ Rendering sessions/new
1602
+ Rendered layouts/_meta (0.1ms)
1603
+ Rendered layouts/_header (0.2ms)
1604
+ Rendered layouts/_footer (0.1ms)
1605
+ Completed in 27ms (View: 8, DB: 0) | 200 OK [http://localhost/session]
1606
+
1607
+
1608
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:48:59) [POST]
1609
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>"sammy69"}
1610
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1611
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:48:59 UTC 2010
1612
+ Rendering template within layouts/main
1613
+ Rendering sessions/new
1614
+ Rendered layouts/_meta (0.1ms)
1615
+ Rendered layouts/_header (0.2ms)
1616
+ Rendered layouts/_footer (0.1ms)
1617
+ Completed in 25ms (View: 7, DB: 0) | 200 OK [http://localhost/session]
1618
+
1619
+
1620
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:49:01) [POST]
1621
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>""}
1622
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:49:01 UTC 2010
1623
+ Rendering template within layouts/main
1624
+ Rendering sessions/new
1625
+ Rendered layouts/_meta (0.1ms)
1626
+ Rendered layouts/_header (0.2ms)
1627
+ Rendered layouts/_footer (0.1ms)
1628
+ Completed in 19ms (View: 7, DB: 0) | 200 OK [http://localhost/session]
1629
+
1630
+
1631
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:49:04) [POST]
1632
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>"sammy69"}
1633
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1634
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:49:04 UTC 2010
1635
+ Rendering template within layouts/main
1636
+ Rendering sessions/new
1637
+ Rendered layouts/_meta (0.1ms)
1638
+ Rendered layouts/_header (0.2ms)
1639
+ Rendered layouts/_footer (0.1ms)
1640
+ Completed in 26ms (View: 8, DB: 0) | 200 OK [http://localhost/session]
1641
+
1642
+
1643
+ Processing UsersController#new (for 127.0.0.1 at 2010-01-07 14:49:08) [GET]
1644
+ Rendering template within layouts/main
1645
+ Rendering users/new
1646
+ Rendered layouts/_meta (0.1ms)
1647
+ Rendered layouts/_header (0.2ms)
1648
+ Rendered layouts/_footer (0.1ms)
1649
+ Completed in 24ms (View: 11, DB: 0) | 200 OK [http://localhost/signup]
1650
+
1651
+
1652
+ Processing UsersController#create (for 127.0.0.1 at 2010-01-07 14:49:18) [POST]
1653
+ Parameters: {"commit"=>"Sign up", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "user"=>{"password_confirmation"=>"sammy69", "password"=>"sammy69", "login"=>"dave", "email"=>"dave.hrycyszyn@headlondon.com"}}
1654
+ User Load (0.3ms) SELECT "users".id FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1655
+ User Load (0.2ms) SELECT "users".id FROM "users" WHERE ("users"."email" = 'dave.hrycyszyn@headlondon.com') LIMIT 1
1656
+ Rendering template within layouts/main
1657
+ Rendering users/new
1658
+ Rendered layouts/_meta (0.1ms)
1659
+ Rendered layouts/_header (0.2ms)
1660
+ Rendered layouts/_footer (0.1ms)
1661
+ Completed in 113ms (View: 17, DB: 0) | 200 OK [http://localhost/users]
1662
+
1663
+
1664
+ Processing SessionsController#new (for 127.0.0.1 at 2010-01-07 14:51:41) [GET]
1665
+ Rendering template within layouts/main
1666
+ Rendering sessions/new
1667
+ Rendered layouts/_meta (0.1ms)
1668
+ Rendered layouts/_header (0.2ms)
1669
+ Rendered layouts/_footer (0.1ms)
1670
+ Completed in 11ms (View: 8, DB: 0) | 200 OK [http://localhost/login]
1671
+
1672
+
1673
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:51:46) [POST]
1674
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>"sammy"}
1675
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1676
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:51:46 UTC 2010
1677
+ Rendering template within layouts/main
1678
+ Rendering sessions/new
1679
+ Rendered layouts/_meta (0.1ms)
1680
+ Rendered layouts/_header (0.2ms)
1681
+ Rendered layouts/_footer (0.1ms)
1682
+ Completed in 26ms (View: 8, DB: 1) | 200 OK [http://localhost/session]
1683
+
1684
+
1685
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:51:50) [POST]
1686
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>""}
1687
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:51:50 UTC 2010
1688
+ Rendering template within layouts/main
1689
+ Rendering sessions/new
1690
+ Rendered layouts/_meta (0.1ms)
1691
+ Rendered layouts/_header (0.2ms)
1692
+ Rendered layouts/_footer (0.1ms)
1693
+ Completed in 22ms (View: 8, DB: 0) | 200 OK [http://localhost/session]
1694
+
1695
+
1696
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:51:52) [POST]
1697
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>"foo"}
1698
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1699
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:51:52 UTC 2010
1700
+ Rendering template within layouts/main
1701
+ Rendering sessions/new
1702
+ Rendered layouts/_meta (0.1ms)
1703
+ Rendered layouts/_header (0.2ms)
1704
+ Rendered layouts/_footer (0.1ms)
1705
+ Completed in 26ms (View: 8, DB: 0) | 200 OK [http://localhost/session]
1706
+
1707
+
1708
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:51:54) [POST]
1709
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>"dave"}
1710
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1711
+ Failed login for 'dave' from 127.0.0.1 at Thu Jan 07 14:51:54 UTC 2010
1712
+ Rendering template within layouts/main
1713
+ Rendering sessions/new
1714
+ Rendered layouts/_meta (0.1ms)
1715
+ Rendered layouts/_header (0.2ms)
1716
+ Rendered layouts/_footer (0.1ms)
1717
+ Completed in 25ms (View: 8, DB: 0) | 200 OK [http://localhost/session]
1718
+
1719
+
1720
+ Processing SessionsController#create (for 127.0.0.1 at 2010-01-07 14:51:57) [POST]
1721
+ Parameters: {"commit"=>"Log in", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "login"=>"dave", "password"=>"password"}
1722
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."login" = 'dave') LIMIT 1
1723
+ Redirected to http://localhost:3000/
1724
+ Completed in 20ms (DB: 0) | 302 Found [http://localhost/session]
1725
+
1726
+
1727
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:51:57) [GET]
1728
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1729
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
1730
+ Rendering template within layouts/main
1731
+ Rendering iterations/index
1732
+ Rendered layouts/_meta (0.1ms)
1733
+ Rendered layouts/_header (0.2ms)
1734
+ Rendered layouts/_footer (0.1ms)
1735
+ Completed in 246ms (View: 223, DB: 1) | 200 OK [http://localhost/]
1736
+
1737
+
1738
+ Processing ApplicationController#index (for 127.0.0.1 at 2010-01-07 14:52:01) [GET]
1739
+ Parameters: {"iteration_id"=>"1"}
1740
+
1741
+ SyntaxError (/home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:49: syntax error, unexpected tLSHFT, expecting kEND
1742
+ <<<<<<< HEAD:lib/branston/app/controllers/stories_controller.rb
1743
+ ^
1744
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:55: syntax error, unexpected tEQQ, expecting kEND
1745
+ =======
1746
+ ^
1747
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:58: syntax error, unexpected tRSHFT, expecting kEND
1748
+ >>>>>>> steventux/master:lib/bra...
1749
+ ^
1750
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:58: syntax error, unexpected tSYMBEG, expecting kDO or '{' or '('
1751
+ >>>>>>> steventux/master:lib/branston/app/controllers/s...
1752
+ ^
1753
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:62: syntax error, unexpected tLSHFT, expecting kEND
1754
+ <<<<<<< HEAD:lib/branston/app/controllers/stories_controller.rb
1755
+ ^
1756
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:96: syntax error, unexpected tEQQ, expecting kEND
1757
+ =======
1758
+ ^
1759
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:107: syntax error, unexpected tRSHFT, expecting kEND
1760
+ >>>>>>> steventux/master:lib/bra...
1761
+ ^
1762
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:107: syntax error, unexpected tSYMBEG, expecting kDO or '{' or '('
1763
+ >>>>>>> steventux/master:lib/branston/app/controllers/s...
1764
+ ^
1765
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:174: syntax error, unexpected $end, expecting kEND):
1766
+
1767
+
1768
+ Rendered rescues/_trace (42.0ms)
1769
+ Rendered rescues/_request_and_response (1.6ms)
1770
+ Rendering rescues/layout (internal_server_error)
1771
+
1772
+
1773
+ Processing ApplicationController#index (for 127.0.0.1 at 2010-01-07 14:52:42) [GET]
1774
+ Parameters: {"iteration_id"=>"1"}
1775
+
1776
+ SyntaxError (/home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:87: syntax error, unexpected tEQQ, expecting kEND
1777
+ =======
1778
+ ^
1779
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:98: syntax error, unexpected tRSHFT, expecting kEND
1780
+ >>>>>>> steventux/master:lib/bra...
1781
+ ^
1782
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:98: syntax error, unexpected tSYMBEG, expecting kDO or '{' or '('
1783
+ >>>>>>> steventux/master:lib/branston/app/controllers/s...
1784
+ ^
1785
+ /home/dave/workspace/branston/lib/branston/app/controllers/stories_controller.rb:165: syntax error, unexpected $end, expecting kEND):
1786
+
1787
+
1788
+ Rendered rescues/_trace (125.7ms)
1789
+ Rendered rescues/_request_and_response (0.4ms)
1790
+ Rendering rescues/layout (internal_server_error)
1791
+
1792
+
1793
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:53:59) [GET]
1794
+ Parameters: {"iteration_id"=>"1"}
1795
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1796
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
1797
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
1798
+ Rendering template within layouts/main
1799
+ Rendering stories/index
1800
+ SQL (0.0ms) SQLite3::SQLException: no such column: status: SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
1801
+
1802
+ ActionView::TemplateError (SQLite3::SQLException: no such column: status: SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) ) on line #17 of app/views/stories/index.html.erb:
1803
+ 14: new Effect.Scale(scenarios[0], 100, {scaleY:true,scaleX:false,scaleMode:'contents'});
1804
+ 15: }
1805
+ 16: });
1806
+ 17: <% unless @current_stories.nil? or @current_stories.empty? -%>
1807
+ 18: var currentStories = new Accordion("current_stories", 1);
1808
+ 19: //$('accordion-toggle').each(function(e) {e.observe('click', currentStories.forceExpand);});
1809
+ 20: <% end -%>
1810
+
1811
+ app/views/stories/index.html.erb:17
1812
+ app/views/stories/index.html.erb:6
1813
+ app/controllers/stories_controller.rb:29:in `index'
1814
+
1815
+ Rendered rescues/_trace (85.9ms)
1816
+ Rendered rescues/_request_and_response (0.4ms)
1817
+ Rendering rescues/layout (internal_server_error)
1818
+ SQL (1.0ms)  SELECT name
1819
+ FROM sqlite_master
1820
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1821
+ 
1822
+ SQL (0.6ms) SELECT version FROM schema_migrations
1823
+ Migrating to CreateUsers (20091127114237)
1824
+ Migrating to CreateIterations (20091127120627)
1825
+ Migrating to CreateStories (20091127122422)
1826
+ Migrating to CreateUserRoles (20091127131037)
1827
+ Migrating to CreateParticipations (20091127144645)
1828
+ Migrating to CreateScenarios (20091127164217)
1829
+ Migrating to CreatePreconditions (20091127164446)
1830
+ Migrating to CreateOutcomes (20091127164705)
1831
+ Migrating to AddTitleToStories (20091127172849)
1832
+ Migrating to AddStoryIdToUserRole (20091127172950)
1833
+ Migrating to AddAuthorIdToStory (20091127173744)
1834
+ Migrating to CreateReleases (20091202105555)
1835
+ Migrating to AddSlugToStories (20091204173634)
1836
+ Migrating to AddStatusToStory (20091223100903)
1837
+ SQL (0.1ms) select sqlite_version(*)
1838
+ SQL (0.8ms) ALTER TABLE "stories" ADD "status" varchar(10)
1839
+ SQL (0.2ms) ALTER TABLE "stories" ADD "completed_date" date
1840
+ SQL (0.4ms) INSERT INTO schema_migrations (version) VALUES ('20091223100903')
1841
+ SQL (0.7ms)  SELECT name
1842
+ FROM sqlite_master
1843
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1844
+ 
1845
+ SQL (0.7ms) SELECT version FROM schema_migrations
1846
+ SQL (0.5ms)  SELECT name
1847
+ FROM sqlite_master
1848
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
1849
+ 
1850
+ SQL (0.1ms) PRAGMA index_list("iterations")
1851
+ SQL (0.1ms) PRAGMA index_list("outcomes")
1852
+ SQL (0.1ms) PRAGMA index_list("participations")
1853
+ SQL (0.1ms) PRAGMA index_list("preconditions")
1854
+ SQL (0.1ms) PRAGMA index_list("releases")
1855
+ SQL (0.1ms) PRAGMA index_list("scenarios")
1856
+ SQL (0.1ms) PRAGMA index_list("stories")
1857
+ SQL (0.1ms) PRAGMA index_list("user_roles")
1858
+ SQL (0.2ms) PRAGMA index_list("users")
1859
+ SQL (0.2ms) PRAGMA index_info('index_users_on_login')
1860
+
1861
+
1862
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:54:38) [GET]
1863
+ Parameters: {"iteration_id"=>"1"}
1864
+ User Load (0.7ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1865
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
1866
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
1867
+ Rendering template within layouts/main
1868
+ Rendering stories/index
1869
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
1870
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
1871
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
1872
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
1873
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
1874
+ Rendered layouts/_meta (0.5ms)
1875
+ Rendered layouts/_header (1.1ms)
1876
+ Rendered layouts/_footer (0.6ms)
1877
+ Completed in 177ms (View: 43, DB: 2) | 200 OK [http://localhost/iterations/1/stories]
1878
+
1879
+
1880
+ Processing StoriesController#new (for 127.0.0.1 at 2010-01-07 14:54:40) [GET]
1881
+ Parameters: {"iteration_id"=>"1"}
1882
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1883
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
1884
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
1885
+ Rendering template within layouts/main
1886
+ Rendering stories/new
1887
+ Rendered stories/_form (4.1ms)
1888
+ Rendered layouts/_meta (0.1ms)
1889
+ Rendered layouts/_header (0.2ms)
1890
+ Rendered layouts/_footer (0.1ms)
1891
+ Completed in 66ms (View: 20, DB: 1) | 200 OK [http://localhost/iterations/1/stories/new]
1892
+
1893
+
1894
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 14:54:54) [POST]
1895
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"Add Video", "points"=>"4", "description"=>"The user can add a video.", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
1896
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1897
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
1898
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
1899
+ Story Load (0.2ms) SELECT "stories".id FROM "stories" WHERE ("stories"."title" = 'Add Video') LIMIT 1
1900
+ Story Create (0.8ms) INSERT INTO "stories" ("slug", "created_at", "title", "completed_date", "updated_at", "points", "description", "author_id", "iteration_id", "status") VALUES('add-video', '2010-01-07 14:54:54', 'Add Video', NULL, '2010-01-07 14:54:54', 4, 'The user can add a video.', 1, NULL, 'new')
1901
+ Redirected to http://localhost:3000/iterations/1/stories
1902
+ Completed in 348ms (DB: 2) | 302 Found [http://localhost/iterations/1/stories]
1903
+
1904
+
1905
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:54:54) [GET]
1906
+ Parameters: {"iteration_id"=>"1"}
1907
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1908
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
1909
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
1910
+ Rendering template within layouts/main
1911
+ Rendering stories/index
1912
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
1913
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
1914
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
1915
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
1916
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
1917
+ Rendered layouts/_meta (0.1ms)
1918
+ Rendered layouts/_header (0.2ms)
1919
+ Rendered layouts/_footer (0.1ms)
1920
+ Completed in 153ms (View: 15, DB: 2) | 200 OK [http://localhost/iterations/1/stories]
1921
+
1922
+
1923
+ Processing StoriesController#new (for 127.0.0.1 at 2010-01-07 14:54:56) [GET]
1924
+ Parameters: {"iteration_id"=>"1"}
1925
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1926
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
1927
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
1928
+ Rendering template within layouts/main
1929
+ Rendering stories/new
1930
+ Rendered stories/_form (2.6ms)
1931
+ Rendered layouts/_meta (0.1ms)
1932
+ Rendered layouts/_header (0.2ms)
1933
+ Rendered layouts/_footer (0.1ms)
1934
+ Completed in 155ms (View: 12, DB: 1) | 200 OK [http://localhost/iterations/1/stories/new]
1935
+
1936
+
1937
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:54:58) [GET]
1938
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1939
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
1940
+ Rendering template within layouts/main
1941
+ Rendering iterations/index
1942
+ Rendered layouts/_meta (0.1ms)
1943
+ Rendered layouts/_header (0.2ms)
1944
+ Rendered layouts/_footer (0.1ms)
1945
+ Completed in 114ms (View: 91, DB: 1) | 200 OK [http://localhost/]
1946
+
1947
+
1948
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:55:02) [GET]
1949
+ Parameters: {"iteration_id"=>"1"}
1950
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1951
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
1952
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
1953
+ Rendering template within layouts/main
1954
+ Rendering stories/index
1955
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
1956
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
1957
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
1958
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
1959
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
1960
+ Rendered layouts/_meta (0.1ms)
1961
+ Rendered layouts/_header (0.3ms)
1962
+ Rendered layouts/_footer (0.1ms)
1963
+ Completed in 60ms (View: 15, DB: 2) | 200 OK [http://localhost/iterations/1/stories]
1964
+
1965
+
1966
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:55:06) [GET]
1967
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1968
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
1969
+ Rendering template within layouts/main
1970
+ Rendering iterations/index
1971
+ Rendered layouts/_meta (0.1ms)
1972
+ Rendered layouts/_header (0.2ms)
1973
+ Rendered layouts/_footer (0.1ms)
1974
+ Completed in 44ms (View: 17, DB: 1) | 200 OK [http://localhost/iterations]
1975
+
1976
+
1977
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:55:08) [GET]
1978
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1979
+ Release Load (0.2ms) SELECT * FROM "releases" 
1980
+ Rendering template within layouts/main
1981
+ Rendering releases/index
1982
+ Rendered layouts/_meta (0.1ms)
1983
+ Rendered layouts/_header (0.2ms)
1984
+ Rendered layouts/_footer (0.1ms)
1985
+ Completed in 34ms (View: 13, DB: 1) | 200 OK [http://localhost/releases]
1986
+
1987
+
1988
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:55:09) [GET]
1989
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
1990
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
1991
+ Rendering template within layouts/main
1992
+ Rendering iterations/index
1993
+ Rendered layouts/_meta (0.1ms)
1994
+ Rendered layouts/_header (0.3ms)
1995
+ Rendered layouts/_footer (0.1ms)
1996
+ Completed in 60ms (View: 18, DB: 1) | 200 OK [http://localhost/]
1997
+
1998
+
1999
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:55:13) [GET]
2000
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2001
+ Release Load (0.2ms) SELECT * FROM "releases" 
2002
+ Rendering template within layouts/main
2003
+ Rendering releases/index
2004
+ Rendered layouts/_meta (0.1ms)
2005
+ Rendered layouts/_header (0.2ms)
2006
+ Rendered layouts/_footer (0.1ms)
2007
+ Completed in 27ms (View: 6, DB: 1) | 200 OK [http://localhost/releases]
2008
+
2009
+
2010
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:55:16) [GET]
2011
+ Parameters: {"s"=>""}
2012
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2013
+ Release Load (0.2ms) SELECT * FROM "releases" 
2014
+ Rendering template within layouts/main
2015
+ Rendering releases/index
2016
+ Rendered layouts/_meta (0.1ms)
2017
+ Rendered layouts/_header (0.2ms)
2018
+ Rendered layouts/_footer (0.1ms)
2019
+ Completed in 126ms (View: 6, DB: 1) | 200 OK [http://localhost/releases?s=]
2020
+
2021
+
2022
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:55:17) [GET]
2023
+ Parameters: {"s"=>""}
2024
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2025
+ Release Load (0.2ms) SELECT * FROM "releases" 
2026
+ Rendering template within layouts/main
2027
+ Rendering releases/index
2028
+ Rendered layouts/_meta (0.1ms)
2029
+ Rendered layouts/_header (0.2ms)
2030
+ Rendered layouts/_footer (0.1ms)
2031
+ Completed in 28ms (View: 6, DB: 1) | 200 OK [http://localhost/releases?s=]
2032
+
2033
+
2034
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:55:18) [GET]
2035
+ Parameters: {"s"=>""}
2036
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2037
+ Release Load (0.2ms) SELECT * FROM "releases" 
2038
+ Rendering template within layouts/main
2039
+ Rendering releases/index
2040
+ Rendered layouts/_meta (0.1ms)
2041
+ Rendered layouts/_header (0.2ms)
2042
+ Rendered layouts/_footer (0.1ms)
2043
+ Completed in 26ms (View: 6, DB: 1) | 200 OK [http://localhost/releases?s=]
2044
+
2045
+
2046
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:55:19) [GET]
2047
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2048
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2049
+ Rendering template within layouts/main
2050
+ Rendering iterations/index
2051
+ Rendered layouts/_meta (0.1ms)
2052
+ Rendered layouts/_header (0.2ms)
2053
+ Rendered layouts/_footer (0.1ms)
2054
+ Completed in 44ms (View: 16, DB: 1) | 200 OK [http://localhost/iterations]
2055
+
2056
+
2057
+ Processing IterationsController#show (for 127.0.0.1 at 2010-01-07 14:55:41) [GET]
2058
+ Parameters: {"id"=>"1"}
2059
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2060
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2061
+ Iteration Load (0.2ms) SELECT SUM(points) AS total_points,
2062
+ COUNT(points) AS points,
2063
+ completed_date
2064
+ FROM stories
2065
+ WHERE iteration_id = 1
2066
+ AND status = 'completed'
2067
+ GROUP BY completed_date
2068
+ Rendering template within layouts/main
2069
+ Rendering iterations/show
2070
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ("stories".iteration_id = 1) 
2071
+ Story Load (0.6ms) SELECT * FROM "stories" WHERE ("stories".iteration_id = 1) 
2072
+ Rendered layouts/_meta (0.1ms)
2073
+ Rendered layouts/_header (0.3ms)
2074
+ Rendered layouts/_footer (0.1ms)
2075
+ Completed in 170ms (View: 144, DB: 2) | 200 OK [http://localhost/iterations/1]
2076
+
2077
+
2078
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:56:01) [GET]
2079
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2080
+ Release Load (0.2ms) SELECT * FROM "releases" 
2081
+ Rendering template within layouts/main
2082
+ Rendering releases/index
2083
+ Rendered layouts/_meta (0.1ms)
2084
+ Rendered layouts/_header (0.3ms)
2085
+ Rendered layouts/_footer (0.1ms)
2086
+ Completed in 27ms (View: 6, DB: 1) | 200 OK [http://localhost/releases]
2087
+
2088
+
2089
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:56:02) [GET]
2090
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2091
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2092
+ Rendering template within layouts/main
2093
+ Rendering iterations/index
2094
+ Rendered layouts/_meta (0.1ms)
2095
+ Rendered layouts/_header (0.2ms)
2096
+ Rendered layouts/_footer (0.1ms)
2097
+ Completed in 139ms (View: 17, DB: 1) | 200 OK [http://localhost/]
2098
+
2099
+
2100
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:56:04) [GET]
2101
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2102
+ Release Load (0.2ms) SELECT * FROM "releases" 
2103
+ Rendering template within layouts/main
2104
+ Rendering releases/index
2105
+ Rendered layouts/_meta (0.1ms)
2106
+ Rendered layouts/_header (0.2ms)
2107
+ Rendered layouts/_footer (0.1ms)
2108
+ Completed in 28ms (View: 6, DB: 1) | 200 OK [http://localhost/releases]
2109
+
2110
+
2111
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:56:05) [GET]
2112
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2113
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2114
+ Rendering template within layouts/main
2115
+ Rendering iterations/index
2116
+ Rendered layouts/_meta (0.1ms)
2117
+ Rendered layouts/_header (0.2ms)
2118
+ Rendered layouts/_footer (0.1ms)
2119
+ Completed in 138ms (View: 17, DB: 1) | 200 OK [http://localhost/iterations]
2120
+
2121
+
2122
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:56:06) [GET]
2123
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2124
+ Release Load (0.2ms) SELECT * FROM "releases" 
2125
+ Rendering template within layouts/main
2126
+ Rendering releases/index
2127
+ Rendered layouts/_meta (0.1ms)
2128
+ Rendered layouts/_header (0.2ms)
2129
+ Rendered layouts/_footer (0.1ms)
2130
+ Completed in 28ms (View: 6, DB: 1) | 200 OK [http://localhost/releases]
2131
+
2132
+
2133
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:56:07) [GET]
2134
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2135
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2136
+ Rendering template within layouts/main
2137
+ Rendering iterations/index
2138
+ Rendered layouts/_meta (0.1ms)
2139
+ Rendered layouts/_header (0.2ms)
2140
+ Rendered layouts/_footer (0.1ms)
2141
+ Completed in 38ms (View: 16, DB: 1) | 200 OK [http://localhost/]
2142
+
2143
+
2144
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:56:08) [GET]
2145
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2146
+ Iteration Load (1.4ms) SELECT * FROM "iterations" 
2147
+ Rendering template within layouts/main
2148
+ Rendering iterations/index
2149
+ Rendered layouts/_meta (0.1ms)
2150
+ Rendered layouts/_header (0.2ms)
2151
+ Rendered layouts/_footer (0.1ms)
2152
+ Completed in 41ms (View: 16, DB: 2) | 200 OK [http://localhost/iterations]
2153
+
2154
+
2155
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:56:10) [GET]
2156
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2157
+ Release Load (0.2ms) SELECT * FROM "releases" 
2158
+ Rendering template within layouts/main
2159
+ Rendering releases/index
2160
+ Rendered layouts/_meta (0.1ms)
2161
+ Rendered layouts/_header (0.2ms)
2162
+ Rendered layouts/_footer (0.1ms)
2163
+ Completed in 26ms (View: 6, DB: 1) | 200 OK [http://localhost/releases]
2164
+
2165
+
2166
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:56:11) [GET]
2167
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2168
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2169
+ Rendering template within layouts/main
2170
+ Rendering iterations/index
2171
+ Rendered layouts/_meta (0.1ms)
2172
+ Rendered layouts/_header (0.2ms)
2173
+ Rendered layouts/_footer (0.1ms)
2174
+ Completed in 42ms (View: 16, DB: 1) | 200 OK [http://localhost/iterations]
2175
+
2176
+
2177
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:56:13) [GET]
2178
+ Parameters: {"iteration_id"=>"1"}
2179
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2180
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2181
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2182
+ Rendering template within layouts/main
2183
+ Rendering stories/index
2184
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2185
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2186
+ Story Load (0.2ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2187
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2188
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2189
+ Rendered layouts/_meta (0.1ms)
2190
+ Rendered layouts/_header (0.3ms)
2191
+ Rendered layouts/_footer (0.1ms)
2192
+ Completed in 157ms (View: 18, DB: 2) | 200 OK [http://localhost/iterations/1/stories]
2193
+
2194
+
2195
+ Processing StoriesController#new (for 127.0.0.1 at 2010-01-07 14:56:18) [GET]
2196
+ Parameters: {"iteration_id"=>"1"}
2197
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2198
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2199
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2200
+ Rendering template within layouts/main
2201
+ Rendering stories/new
2202
+ Rendered stories/_form (2.4ms)
2203
+ Rendered layouts/_meta (0.1ms)
2204
+ Rendered layouts/_header (0.2ms)
2205
+ Rendered layouts/_footer (0.1ms)
2206
+ Completed in 57ms (View: 10, DB: 1) | 200 OK [http://localhost/iterations/1/stories/new]
2207
+
2208
+
2209
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 14:56:24) [POST]
2210
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"Add Video", "points"=>"1", "description"=>"etest", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
2211
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2212
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2213
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2214
+ Story Load (0.3ms) SELECT "stories".id FROM "stories" WHERE ("stories"."title" = 'Add Video') LIMIT 1
2215
+ Rendering template within layouts/main
2216
+ Rendering stories/new
2217
+ Rendered stories/_form (4.4ms)
2218
+ Rendered layouts/_meta (0.1ms)
2219
+ Rendered layouts/_header (0.2ms)
2220
+ Rendered layouts/_footer (0.1ms)
2221
+ Completed in 69ms (View: 17, DB: 2) | 200 OK [http://localhost/iterations/1/stories]
2222
+
2223
+
2224
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 14:56:29) [POST]
2225
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"fff", "points"=>"1", "description"=>"etest", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
2226
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2227
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2228
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2229
+ Story Load (0.2ms) SELECT "stories".id FROM "stories" WHERE ("stories"."title" = 'fff') LIMIT 1
2230
+ Story Create (0.6ms) INSERT INTO "stories" ("slug", "created_at", "title", "completed_date", "updated_at", "points", "description", "author_id", "iteration_id", "status") VALUES('fff', '2010-01-07 14:56:29', 'fff', NULL, '2010-01-07 14:56:29', 1, 'etest', 1, NULL, 'new')
2231
+ Redirected to http://localhost:3000/iterations/1/stories
2232
+ Completed in 87ms (DB: 2) | 302 Found [http://localhost/iterations/1/stories]
2233
+
2234
+
2235
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:56:29) [GET]
2236
+ Parameters: {"iteration_id"=>"1"}
2237
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2238
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2239
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2240
+ Rendering template within layouts/main
2241
+ Rendering stories/index
2242
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2243
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2244
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2245
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2246
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2247
+ Rendered layouts/_meta (0.1ms)
2248
+ Rendered layouts/_header (0.3ms)
2249
+ Rendered layouts/_footer (0.1ms)
2250
+ Completed in 158ms (View: 16, DB: 2) | 200 OK [http://localhost/iterations/1/stories]
2251
+
2252
+
2253
+ Processing ReleasesController#index (for 127.0.0.1 at 2010-01-07 14:56:59) [GET]
2254
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2255
+ Release Load (0.2ms) SELECT * FROM "releases" 
2256
+ Rendering template within layouts/main
2257
+ Rendering releases/index
2258
+ Rendered layouts/_meta (0.1ms)
2259
+ Rendered layouts/_header (0.2ms)
2260
+ Rendered layouts/_footer (0.1ms)
2261
+ Completed in 28ms (View: 6, DB: 1) | 200 OK [http://localhost/releases]
2262
+
2263
+
2264
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 14:57:03) [GET]
2265
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2266
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2267
+ Rendering template within layouts/main
2268
+ Rendering iterations/index
2269
+ Rendered layouts/_meta (0.1ms)
2270
+ Rendered layouts/_header (0.2ms)
2271
+ Rendered layouts/_footer (0.1ms)
2272
+ Completed in 45ms (View: 18, DB: 1) | 200 OK [http://localhost/]
2273
+
2274
+
2275
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:57:08) [GET]
2276
+ Parameters: {"iteration_id"=>"1"}
2277
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2278
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2279
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2280
+ Rendering template within layouts/main
2281
+ Rendering stories/index
2282
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2283
+ SQL (11.6ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2284
+ Story Load (0.2ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2285
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2286
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2287
+ Rendered layouts/_meta (0.1ms)
2288
+ Rendered layouts/_header (0.2ms)
2289
+ Rendered layouts/_footer (0.1ms)
2290
+ Completed in 160ms (View: 105, DB: 14) | 200 OK [http://localhost/iterations/1/stories]
2291
+
2292
+
2293
+ Processing StoriesController#new (for 127.0.0.1 at 2010-01-07 14:57:11) [GET]
2294
+ Parameters: {"iteration_id"=>"1"}
2295
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2296
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2297
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2298
+ Rendering template within layouts/main
2299
+ Rendering stories/new
2300
+ Rendered stories/_form (2.5ms)
2301
+ Rendered layouts/_meta (0.1ms)
2302
+ Rendered layouts/_header (0.3ms)
2303
+ Rendered layouts/_footer (0.1ms)
2304
+ Completed in 59ms (View: 12, DB: 1) | 200 OK [http://localhost/iterations/1/stories/new]
2305
+
2306
+
2307
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 14:57:14) [POST]
2308
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"", "points"=>"1", "description"=>"", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
2309
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2310
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2311
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2312
+ Story Load (0.2ms) SELECT "stories".id FROM "stories" WHERE ("stories"."title" = '') LIMIT 1
2313
+ Rendering template within layouts/main
2314
+ Rendering stories/new
2315
+ Rendered stories/_form (6.0ms)
2316
+ Rendered layouts/_meta (0.1ms)
2317
+ Rendered layouts/_header (0.2ms)
2318
+ Rendered layouts/_footer (0.1ms)
2319
+ Completed in 76ms (View: 21, DB: 2) | 200 OK [http://localhost/iterations/1/stories]
2320
+
2321
+
2322
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 14:57:19) [POST]
2323
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"Once upon a time...", "points"=>"1", "description"=>"Nullam pellentesque facilisis quam, at hendrerit diam volutpat at. Etiam dapibus pellentesque congue. Nullam risus metus, sodales ut pretium non, dignissim vel ipsum. Donec pellentesque dolor condimentum leo pellentesque consequat nec eu felis? Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed pulvinar suscipit cursus! Maecenas ac ante vel velit blandit pellentesque eget sit amet ipsum. Integer nec ipsum mauris, id tincidunt justo amet.\r\n", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
2324
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2325
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2326
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2327
+ Story Load (0.2ms) SELECT "stories".id FROM "stories" WHERE ("stories"."title" = 'Once upon a time...') LIMIT 1
2328
+ Story Create (0.7ms) INSERT INTO "stories" ("slug", "created_at", "title", "completed_date", "updated_at", "points", "description", "author_id", "iteration_id", "status") VALUES('once-upon-a-time', '2010-01-07 14:57:20', 'Once upon a time...', NULL, '2010-01-07 14:57:20', 1, 'Nullam pellentesque facilisis quam, at hendrerit diam volutpat at. Etiam dapibus pellentesque congue. Nullam risus metus, sodales ut pretium non, dignissim vel ipsum. Donec pellentesque dolor condimentum leo pellentesque consequat nec eu felis? Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed pulvinar suscipit cursus! Maecenas ac ante vel velit blandit pellentesque eget sit amet ipsum. Integer nec ipsum mauris, id tincidunt justo amet.
2329
+ ', 1, NULL, 'new')
2330
+ Redirected to http://localhost:3000/iterations/1/stories
2331
+ Completed in 190ms (DB: 2) | 302 Found [http://localhost/iterations/1/stories]
2332
+
2333
+
2334
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:57:20) [GET]
2335
+ Parameters: {"iteration_id"=>"1"}
2336
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2337
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2338
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2339
+ Rendering template within layouts/main
2340
+ Rendering stories/index
2341
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2342
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2343
+ Story Load (0.2ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2344
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2345
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2346
+ Rendered layouts/_meta (0.1ms)
2347
+ Rendered layouts/_header (0.2ms)
2348
+ Rendered layouts/_footer (0.1ms)
2349
+ Completed in 161ms (View: 16, DB: 2) | 200 OK [http://localhost/iterations/1/stories]
2350
+
2351
+
2352
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 14:58:12) [GET]
2353
+ Parameters: {"iteration_id"=>"1"}
2354
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2355
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2356
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2357
+ Rendering template within layouts/main
2358
+ Rendering stories/index
2359
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2360
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2361
+ Story Load (0.2ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2362
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2363
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2364
+ User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2365
+ Rendered stories/_story (24.0ms)
2366
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2367
+ Rendered stories/_story (12.9ms)
2368
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2369
+ Rendered stories/_story (14.3ms)
2370
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2371
+ Rendered layouts/_meta (0.1ms)
2372
+ Rendered layouts/_header (0.2ms)
2373
+ Rendered layouts/_footer (0.1ms)
2374
+ Completed in 217ms (View: 169, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2375
+
2376
+
2377
+ Processing ScenariosController#index (for 127.0.0.1 at 2010-01-07 15:01:20) [GET]
2378
+ Parameters: {"authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "story_id"=>"add-video", "iteration_id"=>"1"}
2379
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2380
+ Story Load (0.6ms) SELECT * FROM "stories" WHERE ("stories"."slug" = 'add-video') LIMIT 1
2381
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2382
+ Rendering scenarios/index
2383
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios".story_id = 3) 
2384
+ Rendered scenarios/_scenarios (8.6ms)
2385
+ Completed in 185ms (View: 23, DB: 2) | 200 OK [http://localhost/iterations/1/stories/add-video/scenarios?authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2386
+
2387
+
2388
+ Processing StoriesController#show (for 127.0.0.1 at 2010-01-07 15:01:21) [GET]
2389
+ Parameters: {"authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "id"=>"add-video", "iteration_id"=>"1"}
2390
+ Iteration Load (0.8ms) SELECT * FROM "iterations" 
2391
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2392
+ Story Load (0.6ms) SELECT * FROM "stories" WHERE ("stories"."slug" = 'add-video') LIMIT 1
2393
+ Rendering stories/show
2394
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2395
+ Rendered stories/_story (35.7ms)
2396
+ Completed in 184ms (View: 43, DB: 2) | 200 OK [http://localhost/iterations/1/stories/add-video?authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2397
+
2398
+
2399
+ Processing ScenariosController#index (for 127.0.0.1 at 2010-01-07 15:01:23) [GET]
2400
+ Parameters: {"authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "story_id"=>"add-video", "iteration_id"=>"1"}
2401
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2402
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."slug" = 'add-video') LIMIT 1
2403
+ Iteration Load (0.5ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2404
+ Rendering scenarios/index
2405
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios".story_id = 3) 
2406
+ Rendered scenarios/_scenarios (8.3ms)
2407
+ Completed in 167ms (View: 10, DB: 2) | 200 OK [http://localhost/iterations/1/stories/add-video/scenarios?authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2408
+
2409
+
2410
+ Processing StoriesController#show (for 127.0.0.1 at 2010-01-07 15:01:25) [GET]
2411
+ Parameters: {"authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "id"=>"add-video", "iteration_id"=>"1"}
2412
+ Iteration Load (0.8ms) SELECT * FROM "iterations" 
2413
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2414
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."slug" = 'add-video') LIMIT 1
2415
+ Rendering stories/show
2416
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2417
+ Rendered stories/_story (133.0ms)
2418
+ Completed in 171ms (View: 136, DB: 2) | 200 OK [http://localhost/iterations/1/stories/add-video?authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2419
+
2420
+
2421
+ Processing ScenariosController#index (for 127.0.0.1 at 2010-01-07 15:01:26) [GET]
2422
+ Parameters: {"authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "story_id"=>"add-video", "iteration_id"=>"1"}
2423
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2424
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."slug" = 'add-video') LIMIT 1
2425
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2426
+ Rendering scenarios/index
2427
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios".story_id = 3) 
2428
+ Rendered scenarios/_scenarios (7.1ms)
2429
+ Completed in 63ms (View: 9, DB: 2) | 200 OK [http://localhost/iterations/1/stories/add-video/scenarios?authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2430
+
2431
+
2432
+ Processing ScenariosController#new (for 127.0.0.1 at 2010-01-07 15:01:28) [GET]
2433
+ Parameters: {"authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "story_id"=>"add-video", "iteration_id"=>"1"}
2434
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2435
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."slug" = 'add-video') LIMIT 1
2436
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2437
+ Rendering scenarios/new
2438
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios".story_id = 3) 
2439
+ Rendered scenarios/_scenario (8.6ms)
2440
+ Rendered scenarios/_scenarios (20.3ms)
2441
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."id" = 3) 
2442
+ Completed in 89ms (View: 28, DB: 2) | 200 OK [http://localhost/iterations/1/stories/add-video/scenarios/new?authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2443
+
2444
+
2445
+ Processing ScenariosController#create (for 127.0.0.1 at 2010-01-07 15:01:30) [POST]
2446
+ Parameters: {"commit"=>"Save", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "story_id"=>"add-video", "iteration_id"=>"1", "scenario"=>{"title"=>"Add a scenario description here."}}
2447
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2448
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."slug" = 'add-video') LIMIT 1
2449
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2450
+ Scenario Create (0.7ms) INSERT INTO "scenarios" ("created_at", "title", "updated_at", "story_id") VALUES('2010-01-07 15:01:30', 'Add a scenario description here.', '2010-01-07 15:01:30', 3)
2451
+ Rendering scenarios/create
2452
+ Scenario Load (0.5ms) SELECT * FROM "scenarios" WHERE ("scenarios".story_id = 3) 
2453
+ Rendered scenarios/_scenario (8.2ms)
2454
+ Rendered scenarios/_scenarios (16.4ms)
2455
+ Completed in 123ms (View: 22, DB: 3) | 200 OK [http://localhost/iterations/1/stories/add-video/scenarios]
2456
+
2457
+
2458
+ Processing PreconditionsController#index (for 127.0.0.1 at 2010-01-07 15:01:31) [GET]
2459
+ Parameters: {"scenario_id"=>"2", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI="}
2460
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2461
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios"."id" = 2) 
2462
+ Rendering preconditions/index
2463
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "preconditions" WHERE ("preconditions".scenario_id = 2) 
2464
+ Rendered preconditions/_preconditions (5.4ms)
2465
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."id" = 3) 
2466
+ Completed in 75ms (View: 40, DB: 2) | 200 OK [http://localhost/preconditions?scenario_id=2&authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2467
+
2468
+
2469
+ Processing OutcomesController#index (for 127.0.0.1 at 2010-01-07 15:01:32) [GET]
2470
+ Parameters: {"scenario_id"=>"2", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI="}
2471
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2472
+ Scenario Load (0.4ms) SELECT * FROM "scenarios" WHERE ("scenarios"."id" = 2) 
2473
+ Rendering outcomes/index
2474
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "outcomes" WHERE ("outcomes".scenario_id = 2) 
2475
+ Rendered outcomes/_outcomes (5.4ms)
2476
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."id" = 3) 
2477
+ Completed in 76ms (View: 40, DB: 2) | 200 OK [http://localhost/outcomes?scenario_id=2&authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2478
+
2479
+
2480
+ Processing PreconditionsController#new (for 127.0.0.1 at 2010-01-07 15:01:33) [GET]
2481
+ Parameters: {"scenario_id"=>"2", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI="}
2482
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2483
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios"."id" = 2) 
2484
+ Rendering preconditions/new
2485
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "preconditions" WHERE ("preconditions".scenario_id = 2) 
2486
+ Rendered preconditions/_precondition (10.1ms)
2487
+ Rendered preconditions/_preconditions (17.9ms)
2488
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."id" = 3) 
2489
+ Completed in 84ms (View: 46, DB: 2) | 200 OK [http://localhost/preconditions/new?scenario_id=2&authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2490
+
2491
+
2492
+ Processing PreconditionsController#create (for 127.0.0.1 at 2010-01-07 15:01:37) [POST]
2493
+ Parameters: {"scenario_id"=>"2", "commit"=>"Create", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "precondition"=>{"description"=>"fff"}}
2494
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2495
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios"."id" = 2) 
2496
+ Precondition Create (0.8ms) INSERT INTO "preconditions" ("scenario_id", "created_at", "updated_at", "description") VALUES(2, '2010-01-07 15:01:37', '2010-01-07 15:01:37', 'fff')
2497
+ Rendering preconditions/create
2498
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "preconditions" WHERE ("preconditions".scenario_id = 2) 
2499
+ Precondition Load (0.3ms) SELECT * FROM "preconditions" WHERE ("preconditions".scenario_id = 2) 
2500
+ Rendered preconditions/_precondition (4.3ms)
2501
+ Rendered preconditions/_preconditions (9.0ms)
2502
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."id" = 3) 
2503
+ Completed in 106ms (View: 37, DB: 3) | 200 OK [http://localhost/preconditions]
2504
+
2505
+
2506
+ Processing OutcomesController#new (for 127.0.0.1 at 2010-01-07 15:01:38) [GET]
2507
+ Parameters: {"scenario_id"=>"2", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI="}
2508
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2509
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios"."id" = 2) 
2510
+ Rendering outcomes/new
2511
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "outcomes" WHERE ("outcomes".scenario_id = 2) 
2512
+ Rendered outcomes/_outcome (10.0ms)
2513
+ Rendered outcomes/_outcomes (17.8ms)
2514
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."id" = 3) 
2515
+ Completed in 83ms (View: 46, DB: 2) | 200 OK [http://localhost/outcomes/new?scenario_id=2&authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2516
+
2517
+
2518
+ Processing OutcomesController#create (for 127.0.0.1 at 2010-01-07 15:01:41) [POST]
2519
+ Parameters: {"outcome"=>{"description"=>"asef"}, "scenario_id"=>"2", "commit"=>"Create", "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI="}
2520
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2521
+ Scenario Load (0.3ms) SELECT * FROM "scenarios" WHERE ("scenarios"."id" = 2) 
2522
+ Outcome Create (0.7ms) INSERT INTO "outcomes" ("scenario_id", "created_at", "updated_at", "description") VALUES(2, '2010-01-07 15:01:41', '2010-01-07 15:01:41', 'asef')
2523
+ Rendering outcomes/create
2524
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "outcomes" WHERE ("outcomes".scenario_id = 2) 
2525
+ Outcome Load (0.3ms) SELECT * FROM "outcomes" WHERE ("outcomes".scenario_id = 2) 
2526
+ Rendered outcomes/_outcome (4.3ms)
2527
+ Rendered outcomes/_outcomes (8.8ms)
2528
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."id" = 3) 
2529
+ Completed in 107ms (View: 36, DB: 3) | 200 OK [http://localhost/outcomes]
2530
+
2531
+
2532
+ Processing StoriesController#show (for 127.0.0.1 at 2010-01-07 15:01:44) [GET]
2533
+ Parameters: {"authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "id"=>"add-video", "iteration_id"=>"1"}
2534
+ Iteration Load (0.9ms) SELECT * FROM "iterations" 
2535
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2536
+ Story Load (0.5ms) SELECT * FROM "stories" WHERE ("stories"."slug" = 'add-video') LIMIT 1
2537
+ Rendering stories/show
2538
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2539
+ Rendered stories/_story (32.8ms)
2540
+ Completed in 75ms (View: 36, DB: 2) | 200 OK [http://localhost/iterations/1/stories/add-video?authenticity_token=2vLNrAJRQ8dKqgkVAhzA6SkE%2BMBbZnZ8%2B1M9y9zFhkI%3D]
2541
+
2542
+
2543
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:05:20) [GET]
2544
+ Parameters: {"iteration_id"=>"1"}
2545
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2546
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2547
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2548
+ Rendering template within layouts/main
2549
+ Rendering stories/index
2550
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2551
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2552
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2553
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2554
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2555
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2556
+ Rendered stories/_story (19.1ms)
2557
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2558
+ Rendered stories/_story (12.8ms)
2559
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2560
+ Rendered stories/_story (13.7ms)
2561
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2562
+ Rendered layouts/_meta (0.1ms)
2563
+ Rendered layouts/_header (0.2ms)
2564
+ Rendered layouts/_footer (0.7ms)
2565
+ Completed in 120ms (View: 67, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2566
+
2567
+
2568
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:17:39) [GET]
2569
+ Parameters: {"iteration_id"=>"1"}
2570
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2571
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2572
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2573
+ Rendering template within layouts/main
2574
+ Rendering stories/index
2575
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2576
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2577
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2578
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2579
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2580
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2581
+ Rendered stories/_story (18.7ms)
2582
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2583
+ Rendered stories/_story (12.0ms)
2584
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2585
+ Rendered stories/_story (13.0ms)
2586
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2587
+ Rendered layouts/_meta (0.1ms)
2588
+ Rendered layouts/_header (0.2ms)
2589
+ Rendered layouts/_footer (13.4ms)
2590
+ Completed in 213ms (View: 163, DB: 3) | 200 OK [http://localhost/iterations/1/stories]
2591
+
2592
+
2593
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:18:06) [GET]
2594
+ Parameters: {"iteration_id"=>"1"}
2595
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2596
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2597
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2598
+ Rendering template within layouts/main
2599
+ Rendering stories/index
2600
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2601
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2602
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2603
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2604
+ Story Load (0.9ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2605
+ User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2606
+ Rendered stories/_story (119.8ms)
2607
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2608
+ Rendered stories/_story (13.5ms)
2609
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2610
+ Rendered stories/_story (14.8ms)
2611
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2612
+ Rendered layouts/_meta (0.1ms)
2613
+ Rendered layouts/_header (0.2ms)
2614
+ Rendered layouts/_footer (1.1ms)
2615
+ Completed in 219ms (View: 171, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2616
+
2617
+
2618
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:18:16) [GET]
2619
+ Parameters: {"iteration_id"=>"1"}
2620
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2621
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2622
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2623
+ Rendering template within layouts/main
2624
+ Rendering stories/index
2625
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2626
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2627
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2628
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2629
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2630
+ User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2631
+ Rendered stories/_story (19.9ms)
2632
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2633
+ Rendered stories/_story (13.1ms)
2634
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2635
+ Rendered stories/_story (14.4ms)
2636
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2637
+ Rendered layouts/_meta (0.1ms)
2638
+ Rendered layouts/_header (0.2ms)
2639
+ Rendered layouts/_footer (1.1ms)
2640
+ Completed in 224ms (View: 71, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2641
+
2642
+
2643
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:18:31) [GET]
2644
+ Parameters: {"iteration_id"=>"1"}
2645
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2646
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2647
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2648
+ Rendering template within layouts/main
2649
+ Rendering stories/index
2650
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2651
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2652
+ Story Load (0.2ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2653
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2654
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2655
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2656
+ Rendered stories/_story (19.4ms)
2657
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2658
+ Rendered stories/_story (12.8ms)
2659
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2660
+ Rendered stories/_story (14.4ms)
2661
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2662
+ Rendered layouts/_meta (0.1ms)
2663
+ Rendered layouts/_header (0.2ms)
2664
+ Rendered layouts/_footer (1.1ms)
2665
+ Completed in 224ms (View: 69, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2666
+
2667
+
2668
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:19:09) [GET]
2669
+ Parameters: {"iteration_id"=>"1"}
2670
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2671
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2672
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2673
+ Rendering template within layouts/main
2674
+ Rendering stories/index
2675
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2676
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2677
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2678
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2679
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2680
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2681
+ Rendered stories/_story (19.1ms)
2682
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2683
+ Rendered stories/_story (12.4ms)
2684
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2685
+ Rendered stories/_story (13.5ms)
2686
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2687
+ Rendered layouts/_meta (0.1ms)
2688
+ Rendered layouts/_header (0.2ms)
2689
+ Rendered layouts/_footer (1.2ms)
2690
+ Completed in 118ms (View: 66, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2691
+
2692
+
2693
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:19:27) [GET]
2694
+ Parameters: {"iteration_id"=>"1"}
2695
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2696
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2697
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2698
+ Rendering template within layouts/main
2699
+ Rendering stories/index
2700
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2701
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2702
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2703
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2704
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2705
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2706
+ Rendered stories/_story (18.1ms)
2707
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2708
+ Rendered stories/_story (106.5ms)
2709
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2710
+ Rendered stories/_story (15.5ms)
2711
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2712
+ Rendered layouts/_meta (0.1ms)
2713
+ Rendered layouts/_header (0.2ms)
2714
+ Rendered layouts/_footer (1.1ms)
2715
+ Completed in 215ms (View: 164, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2716
+
2717
+
2718
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:20:00) [GET]
2719
+ Parameters: {"iteration_id"=>"1"}
2720
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2721
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2722
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2723
+ Rendering template within layouts/main
2724
+ Rendering stories/index
2725
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2726
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2727
+ Story Load (0.2ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2728
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2729
+ Story Load (0.9ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2730
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2731
+ Rendered stories/_story (20.2ms)
2732
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2733
+ Rendered stories/_story (13.4ms)
2734
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2735
+ Rendered stories/_story (14.5ms)
2736
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2737
+ Rendered layouts/_meta (0.1ms)
2738
+ Rendered layouts/_header (0.2ms)
2739
+ Rendered layouts/_footer (1.1ms)
2740
+ Completed in 219ms (View: 72, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2741
+
2742
+
2743
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:20:07) [GET]
2744
+ Parameters: {"iteration_id"=>"1"}
2745
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2746
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2747
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2748
+ Rendering template within layouts/main
2749
+ Rendering stories/index
2750
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2751
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2752
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2753
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2754
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2755
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2756
+ Rendered stories/_story (19.2ms)
2757
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2758
+ Rendered stories/_story (13.4ms)
2759
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2760
+ Rendered stories/_story (14.3ms)
2761
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2762
+ Rendered layouts/_meta (0.1ms)
2763
+ Rendered layouts/_header (0.2ms)
2764
+ Rendered layouts/_footer (1.1ms)
2765
+ Completed in 233ms (View: 70, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2766
+
2767
+
2768
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 15:21:11) [GET]
2769
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2770
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2771
+ Rendering template within layouts/main
2772
+ Rendering iterations/index
2773
+ Rendered layouts/_meta (0.1ms)
2774
+ Rendered layouts/_header (0.2ms)
2775
+ Rendered layouts/_footer (0.4ms)
2776
+ Completed in 46ms (View: 17, DB: 1) | 200 OK [http://localhost/]
2777
+
2778
+
2779
+ Processing IterationsController#new (for 127.0.0.1 at 2010-01-07 15:21:16) [GET]
2780
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2781
+ Release Load (0.2ms) SELECT * FROM "releases" 
2782
+ CACHE (0.0ms) SELECT * FROM "releases" 
2783
+ Rendering template within layouts/main
2784
+ Rendering iterations/new
2785
+ Rendered iterations/_form (6.9ms)
2786
+ Rendered layouts/_meta (0.1ms)
2787
+ Rendered layouts/_header (0.2ms)
2788
+ Rendered layouts/_footer (0.4ms)
2789
+ Completed in 55ms (View: 24, DB: 1) | 200 OK [http://localhost/iterations/new]
2790
+
2791
+
2792
+ Processing IterationsController#index (for 127.0.0.1 at 2010-01-07 15:21:19) [GET]
2793
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2794
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2795
+ Rendering template within layouts/main
2796
+ Rendering iterations/index
2797
+ Rendered layouts/_meta (0.1ms)
2798
+ Rendered layouts/_header (0.2ms)
2799
+ Rendered layouts/_footer (0.4ms)
2800
+ Completed in 46ms (View: 18, DB: 1) | 200 OK [http://localhost/iterations]
2801
+
2802
+
2803
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:21:20) [GET]
2804
+ Parameters: {"iteration_id"=>"1"}
2805
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2806
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2807
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2808
+ Rendering template within layouts/main
2809
+ Rendering stories/index
2810
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2811
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2812
+ Story Load (0.1ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2813
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2814
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2815
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2816
+ Rendered stories/_story (19.6ms)
2817
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2818
+ Rendered stories/_story (12.9ms)
2819
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2820
+ Rendered stories/_story (14.5ms)
2821
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2822
+ Rendered layouts/_meta (0.1ms)
2823
+ Rendered layouts/_header (0.2ms)
2824
+ Rendered layouts/_footer (0.4ms)
2825
+ Completed in 217ms (View: 66, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2826
+
2827
+
2828
+ Processing StoriesController#new (for 127.0.0.1 at 2010-01-07 15:21:24) [GET]
2829
+ Parameters: {"iteration_id"=>"1"}
2830
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2831
+ Iteration Load (0.4ms) SELECT * FROM "iterations" 
2832
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2833
+ Rendering template within layouts/main
2834
+ Rendering stories/new
2835
+ Rendered stories/_form (2.7ms)
2836
+ Rendered layouts/_meta (0.1ms)
2837
+ Rendered layouts/_header (0.2ms)
2838
+ Rendered layouts/_footer (0.4ms)
2839
+ Completed in 167ms (View: 13, DB: 1) | 200 OK [http://localhost/iterations/1/stories/new]
2840
+
2841
+
2842
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 15:21:34) [POST]
2843
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"Foo bar", "points"=>"5", "description"=>"Curabitur id est arcu, et posuere leo. Etiam ligula dolor, ullamcorper vitae malesuada ut, accumsan et lorem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec interdum risus vel dui tincidunt at ultricies lectus suscipit. Vivamus ornare eleifend mauris sed consequat. Sed at nisi ante, semper fringilla leo. Integer laoreet nisl tortor! Nam eget condimentum neque! Vivamus mollis dui eget justo porttitor a luctus dolor aliquam volutpat.\r\n", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
2844
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2845
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2846
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2847
+ Story Load (0.2ms) SELECT "stories".id FROM "stories" WHERE ("stories"."title" = 'Foo bar') LIMIT 1
2848
+ Story Create (0.6ms) INSERT INTO "stories" ("slug", "created_at", "title", "completed_date", "updated_at", "points", "description", "author_id", "iteration_id", "status") VALUES('foo-bar', '2010-01-07 15:21:35', 'Foo bar', NULL, '2010-01-07 15:21:35', 5, 'Curabitur id est arcu, et posuere leo. Etiam ligula dolor, ullamcorper vitae malesuada ut, accumsan et lorem. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec interdum risus vel dui tincidunt at ultricies lectus suscipit. Vivamus ornare eleifend mauris sed consequat. Sed at nisi ante, semper fringilla leo. Integer laoreet nisl tortor! Nam eget condimentum neque! Vivamus mollis dui eget justo porttitor a luctus dolor aliquam volutpat.
2849
+ ', 1, NULL, 'new')
2850
+ Redirected to http://localhost:3000/iterations/1/stories
2851
+ Completed in 188ms (DB: 2) | 302 Found [http://localhost/iterations/1/stories]
2852
+
2853
+
2854
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:21:35) [GET]
2855
+ Parameters: {"iteration_id"=>"1"}
2856
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2857
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2858
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2859
+ Rendering template within layouts/main
2860
+ Rendering stories/index
2861
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2862
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2863
+ Story Load (0.2ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2864
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2865
+ Story Load (0.8ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2866
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2867
+ Rendered stories/_story (17.7ms)
2868
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2869
+ Rendered stories/_story (11.8ms)
2870
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2871
+ Rendered stories/_story (118.6ms)
2872
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2873
+ Rendered layouts/_meta (0.1ms)
2874
+ Rendered layouts/_header (0.3ms)
2875
+ Rendered layouts/_footer (0.4ms)
2876
+ Completed in 217ms (View: 167, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2877
+
2878
+
2879
+ Processing StoriesController#new (for 127.0.0.1 at 2010-01-07 15:23:32) [GET]
2880
+ Parameters: {"iteration_id"=>"1"}
2881
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2882
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2883
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2884
+ Rendering template within layouts/main
2885
+ Rendering stories/new
2886
+ Rendered stories/_form (2.4ms)
2887
+ Rendered layouts/_meta (0.1ms)
2888
+ Rendered layouts/_header (0.2ms)
2889
+ Rendered layouts/_footer (0.4ms)
2890
+ Completed in 64ms (View: 12, DB: 1) | 200 OK [http://localhost/iterations/1/stories/new]
2891
+
2892
+
2893
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 15:23:43) [POST]
2894
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"Love Stu", "points"=>"10", "description"=>"Pellentesque sollicitudin felis nec sem laoreet sed suscipit nunc consequat. Nullam vel massa non nunc lacinia euismod eget vitae dui. Duis tempor sapien vel orci pellentesque sed sollicitudin quam dictum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce tempus ullamcorper sodales. Suspendisse varius nulla non lectus cursus in aliquet odio ornare? Donec vel purus enim! Duis nec dolor augue, non vulputate nunc. Phasellus placerat sed.\r\n", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
2895
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2896
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2897
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2898
+
2899
+ NoMethodError (undefined method `iteration=' for nil:NilClass):
2900
+ app/controllers/stories_controller.rb:91:in `create'
2901
+
2902
+ Rendered rescues/_trace (45.3ms)
2903
+ Rendered rescues/_request_and_response (1.7ms)
2904
+ Rendering rescues/layout (internal_server_error)
2905
+
2906
+
2907
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 15:25:24) [POST]
2908
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"Love Stu", "points"=>"10", "description"=>"Pellentesque sollicitudin felis nec sem laoreet sed suscipit nunc consequat. Nullam vel massa non nunc lacinia euismod eget vitae dui. Duis tempor sapien vel orci pellentesque sed sollicitudin quam dictum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce tempus ullamcorper sodales. Suspendisse varius nulla non lectus cursus in aliquet odio ornare? Donec vel purus enim! Duis nec dolor augue, non vulputate nunc. Phasellus placerat sed.\r\n", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
2909
+ User Load (0.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2910
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2911
+ Iteration Load (0.3ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2912
+
2913
+ NoMethodError (undefined method `iteration=' for nil:NilClass):
2914
+ app/controllers/stories_controller.rb:91:in `create'
2915
+
2916
+ Rendered rescues/_trace (144.7ms)
2917
+ Rendered rescues/_request_and_response (0.6ms)
2918
+ Rendering rescues/layout (internal_server_error)
2919
+
2920
+
2921
+ Processing StoriesController#create (for 127.0.0.1 at 2010-01-07 15:25:37) [POST]
2922
+ Parameters: {"commit"=>"Create", "story"=>{"title"=>"Love Stu", "points"=>"10", "description"=>"Pellentesque sollicitudin felis nec sem laoreet sed suscipit nunc consequat. Nullam vel massa non nunc lacinia euismod eget vitae dui. Duis tempor sapien vel orci pellentesque sed sollicitudin quam dictum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce tempus ullamcorper sodales. Suspendisse varius nulla non lectus cursus in aliquet odio ornare? Donec vel purus enim! Duis nec dolor augue, non vulputate nunc. Phasellus placerat sed.\r\n", "iteration_id"=>""}, "authenticity_token"=>"2vLNrAJRQ8dKqgkVAhzA6SkE+MBbZnZ8+1M9y9zFhkI=", "iteration_id"=>"1"}
2923
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2924
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2925
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2926
+ Story Load (0.2ms) SELECT "stories".id FROM "stories" WHERE ("stories"."title" = 'Love Stu') LIMIT 1
2927
+ Story Create (0.7ms) INSERT INTO "stories" ("slug", "created_at", "title", "completed_date", "updated_at", "points", "description", "author_id", "iteration_id", "status") VALUES('love-stu', '2010-01-07 15:25:37', 'Love Stu', NULL, '2010-01-07 15:25:37', 10, 'Pellentesque sollicitudin felis nec sem laoreet sed suscipit nunc consequat. Nullam vel massa non nunc lacinia euismod eget vitae dui. Duis tempor sapien vel orci pellentesque sed sollicitudin quam dictum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Fusce tempus ullamcorper sodales. Suspendisse varius nulla non lectus cursus in aliquet odio ornare? Donec vel purus enim! Duis nec dolor augue, non vulputate nunc. Phasellus placerat sed.
2928
+ ', 1, 1, 'new')
2929
+ Redirected to http://localhost:3000/iterations/1/stories
2930
+ Completed in 121ms (DB: 2) | 302 Found [http://localhost/iterations/1/stories]
2931
+
2932
+
2933
+ Processing StoriesController#index (for 127.0.0.1 at 2010-01-07 15:25:37) [GET]
2934
+ Parameters: {"iteration_id"=>"1"}
2935
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
2936
+ Iteration Load (0.5ms) SELECT * FROM "iterations" 
2937
+ Iteration Load (0.4ms) SELECT * FROM "iterations" WHERE ("iterations"."id" = 1) 
2938
+ Rendering template within layouts/main
2939
+ Rendering stories/index
2940
+ SQL (0.3ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2941
+ SQL (0.2ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2942
+ Story Load (0.2ms) SELECT * FROM "stories" WHERE ((status = "in_progress") AND (iteration_id = 1)) 
2943
+ CACHE (0.0ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2944
+ Story Load (1.1ms) SELECT * FROM "stories" WHERE ((status = "new") AND (iteration_id = 1)) 
2945
+ User Load (0.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2946
+ Rendered stories/_story (19.0ms)
2947
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2948
+ Rendered stories/_story (12.6ms)
2949
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2950
+ Rendered stories/_story (13.1ms)
2951
+ CACHE (0.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) 
2952
+ Rendered stories/_story (12.1ms)
2953
+ SQL (0.4ms) SELECT count(*) AS count_all FROM "stories" WHERE ((status = "completed") AND (iteration_id = 1)) 
2954
+ Rendered layouts/_meta (0.1ms)
2955
+ Rendered layouts/_header (0.2ms)
2956
+ Rendered layouts/_footer (0.4ms)
2957
+ Completed in 130ms (View: 75, DB: 4) | 200 OK [http://localhost/iterations/1/stories]
2958
+ SQL (1.1ms)  SELECT name
2959
+ FROM sqlite_master
2960
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2961
+ 
2962
+ SQL (0.7ms) SELECT version FROM schema_migrations
2963
+ SQL (0.2ms) select sqlite_version(*)
2964
+ SQL (0.3ms)  SELECT name
2965
+ FROM sqlite_master
2966
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2967
+ 
2968
+ SQL (88.4ms) CREATE TABLE "iterations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "velocity" integer, "name" varchar(255), "start_date" datetime, "end_date" datetime, "created_at" datetime, "updated_at" datetime, "release_id" integer) 
2969
+ SQL (0.3ms)  SELECT name
2970
+ FROM sqlite_master
2971
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2972
+ 
2973
+ SQL (23.2ms) CREATE TABLE "outcomes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "scenario_id" integer, "created_at" datetime, "updated_at" datetime) 
2974
+ SQL (0.3ms)  SELECT name
2975
+ FROM sqlite_master
2976
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2977
+ 
2978
+ SQL (57.5ms) CREATE TABLE "participations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "iteration_id" integer, "created_at" datetime, "updated_at" datetime) 
2979
+ SQL (0.3ms)  SELECT name
2980
+ FROM sqlite_master
2981
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2982
+ 
2983
+ SQL (27.6ms) CREATE TABLE "preconditions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" varchar(255), "scenario_id" integer, "created_at" datetime, "updated_at" datetime) 
2984
+ SQL (0.4ms)  SELECT name
2985
+ FROM sqlite_master
2986
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2987
+ 
2988
+ SQL (51.8ms) CREATE TABLE "releases" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "release_date" date, "notes" text, "created_at" datetime, "updated_at" datetime) 
2989
+ SQL (0.4ms)  SELECT name
2990
+ FROM sqlite_master
2991
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2992
+ 
2993
+ SQL (23.7ms) CREATE TABLE "scenarios" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "story_id" integer, "created_at" datetime, "updated_at" datetime) 
2994
+ SQL (0.4ms)  SELECT name
2995
+ FROM sqlite_master
2996
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
2997
+ 
2998
+ SQL (25.0ms) CREATE TABLE "stories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "description" text, "points" integer, "iteration_id" integer, "created_at" datetime, "updated_at" datetime, "title" varchar(40), "author_id" integer, "slug" varchar(255) DEFAULT '' NOT NULL, "status" varchar(10), "completed_date" date) 
2999
+ SQL (0.6ms)  SELECT name
3000
+ FROM sqlite_master
3001
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
3002
+ 
3003
+ SQL (30.6ms) CREATE TABLE "user_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime, "story_id" integer) 
3004
+ SQL (0.6ms)  SELECT name
3005
+ FROM sqlite_master
3006
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
3007
+ 
3008
+ SQL (52.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(40), "name" varchar(100) DEFAULT '', "email" varchar(100), "crypted_password" varchar(40), "salt" varchar(40), "created_at" datetime, "updated_at" datetime, "remember_token" varchar(40), "remember_token_expires_at" datetime) 
3009
+ SQL (24.9ms) CREATE UNIQUE INDEX "index_users_on_login" ON "users" ("login")
3010
+ SQL (0.5ms)  SELECT name
3011
+ FROM sqlite_master
3012
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
3013
+ 
3014
+ SQL (27.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3015
+ SQL (55.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3016
+ SQL (0.6ms)  SELECT name
3017
+ FROM sqlite_master
3018
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
3019
+ 
3020
+ SQL (0.1ms) SELECT version FROM "schema_migrations"
3021
+ SQL (26.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20091223100903')
3022
+ SQL (32.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127164705')
3023
+ SQL (32.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127131037')
3024
+ SQL (32.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127120627')
3025
+ SQL (36.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127122422')
3026
+ SQL (32.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127164446')
3027
+ SQL (32.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20091204173634')
3028
+ SQL (32.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127114237')
3029
+ SQL (32.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127172950')
3030
+ SQL (38.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127144645')
3031
+ SQL (32.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127172849')
3032
+ SQL (32.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20091202105555')
3033
+ SQL (40.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127173744')
3034
+ SQL (27.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20091127164217')