railstar 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. data/README.rdoc +68 -1
  2. data/app/views/railstar/general/code.html.erb +2 -1
  3. data/app/views/railstar/general/routes.html.erb +1 -2
  4. data/lib/railstar/active_record_ext.rb +15 -5
  5. data/lib/railstar/code_holder.rb +15 -5
  6. data/lib/railstar/column_comment.rb +67 -0
  7. data/lib/railstar/version.rb +1 -1
  8. data/lib/railstar.rb +2 -0
  9. data/test/dummy/config/database.yml +8 -0
  10. data/test/dummy/log/development.log +1790 -0
  11. data/test/dummy/tmp/cache/assets/BD2/850/sprockets%2F212d40170837515304b9063333be003f +0 -0
  12. data/test/dummy/tmp/cache/assets/C16/850/sprockets%2Ff4c43aa1311657553d81a21368338645 +0 -0
  13. data/test/dummy/tmp/cache/assets/C6E/730/sprockets%2F91874fafd1045394dd491568659e7926 +0 -0
  14. data/test/dummy/tmp/cache/assets/C7A/550/sprockets%2F8130e207e861a29e1b3411c0fd728858 +0 -0
  15. data/test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212 +0 -0
  16. data/test/dummy/tmp/cache/assets/CD0/A50/sprockets%2Faf1a52f4402e0d40b20f84cb17536598 +0 -0
  17. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  18. data/test/dummy/tmp/cache/assets/CE0/760/sprockets%2F337cad824c44b29db86894b1d12b2990 +0 -0
  19. data/test/dummy/tmp/cache/assets/CE9/4A0/sprockets%2F2677fb28f82f2351e55fd8a87c16503a +0 -0
  20. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  21. data/test/dummy/tmp/cache/assets/CF7/8E0/sprockets%2Fc7246096aa7393cf2d9b295ef766f619 +0 -0
  22. data/test/dummy/tmp/cache/assets/CFB/BC0/sprockets%2F06712eb9b4546c3ace17f21e2de20701 +0 -0
  23. data/test/dummy/tmp/cache/assets/CFF/920/sprockets%2F978f196f9aebd8f2427385ad60455e87 +0 -0
  24. data/test/dummy/tmp/cache/assets/D02/180/sprockets%2Fa2b299d2e064d59021a229159fcb3be1 +0 -0
  25. data/test/dummy/tmp/cache/assets/D06/910/sprockets%2Fcd3a511c04c4949626d23b83de17c37b +0 -0
  26. data/test/dummy/tmp/cache/assets/D10/0E0/sprockets%2Fc99ee79715dc1e42acc661251f720b44 +0 -0
  27. data/test/dummy/tmp/cache/assets/D1D/F20/sprockets%2Fd6bb8c79b5667def69f4301e7013628b +0 -0
  28. data/test/dummy/tmp/cache/assets/D2C/E30/sprockets%2F1142f2a14b9b84e21b28f864d223bdbb +0 -0
  29. data/test/dummy/tmp/cache/assets/D31/ED0/sprockets%2F9913807526d036cb3fa19b0bbca3e54b +0 -0
  30. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  31. data/test/dummy/tmp/cache/assets/D38/A90/sprockets%2F60870f38f70884cdfb1caa382311d2ce +0 -0
  32. data/test/dummy/tmp/cache/assets/D46/0F0/sprockets%2F268fc8d914b620b386f2abcdf846085c +0 -0
  33. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  34. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  35. data/test/dummy/tmp/cache/assets/D78/2A0/sprockets%2F24afdb9e785b7c66cb5c0ee16347a297 +0 -0
  36. data/test/dummy/tmp/cache/assets/D7D/E40/sprockets%2F5bae168d39d154d44c68a848fbbf09c9 +0 -0
  37. data/test/dummy/tmp/cache/assets/D89/460/sprockets%2Fd3da7452aa3ad6cf1528dcf542af0043 +0 -0
  38. data/test/dummy/tmp/cache/assets/DA5/4B0/sprockets%2Fae01bf1936611de0fe2aa0a4e3a0aa43 +0 -0
  39. data/test/dummy/tmp/cache/assets/DC0/120/sprockets%2Fe5ce1f8a1f71614cd25b45dbbc4a36c3 +0 -0
  40. data/test/dummy/tmp/cache/assets/DC3/C70/sprockets%2F4d00f6d834e5d6a4fbde56341baa84ab +0 -0
  41. data/test/dummy/tmp/cache/assets/DD5/E00/sprockets%2F23ad9be17726d9cfeeb23450b29dfd8e +0 -0
  42. data/test/dummy/tmp/cache/assets/DD6/E70/sprockets%2Fb37f1888c20e8a6bfe17e753fce3b4bd +0 -0
  43. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  44. data/test/dummy/tmp/cache/assets/DE5/170/sprockets%2Fef6f9b493262394abdb85beafc88e9e3 +0 -0
  45. data/test/dummy/tmp/cache/assets/E04/5A0/sprockets%2Fc8052f0d827a69d3feef3e3efef0e4b2 +0 -0
  46. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  47. data/test/dummy/tmp/cache/assets/E09/CF0/sprockets%2Fe42ceae7f6bf3e688024e463baefcf39 +0 -0
  48. data/test/dummy/tmp/cache/assets/E28/6A0/sprockets%2F7d5af50b0e7b5ca1eaaf9f7a87c51e1d +0 -0
  49. metadata +17 -8
@@ -32317,3 +32317,1793 @@ Served asset /tasks.js - 304 Not Modified (0ms)
32317
32317
 
32318
32318
  Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-13 02:02:49 +0900
32319
32319
  Served asset /application.js - 304 Not Modified (0ms)
32320
+
32321
+
32322
+ Started GET "/" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32323
+ Processing by GeneralController#index as HTML
32324
+ Rendered general/index.html.erb within layouts/application (22.4ms)
32325
+ Completed 200 OK in 107ms (Views: 105.8ms | ActiveRecord: 0.0ms)
32326
+
32327
+
32328
+ Started GET "/assets/tasks.css?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32329
+ Served asset /tasks.css - 200 OK (6ms)
32330
+
32331
+
32332
+ Started GET "/assets/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32333
+ Served asset /general.js - 200 OK (3ms)
32334
+
32335
+
32336
+ Started GET "/assets/tasks.js?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32337
+ Served asset /tasks.js - 200 OK (10ms)
32338
+
32339
+
32340
+ Started GET "/assets/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32341
+ Served asset /general.css - 200 OK (8ms)
32342
+
32343
+
32344
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32345
+ Served asset /scaffold.css - 200 OK (4ms)
32346
+
32347
+
32348
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32349
+ Served asset /application.css - 200 OK (8ms)
32350
+
32351
+
32352
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32353
+ Served asset /jquery.js - 200 OK (66ms)
32354
+
32355
+
32356
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32357
+ Served asset /application.js - 200 OK (16ms)
32358
+
32359
+
32360
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:12:44 +0900
32361
+ Served asset /jquery_ujs.js - 200 OK (3ms)
32362
+
32363
+
32364
+ Started GET "/" for 127.0.0.1 at 2012-06-08 19:32:47 +0900
32365
+ Processing by GeneralController#index as HTML
32366
+ Rendered general/index.html.erb within layouts/application (28.7ms)
32367
+ Completed 200 OK in 107ms (Views: 106.4ms | ActiveRecord: 0.0ms)
32368
+
32369
+
32370
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32371
+ Served asset /scaffold.css - 304 Not Modified (6ms)
32372
+
32373
+
32374
+ Started GET "/assets/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32375
+ Served asset /general.css - 304 Not Modified (2ms)
32376
+
32377
+
32378
+ Started GET "/assets/tasks.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32379
+ Served asset /tasks.css - 304 Not Modified (4ms)
32380
+
32381
+
32382
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32383
+ Served asset /jquery.js - 304 Not Modified (8ms)
32384
+
32385
+
32386
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32387
+ Served asset /application.css - 304 Not Modified (9ms)
32388
+
32389
+
32390
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32391
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
32392
+
32393
+
32394
+ Started GET "/assets/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32395
+ Served asset /general.js - 304 Not Modified (2ms)
32396
+
32397
+
32398
+ Started GET "/assets/tasks.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32399
+ Served asset /tasks.js - 304 Not Modified (7ms)
32400
+
32401
+
32402
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32403
+ Served asset /application.js - 304 Not Modified (11ms)
32404
+
32405
+
32406
+ Started GET "/" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32407
+ Processing by GeneralController#index as HTML
32408
+ Rendered general/index.html.erb within layouts/application (1.2ms)
32409
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
32410
+
32411
+
32412
+ Started GET "/assets/tasks.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32413
+ Served asset /tasks.css - 304 Not Modified (0ms)
32414
+
32415
+
32416
+ Started GET "/assets/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32417
+ Served asset /general.css - 304 Not Modified (0ms)
32418
+
32419
+
32420
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32421
+ Served asset /jquery.js - 304 Not Modified (0ms)
32422
+
32423
+
32424
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32425
+ Served asset /scaffold.css - 304 Not Modified (0ms)
32426
+
32427
+
32428
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32429
+ Served asset /application.css - 304 Not Modified (0ms)
32430
+
32431
+
32432
+ Started GET "/assets/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32433
+ Served asset /general.js - 304 Not Modified (3ms)
32434
+
32435
+
32436
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32437
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32438
+
32439
+
32440
+ Started GET "/assets/tasks.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32441
+ Served asset /tasks.js - 304 Not Modified (0ms)
32442
+
32443
+
32444
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:48 +0900
32445
+ Served asset /application.js - 304 Not Modified (0ms)
32446
+
32447
+
32448
+ Started GET "/railstar/" for 127.0.0.1 at 2012-06-08 19:32:52 +0900
32449
+ Processing by Railstar::GeneralController#index as HTML
32450
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/index.html.erb within layouts/railstar/application (0.4ms)
32451
+ Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.0ms)
32452
+
32453
+
32454
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32455
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (8ms)
32456
+
32457
+
32458
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32459
+ Served asset /railstar/feedbacks.css - 304 Not Modified (5ms)
32460
+
32461
+
32462
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32463
+ Served asset /railstar/application.css - 304 Not Modified (54ms)
32464
+
32465
+
32466
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32467
+ Served asset /railstar/general.css - 304 Not Modified (5ms)
32468
+
32469
+
32470
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32471
+ Served asset /jquery.js - 304 Not Modified (0ms)
32472
+
32473
+
32474
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32475
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32476
+
32477
+
32478
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32479
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (3ms)
32480
+
32481
+
32482
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32483
+ Served asset /railstar/feedbacks.js - 304 Not Modified (4ms)
32484
+
32485
+
32486
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32487
+ Served asset /railstar/general.js - 304 Not Modified (3ms)
32488
+
32489
+
32490
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:32:53 +0900
32491
+ Served asset /railstar/application.js - 304 Not Modified (13ms)
32492
+
32493
+
32494
+ Started GET "/railstar/database" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32495
+ Processing by Railstar::GeneralController#database as HTML
32496
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/database.html.erb within layouts/railstar/application (17.4ms)
32497
+ Completed 200 OK in 42ms (Views: 28.8ms | ActiveRecord: 12.3ms)
32498
+
32499
+
32500
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32501
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
32502
+
32503
+
32504
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32505
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
32506
+
32507
+
32508
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32509
+ Served asset /jquery.js - 304 Not Modified (0ms)
32510
+
32511
+
32512
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32513
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
32514
+
32515
+
32516
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32517
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32518
+
32519
+
32520
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32521
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
32522
+
32523
+
32524
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32525
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
32526
+
32527
+
32528
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32529
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
32530
+
32531
+
32532
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32533
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
32534
+
32535
+
32536
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:01 +0900
32537
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
32538
+
32539
+
32540
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32541
+ Processing by Railstar::GeneralController#code as HTML
32542
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (61.5ms)
32543
+ Completed 200 OK in 72ms (Views: 71.6ms | ActiveRecord: 0.0ms)
32544
+
32545
+
32546
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32547
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (1ms)
32548
+
32549
+
32550
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32551
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
32552
+
32553
+
32554
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32555
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
32556
+
32557
+
32558
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32559
+ Served asset /jquery.js - 304 Not Modified (0ms)
32560
+
32561
+
32562
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32563
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
32564
+
32565
+
32566
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32567
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32568
+
32569
+
32570
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32571
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
32572
+
32573
+
32574
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32575
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
32576
+
32577
+
32578
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32579
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
32580
+
32581
+
32582
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:36 +0900
32583
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
32584
+
32585
+
32586
+ Started GET "/railstar/routes" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32587
+ Processing by Railstar::GeneralController#routes as HTML
32588
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/routes.html.erb within layouts/railstar/application (3.6ms)
32589
+ Completed 200 OK in 44ms (Views: 16.4ms | ActiveRecord: 0.0ms)
32590
+
32591
+
32592
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32593
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
32594
+
32595
+
32596
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32597
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
32598
+
32599
+
32600
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32601
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32602
+
32603
+
32604
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32605
+ Served asset /jquery.js - 304 Not Modified (0ms)
32606
+
32607
+
32608
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32609
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
32610
+
32611
+
32612
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32613
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
32614
+
32615
+
32616
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32617
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
32618
+
32619
+
32620
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32621
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
32622
+
32623
+
32624
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32625
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
32626
+
32627
+
32628
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:46 +0900
32629
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
32630
+
32631
+
32632
+ Started GET "/railstar/routes" for 127.0.0.1 at 2012-06-08 19:33:56 +0900
32633
+ Processing by Railstar::GeneralController#routes as HTML
32634
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/routes.html.erb within layouts/railstar/application (2.9ms)
32635
+ Completed 200 OK in 83ms (Views: 13.2ms | ActiveRecord: 0.0ms)
32636
+
32637
+
32638
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:56 +0900
32639
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
32640
+
32641
+
32642
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:56 +0900
32643
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
32644
+
32645
+
32646
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:56 +0900
32647
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
32648
+
32649
+
32650
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:56 +0900
32651
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
32652
+
32653
+
32654
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32655
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32656
+
32657
+
32658
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32659
+ Served asset /jquery.js - 304 Not Modified (0ms)
32660
+
32661
+
32662
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32663
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
32664
+
32665
+
32666
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32667
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
32668
+
32669
+
32670
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32671
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
32672
+
32673
+
32674
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32675
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
32676
+
32677
+
32678
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32679
+ Processing by Railstar::GeneralController#code as HTML
32680
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (8.6ms)
32681
+ Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)
32682
+
32683
+
32684
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32685
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
32686
+
32687
+
32688
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32689
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
32690
+
32691
+
32692
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32693
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32694
+
32695
+
32696
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32697
+ Served asset /jquery.js - 304 Not Modified (0ms)
32698
+
32699
+
32700
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:57 +0900
32701
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
32702
+
32703
+
32704
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:58 +0900
32705
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
32706
+
32707
+
32708
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:58 +0900
32709
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
32710
+
32711
+
32712
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:58 +0900
32713
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
32714
+
32715
+
32716
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:58 +0900
32717
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
32718
+
32719
+
32720
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:58 +0900
32721
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
32722
+
32723
+
32724
+ Started GET "/railstar/routes" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32725
+ Processing by Railstar::GeneralController#routes as HTML
32726
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/routes.html.erb within layouts/railstar/application (2.0ms)
32727
+ Completed 200 OK in 82ms (Views: 10.9ms | ActiveRecord: 0.0ms)
32728
+
32729
+
32730
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32731
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
32732
+
32733
+
32734
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32735
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
32736
+
32737
+
32738
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32739
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32740
+
32741
+
32742
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32743
+ Served asset /jquery.js - 304 Not Modified (0ms)
32744
+
32745
+
32746
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32747
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
32748
+
32749
+
32750
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32751
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
32752
+
32753
+
32754
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32755
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
32756
+
32757
+
32758
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32759
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
32760
+
32761
+
32762
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32763
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
32764
+
32765
+
32766
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:33:59 +0900
32767
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
32768
+
32769
+
32770
+ Started GET "/rails/info/properties" for 127.0.0.1 at 2012-06-08 19:34:12 +0900
32771
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
32772
+ Processing by Rails::InfoController#properties as HTML
32773
+ Rendered inline template (0.4ms)
32774
+ Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)
32775
+
32776
+
32777
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32778
+ Processing by Railstar::GeneralController#code as HTML
32779
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (52.0ms)
32780
+ Completed 200 OK in 63ms (Views: 62.2ms | ActiveRecord: 0.0ms)
32781
+
32782
+
32783
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32784
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
32785
+
32786
+
32787
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32788
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
32789
+
32790
+
32791
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32792
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
32793
+
32794
+
32795
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32796
+ Served asset /jquery.js - 304 Not Modified (0ms)
32797
+
32798
+
32799
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32800
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32801
+
32802
+
32803
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32804
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
32805
+
32806
+
32807
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32808
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
32809
+
32810
+
32811
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32812
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
32813
+
32814
+
32815
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32816
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
32817
+
32818
+
32819
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 19:36:01 +0900
32820
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
32821
+
32822
+
32823
+ Started GET "/railstar/" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32824
+ Processing by Railstar::GeneralController#index as HTML
32825
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/index.html.erb within layouts/railstar/application (0.1ms)
32826
+ Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)
32827
+
32828
+
32829
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32830
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
32831
+
32832
+
32833
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32834
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
32835
+
32836
+
32837
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32838
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
32839
+
32840
+
32841
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32842
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
32843
+
32844
+
32845
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32846
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32847
+
32848
+
32849
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32850
+ Served asset /jquery.js - 304 Not Modified (0ms)
32851
+
32852
+
32853
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32854
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
32855
+
32856
+
32857
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32858
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
32859
+
32860
+
32861
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32862
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
32863
+
32864
+
32865
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-06-08 20:16:05 +0900
32866
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
32867
+
32868
+
32869
+ Started GET "/" for 127.0.0.1 at 2012-06-12 14:37:58 +0900
32870
+ Processing by GeneralController#index as HTML
32871
+ Rendered general/index.html.erb within layouts/application (25.6ms)
32872
+ Completed 200 OK in 89ms (Views: 85.6ms | ActiveRecord: 0.0ms)
32873
+
32874
+
32875
+ Started GET "/assets/tasks.css?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32876
+ Served asset /tasks.css - 304 Not Modified (0ms)
32877
+
32878
+
32879
+ Started GET "/assets/general.css?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32880
+ Served asset /general.css - 304 Not Modified (0ms)
32881
+
32882
+
32883
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32884
+ Served asset /scaffold.css - 304 Not Modified (0ms)
32885
+
32886
+
32887
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32888
+ Served asset /application.css - 304 Not Modified (1ms)
32889
+
32890
+
32891
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32892
+ Served asset /jquery.js - 304 Not Modified (1ms)
32893
+
32894
+
32895
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32896
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32897
+
32898
+
32899
+ Started GET "/assets/general.js?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32900
+ Served asset /general.js - 304 Not Modified (0ms)
32901
+
32902
+
32903
+ Started GET "/assets/tasks.js?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32904
+ Served asset /tasks.js - 304 Not Modified (1ms)
32905
+
32906
+
32907
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-12 14:37:59 +0900
32908
+ Served asset /application.js - 304 Not Modified (1ms)
32909
+ Connecting to database specified by database.yml
32910
+ Connecting to database specified by database.yml
32911
+
32912
+
32913
+ Started GET "/" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32914
+ Processing by GeneralController#index as HTML
32915
+ Rendered general/index.html.erb within layouts/application (17.8ms)
32916
+ Compiled general.css (0ms) (pid 6765)
32917
+ Compiled scaffold.css (0ms) (pid 6765)
32918
+ Compiled tasks.css (0ms) (pid 6765)
32919
+ Compiled application.css (16ms) (pid 6765)
32920
+ Compiled jquery.js (3ms) (pid 6765)
32921
+ Compiled jquery_ujs.js (0ms) (pid 6765)
32922
+ Compiled general.js (0ms) (pid 6765)
32923
+ Compiled tasks.js (0ms) (pid 6765)
32924
+ Compiled application.js (81ms) (pid 6765)
32925
+ Completed 200 OK in 216ms (Views: 215.9ms | ActiveRecord: 0.0ms)
32926
+
32927
+
32928
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32929
+ Served asset /application.css - 200 OK (53ms)
32930
+
32931
+
32932
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32933
+ Served asset /scaffold.css - 200 OK (2ms)
32934
+
32935
+
32936
+ Started GET "/assets/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32937
+ Served asset /general.css - 200 OK (2ms)
32938
+
32939
+
32940
+ Started GET "/assets/tasks.css?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32941
+ Served asset /tasks.css - 200 OK (2ms)
32942
+
32943
+
32944
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32945
+ Served asset /jquery.js - 200 OK (5ms)
32946
+
32947
+
32948
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32949
+ Served asset /jquery_ujs.js - 200 OK (3ms)
32950
+
32951
+
32952
+ Started GET "/assets/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32953
+ Served asset /general.js - 200 OK (2ms)
32954
+
32955
+
32956
+ Started GET "/assets/tasks.js?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32957
+ Served asset /tasks.js - 200 OK (2ms)
32958
+
32959
+
32960
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:38:59 +0900
32961
+ Served asset /application.js - 200 OK (11ms)
32962
+
32963
+
32964
+ Started GET "/projects" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
32965
+ Processing by ProjectsController#index as HTML
32966
+ Project Load (1.4ms) SELECT "projects".* FROM "projects" inner join tasks on tasks.project_id = projects.id GROUP BY projects.id ORDER BY created_at desc
32967
+ Rendered projects/index.html.erb within layouts/application (15.1ms)
32968
+ Completed 200 OK in 62ms (Views: 25.7ms | ActiveRecord: 1.4ms)
32969
+
32970
+
32971
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
32972
+ Served asset /application.css - 304 Not Modified (0ms)
32973
+
32974
+
32975
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
32976
+ Served asset /scaffold.css - 304 Not Modified (0ms)
32977
+
32978
+
32979
+ Started GET "/assets/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
32980
+ Served asset /general.css - 304 Not Modified (0ms)
32981
+
32982
+
32983
+ Started GET "/assets/tasks.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
32984
+ Served asset /tasks.css - 304 Not Modified (0ms)
32985
+
32986
+
32987
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
32988
+ Served asset /jquery.js - 304 Not Modified (0ms)
32989
+
32990
+
32991
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
32992
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
32993
+
32994
+
32995
+ Started GET "/assets/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
32996
+ Served asset /general.js - 304 Not Modified (0ms)
32997
+
32998
+
32999
+ Started GET "/assets/tasks.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
33000
+ Served asset /tasks.js - 304 Not Modified (0ms)
33001
+
33002
+
33003
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:03 +0900
33004
+ Served asset /application.js - 304 Not Modified (0ms)
33005
+
33006
+
33007
+ Started GET "/railstar/" for 127.0.0.1 at 2012-09-21 14:39:06 +0900
33008
+ Processing by Railstar::GeneralController#index as HTML
33009
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/index.html.erb within layouts/railstar/application (0.5ms)
33010
+ Compiled railstar/bootstrap.min.css (0ms) (pid 6765)
33011
+ Compiled railstar/feedbacks.css (0ms) (pid 6765)
33012
+ Compiled railstar/general.css (0ms) (pid 6765)
33013
+ Compiled railstar/application.css (56ms) (pid 6765)
33014
+ Compiled railstar/bootstrap.min.js (0ms) (pid 6765)
33015
+ Compiled railstar/feedbacks.js (0ms) (pid 6765)
33016
+ Compiled railstar/general.js (0ms) (pid 6765)
33017
+ Compiled railstar/application.js (21ms) (pid 6765)
33018
+ Completed 200 OK in 120ms (Views: 119.2ms | ActiveRecord: 0.0ms)
33019
+
33020
+
33021
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:06 +0900
33022
+ Served asset /railstar/application.css - 200 OK (10ms)
33023
+
33024
+
33025
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:06 +0900
33026
+ Served asset /railstar/bootstrap.min.css - 200 OK (4ms)
33027
+
33028
+
33029
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:06 +0900
33030
+ Served asset /jquery.js - 304 Not Modified (0ms)
33031
+
33032
+
33033
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:06 +0900
33034
+ Served asset /railstar/general.css - 200 OK (6ms)
33035
+
33036
+
33037
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:06 +0900
33038
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33039
+
33040
+
33041
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:06 +0900
33042
+ Served asset /railstar/feedbacks.css - 200 OK (5ms)
33043
+
33044
+
33045
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:06 +0900
33046
+ Served asset /railstar/bootstrap.min.js - 200 OK (50ms)
33047
+
33048
+
33049
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:07 +0900
33050
+ Served asset /railstar/feedbacks.js - 200 OK (3ms)
33051
+
33052
+
33053
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:07 +0900
33054
+ Served asset /railstar/general.js - 200 OK (3ms)
33055
+
33056
+
33057
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:07 +0900
33058
+ Served asset /railstar/application.js - 200 OK (10ms)
33059
+
33060
+
33061
+ Started GET "/railstar/routes" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33062
+ Processing by Railstar::GeneralController#routes as HTML
33063
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/routes.html.erb within layouts/railstar/application (1.9ms)
33064
+ Completed 200 OK in 38ms (Views: 10.6ms | ActiveRecord: 0.0ms)
33065
+
33066
+
33067
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33068
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
33069
+
33070
+
33071
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33072
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
33073
+
33074
+
33075
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33076
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
33077
+
33078
+
33079
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33080
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
33081
+
33082
+
33083
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33084
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33085
+
33086
+
33087
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33088
+ Served asset /jquery.js - 304 Not Modified (0ms)
33089
+
33090
+
33091
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33092
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
33093
+
33094
+
33095
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33096
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
33097
+
33098
+
33099
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33100
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
33101
+
33102
+
33103
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:39:08 +0900
33104
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
33105
+
33106
+
33107
+ Started GET "/railstar/routes" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33108
+ Processing by Railstar::GeneralController#routes as HTML
33109
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/routes.html.erb within layouts/railstar/application (2.0ms)
33110
+ Completed 200 OK in 35ms (Views: 9.2ms | ActiveRecord: 0.0ms)
33111
+
33112
+
33113
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33114
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
33115
+
33116
+
33117
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33118
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
33119
+
33120
+
33121
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33122
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
33123
+
33124
+
33125
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33126
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
33127
+
33128
+
33129
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33130
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33131
+
33132
+
33133
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33134
+ Served asset /jquery.js - 304 Not Modified (0ms)
33135
+
33136
+
33137
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33138
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
33139
+
33140
+
33141
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33142
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
33143
+
33144
+
33145
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33146
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
33147
+
33148
+
33149
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:40:08 +0900
33150
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
33151
+ Connecting to database specified by database.yml
33152
+
33153
+
33154
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:53:37 +0900
33155
+ Processing by Railstar::GeneralController#code as HTML
33156
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (29.5ms)
33157
+ Completed 500 Internal Server Error in 95ms
33158
+
33159
+ ActionView::Template::Error (undefined method `to_sym' for nil:NilClass):
33160
+ 17: <table class="table table-bordered table-condensed">
33161
+ 18: <thead>
33162
+ 19: <tr>
33163
+ 20: <% C.send(code).headers.each do |c| %>
33164
+ 21: <th><%= c %></th>
33165
+ 22: <% end %>
33166
+ 23: </tr>
33167
+ /Users/yoshimi/projects/railstar/rails/lib/railstar/code_holder.rb:103:in `method_missing'
33168
+ /Users/yoshimi/projects/railstar/rails/lib/railstar/code_holder.rb:52:in `block in initialize'
33169
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/csv.rb:1768:in `each'
33170
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/csv.rb:1202:in `block in foreach'
33171
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/csv.rb:1340:in `open'
33172
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/csv.rb:1201:in `foreach'
33173
+ /Users/yoshimi/projects/railstar/rails/lib/railstar/code_holder.rb:41:in `initialize'
33174
+ /Users/yoshimi/projects/railstar/rails/lib/railstar/code_holder.rb:18:in `new'
33175
+ /Users/yoshimi/projects/railstar/rails/lib/railstar/code_holder.rb:18:in `load'
33176
+ /Users/yoshimi/projects/railstar/rails/lib/railstar/code_holder.rb:14:in `method_missing'
33177
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:20:in `block in ___sers_yoshimi_projects_railstar_rails_app_views_railstar_general_code_html_erb__1182291338819176993_70316060742580'
33178
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:15:in `each'
33179
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:15:in `___sers_yoshimi_projects_railstar_rails_app_views_railstar_general_code_html_erb__1182291338819176993_70316060742580'
33180
+ actionpack (3.2.8) lib/action_view/template.rb:145:in `block in render'
33181
+ activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument'
33182
+ actionpack (3.2.8) lib/action_view/template.rb:143:in `render'
33183
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
33184
+ actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
33185
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
33186
+ activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
33187
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
33188
+ actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
33189
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
33190
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
33191
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
33192
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render'
33193
+ actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template'
33194
+ actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render'
33195
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template'
33196
+ actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template'
33197
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body'
33198
+ actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
33199
+ actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
33200
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render'
33201
+ actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render'
33202
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
33203
+ activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
33204
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime'
33205
+ activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms'
33206
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
33207
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
33208
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
33209
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render'
33210
+ actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
33211
+ actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
33212
+ actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action'
33213
+ actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action'
33214
+ actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
33215
+ activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__1950769394397280840__process_action__862352239661423194__callbacks'
33216
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
33217
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
33218
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
33219
+ actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action'
33220
+ actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
33221
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
33222
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
33223
+ activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
33224
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
33225
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
33226
+ actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
33227
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
33228
+ actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process'
33229
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process'
33230
+ actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch'
33231
+ actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
33232
+ actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action'
33233
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call'
33234
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
33235
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call'
33236
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
33237
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
33238
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
33239
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
33240
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
33241
+ railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing'
33242
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
33243
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
33244
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
33245
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
33246
+ actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
33247
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
33248
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
33249
+ actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call'
33250
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
33251
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
33252
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
33253
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
33254
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
33255
+ activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call'
33256
+ activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
33257
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
33258
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1233745318349399624__call__3829724916976747712__callbacks'
33259
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
33260
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
33261
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
33262
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
33263
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
33264
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
33265
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
33266
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
33267
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
33268
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
33269
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
33270
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
33271
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
33272
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
33273
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
33274
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
33275
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
33276
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
33277
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
33278
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
33279
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
33280
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
33281
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
33282
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
33283
+
33284
+
33285
+ Rendered /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
33286
+ Rendered /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
33287
+ Rendered /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.1ms)
33288
+ Connecting to database specified by database.yml
33289
+
33290
+
33291
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33292
+ Processing by Railstar::GeneralController#code as HTML
33293
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (21.6ms)
33294
+ Completed 200 OK in 124ms (Views: 123.2ms | ActiveRecord: 0.0ms)
33295
+
33296
+
33297
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33298
+ Served asset /railstar/application.css - 304 Not Modified (17ms)
33299
+
33300
+
33301
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33302
+ Served asset /railstar/feedbacks.css - 304 Not Modified (3ms)
33303
+
33304
+
33305
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33306
+ Served asset /railstar/general.css - 304 Not Modified (7ms)
33307
+
33308
+
33309
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33310
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (3ms)
33311
+
33312
+
33313
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33314
+ Served asset /jquery.js - 304 Not Modified (5ms)
33315
+
33316
+
33317
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33318
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
33319
+
33320
+
33321
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33322
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (3ms)
33323
+
33324
+
33325
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33326
+ Served asset /railstar/feedbacks.js - 304 Not Modified (3ms)
33327
+
33328
+
33329
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33330
+ Served asset /railstar/general.js - 304 Not Modified (3ms)
33331
+
33332
+
33333
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:54:20 +0900
33334
+ Served asset /railstar/application.js - 304 Not Modified (14ms)
33335
+
33336
+
33337
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33338
+ Processing by Railstar::GeneralController#code as HTML
33339
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (5.8ms)
33340
+ Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)
33341
+
33342
+
33343
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33344
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
33345
+
33346
+
33347
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33348
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
33349
+
33350
+
33351
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33352
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
33353
+
33354
+
33355
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33356
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
33357
+
33358
+
33359
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33360
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
33361
+
33362
+
33363
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33364
+ Served asset /jquery.js - 304 Not Modified (0ms)
33365
+
33366
+
33367
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33368
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33369
+
33370
+
33371
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33372
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
33373
+
33374
+
33375
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33376
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
33377
+
33378
+
33379
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:55:13 +0900
33380
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
33381
+
33382
+
33383
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33384
+ Processing by Railstar::GeneralController#code as HTML
33385
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (4.7ms)
33386
+ Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)
33387
+
33388
+
33389
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33390
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
33391
+
33392
+
33393
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33394
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
33395
+
33396
+
33397
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33398
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
33399
+
33400
+
33401
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33402
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
33403
+
33404
+
33405
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33406
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
33407
+
33408
+
33409
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33410
+ Served asset /jquery.js - 304 Not Modified (0ms)
33411
+
33412
+
33413
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33414
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33415
+
33416
+
33417
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33418
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
33419
+
33420
+
33421
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33422
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
33423
+
33424
+
33425
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:10 +0900
33426
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
33427
+
33428
+
33429
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33430
+ Processing by Railstar::GeneralController#code as HTML
33431
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (5.4ms)
33432
+ Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
33433
+
33434
+
33435
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33436
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
33437
+
33438
+
33439
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33440
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
33441
+
33442
+
33443
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33444
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
33445
+
33446
+
33447
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33448
+ Served asset /jquery.js - 304 Not Modified (0ms)
33449
+
33450
+
33451
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33452
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33453
+
33454
+
33455
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33456
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
33457
+
33458
+
33459
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33460
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
33461
+
33462
+
33463
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33464
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
33465
+
33466
+
33467
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33468
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
33469
+
33470
+
33471
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:56:12 +0900
33472
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
33473
+
33474
+
33475
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:57:56 +0900
33476
+ Processing by Railstar::GeneralController#code as HTML
33477
+ ERROR: compiling ___sers_yoshimi_projects_railstar_rails_app_views_railstar_general_code_html_erb__4542849187301114846_70122468351120 RAISED /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:24: unknown regexp options - tr
33478
+ unmatched close parenthesis: /th>
33479
+ <% end );@output_buffer.safe_concat('
33480
+ ');@output_buffer.safe_concat(' </
33481
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:25: syntax error, unexpected '<'
33482
+ </thead>
33483
+ ^
33484
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:30: unknown regexp options - td
33485
+ unmatched close parenthesis: /thead>
33486
+ <tbody>
33487
+ '); C.send(code).values.each do |record|
33488
+ @output_buffer.safe_concat(' <tr>
33489
+ '); C.send(code).headers.each do |c|
33490
+ @output_buffer.safe_concat(' <td>');@output_buffer.append= ( record.send(c) );@output_buffer.safe_concat('</
33491
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:34: unknown regexp options - tbdy
33492
+ unmatched close parenthesis: /tr>
33493
+ '); end
33494
+ @output_buffer.safe_concat(' </
33495
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:35: syntax error, unexpected '<'
33496
+ </table>
33497
+ ^
33498
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:37: unknown regexp options - dv
33499
+ unmatched close parenthesis: /table>
33500
+ '); end
33501
+ @output_buffer.safe_concat(' </i
33502
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:37: syntax error, unexpected '<'
33503
+ @output_buffer.safe_concat(' </div><!--/span-->
33504
+ ^
33505
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:38: unknown regexp options - dv
33506
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:38: syntax error, unexpected '<'
33507
+ </div><!--/row-->
33508
+ ^
33509
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:40: unknown regexp options - dv
33510
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:40: syntax error, unexpected '<'
33511
+ </div><!--/.fluid-container-->
33512
+ ^
33513
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:40: unterminated regexp meets end of file
33514
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:40: syntax error, unexpected $end, expecting ')'
33515
+ Function body: def ___sers_yoshimi_projects_railstar_rails_app_views_railstar_general_code_html_erb__4542849187301114846_70122468351120(local_assigns, output_buffer)
33516
+ _old_virtual_path, @virtual_path = @virtual_path, "railstar/general/code";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new;@output_buffer.safe_concat('<div class="container-fluid">
33517
+ <div class="row-fluid">
33518
+ <div class="span2">
33519
+ <div class="well sidebar-nav">
33520
+ <ul class="nav nav-list">
33521
+ <li class="nav-header">Code</li>
33522
+ '); @codes.each do |code|
33523
+ @output_buffer.safe_concat(' <li>');@output_buffer.append= ( link_to code, :anchor => code );@output_buffer.safe_concat('</li>
33524
+ '); end
33525
+ @output_buffer.safe_concat(' </ul>
33526
+ </div><!--/.well -->
33527
+ </div><!--/span-->
33528
+
33529
+ <div class="span10">
33530
+ '); @codes.each do |code|
33531
+ @output_buffer.safe_concat(' <a name="');@output_buffer.append= ( code );@output_buffer.safe_concat('"></a><h2>');@output_buffer.append= ( code );@output_buffer.safe_concat('</h2>
33532
+ <table class="table table-bordered table-condensed">
33533
+ <thead>
33534
+ <tr>
33535
+ '); sample = C.send(code).values.first
33536
+ C.send(code).headers.each do |c|
33537
+ @output_buffer.safe_concat(' <th>');@output_buffer.append= ( c );@output_buffer.safe_concat(':');@output_buffer.append= ( sample.send(c)</th>
33538
+ <% end );@output_buffer.safe_concat('
33539
+ ');@output_buffer.safe_concat(' </tr>
33540
+ </thead>
33541
+ <tbody>
33542
+ '); C.send(code).values.each do |record|
33543
+ @output_buffer.safe_concat(' <tr>
33544
+ '); C.send(code).headers.each do |c|
33545
+ @output_buffer.safe_concat(' <td>');@output_buffer.append= ( record.send(c) );@output_buffer.safe_concat('</td>
33546
+ '); end
33547
+ @output_buffer.safe_concat(' </tr>
33548
+ '); end
33549
+ @output_buffer.safe_concat(' </tbody>
33550
+ </table>
33551
+ '); end
33552
+ @output_buffer.safe_concat(' </div><!--/span-->
33553
+ </div><!--/row-->
33554
+
33555
+ </div><!--/.fluid-container-->
33556
+ ');@output_buffer.to_s
33557
+ ensure
33558
+ @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
33559
+ end
33560
+
33561
+ Backtrace: /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval'
33562
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile'
33563
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!'
33564
+ <internal:prelude>:10:in `synchronize'
33565
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!'
33566
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render'
33567
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument'
33568
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render'
33569
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
33570
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
33571
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
33572
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
33573
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
33574
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
33575
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
33576
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
33577
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template'
33578
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render'
33579
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template'
33580
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render'
33581
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template'
33582
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template'
33583
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body'
33584
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body'
33585
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
33586
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render'
33587
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render'
33588
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
33589
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
33590
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime'
33591
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms'
33592
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
33593
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
33594
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
33595
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render'
33596
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
33597
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
33598
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'
33599
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'
33600
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
33601
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:403:in `_run__3199168795992459783__process_action__2304759448876227165__callbacks'
33602
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
33603
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
33604
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
33605
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'
33606
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'
33607
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
33608
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'
33609
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
33610
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'
33611
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
33612
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
33613
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
33614
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'
33615
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'
33616
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'
33617
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
33618
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'
33619
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'
33620
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
33621
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'
33622
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
33623
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
33624
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
33625
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
33626
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
33627
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'
33628
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'
33629
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'
33630
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'
33631
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'
33632
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
33633
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'
33634
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call'
33635
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'
33636
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
33637
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'
33638
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'
33639
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'
33640
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'
33641
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'
33642
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
33643
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
33644
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__3171516803735921004__call__3268040478427929037__callbacks'
33645
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'
33646
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
33647
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'
33648
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
33649
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call'
33650
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
33651
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
33652
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
33653
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'
33654
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'
33655
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'
33656
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'
33657
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'
33658
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
33659
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'
33660
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'
33661
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'
33662
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'
33663
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call'
33664
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call'
33665
+ /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service'
33666
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
33667
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
33668
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
33669
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (19.1ms)
33670
+ Completed 500 Internal Server Error in 22ms
33671
+
33672
+ ActionView::Template::Error (/Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:24: unknown regexp options - tr
33673
+ unmatched close parenthesis: /th>
33674
+ <% end );@output_buffer.safe_concat('
33675
+ ');@output_buffer.safe_concat(' </
33676
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:25: syntax error, unexpected '<'
33677
+ </thead>
33678
+ ^
33679
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:30: unknown regexp options - td
33680
+ unmatched close parenthesis: /thead>
33681
+ <tbody>
33682
+ '); C.send(code).values.each do |record|
33683
+ @output_buffer.safe_concat(' <tr>
33684
+ '); C.send(code).headers.each do |c|
33685
+ @output_buffer.safe_concat(' <td>');@output_buffer.append= ( record.send(c) );@output_buffer.safe_concat('</
33686
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:34: unknown regexp options - tbdy
33687
+ unmatched close parenthesis: /tr>
33688
+ '); end
33689
+ @output_buffer.safe_concat(' </
33690
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:35: syntax error, unexpected '<'
33691
+ </table>
33692
+ ^
33693
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:37: unknown regexp options - dv
33694
+ unmatched close parenthesis: /table>
33695
+ '); end
33696
+ @output_buffer.safe_concat(' </i
33697
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:37: syntax error, unexpected '<'
33698
+ @output_buffer.safe_concat(' </div><!--/span-->
33699
+ ^
33700
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:38: unknown regexp options - dv
33701
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:38: syntax error, unexpected '<'
33702
+ </div><!--/row-->
33703
+ ^
33704
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:40: unknown regexp options - dv
33705
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:40: syntax error, unexpected '<'
33706
+ </div><!--/.fluid-container-->
33707
+ ^
33708
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:40: unterminated regexp meets end of file
33709
+ /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb:40: syntax error, unexpected $end, expecting ')'):
33710
+ 21: <% C.send(code).headers.each do |c| %>
33711
+ 22: <th><%= c %>:<%= sample.send(c)</th>
33712
+ 23: <% end %>
33713
+ 24: </tr>
33714
+ 25: </thead>
33715
+ 26: <tbody>
33716
+ 27: <% C.send(code).values.each do |record| %>
33717
+ actionpack (3.2.8) lib/action_view/template.rb:297:in `module_eval'
33718
+ actionpack (3.2.8) lib/action_view/template.rb:297:in `compile'
33719
+ actionpack (3.2.8) lib/action_view/template.rb:244:in `block in compile!'
33720
+ <internal:prelude>:10:in `synchronize'
33721
+ actionpack (3.2.8) lib/action_view/template.rb:232:in `compile!'
33722
+ actionpack (3.2.8) lib/action_view/template.rb:144:in `block in render'
33723
+ activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument'
33724
+ actionpack (3.2.8) lib/action_view/template.rb:143:in `render'
33725
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
33726
+ actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
33727
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
33728
+ activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
33729
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
33730
+ actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
33731
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
33732
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
33733
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
33734
+ actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render'
33735
+ actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template'
33736
+ actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render'
33737
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template'
33738
+ actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template'
33739
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body'
33740
+ actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
33741
+ actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
33742
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render'
33743
+ actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render'
33744
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
33745
+ activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
33746
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime'
33747
+ activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms'
33748
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
33749
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
33750
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
33751
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render'
33752
+ actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
33753
+ actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
33754
+ actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action'
33755
+ actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action'
33756
+ actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
33757
+ activesupport (3.2.8) lib/active_support/callbacks.rb:403:in `_run__3199168795992459783__process_action__2304759448876227165__callbacks'
33758
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
33759
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
33760
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
33761
+ actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action'
33762
+ actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
33763
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
33764
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
33765
+ activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
33766
+ activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
33767
+ actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
33768
+ actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
33769
+ activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
33770
+ actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process'
33771
+ actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process'
33772
+ actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch'
33773
+ actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
33774
+ actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action'
33775
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call'
33776
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
33777
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call'
33778
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
33779
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
33780
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
33781
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
33782
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
33783
+ railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing'
33784
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
33785
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
33786
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
33787
+ actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
33788
+ actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
33789
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
33790
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
33791
+ actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call'
33792
+ actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
33793
+ actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
33794
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
33795
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
33796
+ actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
33797
+ activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call'
33798
+ activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
33799
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
33800
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__3171516803735921004__call__3268040478427929037__callbacks'
33801
+ activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
33802
+ activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
33803
+ activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
33804
+ actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
33805
+ actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
33806
+ actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
33807
+ actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
33808
+ actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
33809
+ railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
33810
+ railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
33811
+ actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
33812
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
33813
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
33814
+ activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
33815
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
33816
+ actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
33817
+ railties (3.2.8) lib/rails/engine.rb:479:in `call'
33818
+ railties (3.2.8) lib/rails/application.rb:223:in `call'
33819
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
33820
+ railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
33821
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
33822
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
33823
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
33824
+ /Users/yoshimi/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
33825
+
33826
+
33827
+ Rendered /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
33828
+ Rendered /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
33829
+ Rendered /Users/yoshimi/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.0ms)
33830
+
33831
+
33832
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33833
+ Processing by Railstar::GeneralController#code as HTML
33834
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (5.0ms)
33835
+ Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
33836
+
33837
+
33838
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33839
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
33840
+
33841
+
33842
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33843
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
33844
+
33845
+
33846
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33847
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
33848
+
33849
+
33850
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33851
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
33852
+
33853
+
33854
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33855
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
33856
+
33857
+
33858
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33859
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33860
+
33861
+
33862
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33863
+ Served asset /jquery.js - 304 Not Modified (0ms)
33864
+
33865
+
33866
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33867
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
33868
+
33869
+
33870
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33871
+ Served asset /railstar/general.js - 304 Not Modified (54ms)
33872
+
33873
+
33874
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:57:57 +0900
33875
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
33876
+ Connecting to database specified by database.yml
33877
+
33878
+
33879
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33880
+ Processing by Railstar::GeneralController#code as HTML
33881
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (21.5ms)
33882
+ Completed 200 OK in 120ms (Views: 119.4ms | ActiveRecord: 0.0ms)
33883
+
33884
+
33885
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33886
+ Served asset /railstar/application.css - 304 Not Modified (55ms)
33887
+
33888
+
33889
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33890
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (3ms)
33891
+
33892
+
33893
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33894
+ Served asset /railstar/feedbacks.css - 304 Not Modified (3ms)
33895
+
33896
+
33897
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33898
+ Served asset /railstar/general.css - 304 Not Modified (4ms)
33899
+
33900
+
33901
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33902
+ Served asset /jquery.js - 304 Not Modified (4ms)
33903
+
33904
+
33905
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33906
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
33907
+
33908
+
33909
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33910
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (4ms)
33911
+
33912
+
33913
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33914
+ Served asset /railstar/feedbacks.js - 304 Not Modified (4ms)
33915
+
33916
+
33917
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33918
+ Served asset /railstar/general.js - 304 Not Modified (3ms)
33919
+
33920
+
33921
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:18 +0900
33922
+ Served asset /railstar/application.js - 304 Not Modified (15ms)
33923
+
33924
+
33925
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33926
+ Processing by Railstar::GeneralController#code as HTML
33927
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (5.6ms)
33928
+ Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms)
33929
+
33930
+
33931
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33932
+ Served asset /railstar/application.css - 304 Not Modified (0ms)
33933
+
33934
+
33935
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33936
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (0ms)
33937
+
33938
+
33939
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33940
+ Served asset /railstar/general.css - 304 Not Modified (0ms)
33941
+
33942
+
33943
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33944
+ Served asset /jquery.js - 304 Not Modified (0ms)
33945
+
33946
+
33947
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33948
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
33949
+
33950
+
33951
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33952
+ Served asset /railstar/feedbacks.css - 304 Not Modified (0ms)
33953
+
33954
+
33955
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33956
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (0ms)
33957
+
33958
+
33959
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33960
+ Served asset /railstar/feedbacks.js - 304 Not Modified (0ms)
33961
+
33962
+
33963
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33964
+ Served asset /railstar/general.js - 304 Not Modified (0ms)
33965
+
33966
+
33967
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:58:20 +0900
33968
+ Served asset /railstar/application.js - 304 Not Modified (0ms)
33969
+ Connecting to database specified by database.yml
33970
+
33971
+
33972
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 14:59:21 +0900
33973
+ Processing by Railstar::GeneralController#code as HTML
33974
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (42.4ms)
33975
+ Completed 200 OK in 144ms (Views: 143.0ms | ActiveRecord: 0.0ms)
33976
+
33977
+
33978
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 14:59:21 +0900
33979
+ Served asset /railstar/application.css - 304 Not Modified (53ms)
33980
+
33981
+
33982
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
33983
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (3ms)
33984
+
33985
+
33986
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
33987
+ Served asset /railstar/feedbacks.css - 304 Not Modified (3ms)
33988
+
33989
+
33990
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
33991
+ Served asset /railstar/general.css - 304 Not Modified (3ms)
33992
+
33993
+
33994
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
33995
+ Served asset /jquery_ujs.js - 304 Not Modified (7ms)
33996
+
33997
+
33998
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
33999
+ Served asset /jquery.js - 304 Not Modified (6ms)
34000
+
34001
+
34002
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
34003
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (4ms)
34004
+
34005
+
34006
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
34007
+ Served asset /railstar/feedbacks.js - 304 Not Modified (3ms)
34008
+
34009
+
34010
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
34011
+ Served asset /railstar/general.js - 304 Not Modified (4ms)
34012
+
34013
+
34014
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 14:59:22 +0900
34015
+ Served asset /railstar/application.js - 304 Not Modified (14ms)
34016
+ Connecting to database specified by database.yml
34017
+
34018
+
34019
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 15:00:14 +0900
34020
+ Processing by Railstar::GeneralController#code as HTML
34021
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (45.9ms)
34022
+ Completed 200 OK in 145ms (Views: 144.1ms | ActiveRecord: 0.0ms)
34023
+
34024
+
34025
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34026
+ Served asset /railstar/application.css - 304 Not Modified (20ms)
34027
+
34028
+
34029
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34030
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (3ms)
34031
+
34032
+
34033
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34034
+ Served asset /railstar/general.css - 304 Not Modified (3ms)
34035
+
34036
+
34037
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34038
+ Served asset /railstar/feedbacks.css - 304 Not Modified (5ms)
34039
+
34040
+
34041
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34042
+ Served asset /jquery.js - 304 Not Modified (5ms)
34043
+
34044
+
34045
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34046
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
34047
+
34048
+
34049
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34050
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (2ms)
34051
+
34052
+
34053
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34054
+ Served asset /railstar/feedbacks.js - 304 Not Modified (3ms)
34055
+
34056
+
34057
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34058
+ Served asset /railstar/general.js - 304 Not Modified (3ms)
34059
+
34060
+
34061
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:15 +0900
34062
+ Served asset /railstar/application.js - 304 Not Modified (13ms)
34063
+ Connecting to database specified by database.yml
34064
+
34065
+
34066
+ Started GET "/railstar/code" for 127.0.0.1 at 2012-09-21 15:00:45 +0900
34067
+ Processing by Railstar::GeneralController#code as HTML
34068
+ Rendered /Users/yoshimi/projects/railstar/rails/app/views/railstar/general/code.html.erb within layouts/railstar/application (48.4ms)
34069
+ Completed 200 OK in 148ms (Views: 147.0ms | ActiveRecord: 0.0ms)
34070
+
34071
+
34072
+ Started GET "/assets/railstar/application.css?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34073
+ Served asset /railstar/application.css - 304 Not Modified (19ms)
34074
+
34075
+
34076
+ Started GET "/assets/railstar/feedbacks.css?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34077
+ Served asset /railstar/feedbacks.css - 304 Not Modified (3ms)
34078
+
34079
+
34080
+ Started GET "/assets/railstar/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34081
+ Served asset /railstar/bootstrap.min.css - 304 Not Modified (5ms)
34082
+
34083
+
34084
+ Started GET "/assets/railstar/general.css?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34085
+ Served asset /railstar/general.css - 304 Not Modified (6ms)
34086
+
34087
+
34088
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34089
+ Served asset /jquery.js - 304 Not Modified (5ms)
34090
+
34091
+
34092
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34093
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
34094
+
34095
+
34096
+ Started GET "/assets/railstar/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34097
+ Served asset /railstar/bootstrap.min.js - 304 Not Modified (4ms)
34098
+
34099
+
34100
+ Started GET "/assets/railstar/feedbacks.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34101
+ Served asset /railstar/feedbacks.js - 304 Not Modified (2ms)
34102
+
34103
+
34104
+ Started GET "/assets/railstar/general.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34105
+ Served asset /railstar/general.js - 304 Not Modified (3ms)
34106
+
34107
+
34108
+ Started GET "/assets/railstar/application.js?body=1" for 127.0.0.1 at 2012-09-21 15:00:46 +0900
34109
+ Served asset /railstar/application.js - 304 Not Modified (15ms)