tj_bootstrap_helper 0.0.4 → 0.0.5

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.
@@ -13576,3 +13576,2952 @@ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"
13576
13576
 
13577
13577
 
13578
13578
  Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.0ms)
13579
+
13580
+
13581
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 02:22:53 +0800
13582
+ Processing by HomeController#index as HTML
13583
+ Parameters: {"page"=>"2"}
13584
+  (1.0ms) SELECT COUNT(*) FROM "posts"
13585
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
13586
+ Rendered home/index.html.erb within layouts/application (26.4ms)
13587
+ Rendered home/_topbar.html.erb (1.0ms)
13588
+ Rendered home/_sidebar.html.erb (0.0ms)
13589
+ Completed 200 OK in 64ms (Views: 62.5ms | ActiveRecord: 1.0ms)
13590
+
13591
+
13592
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:53 +0800
13593
+ Served asset /jquery.js - 304 Not Modified (0ms)
13594
+
13595
+
13596
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:53 +0800
13597
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
13598
+
13599
+
13600
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:53 +0800
13601
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
13602
+
13603
+
13604
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:53 +0800
13605
+ Served asset /home.js - 304 Not Modified (0ms)
13606
+
13607
+
13608
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:53 +0800
13609
+ Served asset /application.js - 304 Not Modified (0ms)
13610
+
13611
+
13612
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:22:54 +0800
13613
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
13614
+
13615
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13616
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13617
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13618
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13619
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13620
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13621
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13622
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13623
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13624
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13625
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13626
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13627
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13628
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13629
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13630
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13631
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13632
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13633
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13634
+
13635
+
13636
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
13637
+
13638
+
13639
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 02:22:54 +0800
13640
+ Processing by HomeController#index as HTML
13641
+ Parameters: {"page"=>"1"}
13642
+  (0.0ms) SELECT COUNT(*) FROM "posts"
13643
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
13644
+ Rendered home/index.html.erb within layouts/application (43.0ms)
13645
+ Rendered home/_topbar.html.erb (1.0ms)
13646
+ Rendered home/_sidebar.html.erb (1.0ms)
13647
+ Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.0ms)
13648
+
13649
+
13650
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:54 +0800
13651
+ Served asset /jquery.js - 304 Not Modified (0ms)
13652
+
13653
+
13654
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:54 +0800
13655
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
13656
+
13657
+
13658
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:54 +0800
13659
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
13660
+
13661
+
13662
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:54 +0800
13663
+ Served asset /home.js - 304 Not Modified (0ms)
13664
+
13665
+
13666
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:54 +0800
13667
+ Served asset /application.js - 304 Not Modified (0ms)
13668
+
13669
+
13670
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:22:55 +0800
13671
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
13672
+
13673
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13674
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13675
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13676
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13677
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13678
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13679
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13680
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13681
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13682
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13683
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13684
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13685
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13686
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13687
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13688
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13689
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13690
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13691
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13692
+
13693
+
13694
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
13695
+
13696
+
13697
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 02:22:56 +0800
13698
+ Processing by HomeController#index as HTML
13699
+ Parameters: {"page"=>"2"}
13700
+  (1.0ms) SELECT COUNT(*) FROM "posts"
13701
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
13702
+ Rendered home/index.html.erb within layouts/application (25.4ms)
13703
+ Rendered home/_topbar.html.erb (1.0ms)
13704
+ Rendered home/_sidebar.html.erb (0.0ms)
13705
+ Completed 200 OK in 63ms (Views: 61.5ms | ActiveRecord: 1.0ms)
13706
+
13707
+
13708
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:56 +0800
13709
+ Served asset /jquery.js - 304 Not Modified (0ms)
13710
+
13711
+
13712
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:56 +0800
13713
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
13714
+
13715
+
13716
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:56 +0800
13717
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
13718
+
13719
+
13720
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:56 +0800
13721
+ Served asset /home.js - 304 Not Modified (0ms)
13722
+
13723
+
13724
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:22:56 +0800
13725
+ Served asset /application.js - 304 Not Modified (0ms)
13726
+
13727
+
13728
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:22:57 +0800
13729
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
13730
+
13731
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13732
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13733
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13734
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13735
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13736
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13737
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13738
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13739
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13740
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13741
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13742
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13743
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13744
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13745
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13746
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13747
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13748
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13749
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13750
+
13751
+
13752
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
13753
+
13754
+
13755
+ Started GET "/home/index?page=3" for 127.0.0.1 at 2012-07-25 02:22:59 +0800
13756
+ Processing by HomeController#index as HTML
13757
+ Parameters: {"page"=>"3"}
13758
+  (0.0ms) SELECT COUNT(*) FROM "posts"
13759
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 24
13760
+ Rendered home/index.html.erb within layouts/application (25.4ms)
13761
+ Rendered home/_topbar.html.erb (1.0ms)
13762
+ Rendered home/_sidebar.html.erb (1.0ms)
13763
+ Completed 200 OK in 60ms (Views: 57.6ms | ActiveRecord: 1.0ms)
13764
+
13765
+
13766
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:23:00 +0800
13767
+ Served asset /jquery.js - 304 Not Modified (0ms)
13768
+
13769
+
13770
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:23:00 +0800
13771
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
13772
+
13773
+
13774
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:23:00 +0800
13775
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
13776
+
13777
+
13778
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:23:00 +0800
13779
+ Served asset /home.js - 304 Not Modified (0ms)
13780
+
13781
+
13782
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:23:00 +0800
13783
+ Served asset /application.js - 304 Not Modified (0ms)
13784
+
13785
+
13786
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:23:00 +0800
13787
+ Served asset /ico/favicon.ico - 404 Not Found (21ms)
13788
+
13789
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13790
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13791
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13792
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13793
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13794
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13795
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13796
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13797
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13798
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13799
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13800
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13801
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13802
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13803
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13804
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13805
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13806
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13807
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13808
+
13809
+
13810
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
13811
+
13812
+
13813
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 02:26:03 +0800
13814
+ Processing by HomeController#index as HTML
13815
+ Parameters: {"page"=>"2"}
13816
+  (0.0ms) SELECT COUNT(*) FROM "posts"
13817
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
13818
+ Rendered home/index.html.erb within layouts/application (25.4ms)
13819
+ Rendered home/_topbar.html.erb (0.0ms)
13820
+ Rendered home/_sidebar.html.erb (1.0ms)
13821
+ Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.0ms)
13822
+
13823
+
13824
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:26:03 +0800
13825
+ Served asset /jquery.js - 304 Not Modified (0ms)
13826
+
13827
+
13828
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:26:04 +0800
13829
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
13830
+
13831
+
13832
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:26:04 +0800
13833
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
13834
+
13835
+
13836
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:26:04 +0800
13837
+ Served asset /application.js - 304 Not Modified (0ms)
13838
+
13839
+
13840
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:26:04 +0800
13841
+ Served asset /home.js - 304 Not Modified (0ms)
13842
+
13843
+
13844
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:26:04 +0800
13845
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
13846
+
13847
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13848
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13849
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13850
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13851
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13852
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13853
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13854
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13855
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13856
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13857
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13858
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13859
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13860
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13861
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13862
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13863
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13864
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13865
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13866
+
13867
+
13868
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
13869
+
13870
+
13871
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 02:26:58 +0800
13872
+ Connecting to database specified by database.yml
13873
+ Processing by HomeController#index as HTML
13874
+ Parameters: {"page"=>"2"}
13875
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
13876
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
13877
+ Rendered home/index.html.erb within layouts/application (258.8ms)
13878
+ Rendered home/_topbar.html.erb (2.9ms)
13879
+ Rendered home/_sidebar.html.erb (2.9ms)
13880
+ Completed 200 OK in 649ms (Views: 626.0ms | ActiveRecord: 18.6ms)
13881
+
13882
+
13883
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:27:01 +0800
13884
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (5ms)
13885
+
13886
+
13887
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:27:01 +0800
13888
+ Served asset /jquery_ujs.js - 304 Not Modified (4ms)
13889
+
13890
+
13891
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:27:01 +0800
13892
+ Served asset /bootstrap.min.css - 304 Not Modified (29ms)
13893
+
13894
+
13895
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:27:01 +0800
13896
+ Served asset /jquery.js - 304 Not Modified (77ms)
13897
+
13898
+
13899
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:27:01 +0800
13900
+ Served asset /application.css - 304 Not Modified (43ms)
13901
+
13902
+
13903
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:27:01 +0800
13904
+ Served asset /bootstrap.min.js - 304 Not Modified (19ms)
13905
+
13906
+
13907
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:27:01 +0800
13908
+ Served asset /home.js - 304 Not Modified (2ms)
13909
+
13910
+
13911
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:27:01 +0800
13912
+ Served asset /application.js - 304 Not Modified (75ms)
13913
+
13914
+
13915
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:27:02 +0800
13916
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
13917
+
13918
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13919
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13920
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13921
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13922
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13923
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13924
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13925
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13926
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13927
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13928
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13929
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13930
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13931
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13932
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13933
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13934
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13935
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13936
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13937
+
13938
+
13939
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
13940
+
13941
+
13942
+ Started GET "/?page=2" for 127.0.0.1 at 2012-07-25 02:28:11 +0800
13943
+ Processing by HomeController#index as HTML
13944
+ Parameters: {"page"=>"2"}
13945
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
13946
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
13947
+ Rendered home/index.html.erb within layouts/application (24.4ms)
13948
+ Rendered home/_topbar.html.erb (4.9ms)
13949
+ Rendered home/_sidebar.html.erb (2.9ms)
13950
+ Completed 200 OK in 84ms (Views: 82.0ms | ActiveRecord: 1.0ms)
13951
+
13952
+
13953
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13954
+ Served asset /application.css - 304 Not Modified (0ms)
13955
+
13956
+
13957
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13958
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
13959
+
13960
+
13961
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13962
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
13963
+
13964
+
13965
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13966
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
13967
+
13968
+
13969
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13970
+ Served asset /jquery.js - 304 Not Modified (0ms)
13971
+
13972
+
13973
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13974
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
13975
+
13976
+
13977
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13978
+ Served asset /home.js - 304 Not Modified (0ms)
13979
+
13980
+
13981
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13982
+ Served asset /application.js - 304 Not Modified (0ms)
13983
+
13984
+
13985
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:28:12 +0800
13986
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
13987
+
13988
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13989
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13990
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13991
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13992
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13993
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13994
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13995
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13996
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13997
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13998
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13999
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14000
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14001
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14002
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14003
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14004
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14005
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14006
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14007
+
14008
+
14009
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14010
+
14011
+
14012
+ Started GET "/?page=2" for 127.0.0.1 at 2012-07-25 02:28:14 +0800
14013
+ Processing by HomeController#index as HTML
14014
+ Parameters: {"page"=>"2"}
14015
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
14016
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
14017
+ Rendered home/index.html.erb within layouts/application (25.4ms)
14018
+ Rendered home/_topbar.html.erb (20.5ms)
14019
+ Rendered home/_sidebar.html.erb (2.9ms)
14020
+ Completed 200 OK in 62ms (Views: 60.5ms | ActiveRecord: 0.0ms)
14021
+
14022
+
14023
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:14 +0800
14024
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14025
+
14026
+
14027
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:14 +0800
14028
+ Served asset /application.css - 304 Not Modified (0ms)
14029
+
14030
+
14031
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:14 +0800
14032
+ Served asset /jquery.js - 304 Not Modified (0ms)
14033
+
14034
+
14035
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:14 +0800
14036
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14037
+
14038
+
14039
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:14 +0800
14040
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14041
+
14042
+
14043
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:14 +0800
14044
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14045
+
14046
+
14047
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:14 +0800
14048
+ Served asset /home.js - 304 Not Modified (0ms)
14049
+
14050
+
14051
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:15 +0800
14052
+ Served asset /application.js - 304 Not Modified (0ms)
14053
+
14054
+
14055
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:28:15 +0800
14056
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14057
+
14058
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14059
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14060
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14061
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14062
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14063
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14064
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14065
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14066
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14067
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14068
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14069
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14070
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14071
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14072
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14073
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14074
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14075
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14076
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14077
+
14078
+
14079
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14080
+
14081
+
14082
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:28:16 +0800
14083
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
14084
+
14085
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14086
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14087
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14088
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14089
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14090
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14091
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14092
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14093
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14094
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14095
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14096
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14097
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14098
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14099
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14100
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14101
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14102
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14103
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14104
+
14105
+
14106
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
14107
+
14108
+
14109
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14110
+ Processing by HomeController#index as HTML
14111
+ Parameters: {"page"=>"2"}
14112
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
14113
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
14114
+ Rendered home/index.html.erb within layouts/application (44.9ms)
14115
+ Rendered home/_topbar.html.erb (2.0ms)
14116
+ Rendered home/_sidebar.html.erb (2.9ms)
14117
+ Completed 200 OK in 83ms (Views: 83.0ms | ActiveRecord: 0.0ms)
14118
+
14119
+
14120
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14121
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14122
+
14123
+
14124
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14125
+ Served asset /application.css - 304 Not Modified (0ms)
14126
+
14127
+
14128
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14129
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14130
+
14131
+
14132
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14133
+ Served asset /jquery.js - 304 Not Modified (0ms)
14134
+
14135
+
14136
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14137
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14138
+
14139
+
14140
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14141
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14142
+
14143
+
14144
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14145
+ Served asset /home.js - 304 Not Modified (0ms)
14146
+
14147
+
14148
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:28:17 +0800
14149
+ Served asset /application.js - 304 Not Modified (0ms)
14150
+
14151
+
14152
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:28:18 +0800
14153
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
14154
+
14155
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14156
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14157
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14158
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14159
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14160
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14161
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14162
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14163
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14164
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14165
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14166
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14167
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14168
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14169
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14170
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14171
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14172
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14173
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14174
+
14175
+
14176
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
14177
+
14178
+
14179
+ Started GET "/home/about" for 127.0.0.1 at 2012-07-25 02:30:33 +0800
14180
+ Processing by HomeController#about as HTML
14181
+ Rendered home/about.html.erb within layouts/application (0.0ms)
14182
+ Rendered home/_topbar.html.erb (3.9ms)
14183
+ Rendered home/_sidebar.html.erb (18.6ms)
14184
+ Completed 200 OK in 36ms (Views: 35.2ms | ActiveRecord: 0.0ms)
14185
+
14186
+
14187
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:34 +0800
14188
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14189
+
14190
+
14191
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:34 +0800
14192
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14193
+
14194
+
14195
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:34 +0800
14196
+ Served asset /application.css - 304 Not Modified (0ms)
14197
+
14198
+
14199
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:34 +0800
14200
+ Served asset /jquery.js - 304 Not Modified (0ms)
14201
+
14202
+
14203
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:34 +0800
14204
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14205
+
14206
+
14207
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:34 +0800
14208
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14209
+
14210
+
14211
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:34 +0800
14212
+ Served asset /home.js - 304 Not Modified (0ms)
14213
+
14214
+
14215
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:34 +0800
14216
+ Served asset /application.js - 304 Not Modified (0ms)
14217
+
14218
+
14219
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14220
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14221
+
14222
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14223
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14224
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14225
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14226
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14227
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14228
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14229
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14230
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14231
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14232
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14233
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14234
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14235
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14236
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14237
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14238
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14239
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14240
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14241
+
14242
+
14243
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14244
+
14245
+
14246
+ Started GET "/home/contact" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14247
+ Processing by HomeController#contact as HTML
14248
+ Rendered home/contact.html.erb within layouts/application (0.0ms)
14249
+ Rendered home/_topbar.html.erb (2.0ms)
14250
+ Rendered home/_sidebar.html.erb (2.9ms)
14251
+ Completed 200 OK in 36ms (Views: 36.1ms | ActiveRecord: 0.0ms)
14252
+
14253
+
14254
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14255
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14256
+
14257
+
14258
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14259
+ Served asset /application.css - 304 Not Modified (0ms)
14260
+
14261
+
14262
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14263
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14264
+
14265
+
14266
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14267
+ Served asset /jquery.js - 304 Not Modified (0ms)
14268
+
14269
+
14270
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14271
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14272
+
14273
+
14274
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14275
+ Served asset /home.js - 304 Not Modified (0ms)
14276
+
14277
+
14278
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14279
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14280
+
14281
+
14282
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:35 +0800
14283
+ Served asset /application.js - 304 Not Modified (0ms)
14284
+
14285
+
14286
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14287
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14288
+
14289
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14290
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14291
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14292
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14293
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14294
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14295
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14296
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14297
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14298
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14299
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14300
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14301
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14302
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14303
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14304
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14305
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14306
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14307
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14308
+
14309
+
14310
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14311
+
14312
+
14313
+ Started GET "/" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14314
+ Processing by HomeController#index as HTML
14315
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
14316
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
14317
+ Rendered home/index.html.erb within layouts/application (43.9ms)
14318
+ Rendered home/_topbar.html.erb (2.0ms)
14319
+ Rendered home/_sidebar.html.erb (2.9ms)
14320
+ Completed 200 OK in 62ms (Views: 58.6ms | ActiveRecord: 2.0ms)
14321
+
14322
+
14323
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14324
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14325
+
14326
+
14327
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14328
+ Served asset /application.css - 304 Not Modified (0ms)
14329
+
14330
+
14331
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14332
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14333
+
14334
+
14335
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14336
+ Served asset /jquery.js - 304 Not Modified (0ms)
14337
+
14338
+
14339
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14340
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14341
+
14342
+
14343
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14344
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14345
+
14346
+
14347
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14348
+ Served asset /home.js - 304 Not Modified (0ms)
14349
+
14350
+
14351
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:30:36 +0800
14352
+ Served asset /application.js - 304 Not Modified (0ms)
14353
+
14354
+
14355
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:30:37 +0800
14356
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
14357
+
14358
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14359
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14360
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14361
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14362
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14363
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14364
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14365
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14366
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14367
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14368
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14369
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14370
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14371
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14372
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14373
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14374
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14375
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14376
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14377
+
14378
+
14379
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
14380
+
14381
+
14382
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:30:58 +0800
14383
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14384
+
14385
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14386
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14387
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14388
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14389
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14390
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14391
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14392
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14393
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14394
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14395
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14396
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14397
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14398
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14399
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14400
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14401
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14402
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14403
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14404
+
14405
+
14406
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
14407
+
14408
+
14409
+ Started GET "/" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14410
+ Processing by HomeController#index as HTML
14411
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
14412
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
14413
+ Rendered home/index.html.erb within layouts/application (24.4ms)
14414
+ Rendered home/_topbar.html.erb (5.9ms)
14415
+ Rendered home/_sidebar.html.erb (2.0ms)
14416
+ Completed 200 OK in 64ms (Views: 64.5ms | ActiveRecord: 0.0ms)
14417
+
14418
+
14419
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14420
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14421
+
14422
+
14423
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14424
+ Served asset /application.css - 304 Not Modified (0ms)
14425
+
14426
+
14427
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14428
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14429
+
14430
+
14431
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14432
+ Served asset /jquery.js - 304 Not Modified (0ms)
14433
+
14434
+
14435
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14436
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14437
+
14438
+
14439
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14440
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14441
+
14442
+
14443
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14444
+ Served asset /home.js - 304 Not Modified (0ms)
14445
+
14446
+
14447
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:31:26 +0800
14448
+ Served asset /application.js - 304 Not Modified (0ms)
14449
+
14450
+
14451
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 02:31:27 +0800
14452
+ Served asset /glyphicons-halflings.png - 304 Not Modified (1ms)
14453
+
14454
+
14455
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:31:27 +0800
14456
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14457
+
14458
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14459
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14460
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14461
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14462
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14463
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14464
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14465
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14466
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14467
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14468
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14469
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14470
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14471
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14472
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14473
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14474
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14475
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14476
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14477
+
14478
+
14479
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14480
+
14481
+
14482
+ Started GET "/home/about" for 127.0.0.1 at 2012-07-25 02:32:12 +0800
14483
+ Processing by HomeController#about as HTML
14484
+ Rendered home/about.html.erb within layouts/application (0.0ms)
14485
+ Rendered home/_topbar.html.erb (4.9ms)
14486
+ Rendered home/_sidebar.html.erb (2.9ms)
14487
+ Completed 200 OK in 37ms (Views: 37.1ms | ActiveRecord: 0.0ms)
14488
+
14489
+
14490
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14491
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14492
+
14493
+
14494
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14495
+ Served asset /application.css - 304 Not Modified (0ms)
14496
+
14497
+
14498
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14499
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14500
+
14501
+
14502
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14503
+ Served asset /jquery.js - 304 Not Modified (0ms)
14504
+
14505
+
14506
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14507
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14508
+
14509
+
14510
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14511
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14512
+
14513
+
14514
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14515
+ Served asset /home.js - 304 Not Modified (0ms)
14516
+
14517
+
14518
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14519
+ Served asset /application.js - 304 Not Modified (0ms)
14520
+
14521
+
14522
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:32:13 +0800
14523
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14524
+
14525
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14526
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14527
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14528
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14529
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14530
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14531
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14532
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14533
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14534
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14535
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14536
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14537
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14538
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14539
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14540
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14541
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14542
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14543
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14544
+
14545
+
14546
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
14547
+
14548
+
14549
+ Started GET "/" for 127.0.0.1 at 2012-07-25 02:32:16 +0800
14550
+ Processing by HomeController#index as HTML
14551
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
14552
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
14553
+ Rendered home/index.html.erb within layouts/application (43.0ms)
14554
+ Rendered home/_topbar.html.erb (3.9ms)
14555
+ Rendered home/_sidebar.html.erb (2.9ms)
14556
+ Completed 200 OK in 62ms (Views: 61.5ms | ActiveRecord: 0.0ms)
14557
+
14558
+
14559
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:32:16 +0800
14560
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14561
+
14562
+
14563
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 02:32:16 +0800
14564
+ Served asset /application.css - 304 Not Modified (0ms)
14565
+
14566
+
14567
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 02:32:16 +0800
14568
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14569
+
14570
+
14571
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:16 +0800
14572
+ Served asset /jquery.js - 304 Not Modified (0ms)
14573
+
14574
+
14575
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:16 +0800
14576
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14577
+
14578
+
14579
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:16 +0800
14580
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14581
+
14582
+
14583
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:16 +0800
14584
+ Served asset /home.js - 304 Not Modified (0ms)
14585
+
14586
+
14587
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 02:32:17 +0800
14588
+ Served asset /application.js - 304 Not Modified (0ms)
14589
+
14590
+
14591
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 02:32:17 +0800
14592
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14593
+
14594
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14595
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14596
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14597
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14598
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14599
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14600
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14601
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14602
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14603
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14604
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14605
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14606
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14607
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14608
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14609
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14610
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14611
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14612
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14613
+
14614
+
14615
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14616
+
14617
+
14618
+ Started GET "/spots/7" for 127.0.0.1 at 2012-07-25 03:28:16 +0800
14619
+ Connecting to database specified by database.yml
14620
+
14621
+ ActionController::RoutingError (No route matches [GET] "/spots/7"):
14622
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14623
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14624
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14625
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14626
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14627
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14628
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14629
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14630
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14631
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14632
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14633
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14634
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14635
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14636
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14637
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14638
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14639
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14640
+
14641
+
14642
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (26.4ms)
14643
+
14644
+
14645
+ Started GET "/" for 127.0.0.1 at 2012-07-25 03:28:18 +0800
14646
+ Processing by HomeController#index as HTML
14647
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
14648
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
14649
+ Rendered home/index.html.erb within layouts/application (256.8ms)
14650
+ Rendered home/_topbar.html.erb (2.0ms)
14651
+ Rendered home/_sidebar.html.erb (2.0ms)
14652
+ Completed 200 OK in 526ms (Views: 497.1ms | ActiveRecord: 22.5ms)
14653
+
14654
+
14655
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:19 +0800
14656
+ Served asset /bootstrap.min.css - 200 OK (36ms)
14657
+
14658
+
14659
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:19 +0800
14660
+ Served asset /application.css - 200 OK (53ms)
14661
+
14662
+
14663
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:19 +0800
14664
+ Served asset /jquery_ujs.js - 304 Not Modified (22ms)
14665
+
14666
+
14667
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:19 +0800
14668
+ Served asset /bootstrap.min.js - 304 Not Modified (3ms)
14669
+
14670
+
14671
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:19 +0800
14672
+ Served asset /jquery.js - 304 Not Modified (61ms)
14673
+
14674
+
14675
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:19 +0800
14676
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (2ms)
14677
+
14678
+
14679
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:20 +0800
14680
+ Served asset /home.js - 304 Not Modified (1ms)
14681
+
14682
+
14683
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:20 +0800
14684
+ Served asset /application.js - 200 OK (85ms)
14685
+
14686
+
14687
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:28:20 +0800
14688
+ Served asset /glyphicons-halflings.png - 304 Not Modified (1ms)
14689
+
14690
+
14691
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:28:20 +0800
14692
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14693
+
14694
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14695
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14696
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14697
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14698
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14699
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14700
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14701
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14702
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14703
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14704
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14705
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14706
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14707
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14708
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14709
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14710
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14711
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14712
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14713
+
14714
+
14715
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
14716
+
14717
+
14718
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:28:22 +0800
14719
+ Processing by PostsController#show as HTML
14720
+ Parameters: {"id"=>"1"}
14721
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
14722
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
14723
+ Rendered home/_topbar.html.erb (2.0ms)
14724
+ Rendered home/_sidebar.html.erb (1.0ms)
14725
+ Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.0ms)
14726
+
14727
+
14728
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:22 +0800
14729
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14730
+
14731
+
14732
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:22 +0800
14733
+ Served asset /jquery.js - 304 Not Modified (0ms)
14734
+
14735
+
14736
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:22 +0800
14737
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14738
+
14739
+
14740
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:22 +0800
14741
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14742
+
14743
+
14744
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:22 +0800
14745
+ Served asset /home.js - 304 Not Modified (0ms)
14746
+
14747
+
14748
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:28:23 +0800
14749
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
14750
+
14751
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14752
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14753
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14754
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14755
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14756
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14757
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14758
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14759
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14760
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14761
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14762
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14763
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14764
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14765
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14766
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14767
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14768
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14769
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14770
+
14771
+
14772
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14773
+
14774
+
14775
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14776
+ Processing by PostsController#show as HTML
14777
+ Parameters: {"id"=>"1"}
14778
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
14779
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
14780
+ Rendered home/_topbar.html.erb (1.0ms)
14781
+ Rendered home/_sidebar.html.erb (1.0ms)
14782
+ Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.0ms)
14783
+
14784
+
14785
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14786
+ Served asset /application.css - 304 Not Modified (0ms)
14787
+
14788
+
14789
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14790
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
14791
+
14792
+
14793
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14794
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
14795
+
14796
+
14797
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14798
+ Served asset /jquery.js - 304 Not Modified (0ms)
14799
+
14800
+
14801
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14802
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
14803
+
14804
+
14805
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14806
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
14807
+
14808
+
14809
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14810
+ Served asset /home.js - 304 Not Modified (0ms)
14811
+
14812
+
14813
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:28 +0800
14814
+ Served asset /application.js - 304 Not Modified (0ms)
14815
+
14816
+
14817
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:28:29 +0800
14818
+ Served asset /glyphicons-halflings.png - 304 Not Modified (0ms)
14819
+
14820
+
14821
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:28:29 +0800
14822
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14823
+
14824
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14825
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14826
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14827
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14828
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14829
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14830
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14831
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14832
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14833
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14834
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14835
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14836
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14837
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14838
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14839
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14840
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14841
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14842
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14843
+
14844
+
14845
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
14846
+
14847
+
14848
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14849
+ Processing by PostsController#show as HTML
14850
+ Parameters: {"id"=>"1"}
14851
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
14852
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
14853
+ Rendered home/_topbar.html.erb (1.0ms)
14854
+ Rendered home/_sidebar.html.erb (0.0ms)
14855
+ Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 1.0ms)
14856
+
14857
+
14858
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14859
+ Served asset /application.css - 200 OK (0ms)
14860
+
14861
+
14862
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14863
+ Served asset /bootstrap.min.css - 200 OK (0ms)
14864
+
14865
+
14866
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14867
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
14868
+
14869
+
14870
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14871
+ Served asset /jquery.js - 200 OK (0ms)
14872
+
14873
+
14874
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14875
+ Served asset /jquery_ujs.js - 200 OK (0ms)
14876
+
14877
+
14878
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14879
+ Served asset /home.js - 200 OK (0ms)
14880
+
14881
+
14882
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14883
+ Served asset /bootstrap.min.js - 200 OK (0ms)
14884
+
14885
+
14886
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14887
+ Served asset /application.js - 200 OK (0ms)
14888
+
14889
+
14890
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14891
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
14892
+
14893
+
14894
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:28:42 +0800
14895
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
14896
+
14897
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14898
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14899
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14900
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14901
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14902
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14903
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14904
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14905
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14906
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14907
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14908
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14909
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14910
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14911
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14912
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14913
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14914
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14915
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14916
+
14917
+
14918
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14919
+
14920
+
14921
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:28:52 +0800
14922
+ Processing by PostsController#show as HTML
14923
+ Parameters: {"id"=>"1"}
14924
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
14925
+ Rendered posts/show.html.erb within layouts/application (0.0ms)
14926
+ Rendered home/_topbar.html.erb (1.0ms)
14927
+ Rendered home/_sidebar.html.erb (0.0ms)
14928
+ Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.0ms)
14929
+
14930
+
14931
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14932
+ Served asset /jquery.js - 200 OK (0ms)
14933
+
14934
+
14935
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14936
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
14937
+
14938
+
14939
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14940
+ Served asset /bootstrap.min.css - 200 OK (0ms)
14941
+
14942
+
14943
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14944
+ Served asset /jquery_ujs.js - 200 OK (0ms)
14945
+
14946
+
14947
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14948
+ Served asset /application.css - 200 OK (0ms)
14949
+
14950
+
14951
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14952
+ Served asset /bootstrap.min.js - 200 OK (0ms)
14953
+
14954
+
14955
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14956
+ Served asset /home.js - 200 OK (0ms)
14957
+
14958
+
14959
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14960
+ Served asset /application.js - 200 OK (0ms)
14961
+
14962
+
14963
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14964
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
14965
+
14966
+
14967
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:28:53 +0800
14968
+ Served asset /ico/favicon.ico - 404 Not Found (4ms)
14969
+
14970
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
14971
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
14972
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14973
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
14974
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
14975
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14976
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14977
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14978
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14979
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
14980
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
14981
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
14982
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
14983
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14984
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
14985
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
14986
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
14987
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
14988
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
14989
+
14990
+
14991
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
14992
+
14993
+
14994
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
14995
+ Processing by PostsController#show as HTML
14996
+ Parameters: {"id"=>"1"}
14997
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
14998
+ Rendered posts/show.html.erb within layouts/application (0.0ms)
14999
+ Rendered home/_topbar.html.erb (1.0ms)
15000
+ Rendered home/_sidebar.html.erb (1.0ms)
15001
+ Completed 200 OK in 51ms (Views: 15.6ms | ActiveRecord: 1.0ms)
15002
+
15003
+
15004
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15005
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15006
+
15007
+
15008
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15009
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15010
+
15011
+
15012
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15013
+ Served asset /application.css - 200 OK (0ms)
15014
+
15015
+
15016
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15017
+ Served asset /jquery.js - 200 OK (0ms)
15018
+
15019
+
15020
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15021
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15022
+
15023
+
15024
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15025
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15026
+
15027
+
15028
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15029
+ Served asset /home.js - 200 OK (0ms)
15030
+
15031
+
15032
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15033
+ Served asset /application.js - 200 OK (0ms)
15034
+
15035
+
15036
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15037
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15038
+
15039
+
15040
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:29:56 +0800
15041
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15042
+
15043
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15044
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15045
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15046
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15047
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15048
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15049
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15050
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15051
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15052
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15053
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15054
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15055
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15056
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15057
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15058
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15059
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15060
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15061
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15062
+
15063
+
15064
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
15065
+
15066
+
15067
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15068
+ Processing by PostsController#show as HTML
15069
+ Parameters: {"id"=>"1"}
15070
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15071
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
15072
+ Rendered home/_topbar.html.erb (2.0ms)
15073
+ Rendered home/_sidebar.html.erb (1.0ms)
15074
+ Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.0ms)
15075
+
15076
+
15077
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15078
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15079
+
15080
+
15081
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15082
+ Served asset /application.css - 200 OK (0ms)
15083
+
15084
+
15085
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15086
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15087
+
15088
+
15089
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15090
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15091
+
15092
+
15093
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15094
+ Served asset /jquery.js - 200 OK (0ms)
15095
+
15096
+
15097
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15098
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15099
+
15100
+
15101
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15102
+ Served asset /home.js - 200 OK (0ms)
15103
+
15104
+
15105
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15106
+ Served asset /application.js - 200 OK (1ms)
15107
+
15108
+
15109
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:30:17 +0800
15110
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15111
+
15112
+
15113
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:30:18 +0800
15114
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
15115
+
15116
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15117
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15118
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15119
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15120
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15121
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15122
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15123
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15124
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15125
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15126
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15127
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15128
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15129
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15130
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15131
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15132
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15133
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15134
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15135
+
15136
+
15137
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
15138
+
15139
+
15140
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15141
+ Processing by PostsController#show as HTML
15142
+ Parameters: {"id"=>"1"}
15143
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15144
+ Rendered posts/show.html.erb within layouts/application (0.0ms)
15145
+ Rendered home/_topbar.html.erb (1.0ms)
15146
+ Rendered home/_sidebar.html.erb (1.0ms)
15147
+ Completed 200 OK in 34ms (Views: 15.6ms | ActiveRecord: 0.0ms)
15148
+
15149
+
15150
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15151
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15152
+
15153
+
15154
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15155
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15156
+
15157
+
15158
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15159
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15160
+
15161
+
15162
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15163
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15164
+
15165
+
15166
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15167
+ Served asset /application.css - 200 OK (0ms)
15168
+
15169
+
15170
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15171
+ Served asset /jquery.js - 200 OK (0ms)
15172
+
15173
+
15174
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15175
+ Served asset /home.js - 200 OK (0ms)
15176
+
15177
+
15178
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15179
+ Served asset /application.js - 200 OK (0ms)
15180
+
15181
+
15182
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15183
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15184
+
15185
+
15186
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:30:22 +0800
15187
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15188
+
15189
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15190
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15191
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15192
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15193
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15194
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15195
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15196
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15197
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15198
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15199
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15200
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15201
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15202
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15203
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15204
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15205
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15206
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15207
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15208
+
15209
+
15210
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
15211
+
15212
+
15213
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15214
+ Processing by PostsController#show as HTML
15215
+ Parameters: {"id"=>"1"}
15216
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15217
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
15218
+ Rendered home/_topbar.html.erb (1.0ms)
15219
+ Rendered home/_sidebar.html.erb (1.0ms)
15220
+ Completed 200 OK in 34ms (Views: 15.6ms | ActiveRecord: 0.0ms)
15221
+
15222
+
15223
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15224
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15225
+
15226
+
15227
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15228
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15229
+
15230
+
15231
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15232
+ Served asset /jquery.js - 200 OK (0ms)
15233
+
15234
+
15235
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15236
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15237
+
15238
+
15239
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15240
+ Served asset /application.js - 200 OK (0ms)
15241
+
15242
+
15243
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15244
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15245
+
15246
+
15247
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15248
+ Served asset /home.js - 200 OK (0ms)
15249
+
15250
+
15251
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15252
+ Served asset /application.css - 200 OK (0ms)
15253
+
15254
+
15255
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15256
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15257
+
15258
+
15259
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:30:30 +0800
15260
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15261
+
15262
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15263
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15264
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15265
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15266
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15267
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15268
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15269
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15270
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15271
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15272
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15273
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15274
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15275
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15276
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15277
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15278
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15279
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15280
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15281
+
15282
+
15283
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
15284
+
15285
+
15286
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15287
+ Processing by PostsController#show as HTML
15288
+ Parameters: {"id"=>"1"}
15289
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15290
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
15291
+ Rendered home/_topbar.html.erb (2.9ms)
15292
+ Rendered home/_sidebar.html.erb (0.0ms)
15293
+ Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 1.0ms)
15294
+
15295
+
15296
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15297
+ Served asset /jquery.js - 200 OK (0ms)
15298
+
15299
+
15300
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15301
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15302
+
15303
+
15304
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15305
+ Served asset /application.css - 200 OK (0ms)
15306
+
15307
+
15308
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15309
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15310
+
15311
+
15312
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15313
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15314
+
15315
+
15316
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15317
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15318
+
15319
+
15320
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15321
+ Served asset /home.js - 200 OK (0ms)
15322
+
15323
+
15324
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15325
+ Served asset /application.js - 200 OK (0ms)
15326
+
15327
+
15328
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15329
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15330
+
15331
+
15332
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:33:49 +0800
15333
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15334
+
15335
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15336
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15337
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15338
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15339
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15340
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15341
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15342
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15343
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15344
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15345
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15346
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15347
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15348
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15349
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15350
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15351
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15352
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15353
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15354
+
15355
+
15356
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
15357
+
15358
+
15359
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15360
+ Processing by PostsController#show as HTML
15361
+ Parameters: {"id"=>"1"}
15362
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15363
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
15364
+ Rendered home/_topbar.html.erb (1.0ms)
15365
+ Rendered home/_sidebar.html.erb (1.0ms)
15366
+ Completed 200 OK in 35ms (Views: 14.6ms | ActiveRecord: 0.0ms)
15367
+
15368
+
15369
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15370
+ Served asset /application.css - 200 OK (0ms)
15371
+
15372
+
15373
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15374
+ Served asset /jquery.js - 200 OK (0ms)
15375
+
15376
+
15377
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15378
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15379
+
15380
+
15381
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15382
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15383
+
15384
+
15385
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15386
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15387
+
15388
+
15389
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15390
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15391
+
15392
+
15393
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15394
+ Served asset /home.js - 200 OK (0ms)
15395
+
15396
+
15397
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15398
+ Served asset /application.js - 200 OK (0ms)
15399
+
15400
+
15401
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15402
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15403
+
15404
+
15405
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:34:30 +0800
15406
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15407
+
15408
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15409
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15410
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15411
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15412
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15413
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15414
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15415
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15416
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15417
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15418
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15419
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15420
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15421
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15422
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15423
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15424
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15425
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15426
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15427
+
15428
+
15429
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
15430
+
15431
+
15432
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:42:46 +0800
15433
+ Connecting to database specified by database.yml
15434
+ Processing by PostsController#show as HTML
15435
+ Parameters: {"id"=>"1"}
15436
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15437
+ Rendered posts/show.html.erb within layouts/application (25.4ms)
15438
+ Rendered home/_topbar.html.erb (2.0ms)
15439
+ Rendered home/_sidebar.html.erb (1.0ms)
15440
+ Completed 200 OK in 396ms (Views: 370.1ms | ActiveRecord: 16.6ms)
15441
+
15442
+
15443
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15444
+ Served asset /bootstrap.min.css - 200 OK (40ms)
15445
+
15446
+
15447
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15448
+ Served asset /bootstrap-responsive.min.css - 200 OK (2ms)
15449
+
15450
+
15451
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15452
+ Served asset /jquery_ujs.js - 200 OK (6ms)
15453
+
15454
+
15455
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15456
+ Served asset /application.css - 200 OK (41ms)
15457
+
15458
+
15459
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15460
+ Served asset /jquery.js - 200 OK (88ms)
15461
+
15462
+
15463
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15464
+ Served asset /bootstrap.min.js - 200 OK (2ms)
15465
+
15466
+
15467
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15468
+ Served asset /home.js - 200 OK (1ms)
15469
+
15470
+
15471
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15472
+ Served asset /application.js - 200 OK (80ms)
15473
+
15474
+
15475
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:42:49 +0800
15476
+ Served asset /glyphicons-halflings.png - 200 OK (1ms)
15477
+
15478
+
15479
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:42:50 +0800
15480
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15481
+
15482
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15483
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15484
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15485
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15486
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15487
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15488
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15489
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15490
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15491
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15492
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15493
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15494
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15495
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15496
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15497
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15498
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15499
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15500
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15501
+
15502
+
15503
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
15504
+
15505
+
15506
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15507
+ Processing by PostsController#show as HTML
15508
+ Parameters: {"id"=>"1"}
15509
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15510
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
15511
+ Rendered home/_topbar.html.erb (2.0ms)
15512
+ Rendered home/_sidebar.html.erb (1.0ms)
15513
+ Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 1.0ms)
15514
+
15515
+
15516
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15517
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15518
+
15519
+
15520
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15521
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15522
+
15523
+
15524
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15525
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15526
+
15527
+
15528
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15529
+ Served asset /application.css - 200 OK (0ms)
15530
+
15531
+
15532
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15533
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15534
+
15535
+
15536
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15537
+ Served asset /jquery.js - 200 OK (0ms)
15538
+
15539
+
15540
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15541
+ Served asset /home.js - 200 OK (0ms)
15542
+
15543
+
15544
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15545
+ Served asset /application.js - 200 OK (0ms)
15546
+
15547
+
15548
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15549
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15550
+
15551
+
15552
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:42:59 +0800
15553
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
15554
+
15555
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15556
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15557
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15558
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15559
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15560
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15561
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15562
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15563
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15564
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15565
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15566
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15567
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15568
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15569
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15570
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15571
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15572
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15573
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15574
+
15575
+
15576
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
15577
+
15578
+
15579
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15580
+ Processing by PostsController#show as HTML
15581
+ Parameters: {"id"=>"1"}
15582
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15583
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
15584
+ Rendered home/_topbar.html.erb (1.0ms)
15585
+ Rendered home/_sidebar.html.erb (1.0ms)
15586
+ Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.0ms)
15587
+
15588
+
15589
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15590
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15591
+
15592
+
15593
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15594
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15595
+
15596
+
15597
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15598
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15599
+
15600
+
15601
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15602
+ Served asset /application.css - 200 OK (0ms)
15603
+
15604
+
15605
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15606
+ Served asset /jquery.js - 200 OK (0ms)
15607
+
15608
+
15609
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15610
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15611
+
15612
+
15613
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15614
+ Served asset /home.js - 200 OK (0ms)
15615
+
15616
+
15617
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15618
+ Served asset /application.js - 200 OK (0ms)
15619
+
15620
+
15621
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15622
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15623
+
15624
+
15625
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:43:03 +0800
15626
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15627
+
15628
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15629
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15630
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15631
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15632
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15633
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15634
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15635
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15636
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15637
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15638
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15639
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15640
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15641
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15642
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15643
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15644
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15645
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15646
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15647
+
15648
+
15649
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
15650
+
15651
+
15652
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15653
+ Processing by PostsController#show as HTML
15654
+ Parameters: {"id"=>"1"}
15655
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15656
+ Rendered posts/show.html.erb within layouts/application (0.0ms)
15657
+ Rendered home/_topbar.html.erb (1.0ms)
15658
+ Rendered home/_sidebar.html.erb (0.0ms)
15659
+ Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.0ms)
15660
+
15661
+
15662
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15663
+ Served asset /application.css - 200 OK (0ms)
15664
+
15665
+
15666
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15667
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15668
+
15669
+
15670
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15671
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15672
+
15673
+
15674
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15675
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15676
+
15677
+
15678
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15679
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15680
+
15681
+
15682
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15683
+ Served asset /jquery.js - 200 OK (0ms)
15684
+
15685
+
15686
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15687
+ Served asset /home.js - 200 OK (0ms)
15688
+
15689
+
15690
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15691
+ Served asset /application.js - 200 OK (0ms)
15692
+
15693
+
15694
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15695
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15696
+
15697
+
15698
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:43:07 +0800
15699
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15700
+
15701
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15702
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15703
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15704
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15705
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15706
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15707
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15708
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15709
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15710
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15711
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15712
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15713
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15714
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15715
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15716
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15717
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15718
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15719
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15720
+
15721
+
15722
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
15723
+
15724
+
15725
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15726
+ Processing by PostsController#show as HTML
15727
+ Parameters: {"id"=>"1"}
15728
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15729
+ Rendered posts/show.html.erb within layouts/application (0.0ms)
15730
+ Rendered home/_topbar.html.erb (2.0ms)
15731
+ Rendered home/_sidebar.html.erb (1.0ms)
15732
+ Completed 200 OK in 34ms (Views: 16.6ms | ActiveRecord: 1.0ms)
15733
+
15734
+
15735
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15736
+ Served asset /application.css - 200 OK (0ms)
15737
+
15738
+
15739
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15740
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15741
+
15742
+
15743
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15744
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15745
+
15746
+
15747
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15748
+ Served asset /jquery.js - 200 OK (0ms)
15749
+
15750
+
15751
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15752
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15753
+
15754
+
15755
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15756
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15757
+
15758
+
15759
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15760
+ Served asset /home.js - 200 OK (0ms)
15761
+
15762
+
15763
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15764
+ Served asset /application.js - 200 OK (0ms)
15765
+
15766
+
15767
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15768
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15769
+
15770
+
15771
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:43:48 +0800
15772
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
15773
+
15774
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15775
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15776
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15777
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15778
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15779
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15780
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15781
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15782
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15783
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15784
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15785
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15786
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15787
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15788
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15789
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15790
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15791
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15792
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15793
+
15794
+
15795
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
15796
+
15797
+
15798
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:43:52 +0800
15799
+ Processing by PostsController#show as HTML
15800
+ Parameters: {"id"=>"1"}
15801
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15802
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
15803
+ Rendered home/_topbar.html.erb (2.0ms)
15804
+ Rendered home/_sidebar.html.erb (1.0ms)
15805
+ Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.0ms)
15806
+
15807
+
15808
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15809
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15810
+
15811
+
15812
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15813
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15814
+
15815
+
15816
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15817
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15818
+
15819
+
15820
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15821
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15822
+
15823
+
15824
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15825
+ Served asset /jquery.js - 200 OK (0ms)
15826
+
15827
+
15828
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15829
+ Served asset /application.css - 200 OK (0ms)
15830
+
15831
+
15832
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15833
+ Served asset /application.js - 200 OK (0ms)
15834
+
15835
+
15836
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15837
+ Served asset /home.js - 200 OK (0ms)
15838
+
15839
+
15840
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15841
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15842
+
15843
+
15844
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:43:53 +0800
15845
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
15846
+
15847
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15848
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15849
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15850
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15851
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15852
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15853
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15854
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15855
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15856
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15857
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15858
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15859
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15860
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15861
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15862
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15863
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15864
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15865
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15866
+
15867
+
15868
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
15869
+
15870
+
15871
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:43:58 +0800
15872
+ Processing by PostsController#show as HTML
15873
+ Parameters: {"id"=>"1"}
15874
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15875
+ Rendered posts/show.html.erb within layouts/application (0.0ms)
15876
+ Rendered home/_topbar.html.erb (1.0ms)
15877
+ Rendered home/_sidebar.html.erb (1.0ms)
15878
+ Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.0ms)
15879
+
15880
+
15881
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:58 +0800
15882
+ Served asset /bootstrap.min.css - 200 OK (0ms)
15883
+
15884
+
15885
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:58 +0800
15886
+ Served asset /jquery_ujs.js - 200 OK (0ms)
15887
+
15888
+
15889
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:59 +0800
15890
+ Served asset /jquery.js - 200 OK (0ms)
15891
+
15892
+
15893
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:59 +0800
15894
+ Served asset /bootstrap.min.js - 200 OK (0ms)
15895
+
15896
+
15897
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:59 +0800
15898
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
15899
+
15900
+
15901
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:43:59 +0800
15902
+ Served asset /application.css - 200 OK (0ms)
15903
+
15904
+
15905
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:59 +0800
15906
+ Served asset /home.js - 200 OK (0ms)
15907
+
15908
+
15909
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:43:59 +0800
15910
+ Served asset /application.js - 200 OK (0ms)
15911
+
15912
+
15913
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:43:59 +0800
15914
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
15915
+
15916
+
15917
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:43:59 +0800
15918
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
15919
+
15920
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15921
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15922
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15923
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15924
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15925
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15926
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
15927
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
15928
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
15929
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
15930
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
15931
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
15932
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
15933
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
15934
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
15935
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
15936
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
15937
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
15938
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
15939
+
15940
+
15941
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
15942
+
15943
+
15944
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:45:14 +0800
15945
+ Connecting to database specified by database.yml
15946
+ Processing by PostsController#show as HTML
15947
+ Parameters: {"id"=>"1"}
15948
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
15949
+ Rendered posts/show.html.erb within layouts/application (28.3ms)
15950
+ Rendered home/_topbar.html.erb (2.0ms)
15951
+ Rendered home/_sidebar.html.erb (1.0ms)
15952
+ Completed 200 OK in 452ms (Views: 403.3ms | ActiveRecord: 18.6ms)
15953
+
15954
+
15955
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:17 +0800
15956
+ Served asset /bootstrap.min.css - 200 OK (45ms)
15957
+
15958
+
15959
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:17 +0800
15960
+ Served asset /bootstrap-responsive.min.css - 200 OK (2ms)
15961
+
15962
+
15963
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:17 +0800
15964
+ Served asset /application.css - 200 OK (27ms)
15965
+
15966
+
15967
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:17 +0800
15968
+ Served asset /bootstrap.min.js - 200 OK (20ms)
15969
+
15970
+
15971
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:17 +0800
15972
+ Served asset /jquery_ujs.js - 200 OK (21ms)
15973
+
15974
+
15975
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:17 +0800
15976
+ Served asset /jquery.js - 200 OK (74ms)
15977
+
15978
+
15979
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:17 +0800
15980
+ Served asset /home.js - 200 OK (1ms)
15981
+
15982
+
15983
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:17 +0800
15984
+ Served asset /application.js - 200 OK (105ms)
15985
+
15986
+
15987
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:45:18 +0800
15988
+ Served asset /glyphicons-halflings.png - 200 OK (2ms)
15989
+
15990
+
15991
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:45:18 +0800
15992
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
15993
+
15994
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
15995
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15996
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
15997
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
15998
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
15999
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
16000
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
16001
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
16002
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
16003
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
16004
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
16005
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
16006
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
16007
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
16008
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
16009
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
16010
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
16011
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
16012
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
16013
+
16014
+
16015
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
16016
+
16017
+
16018
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16019
+ Processing by PostsController#show as HTML
16020
+ Parameters: {"id"=>"1"}
16021
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
16022
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
16023
+ Rendered home/_topbar.html.erb (2.0ms)
16024
+ Rendered home/_sidebar.html.erb (1.0ms)
16025
+ Completed 200 OK in 41ms (Views: 40.0ms | ActiveRecord: 1.0ms)
16026
+
16027
+
16028
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16029
+ Served asset /bootstrap.min.css - 200 OK (0ms)
16030
+
16031
+
16032
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16033
+ Served asset /application.css - 200 OK (0ms)
16034
+
16035
+
16036
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16037
+ Served asset /jquery_ujs.js - 200 OK (0ms)
16038
+
16039
+
16040
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16041
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
16042
+
16043
+
16044
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16045
+ Served asset /bootstrap.min.js - 200 OK (0ms)
16046
+
16047
+
16048
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16049
+ Served asset /jquery.js - 200 OK (0ms)
16050
+
16051
+
16052
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16053
+ Served asset /home.js - 200 OK (0ms)
16054
+
16055
+
16056
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16057
+ Served asset /application.js - 200 OK (1ms)
16058
+
16059
+
16060
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16061
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
16062
+
16063
+
16064
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:45:24 +0800
16065
+ Served asset /ico/favicon.ico - 404 Not Found (4ms)
16066
+
16067
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
16068
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16069
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
16070
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
16071
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
16072
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
16073
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
16074
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
16075
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
16076
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
16077
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
16078
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
16079
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
16080
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
16081
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
16082
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
16083
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
16084
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
16085
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
16086
+
16087
+
16088
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
16089
+
16090
+
16091
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:45:27 +0800
16092
+ Processing by PostsController#show as HTML
16093
+ Parameters: {"id"=>"1"}
16094
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
16095
+ Rendered posts/show.html.erb within layouts/application (0.0ms)
16096
+ Rendered home/_topbar.html.erb (18.6ms)
16097
+ Rendered home/_sidebar.html.erb (1.0ms)
16098
+ Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.0ms)
16099
+
16100
+
16101
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16102
+ Served asset /bootstrap.min.css - 200 OK (0ms)
16103
+
16104
+
16105
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16106
+ Served asset /jquery_ujs.js - 200 OK (0ms)
16107
+
16108
+
16109
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16110
+ Served asset /jquery.js - 200 OK (0ms)
16111
+
16112
+
16113
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16114
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
16115
+
16116
+
16117
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16118
+ Served asset /application.css - 200 OK (0ms)
16119
+
16120
+
16121
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16122
+ Served asset /bootstrap.min.js - 200 OK (0ms)
16123
+
16124
+
16125
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16126
+ Served asset /home.js - 200 OK (0ms)
16127
+
16128
+
16129
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16130
+ Served asset /application.js - 200 OK (0ms)
16131
+
16132
+
16133
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16134
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
16135
+
16136
+
16137
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:45:28 +0800
16138
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
16139
+
16140
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
16141
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16142
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
16143
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
16144
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
16145
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
16146
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
16147
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
16148
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
16149
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
16150
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
16151
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
16152
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
16153
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
16154
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
16155
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
16156
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
16157
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
16158
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
16159
+
16160
+
16161
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
16162
+
16163
+
16164
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16165
+ Processing by PostsController#show as HTML
16166
+ Parameters: {"id"=>"1"}
16167
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
16168
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
16169
+ Rendered home/_topbar.html.erb (2.0ms)
16170
+ Rendered home/_sidebar.html.erb (1.0ms)
16171
+ Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.0ms)
16172
+
16173
+
16174
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16175
+ Served asset /bootstrap.min.css - 200 OK (0ms)
16176
+
16177
+
16178
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16179
+ Served asset /application.css - 200 OK (0ms)
16180
+
16181
+
16182
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16183
+ Served asset /bootstrap.min.js - 200 OK (0ms)
16184
+
16185
+
16186
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16187
+ Served asset /jquery.js - 200 OK (0ms)
16188
+
16189
+
16190
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16191
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
16192
+
16193
+
16194
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16195
+ Served asset /jquery_ujs.js - 200 OK (0ms)
16196
+
16197
+
16198
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16199
+ Served asset /application.js - 200 OK (0ms)
16200
+
16201
+
16202
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16203
+ Served asset /home.js - 200 OK (0ms)
16204
+
16205
+
16206
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16207
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
16208
+
16209
+
16210
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:45:31 +0800
16211
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
16212
+
16213
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
16214
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16215
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
16216
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
16217
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
16218
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
16219
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
16220
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
16221
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
16222
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
16223
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
16224
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
16225
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
16226
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
16227
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
16228
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
16229
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
16230
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
16231
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
16232
+
16233
+
16234
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
16235
+
16236
+
16237
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16238
+ Processing by PostsController#show as HTML
16239
+ Parameters: {"id"=>"1"}
16240
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
16241
+ Rendered posts/show.html.erb within layouts/application (0.0ms)
16242
+ Rendered home/_topbar.html.erb (1.0ms)
16243
+ Rendered home/_sidebar.html.erb (0.0ms)
16244
+ Completed 200 OK in 33ms (Views: 14.6ms | ActiveRecord: 0.0ms)
16245
+
16246
+
16247
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16248
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
16249
+
16250
+
16251
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16252
+ Served asset /bootstrap.min.css - 200 OK (0ms)
16253
+
16254
+
16255
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16256
+ Served asset /application.css - 200 OK (0ms)
16257
+
16258
+
16259
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16260
+ Served asset /bootstrap.min.js - 200 OK (0ms)
16261
+
16262
+
16263
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16264
+ Served asset /jquery_ujs.js - 200 OK (0ms)
16265
+
16266
+
16267
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16268
+ Served asset /jquery.js - 200 OK (0ms)
16269
+
16270
+
16271
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16272
+ Served asset /home.js - 200 OK (0ms)
16273
+
16274
+
16275
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16276
+ Served asset /application.js - 200 OK (0ms)
16277
+
16278
+
16279
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:45:33 +0800
16280
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
16281
+
16282
+
16283
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:45:34 +0800
16284
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
16285
+
16286
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
16287
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16288
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
16289
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
16290
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
16291
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
16292
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
16293
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
16294
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
16295
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
16296
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
16297
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
16298
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
16299
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
16300
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
16301
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
16302
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
16303
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
16304
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
16305
+
16306
+
16307
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
16308
+
16309
+
16310
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:47:24 +0800
16311
+ Connecting to database specified by database.yml
16312
+ Processing by PostsController#show as HTML
16313
+ Parameters: {"id"=>"1"}
16314
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
16315
+ Rendered posts/show.html.erb within layouts/application (24.4ms)
16316
+ Rendered home/_topbar.html.erb (2.0ms)
16317
+ Rendered home/_sidebar.html.erb (1.0ms)
16318
+ Completed 200 OK in 393ms (Views: 368.2ms | ActiveRecord: 15.6ms)
16319
+
16320
+
16321
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16322
+ Served asset /application.css - 200 OK (63ms)
16323
+
16324
+
16325
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16326
+ Served asset /bootstrap.min.js - 200 OK (2ms)
16327
+
16328
+
16329
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16330
+ Served asset /jquery.js - 200 OK (75ms)
16331
+
16332
+
16333
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16334
+ Served asset /bootstrap-responsive.min.css - 200 OK (23ms)
16335
+
16336
+
16337
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16338
+ Served asset /jquery_ujs.js - 200 OK (2ms)
16339
+
16340
+
16341
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16342
+ Served asset /bootstrap.min.css - 200 OK (47ms)
16343
+
16344
+
16345
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16346
+ Served asset /home.js - 200 OK (2ms)
16347
+
16348
+
16349
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16350
+ Served asset /application.js - 200 OK (85ms)
16351
+
16352
+
16353
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16354
+ Served asset /glyphicons-halflings.png - 200 OK (2ms)
16355
+
16356
+
16357
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:47:27 +0800
16358
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
16359
+
16360
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
16361
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16362
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
16363
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
16364
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
16365
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
16366
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
16367
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
16368
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
16369
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
16370
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
16371
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
16372
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
16373
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
16374
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
16375
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
16376
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
16377
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
16378
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
16379
+
16380
+
16381
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
16382
+
16383
+
16384
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16385
+ Processing by PostsController#show as HTML
16386
+ Parameters: {"id"=>"1"}
16387
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
16388
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
16389
+ Rendered home/_topbar.html.erb (1.0ms)
16390
+ Rendered home/_sidebar.html.erb (0.0ms)
16391
+ Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 1.0ms)
16392
+
16393
+
16394
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16395
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
16396
+
16397
+
16398
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16399
+ Served asset /application.css - 200 OK (0ms)
16400
+
16401
+
16402
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16403
+ Served asset /bootstrap.min.css - 200 OK (0ms)
16404
+
16405
+
16406
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16407
+ Served asset /jquery.js - 200 OK (0ms)
16408
+
16409
+
16410
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16411
+ Served asset /bootstrap.min.js - 200 OK (0ms)
16412
+
16413
+
16414
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16415
+ Served asset /jquery_ujs.js - 200 OK (0ms)
16416
+
16417
+
16418
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16419
+ Served asset /home.js - 200 OK (0ms)
16420
+
16421
+
16422
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16423
+ Served asset /application.js - 200 OK (0ms)
16424
+
16425
+
16426
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:47:31 +0800
16427
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
16428
+
16429
+
16430
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:47:32 +0800
16431
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
16432
+
16433
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
16434
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16435
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
16436
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
16437
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
16438
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
16439
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
16440
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
16441
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
16442
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
16443
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
16444
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
16445
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
16446
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
16447
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
16448
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
16449
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
16450
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
16451
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
16452
+
16453
+
16454
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
16455
+
16456
+
16457
+ Started GET "/posts/1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16458
+ Processing by PostsController#show as HTML
16459
+ Parameters: {"id"=>"1"}
16460
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
16461
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
16462
+ Rendered home/_topbar.html.erb (2.0ms)
16463
+ Rendered home/_sidebar.html.erb (0.0ms)
16464
+ Completed 200 OK in 34ms (Views: 33.2ms | ActiveRecord: 0.0ms)
16465
+
16466
+
16467
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16468
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
16469
+
16470
+
16471
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16472
+ Served asset /application.css - 200 OK (0ms)
16473
+
16474
+
16475
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16476
+ Served asset /jquery_ujs.js - 200 OK (0ms)
16477
+
16478
+
16479
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16480
+ Served asset /bootstrap.min.js - 200 OK (0ms)
16481
+
16482
+
16483
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16484
+ Served asset /bootstrap.min.css - 200 OK (0ms)
16485
+
16486
+
16487
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16488
+ Served asset /jquery.js - 200 OK (0ms)
16489
+
16490
+
16491
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16492
+ Served asset /home.js - 200 OK (0ms)
16493
+
16494
+
16495
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16496
+ Served asset /application.js - 200 OK (0ms)
16497
+
16498
+
16499
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16500
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
16501
+
16502
+
16503
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 03:47:36 +0800
16504
+ Served asset /ico/favicon.ico - 404 Not Found (4ms)
16505
+
16506
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
16507
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16508
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
16509
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
16510
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
16511
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
16512
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
16513
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
16514
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
16515
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
16516
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
16517
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
16518
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
16519
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
16520
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
16521
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
16522
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
16523
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
16524
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
16525
+
16526
+
16527
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.5ms)