tj_bootstrap_helper 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -9009,4 +9009,4202 @@ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"
9009
9009
  C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9010
9010
 
9011
9011
 
9012
+ 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)
9013
+
9014
+
9015
+ Started GET "/" for 127.0.0.1 at 2012-07-24 23:09:41 +0800
9016
+ Connecting to database specified by database.yml
9017
+ Processing by HomeController#index as HTML
9018
+ Completed 500 Internal Server Error in 237ms
9019
+
9020
+ NoMethodError (undefined method `paginate' for #<Class:0x3037fe0>):
9021
+ app/controllers/home_controller.rb:3:in `index'
9022
+
9023
+
9024
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
9025
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
9026
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (88.9ms)
9027
+
9028
+
9029
+ Started GET "/" for 127.0.0.1 at 2012-07-24 23:10:56 +0800
9030
+ Connecting to database specified by database.yml
9031
+ Processing by HomeController#index as HTML
9032
+  (57.6ms) SELECT COUNT(*) FROM "posts" 
9033
+ Rendered home/index.html.erb within layouts/application (100.6ms)
9034
+ Rendered home/_topbar.html.erb (1.0ms)
9035
+ Rendered home/_sidebar.html.erb (1.0ms)
9036
+ Completed 200 OK in 620ms (Views: 541.0ms | ActiveRecord: 74.2ms)
9037
+
9038
+
9039
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:10:59 +0800
9040
+ Served asset /application.css - 200 OK (60ms)
9041
+
9042
+
9043
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:10:59 +0800
9044
+ Served asset /jquery.js - 304 Not Modified (81ms)
9045
+
9046
+
9047
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:10:59 +0800
9048
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (23ms)
9049
+
9050
+
9051
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:10:59 +0800
9052
+ Served asset /bootstrap.min.css - 304 Not Modified (19ms)
9053
+
9054
+
9055
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:10:59 +0800
9056
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
9057
+
9058
+
9059
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:10:59 +0800
9060
+ Served asset /bootstrap.min.js - 304 Not Modified (1ms)
9061
+
9062
+
9063
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:11:00 +0800
9064
+ Served asset /home.js - 304 Not Modified (1ms)
9065
+
9066
+
9067
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:11:00 +0800
9068
+ Served asset /application.js - 200 OK (71ms)
9069
+
9070
+
9071
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-24 23:11:00 +0800
9072
+ Served asset /glyphicons-halflings.png - 304 Not Modified (1ms)
9073
+
9074
+
9075
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:11:00 +0800
9076
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
9077
+
9078
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9079
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9080
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9081
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9082
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9083
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9084
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9085
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9086
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9087
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9088
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9089
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9090
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9091
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9092
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9093
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9094
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9095
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9096
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9097
+
9098
+
9099
+ 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)
9100
+ Connecting to database specified by database.yml
9101
+ Connecting to database specified by database.yml
9102
+  (14.6ms) select sqlite_version(*)
9103
+  (141.6ms) DROP TABLE "posts"
9104
+  (104.5ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image_url" varchar(255)) 
9105
+  (0.0ms) SELECT version FROM "schema_migrations"
9106
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
9107
+  (0.0ms) begin transaction
9108
+ SQL (49.8ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Architecto quis illo. Similique et sapiente doloremque porro commodi maiores vitae. Accusantium voluptates recusandae distinctio.\nCorrupti laborum reprehenderit aut. Blanditiis facilis laudantium. Reiciendis et aspernatur totam repellendus aut.\nQui sint dolorum aliquid cupiditate autem. Est aut harum qui molestiae sint ab. Nam perferendis et laudantium. Sint doloremque nihil dignissimos quia eius dolores delectus."], ["created_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Eum aut similique sunt."], ["updated_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00]]
9109
+  (104.5ms) commit transaction
9110
+  (0.0ms) begin transaction
9111
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Dolores consequuntur architecto alias. Nemo molestiae sequi. Perferendis earum ut.\nExcepturi est reprehenderit velit quaerat. Eligendi sed qui quis inventore ut. Molestiae sit qui. Nobis non quam necessitatibus qui voluptates.\nId adipisci inventore. Iste itaque ipsam ut. Dolore consequuntur quos amet vero est alias sunt. Iure id eaque impedit rerum amet dolorem."], ["created_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sed optio enim omnis libero."], ["updated_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00]]
9112
+  (200.2ms) commit transaction
9113
+  (0.0ms) begin transaction
9114
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Molestias nemo at qui aut sit. Aut suscipit ut voluptas voluptas quibusdam iusto. Natus quidem praesentium similique. Eaque culpa enim. Et ut doloremque commodi nostrum.\nReiciendis dicta occaecati dolor atque. Hic consequatur dolore ad est occaecati facilis et. Deserunt sit aut qui magni rem.\nVoluptate libero vitae porro consequatur enim quia. Laudantium ut accusamus quisquam libero voluptatem maxime deserunt. Dolor non eum rerum maiores. Ut illo dolores dolor laborum. Sit nulla pariatur."], ["created_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Veniam repellat tempora voluptates saepe maiores commodi itaque."], ["updated_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00]]
9115
+  (92.8ms) commit transaction
9116
+  (0.0ms) begin transaction
9117
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Id incidunt rerum quaerat vel illo. Et nesciunt fugit nemo rerum ea. Eius distinctio at qui est facilis ut velit. Tempora alias aspernatur assumenda non qui exercitationem.\nUt alias quis iure voluptatem ex dicta sed. Cum placeat et incidunt quo odio maxime porro. Corrupti est harum. Et nobis commodi ut optio.\nEst hic sit quo libero. Aut suscipit optio ut excepturi accusamus quas quidem. Necessitatibus et rerum rem maxime et quia laborum."], ["created_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sed iusto ea consequatur itaque eum."], ["updated_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00]]
9118
+  (105.5ms) commit transaction
9119
+  (0.0ms) begin transaction
9120
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Assumenda odit quidem dolor minima sed qui. Est sint autem omnis sit. Nihil harum et.\nMinima aut autem molestias voluptas adipisci mollitia eius. Sunt magnam et. Quo quis nihil maiores minus ut et ea. Id impedit tempora quae aperiam reprehenderit atque. Qui pariatur libero enim sequi itaque.\nAlias ipsam animi minus sint ad. Eos doloremque officia unde. Quisquam ab quo molestiae necessitatibus officia excepturi. Ea et corporis aut rerum nemo quibusdam quo."], ["created_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Facere voluptas et fugit cum ut."], ["updated_at", Tue, 24 Jul 2012 15:13:05 UTC +00:00]]
9121
+  (104.5ms) commit transaction
9122
+  (0.0ms) begin transaction
9123
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Dolor sit eligendi. Voluptas ut nesciunt dicta dignissimos. Reiciendis voluptas et modi iure magnam.\nAut et temporibus tempora sit excepturi ea veniam. Assumenda nihil autem ad qui dolorum. Ipsum et perferendis enim id.\nMinima tempore suscipit vitae iure vel minus. Odio exercitationem soluta et. Non et ratione accusantium mollitia doloribus dolor quos. Illum deleniti eaque atque quia perspiciatis."], ["created_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Quo ut ut maxime."], ["updated_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00]]
9124
+  (105.5ms) commit transaction
9125
+  (0.0ms) begin transaction
9126
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Magnam nisi corporis sed. Aut et officiis aut consequatur maiores sint. Perferendis nam harum error. Perferendis magnam reprehenderit est. Asperiores harum quia quibusdam exercitationem repellat.\nEt asperiores quae. Et laborum quia et odio labore. Voluptates distinctio reiciendis. Sed repudiandae architecto voluptatibus voluptatum dolor.\nDolore ea deserunt quidem tempore voluptatem dolor sapiente. Repudiandae est sint amet maiores autem corporis deleniti. Aut excepturi voluptate beatae. Velit ut sunt. Accusantium nisi odit quis explicabo saepe qui."], ["created_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Est saepe adipisci voluptatibus quasi ipsa cum eum."], ["updated_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00]]
9127
+  (105.5ms) commit transaction
9128
+  (0.0ms) begin transaction
9129
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Nesciunt consequatur fugiat. Doloremque repudiandae molestiae. Accusamus quo ab inventore nam ad enim repellendus. Vero sit ipsa nesciunt consequatur eum quia.\nCupiditate consequatur dolorem. Ullam neque vel. Quia aut incidunt ea consequuntur quos enim. In molestias rem nisi praesentium aliquam iusto ea.\nQuaerat perferendis nemo. Voluptatem repellat modi rerum et. Animi qui ratione molestias."], ["created_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Repudiandae iure animi quo."], ["updated_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00]]
9130
+  (93.8ms) commit transaction
9131
+  (0.0ms) begin transaction
9132
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Sapiente tempora non mollitia voluptas sequi iure aut. Blanditiis similique fugiat distinctio qui est nobis. Autem et cumque amet sit soluta enim.\nPorro exercitationem unde et earum doloribus officiis. Non similique dignissimos veritatis est occaecati. Non error suscipit ut ducimus amet soluta voluptatem.\nLabore vero corporis fuga et saepe. Consequuntur voluptas et dolorem mollitia aperiam. Non minus sed odit in rem sunt suscipit."], ["created_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Deleniti quia alias sed doloremque repellat quasi laborum."], ["updated_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00]]
9133
+  (118.2ms) commit transaction
9134
+  (0.0ms) begin transaction
9135
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Rem eveniet optio iure quam error ut dolorem. Illum a nemo temporibus officia aut. Illum cum placeat aut laudantium perspiciatis similique. Et exercitationem voluptas nesciunt voluptas id aliquid et.\nAut commodi sed incidunt. Ea fugiat qui. Veritatis qui aut.\nCorrupti voluptates impedit ullam aut molestiae hic. Sed maiores enim est reiciendis. At libero laudantium ut porro rem."], ["created_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Magnam inventore architecto esse sapiente eos."], ["updated_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00]]
9136
+  (166.0ms) commit transaction
9137
+  (0.0ms) begin transaction
9138
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Consequatur veritatis culpa. Tenetur dolores incidunt. Unde impedit illo molestiae quis non molestiae voluptates. Non mollitia eligendi laudantium aut omnis qui eius. Sapiente autem dolor quos ad.\nNon sunt ipsum aut. Laudantium dicta fugiat inventore. Voluptas et autem sed qui voluptas quia eum.\nNatus consequatur ab modi nostrum et et reiciendis. Quasi laboriosam qui eum nemo repellat. Dolores alias quos maxime occaecati ad ducimus. Asperiores voluptatibus est repellat debitis est assumenda."], ["created_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Iste dolor voluptatem fugiat sit perspiciatis veniam aut."], ["updated_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00]]
9139
+  (105.5ms) commit transaction
9140
+  (0.0ms) begin transaction
9141
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Animi velit distinctio doloribus. Sed aliquam culpa dolor ipsa. Eligendi sit iste voluptatem sint. Laudantium cum id nobis nemo voluptates.\nVoluptas doloribus optio aspernatur soluta. Provident qui voluptas. Optio aut ut.\nAccusamus vitae animi dolorum eveniet nam. Dolores deleniti et qui tenetur perspiciatis voluptas ducimus. Saepe quidem repudiandae perferendis aut."], ["created_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Blanditiis quibusdam voluptate temporibus voluptatum."], ["updated_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00]]
9142
+  (93.8ms) commit transaction
9143
+  (0.0ms) begin transaction
9144
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Autem aut aut. Sed iste explicabo. Et impedit non. Tenetur quia velit reiciendis illum eaque. Assumenda voluptatem voluptatem dolor totam expedita delectus id.\nSapiente provident unde qui. Est ipsum similique tenetur nobis consequuntur officia libero. Qui laboriosam sit facilis quod ea.\nNisi est dolores culpa quas. Asperiores ut odit officiis et. Soluta non quia perspiciatis neque rerum. Aliquid esse et. Vel reiciendis velit excepturi sint et reprehenderit sint."], ["created_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Aperiam nemo est quia."], ["updated_at", Tue, 24 Jul 2012 15:13:06 UTC +00:00]]
9145
+  (93.8ms) commit transaction
9146
+  (0.0ms) begin transaction
9147
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Itaque iusto aliquam reprehenderit pariatur. Voluptas natus culpa atque. Facilis quidem cum expedita. Modi accusamus molestiae assumenda. Qui et exercitationem esse aspernatur.\nEt nemo et blanditiis illo doloremque voluptatem quos. Voluptate omnis quam. Quasi et beatae magnam labore facere similique quos. Error reiciendis provident eveniet cumque. Voluptates ut aut voluptate dolorum ut laboriosam autem.\nQuod sunt eius libero natus expedita in et. Ullam totam illo sed odit est saepe. Necessitatibus dolorem libero omnis omnis aut cumque. Quae nesciunt cupiditate. Culpa voluptatem quia."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ut et laudantium molestias itaque est id quod."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9148
+  (105.5ms) commit transaction
9149
+  (1.0ms) begin transaction
9150
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Est cum vero sit itaque expedita. Provident voluptas ea ut. Magni distinctio consequatur aut ea enim. Aut facilis molestias qui.\nTemporibus et qui voluptas eveniet velit repellendus ut. Architecto velit ut excepturi ullam. Labore a dignissimos voluptas dolorem eum tenetur corporis.\nTotam delectus quae harum necessitatibus. Qui enim corrupti culpa temporibus et dolorem. Numquam suscipit cumque tenetur. Nisi voluptas qui doloribus odio ab earum omnis. Labore in sed dolore et a eveniet omnis."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Voluptatem placeat atque beatae odit delectus adipisci laboriosam sunt."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9151
+  (105.5ms) commit transaction
9152
+  (0.0ms) begin transaction
9153
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Voluptate aliquid est sunt et ab et hic. Harum vel eum veniam quia pariatur dolorem ut. Quam qui magni porro ut quia. Qui mollitia iusto repellendus pariatur et numquam quam. Sint possimus aut quia itaque nulla expedita.\nVoluptatibus rerum cumque natus veniam. Autem et nisi dolorem totam. Iste maiores sed consectetur.\nMolestiae sed facilis aut deleniti consectetur velit. Nisi nihil minus ea consectetur inventore quia. Voluptatibus quaerat voluptatum neque."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Totam dolorem at quia."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9154
+  (115.2ms) commit transaction
9155
+  (0.0ms) begin transaction
9156
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ut vel qui veniam. Explicabo nihil eveniet nostrum veritatis. Placeat qui neque. Debitis blanditiis sit et fugiat dolor.\nAnimi et omnis. Qui suscipit dolor vel nulla illum tempore. Ad culpa saepe laborum repellat. Itaque qui totam esse laborum quaerat.\nPraesentium modi nam. Suscipit animi minima sint doloremque et. Voluptatum illo consequatur in non. Eum dicta aut."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Numquam rerum et laboriosam."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9157
+  (132.8ms) commit transaction
9158
+  (0.0ms) begin transaction
9159
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Magni consequatur tempora cum. Amet qui nihil. Itaque aspernatur nemo. Eum perspiciatis voluptatibus et praesentium ipsam. Beatae est accusamus atque molestiae et aperiam soluta.\nMinima quod harum eaque quas. Eum velit vel dolorem. Et nemo mollitia vero dolorem nihil laudantium. Repudiandae dolores error sapiente eveniet accusamus doloribus enim. Laudantium expedita non excepturi.\nTotam eius deleniti pariatur aperiam distinctio iusto. Repellendus suscipit asperiores error sapiente. Quia qui voluptatem eum. Quos soluta iusto voluptate dolorem autem et doloremque."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Cumque beatae adipisci architecto fugit nemo sed magni."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9160
+  (116.2ms) commit transaction
9161
+  (0.0ms) begin transaction
9162
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ut dolorum pariatur. Voluptatem omnis et asperiores. Est quia nihil architecto ut qui.\nSit quo aliquid corrupti dolorem repellat. Aperiam sint sit totam similique. Ut autem ipsam eligendi vitae temporibus aliquam incidunt.\nDolorem dicta ea quam. Beatae voluptas accusantium consequuntur occaecati sit. Illum voluptatibus ea voluptatem praesentium molestias exercitationem. Temporibus sunt reprehenderit fugiat blanditiis sit in. Magni tempore fugiat enim."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Culpa minima alias explicabo repellendus est sed ex."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9163
+  (153.3ms) commit transaction
9164
+  (0.0ms) begin transaction
9165
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Numquam qui enim corporis earum eum quas expedita. Nihil explicabo laudantium sint. Quod iste vero dolorem assumenda sit. Vel incidunt dolor mollitia sint inventore. Voluptates et consequatur omnis suscipit.\nQuae repellendus illum et qui. Voluptates provident modi ut vero cumque nam distinctio. Dolore eveniet dolorem ut.\nMagnam quo voluptas et distinctio ipsum magni. Nihil eum in laborum exercitationem qui ab. Ipsum praesentium eos fuga ut omnis tenetur. Exercitationem quos necessitatibus."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sunt fuga sed eos beatae et."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9166
+  (106.4ms) commit transaction
9167
+  (0.0ms) begin transaction
9168
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Odit voluptas porro voluptatum molestiae. Corrupti rerum vel est consequatur saepe id enim. Repudiandae molestiae iure molestias nihil. Iure animi at.\nAutem adipisci eligendi quidem voluptatem. Et dolorem mollitia quidem. Aut fugit dolores enim dolor possimus at. Esse ut et fugit consequatur ut nihil quod. Accusamus voluptatem quo molestias perferendis omnis quos autem.\nReprehenderit vel culpa saepe sint aliquam error. Assumenda dicta officia incidunt. Aut non eaque quaerat quasi omnis. Qui animi et eligendi."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Aut assumenda laborum officia."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9169
+  (105.5ms) commit transaction
9170
+  (0.0ms) begin transaction
9171
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Iure doloremque adipisci autem laborum quibusdam alias. Ipsum qui voluptatem odit perspiciatis. Corporis inventore commodi. Iure magni rem culpa blanditiis voluptas dolorem.\nConsequatur sed nam et voluptate dolores. Cum iste et. Repellendus fugit quo ut autem tempora. Quod qui libero.\nUllam ut quod est mollitia excepturi possimus dignissimos. Repellat ut non et veritatis nihil nemo qui. Esse facere quidem velit distinctio. Nihil officia tempore architecto libero."], ["created_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ipsa consequatur deleniti quia."], ["updated_at", Tue, 24 Jul 2012 15:13:07 UTC +00:00]]
9172
+  (93.8ms) commit transaction
9173
+  (0.0ms) begin transaction
9174
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Temporibus eum vero accusantium quia mollitia. Quis porro est. Doloremque ea ipsam voluptatum officiis dolores. Deleniti aspernatur maxime nihil.\nRepellendus veritatis quos sit consectetur explicabo. Voluptas commodi quia. Architecto molestiae voluptas dolorem eveniet et itaque. Et rerum adipisci non quia.\nPlaceat quia excepturi quo vel quia perspiciatis. Quia libero molestiae. Et assumenda ut voluptatem et. Doloribus ex rerum ipsa qui. Praesentium amet vero eligendi facere qui voluptas modi."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Voluptas illo et aut vitae et officiis."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9175
+  (93.8ms) commit transaction
9176
+  (0.0ms) begin transaction
9177
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ad voluptas at iure placeat omnis voluptatem laborum. Cupiditate recusandae ut. Sunt nesciunt dolores quasi voluptatum beatae labore.\nSint eveniet suscipit. Nulla ad error nostrum rerum. Et aliquam vero illum odit quos.\nTempore minima officiis reiciendis aspernatur voluptatem. Quasi sed voluptatem aperiam aliquid. Cupiditate hic enim repellendus ad omnis consequatur est. Beatae et quod."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Nesciunt maiores repellendus earum reprehenderit ducimus delectus."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9178
+  (130.9ms) commit transaction
9179
+  (0.0ms) begin transaction
9180
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Consequatur dolor fuga expedita eligendi quam consequuntur. Possimus illum mollitia ea modi. Rerum officia et illo vero et voluptas. Dolorum nihil deserunt sit temporibus accusantium explicabo delectus.\nOmnis distinctio aut. Dignissimos magni consequatur a iste laborum. Velit veritatis vel sed eum consequatur voluptatem.\nExercitationem saepe omnis accusantium occaecati et ea molestiae. A dolorem dolor qui id ut eveniet in. Nostrum et quia. Eos aut occaecati enim delectus. Deserunt autem rerum voluptatum vitae."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Laudantium et distinctio expedita voluptatem."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9181
+  (103.5ms) commit transaction
9182
+  (0.0ms) begin transaction
9183
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Numquam consequatur qui architecto assumenda minus. Ipsum id dolor. Dicta molestias cupiditate qui et magni perferendis debitis. Officiis facilis aperiam magnam suscipit perspiciatis ducimus perferendis. Minima aut illo est reprehenderit.\nNeque omnis numquam. Et magnam quae eos. Qui ut sequi adipisci.\nAssumenda a voluptas sunt rem. Velit ut doloribus aut. Fuga et et hic minus. Cum in quo quo ut vel."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Omnis asperiores doloremque reprehenderit facilis earum impedit suscipit voluptatum."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9184
+  (93.8ms) commit transaction
9185
+  (0.0ms) begin transaction
9186
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Architecto aliquam et molestiae velit. Illo dolor fugit ad dicta qui dolores est. Suscipit laborum aut hic.\nDolore occaecati aperiam in nostrum deserunt quis aspernatur. Soluta eligendi ut reiciendis. Id dignissimos quo ipsa.\nExercitationem autem molestias quae. Illo cum architecto sed qui. Est odit nihil aut tenetur."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Totam est quod ut et possimus facere aut molestias."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9187
+  (107.4ms) commit transaction
9188
+  (0.0ms) begin transaction
9189
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Et incidunt laudantium id ea. Aut doloribus dolor neque ipsa atque. Corrupti hic accusamus nostrum quia nihil. Et ut accusantium. Est tenetur officiis blanditiis et est et odio.\nDolorem ut ad. Velit id optio atque dolore neque. Saepe mollitia iure porro est qui qui ut.\nDolor quam recusandae quo vero aspernatur est. Porro debitis esse veniam adipisci. Quas et inventore maiores temporibus. Architecto non est vel tenetur. Qui quae similique hic."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Nihil nisi amet et reiciendis."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9190
+  (104.5ms) commit transaction
9191
+  (0.0ms) begin transaction
9192
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Eos quis id ut. Fuga modi sunt vel aut officia deserunt. Qui distinctio et voluptates eaque at laborum. Nulla quo culpa qui.\nTempore rerum cupiditate ipsa quasi qui aut. Enim non odit illum non cupiditate. Repudiandae eius neque error eveniet unde commodi quam.\nSequi facilis quia sapiente nemo suscipit. Minus aspernatur qui ullam aut neque quibusdam quia. Est enim fuga voluptatem voluptas in autem."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Eligendi incidunt est assumenda iure quaerat."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9193
+  (105.5ms) commit transaction
9194
+  (1.0ms) begin transaction
9195
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Eos voluptatem alias id consequatur rerum ut. Ut doloribus et enim numquam. Voluptates repellendus enim consectetur omnis ratione. Consequatur sint dolorum fuga et.\nQuia nihil saepe non aut rerum ducimus provident. Vitae quidem tempore laborum ratione eveniet. Voluptas omnis error laboriosam. Est consequuntur rerum ut aspernatur.\nDolorum quo velit non eum dolores distinctio nihil. Hic impedit ad in quia omnis veritatis. Qui molestias laboriosam nesciunt aperiam. In ullam voluptates facilis."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Adipisci dicta voluptas et est."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9196
+  (81.1ms) commit transaction
9197
+  (0.0ms) begin transaction
9198
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Esse molestias veritatis. Excepturi ea saepe non blanditiis. Cumque maiores iste id et dicta.\nEum ipsam sint provident quisquam nulla delectus minima. Atque quibusdam suscipit mollitia quis. Voluptas voluptates sit non aliquam.\nQuos et nostrum. Maxime qui provident accusantium molestiae officia commodi. Velit iure est quo sit cumque deserunt."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Dolorum in et quisquam delectus non labore natus."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9199
+  (93.8ms) commit transaction
9200
+  (0.0ms) begin transaction
9201
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Qui aut qui eveniet beatae accusantium. Iste facilis dolores possimus. Aut cupiditate dignissimos odio vitae in. Id eligendi autem repudiandae consequatur consequatur. Non voluptatem dolor quaerat nostrum inventore.\nVel voluptates sit sequi consequuntur laborum. Et molestiae est magnam impedit. Nostrum rerum dolorem quidem. Quia natus deleniti quas quod.\nImpedit atque possimus voluptatem beatae sequi necessitatibus aut. Harum mollitia voluptatem voluptas. Dolores laboriosam et temporibus. Natus ut eos molestiae occaecati sint ducimus."], ["created_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Accusantium ut placeat sed voluptatem numquam esse."], ["updated_at", Tue, 24 Jul 2012 15:13:08 UTC +00:00]]
9202
+  (111.3ms) commit transaction
9203
+  (0.0ms) begin transaction
9204
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Sit qui et voluptates id aliquid. Aut architecto ipsa fugit. Ducimus facilis doloremque. Molestiae doloremque quia aut atque aliquam. Est quia inventore.\nPerferendis rem autem facere placeat aut. Sint excepturi dolorem dignissimos. Omnis ea molestias asperiores temporibus iste vel tempora. Quas itaque cumque. Dolorem iste quaerat aut qui.\nQui eos sed voluptatum consequatur cumque et. Qui pariatur ut facere. Accusamus reiciendis fugiat illo ut laborum eum ab. Ullam nesciunt impedit dolorum magni."], ["created_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Deleniti voluptas repudiandae sed reprehenderit."], ["updated_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00]]
9205
+  (100.6ms) commit transaction
9206
+  (0.0ms) begin transaction
9207
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Laudantium dignissimos natus. Doloribus sunt assumenda recusandae qui. Quas et eos.\nMagni non nesciunt dolores ullam voluptatem. Temporibus ducimus sed quia. Tempora non ullam libero voluptatum facere voluptas. Dolores illum aut reiciendis non praesentium iste. Tempore repellendus omnis dolores accusantium rem adipisci voluptate.\nMagni voluptates beatae. Nulla cumque qui. Iure voluptatem velit omnis."], ["created_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sint aut dicta nulla dolorum similique."], ["updated_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00]]
9208
+  (92.8ms) commit transaction
9209
+  (0.0ms) begin transaction
9210
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ab et quae optio deserunt quis. Odio sit amet. Provident praesentium corporis. Vitae placeat in nihil.\nIure libero quia. Nisi aut sit rerum autem placeat. Et maiores at voluptate voluptas non. Itaque numquam est eos praesentium. Accusamus saepe perferendis eos sed quidem deserunt.\nItaque illum et dignissimos rerum dolor explicabo. Molestias eos debitis. Exercitationem corporis eum."], ["created_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Error saepe aperiam facilis nihil."], ["updated_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00]]
9211
+  (106.4ms) commit transaction
9212
+  (0.0ms) begin transaction
9213
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Distinctio odit ratione. Et enim voluptatem vitae sint. Voluptate beatae et dolores qui.\nVeniam rem numquam necessitatibus corrupti laudantium. Et fuga est temporibus similique et accusamus. Aut quia libero quas odio vel. Culpa magnam aut est voluptatem.\nEsse ipsum eum nostrum aut. Et dolor cupiditate dolores incidunt recusandae rerum quia. Aspernatur consequatur temporibus ut. Ut fugiat et culpa."], ["created_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Consequatur enim quam dolorem nulla error sint aut sunt."], ["updated_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00]]
9214
+  (116.2ms) commit transaction
9215
+  (0.0ms) begin transaction
9216
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Consequatur adipisci nihil harum qui doloribus. Ipsam qui libero sed eligendi doloremque. Ad numquam nemo quidem quibusdam. Eius et dignissimos. Consequuntur enim sit recusandae et assumenda fuga.\nEaque voluptatem doloremque. Repudiandae cumque ea sit quia suscipit. Laborum quo quae nostrum laboriosam animi velit. Doloremque placeat odit animi iusto distinctio illum praesentium.\nEum et qui. Voluptatem non consequuntur aut in vel quisquam ipsa. Nisi in nam omnis incidunt officiis est. Aut delectus temporibus dolore necessitatibus vel veniam et."], ["created_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ut adipisci accusantium consectetur omnis blanditiis dolores enim."], ["updated_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00]]
9217
+  (188.5ms) commit transaction
9218
+  (0.0ms) begin transaction
9219
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Quae mollitia quis. Voluptas quia consequatur eum sint dicta eius. Qui adipisci suscipit quae doloribus quis.\nId aut accusantium quod. Soluta non ut eius eos quia. Et reiciendis exercitationem placeat. Velit eveniet et libero. Quo laudantium expedita.\nAsperiores sint odit sed perferendis laboriosam. Itaque expedita quaerat. Et sit velit fuga."], ["created_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Dolor possimus sapiente pariatur in incidunt consequatur blanditiis dignissimos."], ["updated_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00]]
9220
+  (107.4ms) commit transaction
9221
+  (0.0ms) begin transaction
9222
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Deleniti est velit fugit voluptates. Repudiandae natus doloremque eos. Illo voluptate ab.\nDelectus dolorem architecto expedita. Nulla rerum soluta in. Labore consequatur reiciendis voluptates.\nAut esse et aperiam voluptatem quae rerum assumenda. Et quo ex quo perspiciatis similique et. Optio est nesciunt. Autem a mollitia molestiae sit provident aut iure."], ["created_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Nihil voluptatibus optio dolores et eveniet."], ["updated_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00]]
9223
+  (93.8ms) commit transaction
9224
+  (0.0ms) begin transaction
9225
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ab numquam enim sint eum debitis qui. Ex numquam earum quasi. Dolorum odio exercitationem aliquam possimus tempore occaecati aut.\nUnde quisquam et aut. Consequuntur quibusdam est. Quis itaque odit. Consequatur ut non et nesciunt. Nemo molestias deserunt necessitatibus et.\nPerferendis est quam consectetur necessitatibus. Qui illo nesciunt tempore voluptatibus eveniet hic ab. Rem quos voluptatum voluptates ut ad."], ["created_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Rerum natus quis placeat."], ["updated_at", Tue, 24 Jul 2012 15:13:09 UTC +00:00]]
9226
+  (92.8ms) commit transaction
9227
+  (0.0ms) begin transaction
9228
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Esse sunt et est ipsa. Ipsam nulla expedita. Dolor aut est ut ipsam assumenda consequatur sed.\nRepellat dicta vel. Quia itaque nisi exercitationem non et. Ipsum vero vitae quibusdam optio vel animi expedita. Explicabo totam possimus dolore.\nVelit commodi et quo eaque ipsa. Eaque quos dolorem odit. Qui ut eaque nihil ipsam cupiditate."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Labore aut aut eos placeat adipisci."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9229
+  (121.1ms) commit transaction
9230
+  (0.0ms) begin transaction
9231
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Sed repellendus et repudiandae occaecati cum. Possimus ut et rem alias officia. Vero a sint in. Rerum a aut ea est. Et eum in velit labore ratione.\nOdio libero autem rerum. Ut non vel aut quas corporis. Cumque aperiam explicabo ducimus autem. Consequatur molestiae vel. Ut ut magnam quas aperiam.\nReprehenderit quod eos sapiente. Voluptas in vero aliquid rerum sed vel rem. Deserunt et qui ipsa earum libero. Dolore labore exercitationem. Aspernatur id eaque a et quam nemo non."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Assumenda id dolores quidem consequatur neque voluptatem fugiat."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9232
+  (78.1ms) commit transaction
9233
+  (0.0ms) begin transaction
9234
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Aut ut ipsum adipisci cumque. Voluptates qui fugiat dolores sint enim. Omnis soluta iste magni.\nHic et dolor et nihil et blanditiis. Sint natus quo sint quas dignissimos quod. Atque ut nesciunt quo iusto. Voluptatem amet quas. Est perferendis est.\nTempore dolorem molestiae. Voluptatem eum eos omnis eligendi. Et quasi tempora accusamus reiciendis. Qui unde voluptatum veniam dolorem laboriosam et rem. Asperiores soluta pariatur consequatur libero explicabo vitae qui."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Voluptate minus quidem assumenda officiis ut ipsam sequi accusamus."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9235
+  (81.1ms) commit transaction
9236
+  (0.0ms) begin transaction
9237
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Blanditiis accusamus id. Ut qui dolores rerum perspiciatis et. Provident impedit ad.\nSed dolores impedit animi ipsa cum minus. Dolorem nesciunt quia ipsum impedit et distinctio autem. Odio itaque repellat rem quia at aperiam cumque. Iure sit cum.\nEt aliquam repudiandae quam. Non molestiae rerum voluptatibus. Sed ea quas est ut maiores eum inventore."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Eum ipsum ratione vero adipisci dolor aspernatur maxime."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9238
+  (81.1ms) commit transaction
9239
+  (0.0ms) begin transaction
9240
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Quia doloribus placeat sequi et sit quis velit. Eum rerum aut. Aut vero quibusdam saepe vel. Eum ipsum rerum aut in. Enim aspernatur deleniti et in deserunt perspiciatis.\nNumquam recusandae eos aut impedit non odio. Labore beatae non voluptas pariatur. Quia non unde at natus quo. Tempore provident blanditiis quos laboriosam illo. Repellat amet atque velit at aut quibusdam.\nQui ut est et voluptatem. Dolorem voluptatum reprehenderit magnam quis. Id deserunt numquam quis. Ut quaerat aspernatur iure."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Repudiandae eaque odit quod aut."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9241
+  (81.1ms) commit transaction
9242
+  (0.0ms) begin transaction
9243
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Molestiae adipisci exercitationem dolor id odit. Eaque nulla ut et. Consequatur facere ipsa quam eveniet officia. At nesciunt inventore. Repudiandae et id distinctio doloremque sed dignissimos nesciunt.\nQuos consectetur enim ut quas labore qui. Et vel nobis eius. Repellat quos aut.\nHic suscipit commodi eos cumque ea. Dolor sunt et eaque. Sed consequatur praesentium sit error omnis. Sequi aut consequuntur sint voluptate officiis repudiandae. Quisquam distinctio repellendus."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Velit magnam eos officiis magni quis autem."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9244
+  (82.0ms) commit transaction
9245
+  (0.0ms) begin transaction
9246
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ea aspernatur corrupti nam consequatur unde odio. Esse vel debitis veniam unde sit. Suscipit excepturi earum. Qui temporibus sint. Cumque iure iste.\nRepudiandae animi dolorem quibusdam ut nobis. Consequuntur assumenda voluptatem repudiandae quis ullam quia. Minus blanditiis odit.\nRepellendus omnis rerum corporis. Dicta non assumenda quidem. Praesentium dolores eius quae optio ullam porro. Cum ut et laudantium."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Atque consequatur et consequatur."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9247
+  (116.2ms) commit transaction
9248
+  (0.0ms) begin transaction
9249
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Praesentium ex et dolore aut quo quam enim. Exercitationem et nesciunt non. Enim et qui temporibus pariatur laborum provident. Nisi quia a.\nSuscipit aperiam ut. Optio excepturi earum in ipsa. Quo architecto et odit tenetur. Eligendi ipsam sit nisi expedita et veritatis consectetur. Omnis sed veritatis ut.\nOmnis excepturi optio at rem. Maiores tempora et delectus quo soluta laboriosam. Voluptas in quam qui suscipit unde aut. Aspernatur qui ipsam laudantium sed inventore. Est alias labore ratione qui et quasi."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Saepe dolor cupiditate consequuntur."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9250
+  (81.1ms) commit transaction
9251
+  (0.0ms) begin transaction
9252
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Voluptatum quas sed excepturi amet aliquam. Architecto at ad aspernatur sed recusandae non voluptas. Ipsa ipsam et nostrum commodi veritatis rerum libero. Est sed beatae qui deleniti qui. Voluptas aut doloribus dolor.\nQuo qui et hic incidunt. Beatae laborum esse expedita. Harum quaerat expedita deserunt optio quia hic recusandae. Ducimus animi eius similique unde. A et delectus.\nDelectus omnis ad quia velit doloremque rerum dolorum. Rerum animi consequuntur. Repellendus vel est. Quisquam cum aspernatur quasi quis accusamus et. Sunt sapiente ex."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Quisquam qui voluptatem ad distinctio magnam dolorem aut veniam."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9253
+  (93.8ms) commit transaction
9254
+  (0.0ms) begin transaction
9255
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Consequuntur hic voluptas at voluptas. Nisi ex et unde voluptatem. Asperiores hic molestiae labore.\nUnde et minima doloremque sunt fugiat voluptatem. Aut maxime aliquid rerum quaerat. Reprehenderit quam laborum optio minima quibusdam quia cupiditate. Et nulla temporibus illo qui sint. Aperiam consequatur vitae sapiente aut.\nAut sunt maxime nostrum. Voluptatibus veritatis labore sed saepe incidunt. Sunt et fugit provident. Itaque magnam magni. Qui dolor nobis officiis temporibus quia velit nostrum."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Atque voluptas reprehenderit sed magnam mollitia."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9256
+  (104.5ms) commit transaction
9257
+  (0.0ms) begin transaction
9258
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "A quis officiis cupiditate est. Quia rerum provident unde laboriosam. Facilis iusto vitae omnis facere ullam perspiciatis.\nConsequuntur facere neque dolorem similique sunt doloribus quia. Modi labore quaerat repudiandae in. Dolore aut cupiditate laboriosam sed et consectetur omnis.\nQuo animi nobis iure velit repellendus adipisci hic. Accusamus dolor voluptatem alias aut tenetur. Laborum aut et odio vero."], ["created_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Et nobis qui velit omnis sint placeat beatae."], ["updated_at", Tue, 24 Jul 2012 15:13:10 UTC +00:00]]
9259
+  (108.4ms) commit transaction
9260
+  (0.0ms) begin transaction
9261
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Quaerat deserunt sit. Repellat odio repudiandae voluptas quisquam illum. Voluptas aut odio dignissimos voluptas et officiis numquam.\nOmnis dolores nam dignissimos. Doloribus voluptatem magni. Est laborum quia qui tempora sapiente est.\nTotam iste illo hic ab et. Quibusdam veniam fugit vel in doloribus reiciendis. Recusandae illum harum sed quod inventore. Ratione pariatur quia nulla."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Neque tempora at et."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9262
+  (101.6ms) commit transaction
9263
+  (0.0ms) begin transaction
9264
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Dignissimos mollitia pariatur id. At ipsa maxime. Ex qui in.\nRerum reiciendis sed qui. Nisi exercitationem sit nostrum quia ut sunt nobis. Assumenda sed omnis natus nihil quasi explicabo exercitationem. Rerum rerum delectus voluptatem ullam porro. Hic facere suscipit fuga rerum.\nIn est non. Officia aut ipsum voluptate alias. Omnis aspernatur iure vel."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Quis qui corrupti atque aliquam reprehenderit."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9265
+  (93.8ms) commit transaction
9266
+  (0.0ms) begin transaction
9267
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Velit voluptatem rerum eos sit accusantium. Omnis cumque esse. Aliquam repudiandae quo eos sint aliquid nemo.\nConsequatur aliquid deserunt blanditiis autem unde eos delectus. Blanditiis consequatur autem. Facere unde non est mollitia autem esse. Autem corporis ad odio vel sed repellendus.\nAspernatur sit et id. Est consectetur voluptas veritatis rerum sed incidunt maxime. Quod quis ut ratione vel et. Maxime consequatur veritatis voluptatem adipisci id. Harum quia ab laboriosam."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Harum aut id architecto laborum vel unde vel."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9268
+  (91.8ms) commit transaction
9269
+  (1.0ms) begin transaction
9270
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Deleniti sit et accusantium ea. Ut optio iste fuga fugit. Sint animi distinctio doloribus aut. Tempora magnam quia placeat. Ex corporis quia error voluptatem non.\nMaxime occaecati et cupiditate fuga rerum ut. Quam aut ullam optio esse hic. Consequatur soluta nemo cumque debitis iste. Quo similique quas autem.\nSunt corrupti blanditiis recusandae quibusdam. Sed nisi amet a. Voluptatibus voluptate minus architecto qui at enim animi."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sapiente vel accusamus et rerum soluta repudiandae dolorem quia."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9271
+  (93.8ms) commit transaction
9272
+  (0.0ms) begin transaction
9273
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ab est qui voluptatum nam porro delectus autem. Iusto autem excepturi. Aut praesentium ut tenetur labore adipisci. Atque quas asperiores facere distinctio vitae. Cumque ad voluptatum aut.\nAdipisci totam voluptatem dolores. Accusamus consequatur illum iure molestiae impedit dolore dolores. Dicta harum non assumenda hic voluptas. Est illum quos. Laborum sunt culpa error.\nAtque quo sit nam impedit culpa veritatis explicabo. Repellat vitae molestias impedit ea sed error alias. Reiciendis odit veniam ducimus facere ut error velit. Vel veritatis quia occaecati iure repudiandae cum voluptas."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Repudiandae doloribus ipsa deleniti rerum voluptatem dolorum omnis quo."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9274
+  (94.7ms) commit transaction
9275
+  (0.0ms) begin transaction
9276
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Est facere et qui velit sed. Dolorum sed explicabo consequuntur. Perspiciatis quas dolorem ipsam architecto rerum aut.\nEst esse suscipit ipsa corrupti. Repudiandae voluptatem dolores. Quo molestiae expedita.\nQui quia amet et animi nostrum. Dolorum veritatis deleniti optio esse placeat. Quam deleniti nisi ipsam."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Quasi assumenda illo a delectus placeat omnis."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9277
+  (128.9ms) commit transaction
9278
+  (0.0ms) begin transaction
9279
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Debitis ipsa consequatur veniam laboriosam et accusamus. Quos accusamus qui ea non. Et harum vel molestiae. Aliquam aspernatur ab et delectus illum sed hic. Sed vel sint repellendus velit vero sunt.\nAliquid aperiam accusamus nulla et consequuntur. Eos sed distinctio deserunt cumque officia quidem tempore. Ipsa rem cum harum molestias dolor exercitationem dolores.\nUt voluptatem minima. Aliquam vel neque nulla atque nobis qui. Quis non id. Excepturi sunt quae. Voluptatem impedit ex commodi."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Occaecati non deserunt ullam aut est porro omnis."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9280
+  (93.8ms) commit transaction
9281
+  (0.0ms) begin transaction
9282
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Et illo odit iure fuga repellendus quod ipsum. Non soluta amet tenetur sequi in voluptatem repudiandae. Exercitationem eveniet eaque qui. Aspernatur unde laboriosam est culpa.\nEos id facere voluptas quos illo. Sed excepturi culpa fugiat. Perspiciatis est consequatur ut. Est sit facilis dolores. Impedit architecto voluptates sit nemo.\nCorporis fuga et distinctio rerum tempore architecto earum. Soluta autem omnis sed. Eius amet laborum doloremque vitae dignissimos non ratione. Aut exercitationem aliquam voluptas aut. Voluptatem sed repellendus at nisi omnis asperiores."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Est ea reiciendis quae ex expedita officiis."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9283
+  (82.0ms) commit transaction
9284
+  (1.0ms) begin transaction
9285
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Et et et quia est. Voluptates soluta qui hic aliquam nihil ducimus. Et quos aut nisi. Voluptas rerum qui similique aut repellat officia minus. Sint sit ea saepe in non.\nMinima tempore rem ut dolore illum natus. Error animi eum similique consequatur sint. Magnam omnis aut omnis minus tempore in.\nEum illo sunt dolor tenetur quibusdam voluptatem amet. Accusamus quidem sit voluptatibus ut et. Doloremque molestiae impedit atque minus dolore aliquam nulla."], ["created_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Optio vel nesciunt qui nihil eos."], ["updated_at", Tue, 24 Jul 2012 15:13:11 UTC +00:00]]
9286
+  (213.9ms) commit transaction
9287
+  (0.0ms) begin transaction
9288
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Amet eos voluptatum est fugit alias sapiente. Consectetur eos omnis magnam quasi et ipsum magni. Sed velit accusamus.\nSunt ab deleniti maxime. Quibusdam enim sit. Adipisci enim nulla molestiae consequatur non.\nVoluptatem sit velit et. Nam quos sint nostrum dicta natus. Consequatur earum nam odio et aut deleniti. Atque voluptas ea consequuntur quibusdam voluptatem."], ["created_at", Tue, 24 Jul 2012 15:13:12 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Nam eum ab nihil voluptate quis sed soluta quo."], ["updated_at", Tue, 24 Jul 2012 15:13:12 UTC +00:00]]
9289
+  (321.3ms) commit transaction
9290
+  (0.0ms) begin transaction
9291
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Et iure sequi ut et. Dolores est architecto omnis. Dolores architecto nisi. Ut quidem ut repellat.\nQui dolore non ratione et. Praesentium ut aut et quo quas corrupti quos. Quod qui inventore ex temporibus officia occaecati eum. Mollitia eos eius et. Architecto labore neque rerum aliquam quas dolorem consectetur.\nConsequatur recusandae velit ut. Amet illum voluptatum alias. Dolores aut minima nemo quos consequatur dignissimos. Quas modi id commodi aut voluptas et."], ["created_at", Tue, 24 Jul 2012 15:13:12 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Quia et velit labore fuga cum."], ["updated_at", Tue, 24 Jul 2012 15:13:12 UTC +00:00]]
9292
+  (477.5ms) commit transaction
9293
+  (0.0ms) begin transaction
9294
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Culpa occaecati perspiciatis mollitia est saepe officiis. Eum consequatur non quia et esse. Sit nisi vel ipsa quasi rerum ut odio.\nEius ut ab voluptas. Beatae blanditiis magni. Non voluptatibus deleniti ratione atque ut aut tempora. Et temporibus vero eos delectus cum.\nMollitia et qui dolor est iusto enim eos. Placeat eos fugiat excepturi nulla. Debitis et itaque ut. Soluta impedit aperiam sint iste."], ["created_at", Tue, 24 Jul 2012 15:13:12 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ratione consequatur numquam veritatis."], ["updated_at", Tue, 24 Jul 2012 15:13:12 UTC +00:00]]
9295
+  (212.9ms) commit transaction
9296
+  (0.0ms) begin transaction
9297
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Id sequi natus quia exercitationem distinctio sed sint. Ullam inventore reprehenderit eveniet iure. Culpa repudiandae veniam. Error qui esse. Sequi iusto architecto.\nAt dolores similique ad. Tenetur est enim ea amet inventore. Itaque quae possimus distinctio voluptatum expedita vero voluptate. Numquam sit odio. Dolorum nam nihil ut qui ea quod.\nReprehenderit nostrum sint beatae. Et veritatis quam dolores qui maiores inventore sapiente. Nam optio soluta. Eveniet illum exercitationem aut quas. Delectus similique quo."], ["created_at", Tue, 24 Jul 2012 15:13:13 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Debitis architecto ipsum in porro id."], ["updated_at", Tue, 24 Jul 2012 15:13:13 UTC +00:00]]
9298
+  (512.7ms) commit transaction
9299
+  (0.0ms) begin transaction
9300
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Repellat molestias ullam ratione qui eos. Corporis porro soluta sit pariatur aspernatur veniam. Explicabo occaecati et voluptas ipsa omnis aliquid sint. Alias at enim velit ratione. Rerum iusto atque.\nVero ut rerum quis incidunt. Officiis laboriosam illum ut. Et consequatur quisquam iste earum.\nQuod dolorum consectetur. Velit officiis possimus dolore ut sapiente esse. Et provident vero facilis."], ["created_at", Tue, 24 Jul 2012 15:13:13 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Eveniet nam exercitationem cum sint."], ["updated_at", Tue, 24 Jul 2012 15:13:13 UTC +00:00]]
9301
+  (188.5ms) commit transaction
9302
+  (0.0ms) begin transaction
9303
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Aut dolorum ullam exercitationem officiis porro consequatur. In ipsam quasi recusandae qui eum occaecati consequuntur. Nobis beatae omnis. Velit sit similique deserunt ea.\nCumque nulla at non odio suscipit quis. Ducimus explicabo rerum fugit. Mollitia ipsam sunt neque praesentium in qui accusantium. Necessitatibus eligendi corporis expedita.\nIncidunt voluptatem atque. Libero aut delectus cum vel eum. Voluptatem molestiae accusantium debitis."], ["created_at", Tue, 24 Jul 2012 15:13:13 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Et et reiciendis maiores voluptas eum voluptatem."], ["updated_at", Tue, 24 Jul 2012 15:13:13 UTC +00:00]]
9304
+  (105.5ms) commit transaction
9305
+  (0.0ms) begin transaction
9306
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ratione itaque maxime id exercitationem odio perferendis perspiciatis. Dignissimos eos et qui fugiat soluta id. Omnis commodi perspiciatis. Reiciendis incidunt tenetur laboriosam tempore fuga.\nNecessitatibus itaque reiciendis quia saepe nisi. Reprehenderit sed non corporis. Error laudantium earum perspiciatis enim.\nPlaceat labore quia dolorum velit ex enim. Numquam rem repudiandae dolorem et soluta ratione illo. Occaecati inventore vero. Animi quisquam error laborum qui. Ad fugiat velit corrupti odio ut et nostrum."], ["created_at", Tue, 24 Jul 2012 15:13:13 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Dicta dolorem velit tempore excepturi aut laborum."], ["updated_at", Tue, 24 Jul 2012 15:13:13 UTC +00:00]]
9307
+  (104.5ms) commit transaction
9308
+  (0.0ms) begin transaction
9309
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Doloribus molestiae molestiae ut velit in et officia. Ea maiores corporis nostrum voluptatum. Est sunt libero repellat voluptatum autem dolore qui. Nesciunt sint quibusdam quisquam.\nDucimus ipsum velit quidem dolores ea et voluptatem. Quo aut ratione doloribus. Voluptatem velit quae dolorem est ullam maiores.\nDucimus dolores eos tempora et beatae excepturi. Facere facilis ratione eum velit est. Et illum rerum consectetur."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Inventore qui voluptatem quidem suscipit laudantium et."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9310
+  (93.8ms) commit transaction
9311
+  (0.0ms) begin transaction
9312
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Iure enim hic suscipit et. Rerum soluta autem voluptatem impedit est tempora ut. Qui voluptatem at tenetur voluptas.\nItaque expedita ut ullam impedit in facere natus. Amet eveniet aperiam. Fuga pariatur ut ullam ratione nesciunt dolore unde.\nSunt et quis. Neque provident id id error consequatur sit magni. Illo voluptatem ipsum ea dolor nihil."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Voluptatum itaque vel odit rerum autem."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9313
+  (93.8ms) commit transaction
9314
+  (0.0ms) begin transaction
9315
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Non beatae autem laborum et dolore. Repellat totam deserunt enim eum. Fugit omnis a. Dolore et aut suscipit placeat perspiciatis necessitatibus.\nMinima in assumenda possimus. Animi ut asperiores sit qui. Odio voluptatem et nobis.\nHarum natus sit ipsum quis recusandae sunt adipisci. Dolor eaque alias. Autem rem illo modi sed et. Quis ex illum qui beatae. Esse doloremque aut ad quis sequi reprehenderit."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Omnis ab aut qui nemo."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9316
+  (117.2ms) commit transaction
9317
+  (0.0ms) begin transaction
9318
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Eum veritatis est odit. Enim sed perspiciatis. Vero sint sed at delectus earum deleniti. Doloremque quia cupiditate quibusdam necessitatibus sint voluptatum.\nError itaque blanditiis. Minima ut dignissimos mollitia qui quo eos. Aspernatur aut sapiente. Hic asperiores nostrum ut.\nRecusandae fugiat illum. Sequi in voluptas. Non consequatur quidem."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ut soluta nostrum dolorum officia culpa esse nihil voluptatem."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9319
+  (82.0ms) commit transaction
9320
+  (0.0ms) begin transaction
9321
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Corporis ea voluptate officiis. Quasi enim maxime. Id ea similique officia autem.\nSaepe nisi qui ex sed voluptates aut. Libero rerum ut et sed possimus. Excepturi ullam ipsum quia. Recusandae est in consequuntur sed ea vel corporis.\nQuisquam omnis neque. Similique consectetur nihil officia et beatae occaecati. Similique et placeat officiis voluptatem."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Similique ex quidem aperiam sit officia assumenda eaque qui."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9322
+  (82.0ms) commit transaction
9323
+  (0.0ms) begin transaction
9324
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ut sint enim impedit. Nihil voluptate dolores voluptatum est sed reiciendis et. Et velit rerum soluta id reiciendis. Quo corrupti voluptas. Illo quidem quo dolores.\nPorro officia placeat quia. Voluptate facilis rerum in. Itaque rerum qui qui laboriosam iure. Facere est ea eos debitis suscipit a.\nVoluptas eos nostrum. Soluta et et deserunt inventore. Alias qui dolores quia incidunt. Corporis quam soluta consequatur. Minima repellat dignissimos."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Facilis enim qui veniam non."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9325
+  (117.2ms) commit transaction
9326
+  (0.0ms) begin transaction
9327
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Atque fuga sequi et delectus soluta possimus. Minus quo ut officia cumque aut fugiat voluptas. Aspernatur aut aliquid sint voluptatem dolor fuga. Placeat eum eum illum id. Dicta est explicabo occaecati ut dolor cumque.\nFugiat tenetur sint minima odio veniam. Reprehenderit qui eos. Delectus eaque ab et.\nExcepturi voluptatem qui quidem. Et vel quisquam. Facilis reiciendis rem quia est dolores."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Deleniti eum cupiditate sit iste."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9328
+  (92.8ms) commit transaction
9329
+  (0.0ms) begin transaction
9330
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Velit deserunt aliquid. Voluptatum modi qui velit labore voluptatem et vel. Aut sunt autem quo magni commodi et. Maxime voluptatum voluptas sunt architecto possimus. Autem veniam voluptas dolorem sequi.\nSequi quaerat excepturi odit velit dolores molestiae facilis. Harum autem natus et quod quis qui occaecati. Ut iusto est tenetur architecto quas perferendis consequatur.\nVoluptatum illo voluptatem fugit. Culpa est aut ut itaque eius ad libero. Qui est placeat est. Dolor provident esse iure aut est."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Accusamus omnis ipsa nisi et."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9331
+  (93.8ms) commit transaction
9332
+  (0.0ms) begin transaction
9333
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Totam qui non dolores sit consequuntur dolorum est. Molestias sed animi ea unde qui distinctio. Ducimus consequatur labore. Et adipisci distinctio quia sit.\nDolor tenetur quia quidem nobis sed. Est aut maiores eveniet eum sapiente. Voluptatem voluptatibus quidem.\nEos distinctio incidunt molestias tempore. Aperiam suscipit atque. Pariatur odio in perferendis facere quibusdam."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ipsam dolore totam eum qui sit."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9334
+  (81.1ms) commit transaction
9335
+  (0.0ms) begin transaction
9336
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Eaque dolorem est ipsa dolor corporis omnis est. Nihil eaque qui dolorum aut ut dolorem magni. Omnis minus expedita et iure. Ex aut modi fugit ad qui suscipit.\nQuae voluptas dignissimos rerum. Velit dolor libero sint non cumque culpa. Aut quas minus. Occaecati qui sint voluptatem ut consequatur. Neque in et incidunt corrupti.\nRem quia ab. Enim rerum illum voluptate non odit repellat. Qui corrupti non assumenda totam."], ["created_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Qui aut temporibus omnis est."], ["updated_at", Tue, 24 Jul 2012 15:13:14 UTC +00:00]]
9337
+  (81.1ms) commit transaction
9338
+  (0.0ms) begin transaction
9339
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Qui sapiente est non alias omnis expedita. Facilis rerum explicabo corrupti labore. Sint ut nobis aut. Labore a et excepturi distinctio dolores placeat ut. Nihil enim quibusdam.\nRepellendus perferendis delectus quia iusto aperiam aut. Rerum omnis maiores accusantium. Ea laborum dolores aperiam. Et iste rerum veritatis hic voluptatem eius laboriosam. Illum aut voluptas minus beatae assumenda tempore commodi.\nVoluptas optio ex pariatur perspiciatis. Quasi animi atque et unde amet repellat. Non veniam atque aut molestiae temporibus. Aut necessitatibus ullam quis."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sed dolorem error quisquam itaque et aut."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9340
+  (81.1ms) commit transaction
9341
+  (0.0ms) begin transaction
9342
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Placeat facilis non temporibus officiis in voluptas ut. Pariatur reiciendis enim est. Consequuntur officiis natus molestiae.\nOdio ducimus ratione eligendi est doloremque corrupti voluptatibus. Dolorum est non tempore totam. Dolorem ab voluptatem facilis.\nDoloribus at autem. Est eum dolor architecto quis. Et delectus reiciendis quibusdam cumque."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Est rerum minus molestias."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9343
+  (93.8ms) commit transaction
9344
+  (0.0ms) begin transaction
9345
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Corrupti id necessitatibus dignissimos quia unde ratione ullam. Corrupti ullam iusto aut quo error ipsa. Dicta perspiciatis modi officiis quas et illo molestias.\nQuidem aliquam ut magnam natus. Rerum et qui optio ipsum voluptatum ipsa consequuntur. Autem eaque dolorem tempora sequi. Dolor deserunt necessitatibus. Est voluptas voluptates nobis sapiente.\nDolor eos rerum natus non assumenda voluptas esse. Odit pariatur ut iure aliquid vero quia. Accusantium occaecati distinctio sed et illo quo. Ut voluptatem minus voluptatem non at deleniti. Molestiae inventore est repellendus aut quis hic rerum."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Et id natus ut eum commodi aspernatur est."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9346
+  (93.8ms) commit transaction
9347
+  (0.0ms) begin transaction
9348
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Nam assumenda sint iure rem magni maxime nemo. Perspiciatis sed rerum. Sint corporis soluta assumenda aut accusantium voluptatem.\nDistinctio quisquam delectus cum animi odit qui optio. Ea eos praesentium voluptatem in in a fugiat. Accusantium aut sunt aliquam impedit deserunt necessitatibus. Nihil ipsa praesentium aspernatur saepe sequi asperiores enim. Mollitia ut hic quibusdam.\nVoluptas ea quisquam. Est est consequuntur ut. Fugiat veritatis dolorum. Neque porro sunt excepturi molestiae optio nam qui."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Porro impedit qui voluptate officia."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9349
+  (93.8ms) commit transaction
9350
+  (0.0ms) begin transaction
9351
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Iste ut cum quis expedita deserunt inventore quia. Illo nihil minus sit voluptatem quod dolores dignissimos. Non quia iste sit perferendis modi. Quo aut corporis omnis id. Libero repudiandae nam sit culpa voluptate numquam laborum.\nMinima quibusdam et quas nisi eos perspiciatis minus. Et distinctio at. Est iure ipsum.\nQuae aut nihil. Sapiente quia enim veritatis. Necessitatibus quo reiciendis debitis est voluptatibus. Iure tenetur facere impedit. Accusamus omnis est rerum."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Eligendi officia et nobis omnis libero omnis et voluptates."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9352
+  (93.8ms) commit transaction
9353
+  (1.0ms) begin transaction
9354
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Et sed eos inventore delectus. Earum sit aut sunt dolor necessitatibus. Aut autem unde amet. Corporis sequi temporibus omnis ex illum non.\nConsequuntur sed odio ratione itaque dolor. In quas ut voluptatem enim quaerat. Quam asperiores dolor perferendis.\nMaxime rem alias sed recusandae ad non corporis. Assumenda architecto blanditiis non dolor fugiat. Est repudiandae reprehenderit consequatur corporis ipsum. Iure ut alias qui fugiat. Aut et neque animi aut accusantium."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Corrupti dolorem itaque error et animi eius."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9355
+  (118.2ms) commit transaction
9356
+  (0.0ms) begin transaction
9357
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Cupiditate rem est eius nihil libero praesentium. Sint nihil nulla. Omnis aut dolore. Nihil porro quas asperiores deserunt. Enim cum illum.\nNemo sit a dolorem illum quidem. Non omnis similique explicabo. Dolores veritatis fugit suscipit sint ducimus consequatur. Nam illum voluptas natus rem id. Quis voluptatem dignissimos et.\nNon sed amet dolorum modi. Et unde asperiores deserunt iste. Harum odit repellat sed reiciendis tempora culpa. Magni quia aut natus. Et consequuntur atque tenetur nesciunt nam quia optio."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Maxime beatae cumque quaerat."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9358
+  (152.3ms) commit transaction
9359
+  (0.0ms) begin transaction
9360
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Assumenda voluptates ipsa deleniti. Molestiae quod in omnis sequi beatae. Et quis eveniet sit nostrum labore asperiores.\nTempore quam excepturi. Voluptate inventore vel. Omnis et incidunt et eos.\nLabore tempora reiciendis. Voluptas aut molestias. Aut beatae facilis doloremque. Consequatur facilis neque quis."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Facilis sit officiis ullam qui consequatur voluptatem."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9361
+  (92.8ms) commit transaction
9362
+  (0.0ms) begin transaction
9363
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Provident quis rerum. Voluptatum ex consequatur blanditiis tempore et. Repudiandae culpa aliquam rerum a iure sint nam.\nEt qui omnis non ut. Ipsa voluptas iusto exercitationem ut. Qui velit quibusdam molestiae nostrum est.\nFacere cumque et et unde non. Enim sed occaecati. Quia omnis consequuntur qui. Consequuntur et sint minima."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Unde laudantium dolorem officia tenetur omnis maiores aliquam praesentium."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9364
+  (93.8ms) commit transaction
9365
+  (0.0ms) begin transaction
9366
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Quos laborum commodi. Distinctio ut officiis blanditiis reprehenderit enim cum. Est pariatur vel. Quia nobis dolores accusamus porro.\nVoluptatibus aspernatur ea id. Sit exercitationem et totam quas ut distinctio quasi. Non nihil voluptatem saepe suscipit. Sequi dolor omnis et beatae quidem neque officiis. Vitae nobis repellat corrupti fugit et id.\nEos eligendi et perferendis facilis aut est. Quam voluptas nisi. Tempore doloribus sunt sit hic ut. Consequatur qui nemo ducimus sapiente ab quae rerum."], ["created_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Saepe aut beatae quibusdam et sapiente voluptatem officiis."], ["updated_at", Tue, 24 Jul 2012 15:13:15 UTC +00:00]]
9367
+  (93.8ms) commit transaction
9368
+  (0.0ms) begin transaction
9369
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Consectetur illo animi rerum dolores autem. Occaecati nisi corrupti accusamus perferendis qui veritatis dolore. Non dolores impedit ratione neque.\nEum maxime doloribus quaerat aperiam. At distinctio ducimus temporibus nulla est et optio. Delectus esse accusantium. Recusandae magni soluta excepturi ut ab. Animi excepturi omnis aut sequi magni.\nSoluta ut mollitia facere perferendis. Consequatur dolorem commodi ut ipsum. Laboriosam distinctio voluptatum aut accusantium voluptatem. Sequi magni nam beatae omnis."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sequi ut alias quo at quae."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9370
+  (92.8ms) commit transaction
9371
+  (0.0ms) begin transaction
9372
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Maiores ab rerum et corrupti nemo est. Debitis porro tempora quisquam minima dolores rerum totam. Eum hic cum vel tempore et molestiae vel.\nVoluptatem quia quis sit. Non quia error facere. Sit voluptatum est exercitationem consequatur suscipit. Veritatis reiciendis ducimus facere et et aut.\nTemporibus quam exercitationem cum quia qui omnis. Eius accusamus voluptatem eveniet quia aut. Eum quae at dicta harum. Ut veritatis repellendus aliquid corporis."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Similique voluptas minima voluptas esse consequatur beatae provident."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9373
+  (105.5ms) commit transaction
9374
+  (0.0ms) begin transaction
9375
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Occaecati vero ea qui voluptatibus et. Sed odit veritatis cumque. Blanditiis pariatur assumenda voluptas quae facilis. Adipisci temporibus similique dolor quisquam. Suscipit eligendi deserunt occaecati sunt.\nPlaceat ut cupiditate quam error delectus in omnis. Explicabo laudantium quisquam deserunt in iste nobis. Atque exercitationem id ducimus esse itaque. Iste totam ut. Minus aut quae aliquam qui eum eveniet.\nConsectetur velit autem aut accusantium sapiente ipsum. Aut eveniet amet sit. Rem qui magnam voluptatem hic corporis."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Similique sint iste illo."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9376
+  (117.2ms) commit transaction
9377
+  (0.0ms) begin transaction
9378
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Sequi maxime et recusandae totam. Minus sed fugit pariatur ut harum. Dolorem cum autem nam placeat repudiandae vero.\nAb error aperiam quia. Et consequatur at distinctio et molestiae. Ea ipsam officia ut consequatur consequuntur sint exercitationem. Maxime magni quo ut expedita. Illo repellat at eum occaecati aliquam.\nVoluptatem unde quis nisi. Sit minus quia tempora eum cupiditate corrupti. Nemo quis ullam officia omnis facere rerum et. Qui dolor necessitatibus accusamus est hic eum. A qui nulla."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Voluptate asperiores qui fugit quia iure illum optio."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9379
+  (105.5ms) commit transaction
9380
+  (0.0ms) begin transaction
9381
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Et qui et quis sed libero sit. Dignissimos sit inventore. Excepturi aut placeat.\nEnim natus sunt laudantium est reprehenderit deserunt. Libero sunt asperiores et. Inventore labore dolores.\nConsectetur dolorum odio repudiandae sequi ducimus eum. Eligendi et aut sit dolores. Quos voluptatem recusandae aspernatur. Inventore aut aliquid mollitia totam. Rem a voluptas vel doloremque incidunt."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Tempore ipsum vel incidunt."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9382
+  (93.8ms) commit transaction
9383
+  (0.0ms) begin transaction
9384
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Aut doloremque et nostrum rem id vero. Laudantium cupiditate quibusdam voluptatem excepturi quis. Quo inventore fugit velit. Ipsum mollitia distinctio eligendi similique nemo. In deleniti fugiat.\nMaiores voluptatem enim voluptatem. Qui omnis ab est non voluptas corporis est. Ut quia quia. Voluptatibus enim nobis placeat et sint tempora eum. Provident dolorem eum et.\nQuis deserunt assumenda fuga odit quasi voluptatem. At voluptate molestiae est aliquid nobis. Dolorum quis ut assumenda velit quos."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Mollitia amet et consectetur repudiandae et repellendus et debitis."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9385
+  (140.6ms) commit transaction
9386
+  (0.0ms) begin transaction
9387
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Porro magnam enim quam. Aut aut et quidem voluptas. Sed itaque eos sed quaerat nam voluptates. Nesciunt rerum ipsam at. Qui blanditiis porro.\nDelectus labore blanditiis velit et sunt quia ut. Eligendi nemo aliquid eos aut aut sunt impedit. Assumenda tempora sint dolorem. Laborum vero eos architecto dolor.\nSuscipit quos sit neque ipsum. Aut sunt optio quibusdam soluta. Odit minus rem eum. Vel explicabo cum dolores. Commodi occaecati alias delectus ducimus assumenda."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Nihil excepturi corporis ut cupiditate quia accusantium quae."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9388
+  (81.1ms) commit transaction
9389
+  (0.0ms) begin transaction
9390
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Dolorem non quibusdam sapiente. Aut optio laboriosam aliquam sint distinctio. Quae officia et et non voluptas ut quo. Unde quia odio et ea dicta qui.\nVoluptatem reprehenderit voluptatem quia commodi. Laudantium omnis accusamus. Praesentium quod tempora.\nDebitis quo quia. Tenetur voluptas ut qui odit quia. Repellat dolor saepe quia nesciunt."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Nobis ipsa dicta reiciendis aliquam et."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9391
+  (105.5ms) commit transaction
9392
+  (0.0ms) begin transaction
9393
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Similique rerum omnis tenetur. Delectus blanditiis saepe eos perspiciatis id. Repellendus ex et accusamus. Deserunt velit quia voluptate.\nAsperiores ea et omnis et. Eius quasi fuga dolores qui facilis. Dolores dolor vero eum sit et voluptatem.\nDeserunt perferendis iste reiciendis. Consequatur repellendus sint reiciendis atque nesciunt. Labore neque iure eaque."], ["created_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Reprehenderit incidunt porro doloremque."], ["updated_at", Tue, 24 Jul 2012 15:13:16 UTC +00:00]]
9394
+  (105.5ms) commit transaction
9395
+  (0.0ms) begin transaction
9396
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Unde illo sit aspernatur. Quis asperiores atque beatae. Enim laudantium autem harum sint. Voluptas id aut non magni libero distinctio dolorem. Quaerat modi aliquam repellendus.\nRecusandae quasi odio et magnam ut corporis officiis. Saepe consectetur voluptatem accusamus provident voluptas pariatur. Distinctio voluptas harum corporis libero natus maiores.\nCupiditate qui dolorum voluptas autem labore sequi et. Quia exercitationem impedit ut. Ea inventore ullam. Ut repudiandae eligendi fugiat rerum vel qui alias."], ["created_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Voluptatem deleniti non qui perferendis."], ["updated_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00]]
9397
+  (105.5ms) commit transaction
9398
+  (0.0ms) begin transaction
9399
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Dolorem fugiat veritatis praesentium voluptatem eos natus. Dolor animi laboriosam aut et. Quibusdam est minus eligendi aliquam. Pariatur quo aut id omnis hic. Optio officia qui esse.\nMaxime nulla et. Quasi mollitia qui vel optio fugiat architecto velit. Iusto voluptatem beatae.\nEst veritatis repellat vero aliquam. Unde cupiditate laboriosam libero. Nobis sit sed."], ["created_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sed eveniet voluptatem nihil nesciunt."], ["updated_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00]]
9400
+  (105.5ms) commit transaction
9401
+  (0.0ms) begin transaction
9402
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Temporibus dignissimos molestias minus. Voluptatem quo aut harum asperiores. Quibusdam at non voluptatum accusamus maiores et. Nesciunt qui sint atque ut possimus sequi temporibus.\nSit vero quibusdam. Assumenda ut possimus dolorum odio nesciunt vel laboriosam. Omnis error sit ut quibusdam quaerat. Repellendus ea eum consequatur quas quia iste.\nExercitationem aut rerum accusamus minus debitis et sequi. Est est impedit quis ipsam sed. Cumque eum ratione velit molestias."], ["created_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Est et ipsum quisquam."], ["updated_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00]]
9403
+  (93.8ms) commit transaction
9404
+  (0.0ms) begin transaction
9405
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Quam quis quidem. Ut hic quidem repellendus est id reprehenderit. Laboriosam magnam quam necessitatibus ea dolore similique laudantium. Culpa quisquam ea ut quis officiis ut quis. Voluptatem quod dolorem corrupti quo officia praesentium.\nInventore neque veritatis. Vitae aliquid quibusdam quaerat. Dolorem voluptatem saepe repudiandae ratione consequatur deserunt.\nExpedita quae distinctio porro qui. Sed voluptatem consequatur corrupti atque asperiores sint maxime. Fugiat provident quis vero ut minus et architecto. Et sed deleniti fuga consequatur. Rerum neque repellendus nisi eligendi necessitatibus aperiam consequuntur."], ["created_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Et est sed laudantium."], ["updated_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00]]
9406
+  (117.2ms) commit transaction
9407
+  (0.0ms) begin transaction
9408
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Veritatis eum est unde laboriosam. Fugit tempore accusamus qui praesentium non unde cumque. Tenetur illo a molestiae laborum porro. Et voluptatum soluta.\nNon architecto praesentium explicabo alias aspernatur eum. Quas harum rerum cupiditate quaerat itaque voluptas. Praesentium vero accusamus magni totam.\nVoluptatum architecto sint beatae. Laudantium exercitationem impedit deleniti quia rem. Quia porro qui. Repellendus ut quia asperiores corrupti quae."], ["created_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Facilis consequatur voluptate nobis vero qui fugiat in."], ["updated_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00]]
9409
+  (129.9ms) commit transaction
9410
+  (0.0ms) begin transaction
9411
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Numquam reiciendis ducimus explicabo. Quo qui veniam est est ut. Doloribus animi impedit et. Deserunt qui quasi sunt pariatur necessitatibus aut. Quidem aliquid dolore.\nIllum quaerat labore ipsum saepe eligendi libero. Nobis sit est. Aut inventore quas impedit et. Vitae ad ut eligendi sit quis deserunt asperiores.\nMolestiae vero vel porro. Aut aut omnis minima ratione ipsum. Omnis quam qui non amet et. Et at voluptate aut itaque id rerum harum. Illum nihil nobis ex voluptatem."], ["created_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Voluptas non laudantium impedit atque."], ["updated_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00]]
9412
+  (187.5ms) commit transaction
9413
+  (0.0ms) begin transaction
9414
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Similique quae doloremque consequatur molestias accusamus omnis. Aut nesciunt consequatur. Corporis voluptatem cupiditate et veniam deserunt ad. Qui est quia blanditiis. Qui eius facere laboriosam recusandae illo.\nSuscipit nemo in numquam exercitationem et facilis omnis. Totam consequatur sed sed ad voluptatem. Ipsum et animi aliquid. Modi qui et. Cum animi et voluptas esse blanditiis natus et.\nVoluptas ut aut. Nesciunt perspiciatis velit aliquid et quo nemo voluptas. Aliquam nesciunt ea minima harum rerum. Vero exercitationem minus tempora aliquam nulla quo sit. Optio rerum qui consequatur."], ["created_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Architecto qui et illum consectetur ut."], ["updated_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00]]
9415
+  (129.9ms) commit transaction
9416
+  (0.0ms) begin transaction
9417
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Autem consequatur labore incidunt officiis id sint reiciendis. Aut quasi magni a. Optio voluptatem voluptate. Ut voluptas cupiditate rerum tempora quod molestiae ex. Quam aut mollitia harum.\nQuasi neque reiciendis molestiae quod libero. Est repudiandae iste perferendis numquam omnis. Et accusantium voluptate mollitia minima ab. Et dolorem exercitationem autem necessitatibus aut.\nRatione nulla impedit eos. Id incidunt itaque ipsa. Natus quaerat ratione vel laboriosam aut id et."], ["created_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ut voluptas officiis eaque qui."], ["updated_at", Tue, 24 Jul 2012 15:13:17 UTC +00:00]]
9418
+  (117.2ms) commit transaction
9419
+  (0.0ms) begin transaction
9420
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Reprehenderit laborum consequatur velit ab. Excepturi id sint. Omnis non cupiditate iusto fugiat amet molestiae et. Magnam dolor quis vel saepe molestiae illo. Error sed odio deserunt.\nConsequatur molestiae nemo delectus sed aut aliquam. Ipsum eum aut. Consectetur magni nesciunt ut voluptatum. Eum natus occaecati ex beatae. At commodi ut nostrum blanditiis culpa.\nAutem rerum cumque. Esse nihil eos libero. Dolorum blanditiis dolorem et necessitatibus ea. Molestias minima cumque labore."], ["created_at", Tue, 24 Jul 2012 15:13:18 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Repellat totam quaerat aut neque."], ["updated_at", Tue, 24 Jul 2012 15:13:18 UTC +00:00]]
9421
+  (105.5ms) commit transaction
9422
+  (0.0ms) begin transaction
9423
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Minus ratione temporibus placeat blanditiis nulla nobis sit. Et quod deleniti. Commodi vel dolores harum nesciunt veritatis atque neque. Molestiae doloremque aut reiciendis et minus sit.\nEt tempore et molestias velit illo. Reprehenderit et earum sit. Voluptas architecto qui sit eos voluptatum quas nihil. Quisquam esse non ab dolor enim rerum. Hic ratione numquam rerum alias est.\nVitae temporibus odit incidunt recusandae explicabo. Et praesentium aut esse sequi. Rem vel autem itaque laboriosam. Repudiandae corrupti sed atque soluta."], ["created_at", Tue, 24 Jul 2012 15:13:18 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Non tenetur sunt maiores molestiae voluptas ullam."], ["updated_at", Tue, 24 Jul 2012 15:13:18 UTC +00:00]]
9424
+  (106.4ms) commit transaction
9425
+  (0.0ms) begin transaction
9426
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Fugiat velit vero perspiciatis ipsa. Voluptatem reiciendis quia a facere atque minima voluptas. Dolore quis rem consequatur libero fugiat. Adipisci repellendus nemo quasi sit qui necessitatibus. Consectetur cum maiores aut quis iusto.\nDolore deserunt similique aut. Voluptates cum dolorem est necessitatibus odit quaerat aliquam. Accusantium veniam neque id qui esse. Rerum occaecati temporibus laborum repudiandae quibusdam iure.\nConsequatur officiis aspernatur iste. Omnis velit odit. Dicta necessitatibus ut quos sed enim ipsum rerum."], ["created_at", Tue, 24 Jul 2012 15:13:18 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Quas totam itaque molestiae quisquam quia ipsum earum quam."], ["updated_at", Tue, 24 Jul 2012 15:13:18 UTC +00:00]]
9427
+  (502.0ms) commit transaction
9428
+  (0.0ms) begin transaction
9429
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Optio deserunt illum. Quia excepturi aut officiis ut. Et aut accusantium pariatur molestias dolore a. Quia natus corrupti est sit est officiis architecto. Ut nostrum alias quia commodi voluptatum voluptas fugiat.\nUt quia quo qui consequatur enim tenetur. Veritatis enim omnis in aut et dolores. Aliquid eos pariatur. Ipsum dolorem mollitia error maiores inventore. Ullam est ipsa deleniti iste distinctio facilis.\nQuia est aliquam totam voluptatum aut. Omnis possimus in eaque aperiam perferendis eum eum. Repudiandae quas dignissimos voluptatem quasi aliquid quis odit. Voluptas quam commodi."], ["created_at", Tue, 24 Jul 2012 15:13:18 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Hic doloremque eos quam dolores dignissimos possimus."], ["updated_at", Tue, 24 Jul 2012 15:13:18 UTC +00:00]]
9430
+  (334.0ms) commit transaction
9431
+  (0.0ms) begin transaction
9432
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Sunt occaecati eius. Architecto vitae et quasi eaque est. Ea minus accusamus. Dolores et possimus deleniti cupiditate aut nisi.\nMolestiae libero consectetur. Eum fugiat iste id corrupti voluptatem officia. Accusantium ipsam placeat quisquam error quia. Nihil eaque fuga rerum et. Quos tenetur cupiditate.\nOmnis explicabo et et aut. Animi voluptatem consequatur vero illo enim pariatur. Illum corporis velit odio enim vitae."], ["created_at", Tue, 24 Jul 2012 15:13:19 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Molestiae numquam aut optio ut blanditiis inventore et."], ["updated_at", Tue, 24 Jul 2012 15:13:19 UTC +00:00]]
9433
+  (490.2ms) commit transaction
9434
+  (0.0ms) begin transaction
9435
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Eaque similique esse iste voluptatem cumque. Accusamus aliquid recusandae velit deserunt rerum. Est laboriosam amet nostrum.\nRepellat accusamus ex tempore. Explicabo id magni. Excepturi et aut possimus perspiciatis at officia. Ut eum doloribus perferendis quia laborum aut. Consequatur deserunt commodi eos mollitia.\nDolores aliquam qui. Nemo quisquam tempora numquam earum est. Et ratione nihil perspiciatis id. Quo ut vero."], ["created_at", Tue, 24 Jul 2012 15:13:19 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Labore consequatur expedita eaque voluptas perferendis ut quos culpa."], ["updated_at", Tue, 24 Jul 2012 15:13:19 UTC +00:00]]
9436
+  (459.0ms) commit transaction
9437
+  (0.0ms) begin transaction
9438
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Modi deserunt veritatis aut dolore accusamus. Occaecati quod possimus et consequuntur vel. Sequi minus et animi aut deserunt.\nEt autem quaerat. Eos quia qui reiciendis rerum. Mollitia harum saepe asperiores.\nDolorum sunt nulla laudantium reiciendis iusto non occaecati. Ducimus libero minima voluptatibus quod quia voluptatem quam. Et corporis consectetur porro hic nostrum impedit quos. Quasi sapiente commodi optio. Rerum quasi et et voluptas consequatur accusamus necessitatibus."], ["created_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Optio occaecati rerum quis magnam quae consectetur praesentium deleniti."], ["updated_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00]]
9439
+  (376.0ms) commit transaction
9440
+  (0.0ms) begin transaction
9441
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Explicabo nisi omnis commodi vitae tempora hic. Voluptatum ipsam pariatur qui est quis. Praesentium officia accusamus. Enim aliquid praesentium reprehenderit. Magnam itaque voluptatibus aut ipsam similique.\nIpsum in numquam sint reprehenderit deserunt qui. In sunt consequatur error incidunt aliquid. Neque et reiciendis quisquam rerum earum repellat.\nDolores eos consequuntur optio dolorem sed ea. Sed eaque ut reiciendis repellendus labore quibusdam. Natus reprehenderit dolores itaque distinctio non qui. Rem deleniti voluptate error aut suscipit."], ["created_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Exercitationem quia odio atque ut quae ut provident."], ["updated_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00]]
9442
+  (105.5ms) commit transaction
9443
+  (0.0ms) begin transaction
9444
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Eos eligendi sequi vel perferendis quia quisquam adipisci. Ut ut sed perspiciatis provident unde. Temporibus quis qui blanditiis ipsa assumenda.\nEveniet et suscipit. Itaque facilis voluptas dignissimos illum. Veritatis temporibus sit aut iste. Numquam voluptatem odit possimus voluptatem et aperiam. Autem ea aut placeat voluptatibus pariatur.\nHarum consequatur aliquam nostrum numquam id. Modi iusto est ut et. A consequuntur voluptatem ad."], ["created_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Sit id dignissimos eos necessitatibus veniam qui."], ["updated_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00]]
9445
+  (117.2ms) commit transaction
9446
+  (0.0ms) begin transaction
9447
+ SQL (0.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Eum quam amet. Accusantium sint consectetur. Ut saepe recusandae.\nEst iste hic officiis. Illo veritatis eligendi aut aut soluta quas. Perspiciatis laudantium non fuga blanditiis sed ut. Enim mollitia magni consequatur vel quo. Asperiores similique ad.\nOfficia cupiditate veniam odit rerum debitis. Suscipit asperiores omnis dolorem et impedit veniam. Omnis laudantium velit officiis excepturi cumque eos."], ["created_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ut sit ullam adipisci."], ["updated_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00]]
9448
+  (105.5ms) commit transaction
9449
+  (0.0ms) begin transaction
9450
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Fugit voluptate id voluptates quia. Ipsum aspernatur ipsam iste nihil voluptates aliquam. Iure facilis repellendus. Necessitatibus occaecati earum enim neque doloribus officia consequatur. Voluptas expedita accusantium sequi et quidem quia.\nLibero doloremque aut beatae illum. Ea sed aut. Saepe ut labore adipisci vel. Quasi et quia tempora molestiae tempore non et.\nSint quaerat possimus nesciunt ullam perferendis. Accusamus quia exercitationem qui repellendus ut. Doloribus ratione et."], ["created_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Facere cumque magni quis officia unde fugit et."], ["updated_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00]]
9451
+  (118.2ms) commit transaction
9452
+  (0.0ms) begin transaction
9453
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Pariatur et facilis sint qui. Eligendi aut voluptates dolor et debitis. Quae ut et est.\nQuos aut cupiditate iste aut hic. Optio recusandae sapiente autem qui. Ipsum eum odit quasi perspiciatis ex et laborum. Voluptas voluptate molestiae ut. Expedita error ratione qui quae unde debitis itaque.\nBeatae odit autem non aut ut. Esse dolores ipsum animi eveniet. Sit alias velit quis aut quas ipsa id. Adipisci facilis maiores."], ["created_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Mollitia nesciunt necessitatibus deserunt cupiditate."], ["updated_at", Tue, 24 Jul 2012 15:13:20 UTC +00:00]]
9454
+  (117.2ms) commit transaction
9455
+  (0.0ms) begin transaction
9456
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Amet minima voluptatem accusantium neque sint. Nisi eius veritatis rerum sunt ea dolores error. Aut cum maiores qui repellendus velit rerum.\nMagni laboriosam voluptatibus quis velit. Dicta provident consectetur sint cupiditate qui dolores deleniti. Molestias nam eos dolorum non odit sint.\nExercitationem asperiores aut aut accusamus sit. Aliquid ab ut. Qui est quis eligendi accusamus. Quae quia est ut cumque fugit laborum est."], ["created_at", Tue, 24 Jul 2012 15:13:21 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Perspiciatis ipsa dolores temporibus consectetur laborum placeat qui eveniet."], ["updated_at", Tue, 24 Jul 2012 15:13:21 UTC +00:00]]
9457
+  (105.5ms) commit transaction
9458
+  (0.0ms) begin transaction
9459
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Ex dolores nihil laudantium corrupti. Exercitationem molestias id iste in dolorem eos modi. Velit laudantium est. Aut voluptatem quia.\nBlanditiis tempore culpa reiciendis eveniet. Odit quia voluptatem nisi. Ab facilis doloribus possimus totam dolores. Suscipit veniam eveniet et eos porro.\nSapiente consequatur molestiae aliquid alias a velit. Alias repellendus aperiam sunt. Labore sit sequi. Qui distinctio accusamus ipsam voluptas voluptate. Soluta commodi laudantium nisi."], ["created_at", Tue, 24 Jul 2012 15:13:21 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ea similique dignissimos libero."], ["updated_at", Tue, 24 Jul 2012 15:13:21 UTC +00:00]]
9460
+  (117.2ms) commit transaction
9461
+  (0.0ms) begin transaction
9462
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Iste occaecati rerum quia. Suscipit autem adipisci quas ex. Tempore voluptas est iusto vero rerum dolores cum. Et fuga dolor adipisci quia quis tempore et. Sit et veniam quaerat non.\nHic sequi esse omnis dolorem. Saepe aut sequi perferendis nam quia. Quos aspernatur nobis excepturi incidunt porro. Odio vel sit nam.\nLaborum delectus repellat illum aspernatur. Eum nam sed alias quia voluptate vel. Eum et inventore enim cumque eaque. Voluptatem impedit in accusantium."], ["created_at", Tue, 24 Jul 2012 15:13:21 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Dolor facilis aliquam enim pariatur similique."], ["updated_at", Tue, 24 Jul 2012 15:13:21 UTC +00:00]]
9463
+  (117.2ms) commit transaction
9464
+  (0.0ms) begin transaction
9465
+ SQL (1.0ms) INSERT INTO "posts" ("content", "created_at", "image_url", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "Hic maiores voluptas. Cum ut ipsam similique. Magnam eveniet ipsum. Aut molestiae necessitatibus voluptas enim. Eveniet qui voluptatibus repellat at incidunt nihil.\nSunt qui quidem sunt amet. In perferendis accusantium natus praesentium. Temporibus aut et. Numquam deserunt optio inventore ullam.\nHic molestiae quia. Error cupiditate quos debitis sapiente. Sunt minus voluptates debitis et. Fuga et eos temporibus rerum pariatur qui aut."], ["created_at", Tue, 24 Jul 2012 15:13:21 UTC +00:00], ["image_url", "http://avatars.plurk.com/5874158-big66.jpg"], ["title", "Ea repudiandae aspernatur perspiciatis adipisci facilis nulla quam."], ["updated_at", Tue, 24 Jul 2012 15:13:21 UTC +00:00]]
9466
+  (117.2ms) commit transaction
9467
+
9468
+
9469
+ Started GET "/" for 127.0.0.1 at 2012-07-24 23:13:28 +0800
9470
+ Processing by HomeController#index as HTML
9471
+  (1.0ms) SELECT COUNT(*) FROM "posts"
9472
+ Rendered home/index.html.erb within layouts/application (163.1ms)
9473
+ Rendered home/_topbar.html.erb (1.0ms)
9474
+ Rendered home/_sidebar.html.erb (1.0ms)
9475
+ Completed 200 OK in 203ms (Views: 196.3ms | ActiveRecord: 2.0ms)
9476
+
9477
+
9478
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:13:33 +0800
9479
+ Served asset /jquery.js - 200 OK (0ms)
9480
+
9481
+
9482
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:13:33 +0800
9483
+ Served asset /bootstrap.min.js - 200 OK (0ms)
9484
+
9485
+
9486
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:13:33 +0800
9487
+ Served asset /jquery_ujs.js - 200 OK (0ms)
9488
+
9489
+
9490
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:13:33 +0800
9491
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
9492
+
9493
+
9494
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:13:33 +0800
9495
+ Served asset /bootstrap.min.css - 200 OK (0ms)
9496
+
9497
+
9498
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:13:34 +0800
9499
+ Served asset /application.css - 200 OK (0ms)
9500
+
9501
+
9502
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:13:34 +0800
9503
+ Served asset /home.js - 200 OK (0ms)
9504
+
9505
+
9506
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:13:34 +0800
9507
+ Served asset /application.js - 200 OK (0ms)
9508
+
9509
+
9510
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-24 23:13:34 +0800
9511
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
9512
+
9513
+
9514
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:13:34 +0800
9515
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
9516
+
9517
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9518
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9519
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9520
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9521
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9522
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9523
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9524
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9525
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9526
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9527
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9528
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9529
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9530
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9531
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9532
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9533
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9534
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9535
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9536
+
9537
+
9538
+ 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)
9539
+
9540
+
9541
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-24 23:13:44 +0800
9542
+ Processing by HomeController#index as HTML
9543
+ Parameters: {"page"=>"2"}
9544
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
9545
+ Rendered home/index.html.erb within layouts/application (24.4ms)
9546
+ Rendered home/_topbar.html.erb (1.0ms)
9547
+ Rendered home/_sidebar.html.erb (0.0ms)
9548
+ Completed 200 OK in 40ms (Views: 40.0ms | ActiveRecord: 0.0ms)
9549
+
9550
+
9551
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:13:45 +0800
9552
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
9553
+
9554
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9555
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9556
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9557
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9558
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9559
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9560
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9561
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9562
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9563
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9564
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9565
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9566
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9567
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9568
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9569
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9570
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9571
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9572
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9573
+
9574
+
9575
+ 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)
9576
+
9577
+
9578
+ Started GET "/home/index?page=3" for 127.0.0.1 at 2012-07-24 23:13:45 +0800
9579
+ Processing by HomeController#index as HTML
9580
+ Parameters: {"page"=>"3"}
9581
+  (1.0ms) SELECT COUNT(*) FROM "posts"
9582
+ Rendered home/index.html.erb within layouts/application (6.8ms)
9583
+ Rendered home/_topbar.html.erb (1.0ms)
9584
+ Rendered home/_sidebar.html.erb (0.0ms)
9585
+ Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 1.0ms)
9586
+
9587
+
9588
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:13:46 +0800
9589
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
9590
+
9591
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9592
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9593
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9594
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9595
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9596
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9597
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9598
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9599
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9600
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9601
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9602
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9603
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9604
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9605
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9606
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9607
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9608
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9609
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9610
+
9611
+
9612
+ 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)
9613
+
9614
+
9615
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-24 23:13:47 +0800
9616
+ Processing by HomeController#index as HTML
9617
+ Parameters: {"page"=>"2"}
9618
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
9619
+ Rendered home/index.html.erb within layouts/application (23.4ms)
9620
+ Rendered home/_topbar.html.erb (1.0ms)
9621
+ Rendered home/_sidebar.html.erb (1.0ms)
9622
+ Completed 200 OK in 38ms (Views: 38.1ms | ActiveRecord: 0.0ms)
9623
+
9624
+
9625
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:13:47 +0800
9626
+ Served asset /ico/favicon.ico - 404 Not Found (4ms)
9627
+
9628
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9629
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9630
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9631
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9632
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9633
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9634
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9635
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9636
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9637
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9638
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9639
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9640
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9641
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9642
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9643
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9644
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9645
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9646
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9647
+
9648
+
9649
+ 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)
9650
+
9651
+
9652
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-24 23:13:47 +0800
9653
+ Processing by HomeController#index as HTML
9654
+ Parameters: {"page"=>"1"}
9655
+  (0.0ms) SELECT COUNT(*) FROM "posts"
9656
+ Rendered home/index.html.erb within layouts/application (6.8ms)
9657
+ Rendered home/_topbar.html.erb (1.0ms)
9658
+ Rendered home/_sidebar.html.erb (0.0ms)
9659
+ Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms)
9660
+
9661
+
9662
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:13:47 +0800
9663
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
9664
+
9665
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9666
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9667
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9668
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9669
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9670
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9671
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9672
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9673
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9674
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9675
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9676
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9677
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9678
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9679
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9680
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9681
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9682
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9683
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9684
+
9685
+
9686
+ 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)
9687
+
9688
+
9689
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-24 23:18:58 +0800
9690
+ Connecting to database specified by database.yml
9691
+ Processing by HomeController#index as HTML
9692
+ Parameters: {"page"=>"1"}
9693
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
9694
+ Rendered home/index.html.erb within layouts/application (214.8ms)
9695
+ Rendered home/_topbar.html.erb (1.0ms)
9696
+ Rendered home/_sidebar.html.erb (1.0ms)
9697
+ Completed 200 OK in 568ms (Views: 529.3ms | ActiveRecord: 34.2ms)
9698
+
9699
+
9700
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:00 +0800
9701
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (5ms)
9702
+
9703
+
9704
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:00 +0800
9705
+ Served asset /bootstrap.min.css - 304 Not Modified (36ms)
9706
+
9707
+
9708
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:00 +0800
9709
+ Served asset /application.css - 304 Not Modified (36ms)
9710
+
9711
+
9712
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:00 +0800
9713
+ Served asset /jquery.js - 304 Not Modified (59ms)
9714
+
9715
+
9716
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:00 +0800
9717
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
9718
+
9719
+
9720
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:00 +0800
9721
+ Served asset /bootstrap.min.js - 304 Not Modified (1ms)
9722
+
9723
+
9724
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:00 +0800
9725
+ Served asset /home.js - 304 Not Modified (1ms)
9726
+
9727
+
9728
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:01 +0800
9729
+ Served asset /application.js - 304 Not Modified (82ms)
9730
+
9731
+
9732
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-24 23:19:01 +0800
9733
+ Served asset /glyphicons-halflings.png - 304 Not Modified (0ms)
9734
+
9735
+
9736
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:19:01 +0800
9737
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
9738
+
9739
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9740
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9741
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9742
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9743
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9744
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9745
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9746
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9747
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9748
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9749
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9750
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9751
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9752
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9753
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9754
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9755
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9756
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9757
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9758
+
9759
+
9760
+ 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)
9761
+
9762
+
9763
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-24 23:19:03 +0800
9764
+ Processing by HomeController#index as HTML
9765
+ Parameters: {"page"=>"2"}
9766
+  (0.0ms) SELECT COUNT(*) FROM "posts"
9767
+ Rendered home/index.html.erb within layouts/application (5.9ms)
9768
+ Rendered home/_topbar.html.erb (1.0ms)
9769
+ Rendered home/_sidebar.html.erb (0.0ms)
9770
+ Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms)
9771
+
9772
+
9773
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:04 +0800
9774
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
9775
+
9776
+
9777
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:04 +0800
9778
+ Served asset /application.css - 304 Not Modified (0ms)
9779
+
9780
+
9781
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:04 +0800
9782
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
9783
+
9784
+
9785
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:04 +0800
9786
+ Served asset /jquery.js - 304 Not Modified (0ms)
9787
+
9788
+
9789
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:04 +0800
9790
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
9791
+
9792
+
9793
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:04 +0800
9794
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
9795
+
9796
+
9797
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:04 +0800
9798
+ Served asset /home.js - 304 Not Modified (0ms)
9799
+
9800
+
9801
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:04 +0800
9802
+ Served asset /application.js - 304 Not Modified (0ms)
9803
+
9804
+
9805
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:19:05 +0800
9806
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
9807
+
9808
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9809
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9810
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9811
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9812
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9813
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9814
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9815
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9816
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9817
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9818
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9819
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9820
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9821
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9822
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9823
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9824
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9825
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9826
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9827
+
9828
+
9829
+ 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)
9830
+
9831
+
9832
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-24 23:19:05 +0800
9833
+ Processing by HomeController#index as HTML
9834
+ Parameters: {"page"=>"1"}
9835
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
9836
+ Rendered home/index.html.erb within layouts/application (6.8ms)
9837
+ Rendered home/_topbar.html.erb (1.0ms)
9838
+ Rendered home/_sidebar.html.erb (0.0ms)
9839
+ Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.0ms)
9840
+
9841
+
9842
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:05 +0800
9843
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
9844
+
9845
+
9846
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:06 +0800
9847
+ Served asset /application.css - 304 Not Modified (0ms)
9848
+
9849
+
9850
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:19:06 +0800
9851
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
9852
+
9853
+
9854
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:06 +0800
9855
+ Served asset /jquery.js - 304 Not Modified (0ms)
9856
+
9857
+
9858
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:06 +0800
9859
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
9860
+
9861
+
9862
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:06 +0800
9863
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
9864
+
9865
+
9866
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:06 +0800
9867
+ Served asset /home.js - 304 Not Modified (0ms)
9868
+
9869
+
9870
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:19:06 +0800
9871
+ Served asset /application.js - 304 Not Modified (0ms)
9872
+
9873
+
9874
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:19:07 +0800
9875
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
9876
+
9877
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9878
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9879
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9880
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9881
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9882
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9883
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9884
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9885
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9886
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9887
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9888
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9889
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9890
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9891
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9892
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9893
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9894
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9895
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9896
+
9897
+
9898
+ 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)
9899
+
9900
+
9901
+ Started GET "/home/index?page=3" for 127.0.0.1 at 2012-07-24 23:22:00 +0800
9902
+ Processing by HomeController#index as HTML
9903
+ Parameters: {"page"=>"3"}
9904
+  (0.0ms) SELECT COUNT(*) FROM "posts"
9905
+ Rendered home/index.html.erb within layouts/application (7.8ms)
9906
+ Rendered home/_topbar.html.erb (1.0ms)
9907
+ Rendered home/_sidebar.html.erb (0.0ms)
9908
+ Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.0ms)
9909
+
9910
+
9911
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:22:00 +0800
9912
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
9913
+
9914
+
9915
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:22:00 +0800
9916
+ Served asset /application.css - 304 Not Modified (0ms)
9917
+
9918
+
9919
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:22:01 +0800
9920
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
9921
+
9922
+
9923
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:01 +0800
9924
+ Served asset /jquery.js - 304 Not Modified (0ms)
9925
+
9926
+
9927
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:01 +0800
9928
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
9929
+
9930
+
9931
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:01 +0800
9932
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
9933
+
9934
+
9935
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:01 +0800
9936
+ Served asset /home.js - 304 Not Modified (0ms)
9937
+
9938
+
9939
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:01 +0800
9940
+ Served asset /application.js - 304 Not Modified (0ms)
9941
+
9942
+
9943
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:22:01 +0800
9944
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
9945
+
9946
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9947
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9948
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9949
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9950
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9951
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9952
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9953
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9954
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9955
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9956
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9957
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9958
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9959
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9960
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9961
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9962
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9963
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9964
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9965
+
9966
+
9967
+ 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)
9968
+
9969
+
9970
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:22:02 +0800
9971
+ Served asset /ico/favicon.ico - 404 Not Found (5ms)
9972
+
9973
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
9974
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9975
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
9976
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
9977
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
9978
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
9979
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
9980
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
9981
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9982
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9983
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9984
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9985
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9986
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9987
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9988
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9989
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9990
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9991
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9992
+
9993
+
9994
+ 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)
9995
+
9996
+
9997
+ Started GET "/home/index" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
9998
+ Processing by HomeController#index as HTML
9999
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
10000
+ Rendered home/index.html.erb within layouts/application (6.8ms)
10001
+ Rendered home/_topbar.html.erb (1.0ms)
10002
+ Rendered home/_sidebar.html.erb (1.0ms)
10003
+ Completed 200 OK in 41ms (Views: 40.0ms | ActiveRecord: 0.0ms)
10004
+
10005
+
10006
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
10007
+ Served asset /bootstrap.min.css - 304 Not Modified (1ms)
10008
+
10009
+
10010
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
10011
+ Served asset /application.css - 304 Not Modified (0ms)
10012
+
10013
+
10014
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
10015
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
10016
+
10017
+
10018
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
10019
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
10020
+
10021
+
10022
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
10023
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
10024
+
10025
+
10026
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
10027
+ Served asset /jquery.js - 304 Not Modified (0ms)
10028
+
10029
+
10030
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
10031
+ Served asset /home.js - 304 Not Modified (0ms)
10032
+
10033
+
10034
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:22:06 +0800
10035
+ Served asset /application.js - 304 Not Modified (0ms)
10036
+
10037
+
10038
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:22:07 +0800
10039
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10040
+
10041
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10042
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10043
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10044
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10045
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10046
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10047
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10048
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10049
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10050
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10051
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10052
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10053
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10054
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10055
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10056
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10057
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10058
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10059
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10060
+
10061
+
10062
+ 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)
10063
+
10064
+
10065
+ Started GET "/home/index" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10066
+ Processing by HomeController#index as HTML
10067
+  (1.0ms) SELECT COUNT(*) FROM "posts"
10068
+ Rendered home/index.html.erb within layouts/application (5.9ms)
10069
+ Rendered home/_topbar.html.erb (1.0ms)
10070
+ Rendered home/_sidebar.html.erb (0.0ms)
10071
+ Completed 200 OK in 25ms (Views: 17.6ms | ActiveRecord: 2.0ms)
10072
+
10073
+
10074
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10075
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
10076
+
10077
+
10078
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10079
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
10080
+
10081
+
10082
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10083
+ Served asset /application.css - 304 Not Modified (0ms)
10084
+
10085
+
10086
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10087
+ Served asset /jquery.js - 304 Not Modified (0ms)
10088
+
10089
+
10090
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10091
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
10092
+
10093
+
10094
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10095
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
10096
+
10097
+
10098
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10099
+ Served asset /home.js - 304 Not Modified (0ms)
10100
+
10101
+
10102
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:08 +0800
10103
+ Served asset /application.js - 304 Not Modified (0ms)
10104
+
10105
+
10106
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-24 23:23:09 +0800
10107
+ Served asset /glyphicons-halflings.png - 304 Not Modified (0ms)
10108
+
10109
+
10110
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:23:09 +0800
10111
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10112
+
10113
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10114
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10115
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10116
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10117
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10118
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10119
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10120
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10121
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10122
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10123
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10124
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10125
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10126
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10127
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10128
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10129
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10130
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10131
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10132
+
10133
+
10134
+ 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)
10135
+
10136
+
10137
+ Started GET "/home/index" for 127.0.0.1 at 2012-07-24 23:23:23 +0800
10138
+ Processing by HomeController#index as HTML
10139
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
10140
+ Rendered home/index.html.erb within layouts/application (6.8ms)
10141
+ Rendered home/_topbar.html.erb (1.0ms)
10142
+ Rendered home/_sidebar.html.erb (0.0ms)
10143
+ Completed 200 OK in 44ms (Views: 37.1ms | ActiveRecord: 2.0ms)
10144
+
10145
+
10146
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10147
+ Served asset /application.css - 200 OK (0ms)
10148
+
10149
+
10150
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10151
+ Served asset /bootstrap.min.css - 200 OK (0ms)
10152
+
10153
+
10154
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10155
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
10156
+
10157
+
10158
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10159
+ Served asset /jquery.js - 200 OK (0ms)
10160
+
10161
+
10162
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10163
+ Served asset /jquery_ujs.js - 200 OK (0ms)
10164
+
10165
+
10166
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10167
+ Served asset /bootstrap.min.js - 200 OK (0ms)
10168
+
10169
+
10170
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10171
+ Served asset /home.js - 200 OK (0ms)
10172
+
10173
+
10174
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10175
+ Served asset /application.js - 200 OK (0ms)
10176
+
10177
+
10178
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10179
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
10180
+
10181
+
10182
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:23:24 +0800
10183
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10184
+
10185
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10186
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10187
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10188
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10189
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10190
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10191
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10192
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10193
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10194
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10195
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10196
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10197
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10198
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10199
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10200
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10201
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10202
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10203
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10204
+
10205
+
10206
+ 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)
10207
+
10208
+
10209
+ Started GET "/home/index" for 127.0.0.1 at 2012-07-24 23:23:48 +0800
10210
+ Processing by HomeController#index as HTML
10211
+ Post Load (2.0ms) SELECT "posts".* FROM "posts"
10212
+ Rendered home/index.html.erb within layouts/application (75.2ms)
10213
+ Completed 500 Internal Server Error in 117ms
10214
+
10215
+ ActionView::Template::Error (undefined method `total_pages' for #<Array:0x326e7d0>):
10216
+ 4: <p><a class="btn btn-primary btn-large">Learn more &raquo;</a></p>
10217
+ 5: </div>
10218
+ 6:
10219
+ 7: <%= will_paginate @posts %>
10220
+ 8: <%= spans %w(asfd qwer zxcv), fluid: true do |word| %>
10221
+ 9: <h2><%= word %></h2>
10222
+ 10: <p>content</p>
10223
+ app/views/home/index.html.erb:7:in `_app_views_home_index_html_erb__650211767_25940412'
10224
+
10225
+
10226
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
10227
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
10228
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (51.8ms)
10229
+
10230
+
10231
+ Started GET "/home/index" for 127.0.0.1 at 2012-07-24 23:23:53 +0800
10232
+ Processing by HomeController#index as HTML
10233
+ Post Load (2.0ms) SELECT "posts".* FROM "posts" 
10234
+ Rendered home/index.html.erb within layouts/application (13.7ms)
10235
+ Completed 500 Internal Server Error in 56ms
10236
+
10237
+ ActionView::Template::Error (undefined method `total_pages' for #<Array:0x31e1380>):
10238
+ 4: <p><a class="btn btn-primary btn-large">Learn more &raquo;</a></p>
10239
+ 5: </div>
10240
+ 6:
10241
+ 7: <%= will_paginate @posts %>
10242
+ 8: <%= spans %w(asfd qwer zxcv), fluid: true do |word| %>
10243
+ 9: <h2><%= word %></h2>
10244
+ 10: <p>content</p>
10245
+ app/views/home/index.html.erb:7:in `_app_views_home_index_html_erb__650211767_25940412'
10246
+
10247
+
10248
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
10249
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
10250
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.2ms)
10251
+
10252
+
10253
+ Started GET "/home/index" for 127.0.0.1 at 2012-07-24 23:24:07 +0800
10254
+ Processing by HomeController#index as HTML
10255
+  (1.0ms) SELECT COUNT(*) FROM "posts"
10256
+ Rendered home/index.html.erb within layouts/application (7.8ms)
10257
+ Rendered home/_topbar.html.erb (1.0ms)
10258
+ Rendered home/_sidebar.html.erb (1.0ms)
10259
+ Completed 200 OK in 44ms (Views: 38.1ms | ActiveRecord: 2.0ms)
10260
+
10261
+
10262
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10263
+ Served asset /bootstrap.min.css - 200 OK (0ms)
10264
+
10265
+
10266
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10267
+ Served asset /application.css - 200 OK (0ms)
10268
+
10269
+
10270
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10271
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
10272
+
10273
+
10274
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10275
+ Served asset /application.js - 200 OK (0ms)
10276
+
10277
+
10278
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10279
+ Served asset /jquery.js - 200 OK (0ms)
10280
+
10281
+
10282
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10283
+ Served asset /jquery_ujs.js - 200 OK (0ms)
10284
+
10285
+
10286
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10287
+ Served asset /bootstrap.min.js - 200 OK (0ms)
10288
+
10289
+
10290
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10291
+ Served asset /home.js - 200 OK (0ms)
10292
+
10293
+
10294
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10295
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
10296
+
10297
+
10298
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:24:08 +0800
10299
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10300
+
10301
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10302
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10303
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10304
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10305
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10306
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10307
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10308
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10309
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10310
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10311
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10312
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10313
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10314
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10315
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10316
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10317
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10318
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10319
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10320
+
10321
+
10322
+ 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)
10323
+ Connecting to database specified by database.yml
10324
+
10325
+
10326
+ Started GET "/home/index" for 127.0.0.1 at 2012-07-24 23:32:48 +0800
10327
+ Connecting to database specified by database.yml
10328
+ Processing by HomeController#index as HTML
10329
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
10330
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
10331
+ Rendered home/index.html.erb within layouts/application (285.2ms)
10332
+ Rendered home/_topbar.html.erb (1.0ms)
10333
+ Rendered home/_sidebar.html.erb (1.0ms)
10334
+ Completed 200 OK in 650ms (Views: 627.0ms | ActiveRecord: 18.6ms)
10335
+
10336
+
10337
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10338
+ Served asset /bootstrap.min.css - 200 OK (44ms)
10339
+
10340
+
10341
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10342
+ Served asset /bootstrap-responsive.min.css - 200 OK (6ms)
10343
+
10344
+
10345
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10346
+ Served asset /bootstrap.min.js - 200 OK (2ms)
10347
+
10348
+
10349
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10350
+ Served asset /jquery.js - 200 OK (58ms)
10351
+
10352
+
10353
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10354
+ Served asset /application.css - 200 OK (48ms)
10355
+
10356
+
10357
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10358
+ Served asset /jquery_ujs.js - 200 OK (3ms)
10359
+
10360
+
10361
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10362
+ Served asset /home.js - 200 OK (1ms)
10363
+
10364
+
10365
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10366
+ Served asset /application.js - 200 OK (98ms)
10367
+
10368
+
10369
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-24 23:32:51 +0800
10370
+ Served asset /glyphicons-halflings.png - 200 OK (2ms)
10371
+
10372
+
10373
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:32:52 +0800
10374
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10375
+
10376
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10377
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10378
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10379
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10380
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10381
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10382
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10383
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10384
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10385
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10386
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10387
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10388
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10389
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10390
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10391
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10392
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10393
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10394
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10395
+
10396
+
10397
+ 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)
10398
+
10399
+
10400
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-24 23:32:58 +0800
10401
+ Processing by HomeController#index as HTML
10402
+ Parameters: {"page"=>"2"}
10403
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
10404
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
10405
+ Rendered home/index.html.erb within layouts/application (26.4ms)
10406
+ Rendered home/_topbar.html.erb (1.0ms)
10407
+ Rendered home/_sidebar.html.erb (1.0ms)
10408
+ Completed 200 OK in 62ms (Views: 59.6ms | ActiveRecord: 1.0ms)
10409
+
10410
+
10411
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:32:58 +0800
10412
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
10413
+
10414
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10415
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10416
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10417
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10418
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10419
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10420
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10421
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10422
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10423
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10424
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10425
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10426
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10427
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10428
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10429
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10430
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10431
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10432
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10433
+
10434
+
10435
+ 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)
10436
+
10437
+
10438
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-24 23:33:01 +0800
10439
+ Processing by HomeController#index as HTML
10440
+ Parameters: {"page"=>"1"}
10441
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
10442
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
10443
+ Rendered home/index.html.erb within layouts/application (24.4ms)
10444
+ Rendered home/_topbar.html.erb (1.0ms)
10445
+ Rendered home/_sidebar.html.erb (2.0ms)
10446
+ Completed 200 OK in 60ms (Views: 58.6ms | ActiveRecord: 0.0ms)
10447
+
10448
+
10449
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:33:01 +0800
10450
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10451
+
10452
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10453
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10454
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10455
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10456
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10457
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10458
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10459
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10460
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10461
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10462
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10463
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10464
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10465
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10466
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10467
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10468
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10469
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10470
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10471
+
10472
+
10473
+ 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)
10474
+
10475
+
10476
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-24 23:34:34 +0800
10477
+ Processing by HomeController#index as HTML
10478
+ Parameters: {"page"=>"2"}
10479
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
10480
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
10481
+ Rendered home/index.html.erb within layouts/application (44.9ms)
10482
+ Rendered home/_topbar.html.erb (1.0ms)
10483
+ Rendered home/_sidebar.html.erb (1.0ms)
10484
+ Completed 200 OK in 60ms (Views: 59.6ms | ActiveRecord: 0.0ms)
10485
+
10486
+
10487
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:34:35 +0800
10488
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
10489
+
10490
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10491
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10492
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10493
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10494
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10495
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10496
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10497
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10498
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10499
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10500
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10501
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10502
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10503
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10504
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10505
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10506
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10507
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10508
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10509
+
10510
+
10511
+ 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)
10512
+
10513
+
10514
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-24 23:39:00 +0800
10515
+ Processing by HomeController#index as HTML
10516
+ Parameters: {"page"=>"1"}
10517
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
10518
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
10519
+ Rendered home/index.html.erb within layouts/application (24.4ms)
10520
+ Rendered home/_topbar.html.erb (1.0ms)
10521
+ Rendered home/_sidebar.html.erb (1.0ms)
10522
+ Completed 200 OK in 59ms (Views: 56.6ms | ActiveRecord: 1.0ms)
10523
+
10524
+
10525
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 23:39:01 +0800
10526
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10527
+
10528
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10529
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10530
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10531
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10532
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10533
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10534
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10535
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10536
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10537
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10538
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10539
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10540
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10541
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10542
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10543
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10544
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10545
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10546
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10547
+
10548
+
10549
+ 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)
10550
+
10551
+
10552
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 00:02:03 +0800
10553
+ Connecting to database specified by database.yml
10554
+ Processing by HomeController#index as HTML
10555
+ Parameters: {"page"=>"1"}
10556
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
10557
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
10558
+ Rendered home/index.html.erb within layouts/application (257.8ms)
10559
+ Rendered home/_topbar.html.erb (1.0ms)
10560
+ Rendered home/_sidebar.html.erb (1.0ms)
10561
+ Completed 200 OK in 660ms (Views: 635.7ms | ActiveRecord: 19.5ms)
10562
+
10563
+
10564
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 00:02:06 +0800
10565
+ Served asset /bootstrap.min.css - 304 Not Modified (72ms)
10566
+
10567
+
10568
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 00:02:06 +0800
10569
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (3ms)
10570
+
10571
+
10572
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 00:02:06 +0800
10573
+ Served asset /bootstrap.min.js - 304 Not Modified (2ms)
10574
+
10575
+
10576
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 00:02:06 +0800
10577
+ Served asset /jquery_ujs.js - 304 Not Modified (21ms)
10578
+
10579
+
10580
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 00:02:06 +0800
10581
+ Served asset /application.css - 304 Not Modified (24ms)
10582
+
10583
+
10584
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 00:02:06 +0800
10585
+ Served asset /jquery.js - 304 Not Modified (63ms)
10586
+
10587
+
10588
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 00:02:06 +0800
10589
+ Served asset /home.js - 304 Not Modified (1ms)
10590
+
10591
+
10592
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 00:02:06 +0800
10593
+ Served asset /application.js - 304 Not Modified (79ms)
10594
+
10595
+
10596
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 00:02:07 +0800
10597
+ Served asset /glyphicons-halflings.png - 304 Not Modified (1ms)
10598
+
10599
+
10600
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 00:02:07 +0800
10601
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10602
+
10603
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10604
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10605
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10606
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10607
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10608
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10609
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10610
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10611
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10612
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10613
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10614
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10615
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10616
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10617
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10618
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10619
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10620
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10621
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10622
+
10623
+
10624
+ 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)
10625
+
10626
+
10627
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 00:07:27 +0800
10628
+ Connecting to database specified by database.yml
10629
+ Processing by HomeController#index as HTML
10630
+ Parameters: {"page"=>"1"}
10631
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
10632
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
10633
+ Rendered home/index.html.erb within layouts/application (254.9ms)
10634
+ Rendered home/_topbar.html.erb (2.0ms)
10635
+ Rendered home/_sidebar.html.erb (1.0ms)
10636
+ Completed 200 OK in 614ms (Views: 593.8ms | ActiveRecord: 15.6ms)
10637
+
10638
+
10639
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10640
+ Served asset /jquery_ujs.js - 200 OK (8ms)
10641
+
10642
+
10643
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10644
+ Served asset /jquery.js - 200 OK (68ms)
10645
+
10646
+
10647
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10648
+ Served asset /bootstrap.min.js - 200 OK (2ms)
10649
+
10650
+
10651
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10652
+ Served asset /bootstrap.min.css - 200 OK (44ms)
10653
+
10654
+
10655
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10656
+ Served asset /bootstrap-responsive.min.css - 200 OK (1ms)
10657
+
10658
+
10659
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10660
+ Served asset /application.css - 200 OK (45ms)
10661
+
10662
+
10663
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10664
+ Served asset /home.js - 200 OK (2ms)
10665
+
10666
+
10667
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10668
+ Served asset /application.js - 200 OK (101ms)
10669
+
10670
+
10671
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 00:07:30 +0800
10672
+ Served asset /glyphicons-halflings.png - 200 OK (3ms)
10673
+
10674
+
10675
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 00:07:31 +0800
10676
+ Served asset /ico/favicon.ico - 404 Not Found (4ms)
10677
+
10678
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10679
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10680
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10681
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10682
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10683
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10684
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10685
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10686
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10687
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10688
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10689
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10690
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10691
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10692
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10693
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10694
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10695
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10696
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10697
+
10698
+
10699
+ 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)
10700
+
10701
+
10702
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 00:09:20 +0800
10703
+ Connecting to database specified by database.yml
10704
+ Processing by HomeController#index as HTML
10705
+ Parameters: {"page"=>"1"}
10706
+ Completed 500 Internal Server Error in 8ms
10707
+
10708
+ NameError (uninitialized constant WillPaginate::ViewHelpers::BootstrapLinkRenderer):
10709
+ app/controllers/home_controller.rb:3:in `index'
10710
+
10711
+
10712
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
10713
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
10714
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (74.2ms)
10715
+ Connecting to database specified by database.yml
10716
+ Connecting to database specified by database.yml
10717
+
10718
+
10719
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 00:59:58 +0800
10720
+ Connecting to database specified by database.yml
10721
+ Processing by HomeController#index as HTML
10722
+ Parameters: {"page"=>"1"}
10723
+ Completed 500 Internal Server Error in 9ms
10724
+
10725
+ NameError (uninitialized constant WillPaginate::ViewHelpers::BootstrapLinkRenderer):
10726
+ app/controllers/home_controller.rb:3:in `index'
10727
+
10728
+
10729
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
10730
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
10731
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (58.6ms)
10732
+
10733
+
10734
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:01:11 +0800
10735
+ Processing by HomeController#index as HTML
10736
+ Parameters: {"page"=>"1"}
10737
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
10738
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
10739
+ Rendered home/index.html.erb within layouts/application (235.4ms)
10740
+ Rendered home/_topbar.html.erb (1.0ms)
10741
+ Rendered home/_sidebar.html.erb (2.0ms)
10742
+ Completed 200 OK in 499ms (Views: 476.6ms | ActiveRecord: 17.6ms)
10743
+
10744
+
10745
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:01:11 +0800
10746
+ Served asset /application.css - 200 OK (74ms)
10747
+
10748
+
10749
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:01:11 +0800
10750
+ Served asset /bootstrap-responsive.min.css - 200 OK (3ms)
10751
+
10752
+
10753
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:01:11 +0800
10754
+ Served asset /bootstrap.min.css - 200 OK (41ms)
10755
+
10756
+
10757
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:01:11 +0800
10758
+ Served asset /jquery.js - 200 OK (69ms)
10759
+
10760
+
10761
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:01:12 +0800
10762
+ Served asset /jquery_ujs.js - 200 OK (2ms)
10763
+
10764
+
10765
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:01:12 +0800
10766
+ Served asset /bootstrap.min.js - 200 OK (28ms)
10767
+
10768
+
10769
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:01:12 +0800
10770
+ Served asset /home.js - 200 OK (2ms)
10771
+
10772
+
10773
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:01:12 +0800
10774
+ Served asset /application.js - 200 OK (83ms)
10775
+
10776
+
10777
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:01:12 +0800
10778
+ Served asset /glyphicons-halflings.png - 200 OK (3ms)
10779
+
10780
+
10781
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:12 +0800
10782
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
10783
+
10784
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10785
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10786
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10787
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10788
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10789
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10790
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10791
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10792
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10793
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10794
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10795
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10796
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10797
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10798
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10799
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10800
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10801
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10802
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10803
+
10804
+
10805
+ 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 (18.6ms)
10806
+
10807
+
10808
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:14 +0800
10809
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
10810
+
10811
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10812
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10813
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10814
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10815
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10816
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10817
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10818
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10819
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10820
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10821
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10822
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10823
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10824
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10825
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10826
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10827
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10828
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10829
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10830
+
10831
+
10832
+ 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)
10833
+
10834
+
10835
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:01:15 +0800
10836
+ Processing by HomeController#index as HTML
10837
+ Parameters: {"page"=>"1"}
10838
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
10839
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
10840
+ Rendered home/index.html.erb within layouts/application (43.0ms)
10841
+ Rendered home/_topbar.html.erb (1.0ms)
10842
+ Rendered home/_sidebar.html.erb (1.0ms)
10843
+ Completed 200 OK in 79ms (Views: 78.1ms | ActiveRecord: 0.0ms)
10844
+
10845
+
10846
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:16 +0800
10847
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10848
+
10849
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10850
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10851
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10852
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10853
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10854
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10855
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10856
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10857
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10858
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10859
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10860
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10861
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10862
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10863
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10864
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10865
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10866
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10867
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10868
+
10869
+
10870
+ 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)
10871
+
10872
+
10873
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:17 +0800
10874
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
10875
+
10876
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10877
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10878
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10879
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10880
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10881
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10882
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10883
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10884
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10885
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10886
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10887
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10888
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10889
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10890
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10891
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10892
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10893
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10894
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10895
+
10896
+
10897
+ 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)
10898
+
10899
+
10900
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:37 +0800
10901
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10902
+
10903
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10904
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10905
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10906
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10907
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10908
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10909
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10910
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10911
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10912
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10913
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10914
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10915
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10916
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10917
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10918
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10919
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10920
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10921
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10922
+
10923
+
10924
+ 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)
10925
+
10926
+
10927
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:38 +0800
10928
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
10929
+
10930
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10931
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10932
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10933
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10934
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10935
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10936
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10937
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10938
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10939
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10940
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10941
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10942
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10943
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10944
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10945
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10946
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10947
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10948
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10949
+
10950
+
10951
+ 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)
10952
+
10953
+
10954
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:39 +0800
10955
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
10956
+
10957
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10958
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10959
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10960
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10961
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10962
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10963
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10964
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10965
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10966
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10967
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10968
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10969
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10970
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10971
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10972
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
10973
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
10974
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
10975
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
10976
+
10977
+
10978
+ 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)
10979
+
10980
+
10981
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:40 +0800
10982
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
10983
+
10984
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
10985
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
10986
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10987
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
10988
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
10989
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
10990
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
10991
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
10992
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
10993
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
10994
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
10995
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
10996
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
10997
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
10998
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
10999
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11000
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11001
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11002
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11003
+
11004
+
11005
+ 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)
11006
+
11007
+
11008
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:01:41 +0800
11009
+ Processing by HomeController#index as HTML
11010
+ Parameters: {"page"=>"1"}
11011
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
11012
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11013
+ Rendered home/index.html.erb within layouts/application (24.4ms)
11014
+ Rendered home/_topbar.html.erb (1.0ms)
11015
+ Rendered home/_sidebar.html.erb (0.0ms)
11016
+ Completed 200 OK in 61ms (Views: 59.6ms | ActiveRecord: 1.0ms)
11017
+
11018
+
11019
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:42 +0800
11020
+ Served asset /ico/favicon.ico - 404 Not Found (31ms)
11021
+
11022
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11023
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11024
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11025
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11026
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11027
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11028
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11029
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11030
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11031
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11032
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11033
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11034
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11035
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11036
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11037
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11038
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11039
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11040
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11041
+
11042
+
11043
+ 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)
11044
+
11045
+
11046
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:43 +0800
11047
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
11048
+
11049
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11050
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11051
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11052
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11053
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11054
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11055
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11056
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11057
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11058
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11059
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11060
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11061
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11062
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11063
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11064
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11065
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11066
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11067
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11068
+
11069
+
11070
+ 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)
11071
+
11072
+
11073
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:01:45 +0800
11074
+ Processing by HomeController#index as HTML
11075
+ Parameters: {"page"=>"1"}
11076
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
11077
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11078
+ Rendered home/index.html.erb within layouts/application (45.9ms)
11079
+ Rendered home/_topbar.html.erb (1.0ms)
11080
+ Rendered home/_sidebar.html.erb (0.0ms)
11081
+ Completed 200 OK in 61ms (Views: 59.6ms | ActiveRecord: 1.0ms)
11082
+
11083
+
11084
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:46 +0800
11085
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11086
+
11087
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11088
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11089
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11090
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11091
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11092
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11093
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11094
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11095
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11096
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11097
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11098
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11099
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11100
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11101
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11102
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11103
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11104
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11105
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11106
+
11107
+
11108
+ 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 (18.6ms)
11109
+
11110
+
11111
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:01:47 +0800
11112
+ Processing by HomeController#index as HTML
11113
+ Parameters: {"page"=>"1"}
11114
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
11115
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11116
+ Rendered home/index.html.erb within layouts/application (44.9ms)
11117
+ Rendered home/_topbar.html.erb (1.0ms)
11118
+ Rendered home/_sidebar.html.erb (0.0ms)
11119
+ Completed 200 OK in 60ms (Views: 57.6ms | ActiveRecord: 1.0ms)
11120
+
11121
+
11122
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:48 +0800
11123
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11124
+
11125
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11126
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11127
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11128
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11129
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11130
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11131
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11132
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11133
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11134
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11135
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11136
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11137
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11138
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11139
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11140
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11141
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11142
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11143
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11144
+
11145
+
11146
+ 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)
11147
+
11148
+
11149
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:01:49 +0800
11150
+ Processing by HomeController#index as HTML
11151
+ Parameters: {"page"=>"1"}
11152
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
11153
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11154
+ Rendered home/index.html.erb within layouts/application (44.9ms)
11155
+ Rendered home/_topbar.html.erb (1.0ms)
11156
+ Rendered home/_sidebar.html.erb (0.0ms)
11157
+ Completed 200 OK in 61ms (Views: 59.6ms | ActiveRecord: 0.0ms)
11158
+
11159
+
11160
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:49 +0800
11161
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
11162
+
11163
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11164
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11165
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11166
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11167
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11168
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11169
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11170
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11171
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11172
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11173
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11174
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11175
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11176
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11177
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11178
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11179
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11180
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11181
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11182
+
11183
+
11184
+ 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)
11185
+
11186
+
11187
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:53 +0800
11188
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11189
+
11190
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11191
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11192
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11193
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11194
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11195
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11196
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11197
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11198
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11199
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11200
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11201
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11202
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11203
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11204
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11205
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11206
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11207
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11208
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11209
+
11210
+
11211
+ 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)
11212
+
11213
+
11214
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:54 +0800
11215
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11216
+
11217
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11218
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11219
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11220
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11221
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11222
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11223
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11224
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11225
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11226
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11227
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11228
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11229
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11230
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11231
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11232
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11233
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11234
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11235
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11236
+
11237
+
11238
+ 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)
11239
+
11240
+
11241
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:01:54 +0800
11242
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11243
+
11244
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11245
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11246
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11247
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11248
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11249
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11250
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11251
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11252
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11253
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11254
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11255
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11256
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11257
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11258
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11259
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11260
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11261
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11262
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11263
+
11264
+
11265
+ 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)
11266
+
11267
+
11268
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:02:13 +0800
11269
+ Processing by HomeController#index as HTML
11270
+ Parameters: {"page"=>"1"}
11271
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
11272
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11273
+ Rendered home/index.html.erb within layouts/application (25.4ms)
11274
+ Rendered home/_topbar.html.erb (1.0ms)
11275
+ Rendered home/_sidebar.html.erb (1.0ms)
11276
+ Completed 200 OK in 60ms (Views: 58.6ms | ActiveRecord: 0.0ms)
11277
+
11278
+
11279
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:02:13 +0800
11280
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
11281
+
11282
+
11283
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:02:13 +0800
11284
+ Served asset /application.css - 304 Not Modified (0ms)
11285
+
11286
+
11287
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:02:13 +0800
11288
+ Served asset /jquery.js - 304 Not Modified (0ms)
11289
+
11290
+
11291
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:02:13 +0800
11292
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
11293
+
11294
+
11295
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:02:13 +0800
11296
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11297
+
11298
+
11299
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:02:13 +0800
11300
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
11301
+
11302
+
11303
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:02:13 +0800
11304
+ Served asset /home.js - 304 Not Modified (0ms)
11305
+
11306
+
11307
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:02:14 +0800
11308
+ Served asset /application.js - 304 Not Modified (0ms)
11309
+
11310
+
11311
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:02:14 +0800
11312
+ Served asset /glyphicons-halflings.png - 304 Not Modified (0ms)
11313
+
11314
+
11315
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:02:14 +0800
11316
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
11317
+
11318
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11319
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11320
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11321
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11322
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11323
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11324
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11325
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11326
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11327
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11328
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11329
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11330
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11331
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11332
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11333
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11334
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11335
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11336
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11337
+
11338
+
11339
+ 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)
11340
+
11341
+
11342
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:04:19 +0800
11343
+ Processing by HomeController#index as HTML
11344
+ Parameters: {"page"=>"1"}
11345
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
11346
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11347
+ Rendered home/index.html.erb within layouts/application (43.9ms)
11348
+ Rendered home/_topbar.html.erb (1.0ms)
11349
+ Rendered home/_sidebar.html.erb (1.0ms)
11350
+ Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.0ms)
11351
+
11352
+
11353
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:04:19 +0800
11354
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
11355
+
11356
+
11357
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:04:20 +0800
11358
+ Served asset /application.css - 304 Not Modified (0ms)
11359
+
11360
+
11361
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:04:20 +0800
11362
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
11363
+
11364
+
11365
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:04:20 +0800
11366
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11367
+
11368
+
11369
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:04:20 +0800
11370
+ Served asset /jquery.js - 304 Not Modified (0ms)
11371
+
11372
+
11373
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:04:20 +0800
11374
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
11375
+
11376
+
11377
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:04:20 +0800
11378
+ Served asset /home.js - 304 Not Modified (0ms)
11379
+
11380
+
11381
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:04:20 +0800
11382
+ Served asset /application.js - 304 Not Modified (0ms)
11383
+
11384
+
11385
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:04:20 +0800
11386
+ Served asset /glyphicons-halflings.png - 304 Not Modified (0ms)
11387
+
11388
+
11389
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:04:21 +0800
11390
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
11391
+
11392
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11393
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11394
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11395
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11396
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11397
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11398
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11399
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11400
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11401
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11402
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11403
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11404
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11405
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11406
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11407
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11408
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11409
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11410
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11411
+
11412
+
11413
+ 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)
11414
+
11415
+
11416
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:14:35 +0800
11417
+ Processing by HomeController#index as HTML
11418
+ Parameters: {"page"=>"1"}
11419
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
11420
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11421
+ Rendered home/index.html.erb within layouts/application (63.5ms)
11422
+ Rendered home/_topbar.html.erb (0.0ms)
11423
+ Rendered home/_sidebar.html.erb (1.0ms)
11424
+ Completed 200 OK in 78ms (Views: 78.1ms | ActiveRecord: 0.0ms)
11425
+
11426
+
11427
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:14:35 +0800
11428
+ Served asset /jquery.js - 304 Not Modified (0ms)
11429
+
11430
+
11431
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:14:35 +0800
11432
+ Served asset /application.css - 304 Not Modified (0ms)
11433
+
11434
+
11435
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:14:35 +0800
11436
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
11437
+
11438
+
11439
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:14:35 +0800
11440
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
11441
+
11442
+
11443
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:14:35 +0800
11444
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11445
+
11446
+
11447
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:14:35 +0800
11448
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
11449
+
11450
+
11451
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:14:36 +0800
11452
+ Served asset /home.js - 304 Not Modified (0ms)
11453
+
11454
+
11455
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:14:36 +0800
11456
+ Served asset /application.js - 304 Not Modified (0ms)
11457
+
11458
+
11459
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:14:36 +0800
11460
+ Served asset /glyphicons-halflings.png - 304 Not Modified (0ms)
11461
+
11462
+
11463
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:14:36 +0800
11464
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11465
+
11466
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11467
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11468
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11469
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11470
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11471
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11472
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11473
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11474
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11475
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11476
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11477
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11478
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11479
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11480
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11481
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11482
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11483
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11484
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11485
+
11486
+
11487
+ 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)
11488
+
11489
+
11490
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:15:53 +0800
11491
+ Processing by HomeController#index as HTML
11492
+ Parameters: {"page"=>"1"}
11493
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
11494
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11495
+ Rendered home/index.html.erb within layouts/application (25.4ms)
11496
+ Rendered home/_topbar.html.erb (1.0ms)
11497
+ Rendered home/_sidebar.html.erb (1.0ms)
11498
+ Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.0ms)
11499
+
11500
+
11501
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:15:54 +0800
11502
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
11503
+
11504
+
11505
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:15:54 +0800
11506
+ Served asset /application.css - 304 Not Modified (0ms)
11507
+
11508
+
11509
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:15:54 +0800
11510
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
11511
+
11512
+
11513
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:15:54 +0800
11514
+ Served asset /jquery.js - 304 Not Modified (0ms)
11515
+
11516
+
11517
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:15:54 +0800
11518
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11519
+
11520
+
11521
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:15:54 +0800
11522
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
11523
+
11524
+
11525
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:15:54 +0800
11526
+ Served asset /home.js - 304 Not Modified (0ms)
11527
+
11528
+
11529
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:15:54 +0800
11530
+ Served asset /application.js - 304 Not Modified (0ms)
11531
+
11532
+
11533
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:15:55 +0800
11534
+ Served asset /glyphicons-halflings.png - 304 Not Modified (0ms)
11535
+
11536
+
11537
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:15:55 +0800
11538
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11539
+
11540
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11541
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11542
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11543
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11544
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11545
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11546
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11547
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11548
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11549
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11550
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11551
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11552
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11553
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11554
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11555
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11556
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11557
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11558
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11559
+
11560
+
11561
+ 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)
11562
+
11563
+
11564
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:16:40 +0800
11565
+ Connecting to database specified by database.yml
11566
+ Processing by HomeController#index as HTML
11567
+ Parameters: {"page"=>"1"}
11568
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
11569
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11570
+ Rendered home/index.html.erb within layouts/application (269.5ms)
11571
+ Rendered home/_topbar.html.erb (2.0ms)
11572
+ Rendered home/_sidebar.html.erb (1.0ms)
11573
+ Completed 200 OK in 649ms (Views: 625.0ms | ActiveRecord: 18.6ms)
11574
+
11575
+
11576
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:16:43 +0800
11577
+ Served asset /application.css - 304 Not Modified (44ms)
11578
+
11579
+
11580
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:16:43 +0800
11581
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (1ms)
11582
+
11583
+
11584
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:16:43 +0800
11585
+ Served asset /bootstrap.min.css - 304 Not Modified (21ms)
11586
+
11587
+
11588
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:43 +0800
11589
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
11590
+
11591
+
11592
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:43 +0800
11593
+ Served asset /bootstrap.min.js - 304 Not Modified (26ms)
11594
+
11595
+
11596
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:43 +0800
11597
+ Served asset /jquery.js - 304 Not Modified (59ms)
11598
+
11599
+
11600
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:44 +0800
11601
+ Served asset /home.js - 304 Not Modified (1ms)
11602
+
11603
+
11604
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:44 +0800
11605
+ Served asset /application.js - 304 Not Modified (83ms)
11606
+
11607
+
11608
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:16:44 +0800
11609
+ Served asset /glyphicons-halflings.png - 304 Not Modified (1ms)
11610
+
11611
+
11612
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:16:44 +0800
11613
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11614
+
11615
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11616
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11617
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11618
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11619
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11620
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11621
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11622
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11623
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11624
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11625
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11626
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11627
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11628
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11629
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11630
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11631
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11632
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11633
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11634
+
11635
+
11636
+ 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)
11637
+
11638
+
11639
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:16:45 +0800
11640
+ Processing by HomeController#index as HTML
11641
+ Parameters: {"page"=>"1"}
11642
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
11643
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11644
+ Rendered home/index.html.erb within layouts/application (47.9ms)
11645
+ Rendered home/_topbar.html.erb (2.0ms)
11646
+ Rendered home/_sidebar.html.erb (1.0ms)
11647
+ Completed 200 OK in 65ms (Views: 62.5ms | ActiveRecord: 2.0ms)
11648
+
11649
+
11650
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:16:45 +0800
11651
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
11652
+
11653
+
11654
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:16:46 +0800
11655
+ Served asset /application.css - 304 Not Modified (0ms)
11656
+
11657
+
11658
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:16:46 +0800
11659
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
11660
+
11661
+
11662
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:46 +0800
11663
+ Served asset /jquery.js - 304 Not Modified (0ms)
11664
+
11665
+
11666
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:46 +0800
11667
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11668
+
11669
+
11670
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:46 +0800
11671
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
11672
+
11673
+
11674
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:46 +0800
11675
+ Served asset /home.js - 304 Not Modified (0ms)
11676
+
11677
+
11678
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:16:46 +0800
11679
+ Served asset /application.js - 304 Not Modified (0ms)
11680
+
11681
+
11682
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:16:46 +0800
11683
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11684
+
11685
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11686
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11687
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11688
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11689
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11690
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11691
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11692
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11693
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11694
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11695
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11696
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11697
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11698
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11699
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11700
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11701
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11702
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11703
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11704
+
11705
+
11706
+ 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)
11707
+
11708
+
11709
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:17:10 +0800
11710
+ Processing by HomeController#index as HTML
11711
+ Parameters: {"page"=>"1"}
11712
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
11713
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11714
+ Rendered home/index.html.erb within layouts/application (43.9ms)
11715
+ Rendered home/_topbar.html.erb (0.0ms)
11716
+ Rendered home/_sidebar.html.erb (1.0ms)
11717
+ Completed 200 OK in 104ms (Views: 101.6ms | ActiveRecord: 2.0ms)
11718
+
11719
+
11720
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:17:11 +0800
11721
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
11722
+
11723
+
11724
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:17:11 +0800
11725
+ Served asset /application.css - 304 Not Modified (0ms)
11726
+
11727
+
11728
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:17:11 +0800
11729
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
11730
+
11731
+
11732
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:11 +0800
11733
+ Served asset /jquery.js - 304 Not Modified (0ms)
11734
+
11735
+
11736
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:11 +0800
11737
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11738
+
11739
+
11740
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:11 +0800
11741
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
11742
+
11743
+
11744
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:11 +0800
11745
+ Served asset /home.js - 304 Not Modified (0ms)
11746
+
11747
+
11748
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:11 +0800
11749
+ Served asset /application.js - 304 Not Modified (0ms)
11750
+
11751
+
11752
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:17:12 +0800
11753
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
11754
+
11755
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11756
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11757
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11758
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11759
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11760
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11761
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11762
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11763
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11764
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11765
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11766
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11767
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11768
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11769
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11770
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11771
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11772
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11773
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11774
+
11775
+
11776
+ 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)
11777
+
11778
+
11779
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:17:27 +0800
11780
+ Processing by HomeController#index as HTML
11781
+ Parameters: {"page"=>"1"}
11782
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
11783
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11784
+ Rendered home/index.html.erb within layouts/application (43.0ms)
11785
+ Rendered home/_topbar.html.erb (1.0ms)
11786
+ Rendered home/_sidebar.html.erb (1.0ms)
11787
+ Completed 200 OK in 57ms (Views: 55.7ms | ActiveRecord: 0.0ms)
11788
+
11789
+
11790
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:17:27 +0800
11791
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
11792
+
11793
+
11794
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:17:28 +0800
11795
+ Served asset /application.css - 304 Not Modified (0ms)
11796
+
11797
+
11798
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:28 +0800
11799
+ Served asset /jquery.js - 304 Not Modified (0ms)
11800
+
11801
+
11802
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:17:28 +0800
11803
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
11804
+
11805
+
11806
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:28 +0800
11807
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11808
+
11809
+
11810
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:28 +0800
11811
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
11812
+
11813
+
11814
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:28 +0800
11815
+ Served asset /home.js - 304 Not Modified (0ms)
11816
+
11817
+
11818
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:17:28 +0800
11819
+ Served asset /application.js - 304 Not Modified (0ms)
11820
+
11821
+
11822
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:17:29 +0800
11823
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11824
+
11825
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11826
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11827
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11828
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11829
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11830
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11831
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11832
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11833
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11834
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11835
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11836
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11837
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11838
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11839
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11840
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11841
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11842
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11843
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11844
+
11845
+
11846
+ 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)
11847
+
11848
+
11849
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:18:03 +0800
11850
+ Processing by HomeController#index as HTML
11851
+ Parameters: {"page"=>"1"}
11852
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
11853
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
11854
+ Rendered home/index.html.erb within layouts/application (43.9ms)
11855
+ Rendered home/_topbar.html.erb (1.0ms)
11856
+ Rendered home/_sidebar.html.erb (0.0ms)
11857
+ Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.0ms)
11858
+
11859
+
11860
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:18:04 +0800
11861
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
11862
+
11863
+
11864
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:18:04 +0800
11865
+ Served asset /application.css - 304 Not Modified (0ms)
11866
+
11867
+
11868
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:18:04 +0800
11869
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
11870
+
11871
+
11872
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:18:04 +0800
11873
+ Served asset /jquery.js - 304 Not Modified (0ms)
11874
+
11875
+
11876
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:18:04 +0800
11877
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11878
+
11879
+
11880
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:18:04 +0800
11881
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
11882
+
11883
+
11884
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:18:04 +0800
11885
+ Served asset /home.js - 304 Not Modified (0ms)
11886
+
11887
+
11888
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:18:04 +0800
11889
+ Served asset /application.js - 304 Not Modified (0ms)
11890
+
11891
+
11892
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:18:05 +0800
11893
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
11894
+
11895
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11896
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11897
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11898
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11899
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11900
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11901
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11902
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11903
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11904
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11905
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11906
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11907
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11908
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11909
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11910
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11911
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11912
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11913
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11914
+
11915
+
11916
+ 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)
11917
+
11918
+
11919
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:18:19 +0800
11920
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11921
+
11922
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11923
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11924
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11925
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11926
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11927
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11928
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11929
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11930
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11931
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11932
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11933
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11934
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11935
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11936
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11937
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11938
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11939
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11940
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11941
+
11942
+
11943
+ 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)
11944
+
11945
+
11946
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:18:20 +0800
11947
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
11948
+
11949
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11950
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11951
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11952
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11953
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11954
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11955
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11956
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11957
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11958
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11959
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11960
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11961
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11962
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11963
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11964
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11965
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11966
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11967
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11968
+
11969
+
11970
+ 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)
11971
+
11972
+
11973
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:18:20 +0800
11974
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
11975
+
11976
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
11977
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
11978
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
11979
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
11980
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
11981
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
11982
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
11983
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
11984
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
11985
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
11986
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
11987
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
11988
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
11989
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
11990
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
11991
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
11992
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
11993
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
11994
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
11995
+
11996
+
11997
+ 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)
11998
+
11999
+
12000
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:18:20 +0800
12001
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12002
+
12003
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12004
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12005
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12006
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12007
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12008
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12009
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12010
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12011
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12012
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12013
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12014
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12015
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12016
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12017
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12018
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12019
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12020
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12021
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12022
+
12023
+
12024
+ 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)
12025
+
12026
+
12027
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:20:22 +0800
12028
+ Connecting to database specified by database.yml
12029
+ Processing by HomeController#index as HTML
12030
+ Parameters: {"page"=>"1"}
12031
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
12032
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
12033
+ Rendered home/index.html.erb within layouts/application (262.7ms)
12034
+ Rendered home/_topbar.html.erb (2.0ms)
12035
+ Rendered home/_sidebar.html.erb (2.0ms)
12036
+ Completed 200 OK in 671ms (Views: 646.5ms | ActiveRecord: 18.6ms)
12037
+
12038
+
12039
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:20:25 +0800
12040
+ Served asset /bootstrap.min.css - 304 Not Modified (40ms)
12041
+
12042
+
12043
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:20:25 +0800
12044
+ Served asset /jquery.js - 304 Not Modified (83ms)
12045
+
12046
+
12047
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:20:25 +0800
12048
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (2ms)
12049
+
12050
+
12051
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:20:25 +0800
12052
+ Served asset /application.css - 304 Not Modified (25ms)
12053
+
12054
+
12055
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:20:25 +0800
12056
+ Served asset /jquery_ujs.js - 304 Not Modified (24ms)
12057
+
12058
+
12059
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:20:25 +0800
12060
+ Served asset /bootstrap.min.js - 304 Not Modified (1ms)
12061
+
12062
+
12063
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:20:25 +0800
12064
+ Served asset /home.js - 304 Not Modified (1ms)
12065
+
12066
+
12067
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:20:25 +0800
12068
+ Served asset /application.js - 304 Not Modified (82ms)
12069
+
12070
+
12071
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:20:26 +0800
12072
+ Served asset /glyphicons-halflings.png - 304 Not Modified (1ms)
12073
+
12074
+
12075
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:20:26 +0800
12076
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12077
+
12078
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12079
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12080
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12081
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12082
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12083
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12084
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12085
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12086
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12087
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12088
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12089
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12090
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12091
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12092
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12093
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12094
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12095
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12096
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12097
+
12098
+
12099
+ 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)
12100
+
12101
+
12102
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:23:45 +0800
12103
+ Connecting to database specified by database.yml
12104
+ Processing by HomeController#index as HTML
12105
+ Parameters: {"page"=>"1"}
12106
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
12107
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
12108
+ Rendered home/index.html.erb within layouts/application (295.9ms)
12109
+ Rendered home/_topbar.html.erb (1.0ms)
12110
+ Rendered home/_sidebar.html.erb (2.0ms)
12111
+ Completed 200 OK in 719ms (Views: 695.3ms | ActiveRecord: 17.6ms)
12112
+
12113
+
12114
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:23:48 +0800
12115
+ Served asset /application.css - 304 Not Modified (46ms)
12116
+
12117
+
12118
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:23:48 +0800
12119
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (3ms)
12120
+
12121
+
12122
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:23:48 +0800
12123
+ Served asset /bootstrap.min.css - 304 Not Modified (28ms)
12124
+
12125
+
12126
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:23:48 +0800
12127
+ Served asset /bootstrap.min.js - 304 Not Modified (2ms)
12128
+
12129
+
12130
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:23:48 +0800
12131
+ Served asset /jquery_ujs.js - 304 Not Modified (23ms)
12132
+
12133
+
12134
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:23:48 +0800
12135
+ Served asset /jquery.js - 304 Not Modified (61ms)
12136
+
12137
+
12138
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:23:48 +0800
12139
+ Served asset /home.js - 304 Not Modified (1ms)
12140
+
12141
+
12142
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:23:48 +0800
12143
+ Served asset /application.js - 304 Not Modified (83ms)
12144
+
12145
+
12146
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:23:49 +0800
12147
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12148
+
12149
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12150
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12151
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12152
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12153
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12154
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12155
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12156
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12157
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12158
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12159
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12160
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12161
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12162
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12163
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12164
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12165
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12166
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12167
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12168
+
12169
+
12170
+ 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)
12171
+
12172
+
12173
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:24:30 +0800
12174
+ Processing by HomeController#index as HTML
12175
+ Parameters: {"page"=>"1"}
12176
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12177
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
12178
+ Rendered home/index.html.erb within layouts/application (43.0ms)
12179
+ Rendered home/_topbar.html.erb (1.0ms)
12180
+ Rendered home/_sidebar.html.erb (0.0ms)
12181
+ Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 1.0ms)
12182
+
12183
+
12184
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12185
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
12186
+
12187
+
12188
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12189
+ Served asset /application.css - 200 OK (0ms)
12190
+
12191
+
12192
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12193
+ Served asset /jquery.js - 200 OK (0ms)
12194
+
12195
+
12196
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12197
+ Served asset /bootstrap.min.css - 200 OK (0ms)
12198
+
12199
+
12200
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12201
+ Served asset /jquery_ujs.js - 200 OK (0ms)
12202
+
12203
+
12204
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12205
+ Served asset /bootstrap.min.js - 200 OK (0ms)
12206
+
12207
+
12208
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12209
+ Served asset /home.js - 200 OK (0ms)
12210
+
12211
+
12212
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12213
+ Served asset /application.js - 200 OK (0ms)
12214
+
12215
+
12216
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12217
+ Served asset /glyphicons-halflings.png - 200 OK (1ms)
12218
+
12219
+
12220
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:31 +0800
12221
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12222
+
12223
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12224
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12225
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12226
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12227
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12228
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12229
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12230
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12231
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12232
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12233
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12234
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12235
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12236
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12237
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12238
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12239
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12240
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12241
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12242
+
12243
+
12244
+ 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)
12245
+
12246
+
12247
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 01:24:38 +0800
12248
+ Processing by HomeController#index as HTML
12249
+ Parameters: {"page"=>"2"}
12250
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
12251
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
12252
+ Rendered home/index.html.erb within layouts/application (43.9ms)
12253
+ Rendered home/_topbar.html.erb (1.0ms)
12254
+ Rendered home/_sidebar.html.erb (1.0ms)
12255
+ Completed 200 OK in 60ms (Views: 57.6ms | ActiveRecord: 1.0ms)
12256
+
12257
+
12258
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:39 +0800
12259
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12260
+
12261
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12262
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12263
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12264
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12265
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12266
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12267
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12268
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12269
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12270
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12271
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12272
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12273
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12274
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12275
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12276
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12277
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12278
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12279
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12280
+
12281
+
12282
+ 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)
12283
+
12284
+
12285
+ Started GET "/home/index?page=3" for 127.0.0.1 at 2012-07-25 01:24:40 +0800
12286
+ Processing by HomeController#index as HTML
12287
+ Parameters: {"page"=>"3"}
12288
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12289
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 24
12290
+ Rendered home/index.html.erb within layouts/application (43.9ms)
12291
+ Rendered home/_topbar.html.erb (1.0ms)
12292
+ Rendered home/_sidebar.html.erb (1.0ms)
12293
+ Completed 200 OK in 59ms (Views: 57.6ms | ActiveRecord: 0.0ms)
12294
+
12295
+
12296
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:40 +0800
12297
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12298
+
12299
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12300
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12301
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12302
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12303
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12304
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12305
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12306
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12307
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12308
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12309
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12310
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12311
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12312
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12313
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12314
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12315
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12316
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12317
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12318
+
12319
+
12320
+ 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)
12321
+
12322
+
12323
+ Started GET "/home/index?page=4" for 127.0.0.1 at 2012-07-25 01:24:41 +0800
12324
+ Processing by HomeController#index as HTML
12325
+ Parameters: {"page"=>"4"}
12326
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12327
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 36
12328
+ Rendered home/index.html.erb within layouts/application (43.9ms)
12329
+ Rendered home/_topbar.html.erb (0.0ms)
12330
+ Rendered home/_sidebar.html.erb (1.0ms)
12331
+ Completed 200 OK in 59ms (Views: 57.6ms | ActiveRecord: 0.0ms)
12332
+
12333
+
12334
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:42 +0800
12335
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12336
+
12337
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12338
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12339
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12340
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12341
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12342
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12343
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12344
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12345
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12346
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12347
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12348
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12349
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12350
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12351
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12352
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12353
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12354
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12355
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12356
+
12357
+
12358
+ 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)
12359
+
12360
+
12361
+ Started GET "/home/index?page=3" for 127.0.0.1 at 2012-07-25 01:24:42 +0800
12362
+ Processing by HomeController#index as HTML
12363
+ Parameters: {"page"=>"3"}
12364
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
12365
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 24
12366
+ Rendered home/index.html.erb within layouts/application (25.4ms)
12367
+ Rendered home/_topbar.html.erb (1.0ms)
12368
+ Rendered home/_sidebar.html.erb (1.0ms)
12369
+ Completed 200 OK in 60ms (Views: 58.6ms | ActiveRecord: 1.0ms)
12370
+
12371
+
12372
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:43 +0800
12373
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12374
+
12375
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12376
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12377
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12378
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12379
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12380
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12381
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12382
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12383
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12384
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12385
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12386
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12387
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12388
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12389
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12390
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12391
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12392
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12393
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12394
+
12395
+
12396
+ 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)
12397
+
12398
+
12399
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 01:24:43 +0800
12400
+ Processing by HomeController#index as HTML
12401
+ Parameters: {"page"=>"2"}
12402
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12403
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
12404
+ Rendered home/index.html.erb within layouts/application (25.4ms)
12405
+ Rendered home/_topbar.html.erb (1.0ms)
12406
+ Rendered home/_sidebar.html.erb (1.0ms)
12407
+ Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.0ms)
12408
+
12409
+
12410
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:43 +0800
12411
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12412
+
12413
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12414
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12415
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12416
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12417
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12418
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12419
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12420
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12421
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12422
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12423
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12424
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12425
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12426
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12427
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12428
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12429
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12430
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12431
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12432
+
12433
+
12434
+ 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)
12435
+
12436
+
12437
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:24:43 +0800
12438
+ Processing by HomeController#index as HTML
12439
+ Parameters: {"page"=>"1"}
12440
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
12441
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
12442
+ Rendered home/index.html.erb within layouts/application (43.9ms)
12443
+ Rendered home/_topbar.html.erb (1.0ms)
12444
+ Rendered home/_sidebar.html.erb (0.0ms)
12445
+ Completed 200 OK in 59ms (Views: 54.7ms | ActiveRecord: 2.0ms)
12446
+
12447
+
12448
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:44 +0800
12449
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12450
+
12451
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12452
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12453
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12454
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12455
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12456
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12457
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12458
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12459
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12460
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12461
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12462
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12463
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12464
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12465
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12466
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12467
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12468
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12469
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12470
+
12471
+
12472
+ 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)
12473
+
12474
+
12475
+ Started GET "/home/index?page=10" for 127.0.0.1 at 2012-07-25 01:24:45 +0800
12476
+ Processing by HomeController#index as HTML
12477
+ Parameters: {"page"=>"10"}
12478
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12479
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 108
12480
+ Rendered home/index.html.erb within layouts/application (25.4ms)
12481
+ Rendered home/_topbar.html.erb (1.0ms)
12482
+ Rendered home/_sidebar.html.erb (1.0ms)
12483
+ Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.0ms)
12484
+
12485
+
12486
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:45 +0800
12487
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12488
+
12489
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12490
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12491
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12492
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12493
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12494
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12495
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12496
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12497
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12498
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12499
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12500
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12501
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12502
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12503
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12504
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12505
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12506
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12507
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12508
+
12509
+
12510
+ 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)
12511
+
12512
+
12513
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:24:46 +0800
12514
+ Processing by HomeController#index as HTML
12515
+ Parameters: {"page"=>"1"}
12516
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
12517
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
12518
+ Rendered home/index.html.erb within layouts/application (51.8ms)
12519
+ Rendered home/_topbar.html.erb (1.0ms)
12520
+ Rendered home/_sidebar.html.erb (1.0ms)
12521
+ Completed 200 OK in 66ms (Views: 64.5ms | ActiveRecord: 2.0ms)
12522
+
12523
+
12524
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:46 +0800
12525
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12526
+
12527
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12528
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12529
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12530
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12531
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12532
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12533
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12534
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12535
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12536
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12537
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12538
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12539
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12540
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12541
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12542
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12543
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12544
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12545
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12546
+
12547
+
12548
+ 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)
12549
+
12550
+
12551
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:47 +0800
12552
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12553
+
12554
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12555
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12556
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12557
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12558
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12559
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12560
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12561
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12562
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12563
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12564
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12565
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12566
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12567
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12568
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12569
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12570
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12571
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12572
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12573
+
12574
+
12575
+ 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)
12576
+
12577
+
12578
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 01:24:48 +0800
12579
+ Processing by HomeController#index as HTML
12580
+ Parameters: {"page"=>"2"}
12581
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12582
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
12583
+ Rendered home/index.html.erb within layouts/application (43.9ms)
12584
+ Rendered home/_topbar.html.erb (1.0ms)
12585
+ Rendered home/_sidebar.html.erb (1.0ms)
12586
+ Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 1.0ms)
12587
+
12588
+
12589
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:48 +0800
12590
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12591
+
12592
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12593
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12594
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12595
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12596
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12597
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12598
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12599
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12600
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12601
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12602
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12603
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12604
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12605
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12606
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12607
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12608
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12609
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12610
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12611
+
12612
+
12613
+ 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)
12614
+
12615
+
12616
+ Started GET "/home/index?page=3" for 127.0.0.1 at 2012-07-25 01:24:49 +0800
12617
+ Processing by HomeController#index as HTML
12618
+ Parameters: {"page"=>"3"}
12619
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12620
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 24
12621
+ Rendered home/index.html.erb within layouts/application (43.0ms)
12622
+ Rendered home/_topbar.html.erb (1.0ms)
12623
+ Rendered home/_sidebar.html.erb (1.0ms)
12624
+ Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.0ms)
12625
+
12626
+
12627
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:49 +0800
12628
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12629
+
12630
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12631
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12632
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12633
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12634
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12635
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12636
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12637
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12638
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12639
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12640
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12641
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12642
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12643
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12644
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12645
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12646
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12647
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12648
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12649
+
12650
+
12651
+ 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)
12652
+
12653
+
12654
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:24:51 +0800
12655
+ Processing by HomeController#index as HTML
12656
+ Parameters: {"page"=>"1"}
12657
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12658
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
12659
+ Rendered home/index.html.erb within layouts/application (42.0ms)
12660
+ Rendered home/_topbar.html.erb (1.0ms)
12661
+ Rendered home/_sidebar.html.erb (0.0ms)
12662
+ Completed 200 OK in 56ms (Views: 53.7ms | ActiveRecord: 1.0ms)
12663
+
12664
+
12665
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:51 +0800
12666
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12667
+
12668
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12669
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12670
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12671
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12672
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12673
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12674
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12675
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12676
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12677
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12678
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12679
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12680
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12681
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12682
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12683
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12684
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12685
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12686
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12687
+
12688
+
12689
+ 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)
12690
+
12691
+
12692
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:51 +0800
12693
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12694
+
12695
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12696
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12697
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12698
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12699
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12700
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12701
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12702
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12703
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12704
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12705
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12706
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12707
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12708
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12709
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12710
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12711
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12712
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12713
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12714
+
12715
+
12716
+ 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)
12717
+
12718
+
12719
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:52 +0800
12720
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12721
+
12722
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12723
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12724
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12725
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12726
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12727
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12728
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12729
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12730
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12731
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12732
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12733
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12734
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12735
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12736
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12737
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12738
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12739
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12740
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12741
+
12742
+
12743
+ 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)
12744
+
12745
+
12746
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:52 +0800
12747
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12748
+
12749
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12750
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12751
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12752
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12753
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12754
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12755
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12756
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12757
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12758
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12759
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12760
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12761
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12762
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12763
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12764
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12765
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12766
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12767
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12768
+
12769
+
12770
+ 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)
12771
+
12772
+
12773
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:52 +0800
12774
+ Served asset /ico/favicon.ico - 404 Not Found (4ms)
12775
+
12776
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12777
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12778
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12779
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12780
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12781
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12782
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12783
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12784
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12785
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12786
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12787
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12788
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12789
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12790
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12791
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12792
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12793
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12794
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12795
+
12796
+
12797
+ 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)
12798
+
12799
+
12800
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:53 +0800
12801
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12802
+
12803
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12804
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12805
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12806
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12807
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12808
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12809
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12810
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12811
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12812
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12813
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12814
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12815
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12816
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12817
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12818
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12819
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12820
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12821
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12822
+
12823
+
12824
+ 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)
12825
+
12826
+
12827
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:24:54 +0800
12828
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12829
+
12830
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12831
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12832
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12833
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12834
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12835
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12836
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12837
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12838
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12839
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12840
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12841
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12842
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12843
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12844
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12845
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12846
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12847
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12848
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12849
+
12850
+
12851
+ 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)
12852
+
12853
+
12854
+ Started GET "/home/index?page=2" for 127.0.0.1 at 2012-07-25 01:31:02 +0800
12855
+ Processing by HomeController#index as HTML
12856
+ Parameters: {"page"=>"2"}
12857
+  (0.0ms) SELECT COUNT(*) FROM "posts" 
12858
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 12
12859
+ Rendered home/index.html.erb within layouts/application (25.4ms)
12860
+ Rendered home/_topbar.html.erb (1.0ms)
12861
+ Rendered home/_sidebar.html.erb (0.0ms)
12862
+ Completed 200 OK in 60ms (Views: 58.6ms | ActiveRecord: 0.0ms)
12863
+
12864
+
12865
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:03 +0800
12866
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
12867
+
12868
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12869
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12870
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12871
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12872
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12873
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12874
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12875
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12876
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12877
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12878
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12879
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12880
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12881
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12882
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12883
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12884
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12885
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12886
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12887
+
12888
+
12889
+ 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)
12890
+
12891
+
12892
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:31:03 +0800
12893
+ Processing by HomeController#index as HTML
12894
+ Parameters: {"page"=>"1"}
12895
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
12896
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
12897
+ Rendered home/index.html.erb within layouts/application (44.9ms)
12898
+ Rendered home/_topbar.html.erb (1.0ms)
12899
+ Rendered home/_sidebar.html.erb (1.0ms)
12900
+ Completed 200 OK in 60ms (Views: 58.6ms | ActiveRecord: 1.0ms)
12901
+
12902
+
12903
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:04 +0800
12904
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12905
+
12906
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12907
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12908
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12909
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12910
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12911
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12912
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12913
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12914
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12915
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12916
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12917
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12918
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12919
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12920
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12921
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12922
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12923
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12924
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12925
+
12926
+
12927
+ 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)
12928
+
12929
+
12930
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:31:13 +0800
12931
+ Processing by HomeController#index as HTML
12932
+ Parameters: {"page"=>"1"}
12933
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
12934
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 1 OFFSET 0
12935
+ Rendered home/index.html.erb within layouts/application (38.1ms)
12936
+ Rendered home/_topbar.html.erb (1.0ms)
12937
+ Rendered home/_sidebar.html.erb (1.0ms)
12938
+ Completed 200 OK in 58ms (Views: 50.8ms | ActiveRecord: 2.0ms)
12939
+
12940
+
12941
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:31:13 +0800
12942
+ Served asset /bootstrap.min.css - 304 Not Modified (0ms)
12943
+
12944
+
12945
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:31:13 +0800
12946
+ Served asset /application.css - 304 Not Modified (0ms)
12947
+
12948
+
12949
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:31:14 +0800
12950
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
12951
+
12952
+
12953
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:14 +0800
12954
+ Served asset /jquery.js - 304 Not Modified (0ms)
12955
+
12956
+
12957
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:14 +0800
12958
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12959
+
12960
+
12961
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:14 +0800
12962
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
12963
+
12964
+
12965
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:14 +0800
12966
+ Served asset /home.js - 304 Not Modified (0ms)
12967
+
12968
+
12969
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:14 +0800
12970
+ Served asset /application.js - 304 Not Modified (0ms)
12971
+
12972
+
12973
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:31:14 +0800
12974
+ Served asset /glyphicons-halflings.png - 304 Not Modified (0ms)
12975
+
12976
+
12977
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:14 +0800
12978
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
12979
+
12980
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
12981
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
12982
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
12983
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
12984
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
12985
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
12986
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
12987
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
12988
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
12989
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
12990
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
12991
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
12992
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
12993
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
12994
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
12995
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
12996
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
12997
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
12998
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
12999
+
13000
+
13001
+ 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)
13002
+
13003
+
13004
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:16 +0800
13005
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
13006
+
13007
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13008
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13009
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13010
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13011
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13012
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13013
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13014
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13015
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13016
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13017
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13018
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13019
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13020
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13021
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13022
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13023
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13024
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13025
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13026
+
13027
+
13028
+ 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)
13029
+
13030
+
13031
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:17 +0800
13032
+ Served asset /ico/favicon.ico - 404 Not Found (3ms)
13033
+
13034
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13035
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13036
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13037
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13038
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13039
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13040
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13041
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13042
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13043
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13044
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13045
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13046
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13047
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13048
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13049
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13050
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13051
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13052
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13053
+
13054
+
13055
+ 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)
13056
+
13057
+
13058
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:18 +0800
13059
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
13060
+
13061
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13062
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13063
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13064
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13065
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13066
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13067
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13068
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13069
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13070
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13071
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13072
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13073
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13074
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13075
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13076
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13077
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13078
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13079
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13080
+
13081
+
13082
+ 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)
13083
+
13084
+
13085
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:18 +0800
13086
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
13087
+
13088
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13089
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13090
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13091
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13092
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13093
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13094
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13095
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13096
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13097
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13098
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13099
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13100
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13101
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13102
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13103
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13104
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13105
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13106
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13107
+
13108
+
13109
+ 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)
13110
+
13111
+
13112
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:20 +0800
13113
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
13114
+
13115
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13116
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13117
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13118
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13119
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13120
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13121
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13122
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13123
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13124
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13125
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13126
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13127
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13128
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13129
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13130
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13131
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13132
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13133
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13134
+
13135
+
13136
+ 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)
13137
+
13138
+
13139
+ Started GET "/home/index?page=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13140
+ Processing by HomeController#index as HTML
13141
+ Parameters: {"page"=>"1"}
13142
+  (1.0ms) SELECT COUNT(*) FROM "posts" 
13143
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" LIMIT 12 OFFSET 0
13144
+ Rendered home/index.html.erb within layouts/application (51.8ms)
13145
+ Rendered home/_topbar.html.erb (1.0ms)
13146
+ Rendered home/_sidebar.html.erb (1.0ms)
13147
+ Completed 200 OK in 70ms (Views: 64.5ms | ActiveRecord: 1.0ms)
13148
+
13149
+
13150
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13151
+ Served asset /application.css - 200 OK (0ms)
13152
+
13153
+
13154
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13155
+ Served asset /bootstrap-responsive.min.css - 200 OK (0ms)
13156
+
13157
+
13158
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13159
+ Served asset /bootstrap.min.css - 200 OK (0ms)
13160
+
13161
+
13162
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13163
+ Served asset /jquery.js - 200 OK (0ms)
13164
+
13165
+
13166
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13167
+ Served asset /jquery_ujs.js - 200 OK (0ms)
13168
+
13169
+
13170
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13171
+ Served asset /bootstrap.min.js - 200 OK (0ms)
13172
+
13173
+
13174
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13175
+ Served asset /home.js - 200 OK (0ms)
13176
+
13177
+
13178
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13179
+ Served asset /application.js - 200 OK (0ms)
13180
+
13181
+
13182
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-25 01:31:25 +0800
13183
+ Served asset /glyphicons-halflings.png - 200 OK (0ms)
13184
+
13185
+
13186
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-25 01:31:26 +0800
13187
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
13188
+
13189
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
13190
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13191
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
13192
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
13193
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
13194
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
13195
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
13196
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
13197
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
13198
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
13199
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
13200
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
13201
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
13202
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
13203
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
13204
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
13205
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
13206
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
13207
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
13208
+
13209
+
9012
13210
  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)