public
Description: A Simple Scrum Control
Clone URL: git://github.com/eduardoreche/irun.git
Remocao do field Status na inclusao de tarefas: Todas as tarefas devem ser 
incluidas com o Status 'Aberto'
eduardoreche (author)
Wed Jun 11 06:00:12 -0700 2008
commit  f9b9850cfb74cbca416339fa3e691c25854f82cc
tree    0710053d92b1c22cdbf455368e31f8aa84b89ba1
parent  b4ed5613e2ccd31cc11ff11b34c6a0a11d08c995
...
25
26
27
28
 
29
30
31
32
33
 
34
35
 
 
 
36
37
38
 
39
40
 
41
42
43
...
25
26
27
 
28
29
30
31
32
 
33
34
35
36
37
38
39
40
 
41
42
 
43
44
45
46
0
@@ -25,19 +25,22 @@
0
   
0
   <p>
0
     <b>Descrição</b><br />
0
- <%= f.text_field :description, :size => 60 %>
0
+ <%= f.text_field :description, :size => 62 %>
0
   </p>
0
 
0
   <p>
0
     <b>Previsão de horas</b><br />
0
- <%= f.text_field :hours %>
0
+ <%= f.text_field :hours, :size => 5 %>
0
   </p>
0
 
0
+ <% if @task.new_record? %>
0
+ <%= f.hidden_field :status, :value => "Aberto" %>
0
+ <% else %>
0
   <p>
0
     <b>Status</b><br />
0
- <%= f.select :status, ["Aberto", "Alocado", "Pronto"] %>
0
+ <%= f.select :status, ["Aberto", "Alocado", "Pronto"] %>
0
   </p>
0
-
0
+ <% end %>
0
   <p>
0
     <b>Story case</b><br />
0
     <%= f.text_area :story, :rows => 7, :cols => 60 %>
...
130648
130649
130650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
130648
130649
130650
130651
130652
130653
130654
130655
130656
130657
130658
130659
130660
130661
130662
130663
130664
130665
130666
130667
130668
130669
130670
130671
130672
130673
130674
130675
130676
130677
130678
130679
130680
130681
130682
130683
130684
130685
130686
130687
130688
130689
130690
130691
130692
130693
130694
130695
130696
130697
130698
130699
130700
130701
130702
130703
130704
130705
130706
130707
130708
130709
130710
130711
130712
130713
130714
130715
130716
130717
130718
130719
130720
130721
130722
130723
130724
130725
130726
130727
130728
130729
130730
130731
130732
130733
130734
130735
130736
130737
130738
130739
130740
130741
130742
130743
130744
130745
130746
130747
130748
130749
130750
130751
130752
130753
130754
130755
130756
130757
130758
130759
130760
130761
130762
130763
130764
130765
130766
130767
130768
130769
130770
130771
130772
130773
130774
130775
130776
130777
130778
130779
130780
130781
130782
130783
130784
130785
130786
130787
130788
130789
130790
130791
130792
130793
130794
130795
130796
130797
130798
130799
130800
130801
130802
130803
130804
130805
130806
130807
130808
130809
130810
130811
130812
130813
130814
130815
130816
130817
130818
130819
130820
130821
130822
130823
130824
130825
130826
130827
130828
130829
130830
130831
130832
130833
130834
130835
130836
130837
130838
130839
130840
130841
130842
130843
130844
130845
130846
130847
130848
130849
130850
130851
130852
130853
130854
130855
130856
130857
130858
130859
130860
130861
130862
130863
130864
130865
130866
130867
130868
130869
130870
130871
130872
130873
130874
130875
130876
130877
130878
130879
130880
130881
130882
130883
130884
130885
130886
130887
130888
130889
130890
130891
130892
130893
130894
130895
130896
130897
130898
130899
130900
130901
130902
130903
130904
130905
130906
130907
130908
130909
130910
130911
130912
130913
130914
130915
130916
130917
130918
130919
130920
130921
130922
130923
130924
130925
130926
130927
130928
130929
130930
130931
130932
130933
130934
130935
130936
130937
130938
130939
130940
130941
130942
130943
130944
130945
130946
130947
130948
130949
130950
130951
130952
130953
130954
130955
130956
130957
130958
130959
130960
130961
130962
130963
130964
130965
130966
130967
130968
130969
130970
130971
130972
130973
130974
130975
130976
130977
130978
130979
130980
130981
130982
130983
130984
130985
130986
130987
130988
130989
130990
130991
130992
130993
130994
130995
130996
130997
130998
130999
131000
131001
131002
131003
131004
131005
131006
131007
131008
131009
131010
131011
131012
131013
131014
131015
131016
131017
131018
131019
131020
131021
131022
131023
131024
131025
131026
131027
131028
131029
131030
131031
131032
131033
131034
131035
131036
131037
131038
131039
131040
131041
131042
131043
131044
131045
131046
131047
131048
131049
131050
131051
131052
131053
131054
131055
131056
131057
131058
131059
131060
131061
131062
131063
131064
131065
131066
131067
131068
131069
131070
131071
131072
131073
131074
131075
131076
131077
131078
131079
131080
131081
131082
131083
131084
131085
131086
131087
131088
131089
131090
131091
131092
131093
131094
131095
131096
131097
131098
131099
131100
131101
131102
131103
131104
131105
131106
131107
131108
131109
131110
131111
131112
131113
131114
131115
131116
131117
131118
131119
131120
131121
131122
131123
131124
131125
131126
131127
131128
131129
131130
131131
131132
131133
131134
131135
131136
131137
131138
131139
131140
131141
131142
131143
131144
131145
131146
131147
131148
131149
131150
131151
131152
131153
131154
131155
131156
131157
131158
131159
131160
131161
131162
131163
131164
131165
131166
131167
131168
131169
131170
131171
131172
131173
131174
131175
131176
131177
131178
131179
131180
131181
131182
131183
131184
131185
131186
131187
131188
131189
131190
131191
131192
131193
131194
131195
131196
131197
131198
131199
131200
131201
131202
131203
131204
131205
131206
131207
131208
131209
131210
131211
131212
131213
131214
131215
131216
131217
131218
131219
131220
131221
131222
131223
131224
131225
131226
131227
131228
131229
131230
131231
131232
131233
131234
131235
131236
131237
131238
131239
131240
131241
131242
131243
131244
131245
131246
131247
131248
131249
131250
131251
131252
131253
131254
131255
131256
131257
131258
131259
131260
131261
131262
131263
131264
131265
131266
131267
131268
131269
131270
131271
131272
131273
131274
131275
131276
131277
131278
131279
131280
131281
131282
131283
131284
131285
131286
131287
131288
131289
131290
131291
131292
131293
131294
131295
131296
131297
131298
131299
131300
131301
131302
131303
131304
131305
131306
131307
131308
131309
131310
131311
131312
131313
131314
131315
131316
131317
131318
131319
131320
131321
131322
131323
131324
131325
131326
131327
131328
131329
131330
131331
131332
131333
131334
131335
131336
131337
131338
131339
131340
131341
131342
131343
131344
131345
131346
131347
131348
131349
131350
131351
131352
131353
131354
131355
131356
131357
131358
131359
131360
131361
131362
131363
131364
131365
131366
131367
131368
131369
131370
131371
131372
131373
131374
131375
131376
131377
131378
131379
131380
131381
131382
131383
131384
131385
131386
131387
131388
131389
131390
131391
131392
131393
131394
131395
131396
131397
131398
131399
131400
131401
131402
131403
131404
131405
0
@@ -130648,3 +130648,758 @@ Rendered comments/_comment (0.00286)
0
   User Columns (0.004147) SHOW FIELDS FROM `users`
0
   Comment Load Including Associations (0.001966) SELECT `comments`.`id` AS t0_r0, `comments`.`task_id` AS t0_r1, `comments`.`user_id` AS t0_r2, `comments`.`comment` AS t0_r3, `comments`.`created_at` AS t0_r4, `comments`.`updated_at` AS t0_r5, `comments`.`attachment` AS t0_r6, `users`.`id` AS t1_r0, `users`.`name` AS t1_r1, `users`.`email` AS t1_r2, `users`.`password` AS t1_r3, `users`.`comment` AS t1_r4, `users`.`image` AS t1_r5, `users`.`created_at` AS t1_r6, `users`.`updated_at` AS t1_r7 FROM `comments` LEFT OUTER JOIN `users` ON `users`.id = `comments`.user_id WHERE (comments.task_id = 5) ORDER BY comments.created_at
0
 Completed in 0.06343 (15 reqs/sec) | Rendering: 0.02765 (43%) | DB: 0.02261 (35%) | 200 OK [http://localhost/sprints/1/tasks/5]
0
+DEPRECATION WARNING: config.action_view.cache_template_extensions option has been deprecated and has no affect. Please remove it from your config files. See http://www.rubyonrails.org/deprecation for details. (called from send at ./script/../config/../vendor/rails/railties/lib/initializer.rb:455)
0
+
0
+
0
+Processing WelcomeController#index (for 127.0.0.1 at 2008-06-11 09:51:25) [GET]
0
+ Session ID: 977c80b29e08aa3bb2720fed9bdf191d
0
+ Parameters: {"action"=>"index", "controller"=>"welcome"}
0
+WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
0
+ SQL (0.000319) SET NAMES 'utf8'
0
+ SQL (0.000317) SET SQL_AUTO_IS_NULL=0
0
+ Sprint Load (0.165316) SELECT * FROM `sprints` WHERE (active is true) LIMIT 1
0
+ Task Columns (0.136284) SHOW FIELDS FROM `tasks`
0
+ Sprint Columns (0.002644) SHOW FIELDS FROM `sprints`
0
+ BacklogItem Columns (0.032342) SHOW FIELDS FROM `backlog_items`
0
+ Task Load Including Associations (0.027790) SELECT `tasks`.`id` AS t0_r0, `tasks`.`description` AS t0_r1, `tasks`.`story` AS t0_r2, `tasks`.`hours` AS t0_r3, `tasks`.`backlog_item_id` AS t0_r4, `tasks`.`sprint_id` AS t0_r5, `tasks`.`status` AS t0_r6, `tasks`.`user_id` AS t0_r7, `tasks`.`created_at` AS t0_r8, `tasks`.`updated_at` AS t0_r9, `tasks`.`init` AS t0_r10, `tasks`.`end` AS t0_r11, `sprints`.`id` AS t1_r0, `sprints`.`comments` AS t1_r1, `sprints`.`backlog_id` AS t1_r2, `sprints`.`created_at` AS t1_r3, `sprints`.`updated_at` AS t1_r4, `sprints`.`active` AS t1_r5, `backlog_items`.`id` AS t2_r0, `backlog_items`.`description` AS t2_r1, `backlog_items`.`backlog_id` AS t2_r2, `backlog_items`.`product_id` AS t2_r3, `backlog_items`.`iteration` AS t2_r4, `backlog_items`.`points` AS t2_r5, `backlog_items`.`user_id` AS t2_r6, `backlog_items`.`created_at` AS t2_r7, `backlog_items`.`updated_at` AS t2_r8 FROM `tasks` LEFT OUTER JOIN `sprints` ON `sprints`.id = `tasks`.sprint_id LEFT OUTER JOIN `backlog_items` ON `backlog_items`.id = `tasks`.backlog_item_id WHERE (sprints.active is true and 1 = 1) ORDER BY backlog_items.product_id
0
+ Product Load (0.070831) select distinct p.*
0
+ from products p
0
+ inner join backlog_items b on p.id = b.product_id
0
+ inner join tasks t on t.backlog_item_id = b.id
0
+ inner join sprints s on s.id = t.sprint_id
0
+ where s.active is true
0
+ order by p.name
0
+Rendering template within layouts/application
0
+Rendering welcome/index
0
+ Product Columns (0.003442) SHOW FIELDS FROM `products`
0
+ Product Load (0.000793) SELECT * FROM `products` WHERE (`products`.`id` = 1) 
0
+ Comment Columns (0.413232) SHOW FIELDS FROM `comments`
0
+ SQL (0.101839) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 4) 
0
+ SQL (0.000691) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 5) 
0
+ CACHE (0.000000) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 5) 
0
+ SQL (0.000575) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 7) 
0
+ CACHE (0.000000) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 7) 
0
+ SQL (0.000440) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 8) 
0
+ SQL (0.000614) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 9) 
0
+ CACHE (0.000000) SELECT * FROM `products` WHERE (`products`.`id` = 1) 
0
+ SQL (0.000527) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 6) 
0
+ Product Load (0.001128) SELECT * FROM `products` WHERE (`products`.`id` = 2) 
0
+ SQL (0.000395) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 3) 
0
+ SQL (0.000301) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 10) 
0
+ SQL (0.000311) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 2) 
0
+ CACHE (0.000000) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 2) 
0
+ CACHE (0.000000) SELECT * FROM `products` WHERE (`products`.`id` = 2) 
0
+ SQL (0.000509) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 11) 
0
+ SQL (0.000415) SELECT count(*) AS count_all FROM `comments` WHERE (`comments`.task_id = 12) 
0
+Completed in 1.20804 (0 reqs/sec) | Rendering: 0.14374 (11%) | DB: 0.96106 (79%) | 200 OK [http://localhost/]
0
+
0
+
0
+Processing SprintsController#index (for 127.0.0.1 at 2008-06-11 09:51:30) [GET]
0
+ Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
0
+SGFzaHsABjoKQHVzZWR7AA==--d0ba40e6acf85b1e752e46d69ad714dda65eee85
0
+ Parameters: {"action"=>"index", "controller"=>"sprints"}
0
+Filter chain halted as [:authenticate] rendered_or_redirected.
0
+Completed in 0.00088 (1136 reqs/sec) | Rendering: 0.00066 (75%) | DB: 0.00000 (0%) | 401 Unauthorized [http://localhost/sprints]
0
+
0
+
0
+Processing SprintsController#index (for 127.0.0.1 at 2008-06-11 09:51:36) [GET]
0
+ Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
0
+SGFzaHsABjoKQHVzZWR7AA==--d0ba40e6acf85b1e752e46d69ad714dda65eee85
0
+ Parameters: {"action"=>"index", "controller"=>"sprints"}
0
+ User Columns (0.053908) SHOW FIELDS FROM `users`
0
+ User Load (0.002414) SELECT * FROM `users` WHERE (`users`.`email` = 'earlopes@coodetec.com.br' AND `users`.`password` = 'aaa123') LIMIT 1
0
+ Sprint Load (0.000957) SELECT * FROM `sprints` ORDER BY active desc
0
+Rendering template within layouts/application
0
+Rendering sprints/index
0
+ Sprint Columns (0.003411) SHOW FIELDS FROM `sprints`
0
+ Backlog Columns (0.044486) SHOW FIELDS FROM `backlogs`
0
+ Backlog Load (0.000804) SELECT * FROM `backlogs` WHERE (`backlogs`.`id` = 1) 
0
+ Task Columns (0.003174) SHOW FIELDS FROM `tasks`
0
+ SQL (0.043711) SELECT sum(`tasks`.hours) AS sum_hours FROM `tasks` WHERE (sprint_id = 1 and status = 'Pronto') 
0
+ SQL (0.000705) SELECT sum(`tasks`.hours) AS sum_hours FROM `tasks` WHERE (sprint_id = 1) 
0
+ CACHE (0.000000) SELECT * FROM `backlogs` WHERE (`backlogs`.`id` = 1) 
0
+ SQL (0.000517) SELECT sum(`tasks`.hours) AS sum_hours FROM `tasks` WHERE (sprint_id = 2 and status = 'Pronto') 
0
+ SQL (0.000422) SELECT sum(`tasks`.hours) AS sum_hours FROM `tasks` WHERE (sprint_id = 2) 
0
+Completed in 0.63925 (1 reqs/sec) | Rendering: 0.09289 (14%) | DB: 0.15451 (24%) | 200 OK [http://localhost/sprints]
0
+
0
+
0
+Processing TasksController#index (for 127.0.0.1 at 2008-06-11 09:51:39) [GET]
0
+ Session ID: BAh7CDoMY3NyZl9pZCIlZmZjNzBjNzY0YWY1ZjIzNjcxZGRlYTcyMjc0Yzk5
0
+ODQ6CXVzZXJvOglVc2VyCzoLQHRhc2tzMDoTQGJhY2tsb2dfaXRlbXMwOg5A
0
+Y29tbWVudHMwOhBAYXR0cmlidXRlc3sNIgluYW1lIiJFZHVhcmRvIEFsZXhh
0
+bmRybyBSZWNoZSBMb3BlcyIPdXBkYXRlZF9hdCIYMjAwOC0wNS0yOSAwODo0
0
+MDozNSIHaWQiBjEiDXBhc3N3b3JkIgthYWExMjMiDGNvbW1lbnQiACIKaW1h
0
+Z2UiGzEyMDgzNjIzNTJfUGhvdG8gMy5qcGciCmVtYWlsIh1lYXJsb3Blc0Bj
0
+b29kZXRlYy5jb20uYnIiD2NyZWF0ZWRfYXQiGDIwMDgtMDQtMDggMTA6MDU6
0
+NDM6FkBhdHRyaWJ1dGVzX2NhY2hlewA6EEBkZXZlbG9wZXJzMCIKZmxhc2hJ
0
+QzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVz
0
+ZWR7AA==--e3f447dd9372e6c2b80ca65651e021a15dc65fab
0
+ Parameters: {"sprint_id"=>"1", "action"=>"index", "controller"=>"tasks"}
0
+ Sprint Columns (0.003106) SHOW FIELDS FROM `sprints`
0
+ Sprint Load (0.000963) SELECT * FROM `sprints` WHERE (`sprints`.`id` = 1) 
0
+ Task Load (0.031043) SELECT * FROM `tasks` WHERE (`tasks`.sprint_id = 1) ORDER BY backlog_item_id, description
0
+Rendering template within layouts/application
0
+Rendering tasks/index
0
+ Task Columns (0.003562) SHOW FIELDS FROM `tasks`
0
+ BacklogItem Columns (0.003096) SHOW FIELDS FROM `backlog_items`
0
+ BacklogItem Load (0.001103) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 3) 
0
+ User Columns (0.003054) SHOW FIELDS FROM `users`
0
+ User Load (0.000964) SELECT * FROM `users` WHERE (`users`.`id` = 1) 
0
+ CACHE (0.000000) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 3) 
0
+ CACHE (0.000000) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 3) 
0
+ BacklogItem Load (0.000910) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 4) 
0
+ CACHE (0.000000) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 4) 
0
+ BacklogItem Load (0.000771) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 5) 
0
+ CACHE (0.000000) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 5) 
0
+ CACHE (0.000000) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 5) 
0
+ User Load (0.000663) SELECT * FROM `users` WHERE (`users`.`id` = 6) 
0
+ CACHE (0.000000) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 5) 
0
+ CACHE (0.000000) SELECT * FROM `users` WHERE (`users`.`id` = 1) 
0
+ CACHE (0.000000) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 5) 
0
+ CACHE (0.000000) SELECT * FROM `users` WHERE (`users`.`id` = 6) 
0
+ BacklogItem Load (0.000783) SELECT * FROM `backlog_items` WHERE (`backlog_items`.`id` = 6) 
0
+ CACHE (0.000000) SELECT * FROM `users` WHERE (`users`.`id` = 6) 
0
+Completed in 0.12625 (7 reqs/sec) | Rendering: 0.05864 (46%) | DB: 0.05002 (39%) | 200 OK [http://localhost/sprints/1/tasks]
0
+
0
+
0
+Processing TasksController#new (for 127.0.0.1 at 2008-06-11 09:51:42) [GET]
0
+ Session ID: BAh7CDoJdXNlcm86CVVzZXILOhNAYmFja2xvZ19pdGVtczA6C0B0YXNrczA6
0
+EEBhdHRyaWJ1dGVzew0iCW5hbWUiIkVkdWFyZG8gQWxleGFuZHJvIFJlY2hl
0
+IExvcGVzIg91cGRhdGVkX2F0IhgyMDA4LTA1LTI5IDA4OjQwOjM1IgdpZCIG
0
+MSIKaW1hZ2UiGzEyMDgzNjIzNTJfUGhvdG8gMy5qcGciDGNvbW1lbnQiACIN
0
+cGFzc3dvcmQiC2FhYTEyMyIPY3JlYXRlZF9hdCIYMjAwOC0wNC0wOCAxMDow
0
+NTo0MyIKZW1haWwiHWVhcmxvcGVzQGNvb2RldGVjLmNvbS5icjoOQGNvbW1l
0
+bnRzMDoWQGF0dHJpYnV0ZXNfY2FjaGV7ADoQQGRldmVsb3BlcnMwOgxjc3Jm
0
+X2lkIiVmZmM3MGM3NjRhZjVmMjM2NzFkZGVhNzIyNzRjOTk4NCIKZmxhc2hJ
0
+QzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVz
0
+ZWR7AA==--a38cf97115831499076f9398de7e9bba0f97708f
0
+ Parameters: {"sprint_id"=>"1", "action"=>"new", "controller"=>"tasks"}
0
+ Sprint Columns (0.002324) SHOW FIELDS FROM `sprints`
0
+ Sprint Load (0.002096) SELECT * FROM `sprints` WHERE (`sprints`.`id` = 1) 
0
+ Backlog Columns (0.002712) SHOW FIELDS FROM `backlogs`
0
+ Backlog Load (0.000775) SELECT * FROM `backlogs` WHERE (`backlogs`.`id` = 1) 
0
+ BacklogItem Load (0.001462) SELECT * FROM `backlog_items` WHERE (`backlog_items`.backlog_id = 1) ORDER BY product_id
0
+ Task Columns (0.002671) SHOW FIELDS FROM `tasks`
0
+Rendering template within layouts/application
0
+Rendering tasks/new
0
+
0
+
0
+ActionView::TemplateError (undefined method `new' for #<Task:0x21b17a8>) on line #38 of tasks/_form.html.erb:
0
+35:
0
+36: <p>
0
+37: <b>Status</b><br />
0
+38: <% if @task.new %>
0
+39: <b>Aberto</b>
0
+40: <%= f.hidden :status, "Aberto" %>
0
+41: <% else %>
0
+
0
+ vendor/rails/activerecord/lib/active_record/attribute_methods.rb:256:in `method_missing'
0
+ app/views/tasks/_form.html.erb:38:in `_run_erb_47app47views47tasks47_form46html46erb'
0
+ vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:317:in `fields_for'
0
+ vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:253:in `form_for'
0
+ app/views/tasks/_form.html.erb:7:in `_run_erb_47app47views47tasks47_form46html46erb'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
0
+ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
0
+ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
0
+ vendor/rails/actionpack/lib/action_view/partial_template.rb:20:in `render'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
0
+ vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
0
+ vendor/rails/actionpack/lib/action_view/partial_template.rb:19:in `render'
0
+ vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
0
+ vendor/rails/actionpack/lib/action_view/partials.rb:110:in `render_partial'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:273:in `render'
0
+ app/views/tasks/new.html.erb:9:in `_run_erb_47app47views47tasks47new46html46erb'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
0
+ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
0
+ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
0
+ vendor/rails/actionpack/lib/action_view/template.rb:35:in `render'
0
+ vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:865:in `render_with_no_layout'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:880:in `render_with_no_layout'
0
+ vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
0
+ vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `call'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `respond'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:154:in `each'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:154:in `respond'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
0
+ app/controllers/tasks_controller.rb:33:in `new'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
0
+ vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters'
0
+ vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
0
+ /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
0
+ vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
0
+ vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
0
+ vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
0
+ vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
0
+ vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters'
0
+ vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
0
+ vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
0
+ vendor/rails/railties/lib/commands/servers/mongrel.rb:64
0
+ /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
0
+ /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require'
0
+ vendor/rails/railties/lib/commands/server.rb:39
0
+ script/server:3:in `require'
0
+ script/server:3
0
+
0
+ User Columns (0.002754) SHOW FIELDS FROM `users`
0
+Rendering /Users/eduardoalexandrorechelopes/Projects/ruby_projects/irun/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
0
+
0
+
0
+Processing TasksController#new (for 127.0.0.1 at 2008-06-11 09:53:18) [GET]
0
+ Session ID: BAh7CDoMY3NyZl9pZCIlZmZjNzBjNzY0YWY1ZjIzNjcxZGRlYTcyMjc0Yzk5
0
+ODQ6CXVzZXJvOglVc2VyCzoLQHRhc2tzMDoTQGJhY2tsb2dfaXRlbXMwOg5A
0
+Y29tbWVudHMwOhBAYXR0cmlidXRlc3sNIgluYW1lIiJFZHVhcmRvIEFsZXhh
0
+bmRybyBSZWNoZSBMb3BlcyIPdXBkYXRlZF9hdCIYMjAwOC0wNS0yOSAwODo0
0
+MDozNSIHaWQiBjEiDXBhc3N3b3JkIgthYWExMjMiDGNvbW1lbnQiACIKaW1h
0
+Z2UiGzEyMDgzNjIzNTJfUGhvdG8gMy5qcGciCmVtYWlsIh1lYXJsb3Blc0Bj
0
+b29kZXRlYy5jb20uYnIiD2NyZWF0ZWRfYXQiGDIwMDgtMDQtMDggMTA6MDU6
0
+NDM6FkBhdHRyaWJ1dGVzX2NhY2hlewA6EEBkZXZlbG9wZXJzMCIKZmxhc2hJ
0
+QzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVz
0
+ZWR7AA==--e3f447dd9372e6c2b80ca65651e021a15dc65fab
0
+ Parameters: {"sprint_id"=>"1", "action"=>"new", "controller"=>"tasks"}
0
+ Sprint Columns (0.002505) SHOW FIELDS FROM `sprints`
0
+ Sprint Load (0.001445) SELECT * FROM `sprints` WHERE (`sprints`.`id` = 1) 
0
+ Backlog Columns (0.002018) SHOW FIELDS FROM `backlogs`
0
+ Backlog Load (0.001050) SELECT * FROM `backlogs` WHERE (`backlogs`.`id` = 1) 
0
+ BacklogItem Load (0.002548) SELECT * FROM `backlog_items` WHERE (`backlog_items`.backlog_id = 1) ORDER BY product_id
0
+ Task Columns (0.002677) SHOW FIELDS FROM `tasks`
0
+Rendering template within layouts/application
0
+Rendering tasks/new
0
+ BacklogItem Columns (0.002419) SHOW FIELDS FROM `backlog_items`
0
+ User Columns (0.002126) SHOW FIELDS FROM `users`
0
+
0
+
0
+ActionView::TemplateError (undefined method `hidden' for #<ActionView::Helpers::FormBuilder:0x21a2910>) on line #40 of tasks/_form.html.erb:
0
+37: <b>Status</b><br />
0
+38: <% if @task.new_record? %>
0
+39: <b>Aberto</b>
0
+40: <%= f.hidden :status, "Aberto" %>
0
+41: <% else %>
0
+42: <%= f.select :status, ["Aberto", "Alocado", "Pronto"] %>
0
+43: <% end %>
0
+
0
+ app/views/tasks/_form.html.erb:40:in `_run_erb_47app47views47tasks47_form46html46erb'
0
+ vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:317:in `fields_for'
0
+ vendor/rails/actionpack/lib/action_view/helpers/form_helper.rb:253:in `form_for'
0
+ app/views/tasks/_form.html.erb:7:in `_run_erb_47app47views47tasks47_form46html46erb'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
0
+ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
0
+ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
0
+ vendor/rails/actionpack/lib/action_view/partial_template.rb:20:in `render'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
0
+ vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'
0
+ vendor/rails/actionpack/lib/action_view/partial_template.rb:19:in `render'
0
+ vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
0
+ vendor/rails/actionpack/lib/action_view/partials.rb:110:in `render_partial'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:273:in `render'
0
+ app/views/tasks/new.html.erb:9:in `_run_erb_47app47views47tasks47new46html46erb'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:338:in `send'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:338:in `execute'
0
+ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `send'
0
+ vendor/rails/actionpack/lib/action_view/template_handlers/compilable.rb:29:in `render'
0
+ vendor/rails/actionpack/lib/action_view/template.rb:35:in `render'
0
+ vendor/rails/actionpack/lib/action_view/template.rb:22:in `render_template'
0
+ vendor/rails/actionpack/lib/action_view/base.rb:245:in `render_file'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:1108:in `render_for_file'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:865:in `render_with_no_layout'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:880:in `render_with_no_layout'
0
+ vendor/rails/actionpack/lib/action_controller/layout.rb:251:in `render_without_benchmark'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
0
+ vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `send'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:131:in `custom'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `call'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `respond'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:154:in `each'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:154:in `respond'
0
+ vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'
0
+ app/controllers/tasks_controller.rb:33:in `new'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `send'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
0
+ vendor/rails/actionpack/lib/action_controller/filters.rb:580:in `call_filters'
0
+ vendor/rails/actionpack/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
0
+ /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
0
+ vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
0
+ vendor/rails/actionpack/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
0
+ vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
0
+ vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
0
+ vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
0
+ vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:529:in `send'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:529:in `process_without_filters'
0
+ vendor/rails/actionpack/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
0
+ vendor/rails/actionpack/lib/action_controller/session_management.rb:130:in `process'
0
+ vendor/rails/actionpack/lib/action_controller/base.rb:389:in `process'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:149:in `handle_request'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:107:in `dispatch'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `synchronize'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:104:in `dispatch'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
0
+ vendor/rails/actionpack/lib/action_controller/dispatcher.rb:35:in `dispatch'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
0
+ /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:502:in `load'
0
+ vendor/rails/railties/lib/commands/servers/mongrel.rb:64
0
+ /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
0
+ /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:354:in `new_constants_in'
0
+ vendor/rails/activesupport/lib/active_support/dependencies.rb:509:in `require'
0
+ vendor/rails/railties/lib/commands/server.rb:39
0
+ script/server:3:in `require'
0
+ script/server:3
0
+
0
+Rendering /Users/eduardoalexandrorechelopes/Projects/ruby_projects/irun/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
0
+
0
+
0
+Processing TasksController#new (for 127.0.0.1 at 2008-06-11 09:54:02) [GET]
0
+ Session ID: BAh7CDoJdXNlcm86CVVzZXILOhNAYmFja2xvZ19pdGVtczA6C0B0YXNrczA6
0
+EEBhdHRyaWJ1dGVzew0iCW5hbWUiIkVkdWFyZG8gQWxleGFuZHJvIFJlY2hl
0
+IExvcGVzIg91cGRhdGVkX2F0IhgyMDA4LTA1LTI5IDA4OjQwOjM1IgdpZCIG
0
+MSIKaW1hZ2UiGzEyMDgzNjIzNTJfUGhvdG8gMy5qcGciDGNvbW1lbnQiACIN
0
+cGFzc3dvcmQiC2FhYTEyMyIPY3JlYXRlZF9hdCIYMjAwOC0wNC0wOCAxMDow
0
+NTo0MyIKZW1haWwiHWVhcmxvcGVzQGNvb2RldGVjLmNvbS5icjoOQGNvbW1l
0
+bnRzMDoWQGF0dHJpYnV0ZXNfY2FjaGV7ADoQQGRldmVsb3BlcnMwOgxjc3Jm
0
+X2lkIiVmZmM3MGM3NjRhZjVmMjM2NzFkZGVhNzIyNzRjOTk4NCIKZmxhc2hJ
0
+QzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVz
0
+ZWR7AA==--a38cf97115831499076f9398de7e9bba0f97708f
0
+ Parameters: {"sprint_id"=>"1", "action"=>"new", "controller"=>"tasks"}
0
+ Sprint Columns (0.002443) SHOW FIELDS FROM `sprints`
0
+ Sprint Load (0.005755) SELECT * FROM `sprints` WHERE (`sprints`.`id` = 1) 
0
+ Backlog Columns (0.002949) SHOW FIELDS FROM `backlogs`
0
+ Backlog Load (0.000767) SELECT * FROM `backlogs` WHERE (`backlogs`.`id` = 1) 
0
+ BacklogItem Load (0.001562) SELECT * FROM `backlog_items` WHERE (`backlog_items`.backlog_id = 1) ORDER BY product_id
0
+ Task Columns (0.003220) SHOW FIELDS FROM `tasks`
0
+Rendering template within layouts/application
0
+Rendering tasks/new
0
+Rendered tasks/_form (0.00420)
0
+ User Columns (0.002431) SHOW FIELDS FROM `users`
0
+Completed in 0.13352 (7 reqs/sec) | Rendering: 0.01003 (7%) | DB: 0.02367 (17%) | 200 OK [http://localhost/sprints/1/tasks/new]
0
+
0
+
0
+Processing TasksController#new (for 127.0.0.1 at 2008-06-11 09:55:58) [GET]
0
+ Session ID: BAh7CDoMY3NyZl9pZCIlZmZjNzBjNzY0YWY1ZjIzNjcxZGRlYTcyMjc0Yzk5
0
+ODQ6CXVzZXJvOglVc2VyCzoLQHRhc2tzMDoTQGJhY2tsb2dfaXRlbXMwOg5A
0
+Y29tbWVudHMwOhBAYXR0cmlidXRlc3sNIgluYW1lIiJFZHVhcmRvIEFsZXhh
0
+bmRybyBSZWNoZSBMb3BlcyIPdXBkYXRlZF9hdCIYMjAwOC0wNS0yOSAwODo0
0
+MDozNSIHaWQiBjEiDXBhc3N3b3JkIgthYWExMjMiDGNvbW1lbnQiACIKaW1h
0
+Z2UiGzEyMDgzNjIzNTJfUGhvdG8gMy5qcGciCmVtYWlsIh1lYXJsb3Blc0Bj
0
+b29kZXRlYy5jb20uYnIiD2NyZWF0ZWRfYXQiGDIwMDgtMDQtMDggMTA6MDU6
0
+NDM6FkBhdHRyaWJ1dGVzX2NhY2hlewA6EEBkZXZlbG9wZXJzMCIKZmxhc2hJ
0
+QzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVz
0
+ZWR7AA==--e3f447dd9372e6c2b80ca65651e021a15dc65fab
0
+ Parameters: {"sprint_id"=>"1", "action"=>"new", "controller"=>"tasks"}
0
+ Sprint Columns (0.002473) SHOW FIELDS FROM `sprints`
0
+ Sprint Load (0.001816) SELECT * FROM `sprints` WHERE (`sprints`.`id` = 1) 
0
+ Backlog Columns (0.003271) SHOW FIELDS FROM `backlogs`
0
+ Backlog Load (0.000782) SELECT * FROM `backlogs` WHERE (`backlogs`.`id` = 1) 
0
+ BacklogItem Load (0.001514) SELECT * FROM `backlog_items` WHERE (`backlog_items`.backlog_id = 1) ORDER BY product_id
0
+ Task Columns (0.002658) SHOW FIELDS FROM `tasks`
0
+Rendering template within layouts/application
0
+Rendering tasks/new
0
+Rendered tasks/_form (0.00415)
0
+ User Columns (0.002343) SHOW FIELDS FROM `users`
0
+Completed in 0.05010 (19 reqs/sec) | Rendering: 0.00978 (19%) | DB: 0.01486 (29%) | 200 OK [http://localhost/sprints/1/tasks/new]
0
+
0
+
0
+Processing TasksController#new (for 127.0.0.1 at 2008-06-11 09:56:22) [GET]
0
+ Session ID: BAh7CDoJdXNlcm86CVVzZXILOhNAYmFja2xvZ19pdGVtczA6C0B0YXNrczA6