(19.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (7.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20150330123943)  (0.1ms) begin transaction  (4.0ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "text" text NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150330123943"]]  (3.8ms) commit transaction ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (6.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (6.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20150330124236)  (0.1ms) begin transaction  (3.9ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "text" text NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150330124236"]]  (3.2ms) commit transaction ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 172.16.0.104 at 2015-03-30 09:55:31 -0300 ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (6.7ms) Completed 200 OK in 56ms (Views: 55.4ms | ActiveRecord: 0.0ms) Started GET "/posts" for 172.16.0.104 at 2015-03-30 09:55:36 -0300 Processing by PostsController#index as HTML Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 297ms (Views: 273.8ms | ActiveRecord: 3.7ms) Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-30 09:55:36 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-30 09:55:37 -0300 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-30 09:55:37 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-30 09:55:37 -0300 Started GET "/posts" for 172.16.0.104 at 2015-03-30 10:57:40 -0300 ActiveRecord::SchemaMigration Load (2.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/posts"): actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (32.0ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (23.0ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (101.1ms) Started GET "/posts/render" for 172.16.0.104 at 2015-03-30 10:57:44 -0300 Processing by PostsController#render as HTML Completed 200 OK in 19ms (ActiveRecord: 0.0ms) Started GET "/" for 172.16.0.104 at 2015-03-31 08:25:40 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (6.7ms) Completed 200 OK in 37ms (Views: 36.1ms | ActiveRecord: 0.0ms) Started GET "/posts" for 172.16.0.104 at 2015-03-31 08:25:45 -0300 Processing by PostsController#index as HTML Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms) ActionView::MissingTemplate (Missing template posts/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/media/sf_shared/simple_table_for/test/dummy/app/views" ): app/controllers/posts_controller.rb:4:in `index' Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (22.8ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (50.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:25:56 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.8ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (5.9ms) Completed 200 OK in 356ms (Views: 352.6ms | ActiveRecord: 3.4ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:27:50 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 175ms (Views: 173.2ms | ActiveRecord: 1.6ms) Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 08:27:50 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 08:27:50 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 08:27:50 -0300 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 08:27:50 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:27:55 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 162ms (Views: 159.6ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:28:20 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 173ms (Views: 170.7ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:28:21 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.7ms) Completed 200 OK in 182ms (Views: 179.9ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:30:45 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.4ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 170ms (Views: 168.3ms | ActiveRecord: 1.4ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:30:46 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.7ms) Completed 200 OK in 170ms (Views: 168.4ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:32:02 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.3ms) Completed 200 OK in 190ms (Views: 188.6ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:32:09 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 170ms (Views: 168.7ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:33:12 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.7ms) Completed 200 OK in 169ms (Views: 167.7ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:34:14 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 180ms (Views: 177.6ms | ActiveRecord: 1.7ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:34:15 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 165ms (Views: 163.1ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:35:16 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.5ms) Completed 200 OK in 170ms (Views: 167.8ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:35:17 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.2ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.0ms) Completed 200 OK in 163ms (Views: 161.8ms | ActiveRecord: 1.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:35:59 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 169ms (Views: 167.7ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:36:00 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 170ms (Views: 168.6ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:39:04 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.5ms) Completed 200 OK in 173ms (Views: 171.2ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:39:06 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 164ms (Views: 162.1ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:39:07 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 176ms (Views: 174.1ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:39:07 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 167ms (Views: 164.6ms | ActiveRecord: 1.7ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:39:18 -0300 ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.4ms) Completed 200 OK in 288ms (Views: 265.3ms | ActiveRecord: 3.0ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:40:41 -0300 ActiveRecord::SchemaMigration Load (1.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.0ms) Completed 200 OK in 294ms (Views: 272.7ms | ActiveRecord: 3.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:41:58 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.0ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.5ms) Completed 200 OK in 286ms (Views: 264.0ms | ActiveRecord: 3.4ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:42:05 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 188ms (Views: 186.2ms | ActiveRecord: 1.6ms) Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 08:42:05 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 08:42:05 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 08:42:05 -0300 Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 08:42:05 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:43:09 -0300 ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (38.7ms) Completed 500 Internal Server Error in 126ms (ActiveRecord: 4.0ms) ActionView::Template::Error (wrong number of arguments (2 for 1)): 1: <%= table_for @posts, %w[Title Text Link], id: 'the-id', class: 'the-class' do |p| %> 2: <%= field p.title, class: 'title' %> 3: <%= field p.text, class: 'text' %> 4: <%= field link_to('View', p), class: 'link' %> app/views/posts/render.html.erb:1:in `_app_views_posts_render_html_erb___139257719__581915028' app/controllers/posts_controller.rb:4:in `index' Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.6ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (28.7ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.8ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:43:15 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (19.7ms) Completed 500 Internal Server Error in 69ms (ActiveRecord: 1.7ms) ActionView::Template::Error (wrong number of arguments (2 for 1)): 1: <%= table_for @posts, %w[Title Text Link], id: 'the-id', class: 'the-class' do |p| %> 2: <%= field p.title, class: 'title' %> 3: <%= field p.text, class: 'text' %> 4: <%= field link_to('View', p), class: 'link' %> app/views/posts/render.html.erb:1:in `_app_views_posts_render_html_erb___139257719__581915028' app/controllers/posts_controller.rb:4:in `index' Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.8ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:44:25 -0300 ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.0ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (53.7ms) Completed 500 Internal Server Error in 162ms (ActiveRecord: 4.0ms) ActionView::Template::Error (wrong number of arguments (2 for 1)): 1: <%= table_for @posts, %w[Title Text Link], id: 'the-id', class: 'the-class' do |p| %> 2: <%= field p.title, class: 'title' %> 3: <%= field p.text, class: 'text' %> 4: <%= field link_to('View', p), class: 'link' %> app/views/posts/render.html.erb:1:in `_app_views_posts_render_html_erb__597712939__580511038' app/controllers/posts_controller.rb:4:in `index' Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.3ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (27.1ms) Rendered /home/ubuntu/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.4ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:44:47 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.8ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.0ms) Completed 200 OK in 294ms (Views: 272.1ms | ActiveRecord: 3.2ms) Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 08:44:48 -0300 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 08:44:49 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 08:44:49 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 08:44:49 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:44:50 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (4.9ms) Completed 200 OK in 174ms (Views: 171.4ms | ActiveRecord: 2.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:46:48 -0300 ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (10.6ms) Completed 200 OK in 287ms (Views: 265.7ms | ActiveRecord: 3.0ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:46:50 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 199ms (Views: 196.9ms | ActiveRecord: 1.7ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:50:58 -0300 ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.6ms) Completed 200 OK in 318ms (Views: 295.4ms | ActiveRecord: 3.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:51:00 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 172ms (Views: 170.2ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:51:00 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (4.1ms) Completed 200 OK in 171ms (Views: 168.4ms | ActiveRecord: 1.9ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:51:01 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.2ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 165ms (Views: 163.0ms | ActiveRecord: 1.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:51:01 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.2ms) Completed 200 OK in 169ms (Views: 166.3ms | ActiveRecord: 1.9ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:51:02 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.7ms) Completed 200 OK in 164ms (Views: 162.2ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:51:02 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.8ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.1ms) Completed 200 OK in 165ms (Views: 162.6ms | ActiveRecord: 1.8ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:52:48 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (10.5ms) Completed 200 OK in 284ms (Views: 262.6ms | ActiveRecord: 3.0ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:52:50 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.8ms) Completed 200 OK in 172ms (Views: 169.5ms | ActiveRecord: 1.9ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:52:50 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 177ms (Views: 174.9ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:52:51 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 172ms (Views: 170.3ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:54:31 -0300 ActiveRecord::SchemaMigration Load (2.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.8ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.4ms) Completed 200 OK in 294ms (Views: 272.4ms | ActiveRecord: 3.3ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:54:33 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.1ms) Completed 200 OK in 171ms (Views: 169.2ms | ActiveRecord: 1.9ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:54:33 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.7ms) Completed 200 OK in 176ms (Views: 173.7ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:54:34 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 171ms (Views: 169.5ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:54:35 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.4ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.7ms) Completed 200 OK in 168ms (Views: 166.3ms | ActiveRecord: 1.4ms) Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 08:54:35 -0300 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 08:54:35 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 08:54:35 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 08:54:35 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:54:37 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 171ms (Views: 169.1ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:55:34 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.0ms) Completed 200 OK in 289ms (Views: 266.3ms | ActiveRecord: 3.1ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:55:36 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.1ms) Completed 200 OK in 176ms (Views: 173.5ms | ActiveRecord: 1.7ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:55:36 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 181ms (Views: 178.8ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:55:36 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.4ms) Completed 200 OK in 186ms (Views: 184.3ms | ActiveRecord: 1.7ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:55:37 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 167ms (Views: 165.1ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:55:37 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (4.1ms) Completed 200 OK in 171ms (Views: 168.8ms | ActiveRecord: 1.9ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:55:37 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.7ms) Completed 200 OK in 170ms (Views: 167.8ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:55:38 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.3ms) Completed 200 OK in 168ms (Views: 166.2ms | ActiveRecord: 1.9ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:58:55 -0300 ActiveRecord::SchemaMigration Load (2.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.2ms) Completed 200 OK in 285ms (Views: 263.2ms | ActiveRecord: 3.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:58:57 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.9ms) Completed 200 OK in 168ms (Views: 165.7ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:58:57 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 176ms (Views: 173.5ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:58:57 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.6ms) Completed 200 OK in 164ms (Views: 161.9ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:58:58 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 171ms (Views: 169.5ms | ActiveRecord: 1.7ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:58:58 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 173ms (Views: 171.2ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 08:58:58 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (4.6ms) Completed 200 OK in 171ms (Views: 167.9ms | ActiveRecord: 2.7ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:00:56 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.7ms) Completed 200 OK in 291ms (Views: 262.5ms | ActiveRecord: 3.3ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:00:58 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 164ms (Views: 162.1ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:00:58 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.9ms) Completed 200 OK in 171ms (Views: 168.7ms | ActiveRecord: 1.7ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:01:37 -0300 ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.1ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (12.9ms) Completed 200 OK in 283ms (Views: 260.6ms | ActiveRecord: 4.1ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:01:39 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.9ms) Completed 200 OK in 173ms (Views: 171.1ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:02:47 -0300 ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (10.9ms) Completed 200 OK in 292ms (Views: 270.0ms | ActiveRecord: 3.1ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:02:49 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.2ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (4.3ms) Completed 200 OK in 192ms (Views: 188.8ms | ActiveRecord: 2.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:02:50 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.8ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 178ms (Views: 175.7ms | ActiveRecord: 1.8ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:02:50 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 171ms (Views: 169.6ms | ActiveRecord: 1.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:02:51 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.8ms) Completed 200 OK in 168ms (Views: 166.0ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:03:39 -0300 ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (11.0ms) Completed 200 OK in 287ms (Views: 265.5ms | ActiveRecord: 2.9ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:03:41 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 174ms (Views: 171.6ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:03:42 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 192ms (Views: 190.0ms | ActiveRecord: 1.6ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:03:42 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.9ms) Completed 200 OK in 172ms (Views: 169.8ms | ActiveRecord: 1.6ms) Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.6ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.9ms) Completed 200 OK in 170ms (Views: 167.9ms | ActiveRecord: 1.6ms) Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 09:03:43 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:03:44 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.0ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (4.3ms) Completed 200 OK in 175ms (Views: 172.5ms | ActiveRecord: 2.0ms) Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 09:03:44 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 09:03:44 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 09:03:44 -0300 Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 09:03:44 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:03:45 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (3.0ms) Completed 200 OK in 164ms (Views: 161.9ms | ActiveRecord: 1.7ms) Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 09:03:45 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 09:03:45 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 09:03:45 -0300 Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 09:03:45 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:03:47 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (2.9ms) Completed 200 OK in 169ms (Views: 166.8ms | ActiveRecord: 1.7ms)  (0.1ms) begin transaction SQL (4.1ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.662936"], ["updated_at", "2015-03-31 12:04:32.662936"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.679631"], ["updated_at", "2015-03-31 12:04:32.679631"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.689403"], ["updated_at", "2015-03-31 12:04:32.689403"]]  (2.8ms) commit transaction  (0.3ms) begin transaction SQL (3.7ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.698728"], ["updated_at", "2015-03-31 12:04:32.698728"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.707812"], ["updated_at", "2015-03-31 12:04:32.707812"]]  (2.9ms) commit transaction  (0.0ms) begin transaction SQL (3.5ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.716955"], ["updated_at", "2015-03-31 12:04:32.716955"]]  (2.9ms) commit transaction  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.725488"], ["updated_at", "2015-03-31 12:04:32.725488"]]  (2.9ms) commit transaction  (0.0ms) begin transaction SQL (3.6ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.734636"], ["updated_at", "2015-03-31 12:04:32.734636"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.743895"], ["updated_at", "2015-03-31 12:04:32.743895"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (3.6ms) INSERT INTO "posts" ("title", "text", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "title"], ["text", "text"], ["created_at", "2015-03-31 12:04:32.753079"], ["updated_at", "2015-03-31 12:04:32.753079"]]  (3.0ms) commit transaction Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:04:41 -0300 ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (20.9ms) Completed 200 OK in 298ms (Views: 272.7ms | ActiveRecord: 6.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:04:44 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.8ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (7.6ms) Completed 200 OK in 191ms (Views: 189.4ms | ActiveRecord: 1.8ms) Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 09:04:44 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 09:04:44 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 09:04:44 -0300 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 09:04:44 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:05:00 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (5.6ms) Completed 200 OK in 174ms (Views: 171.8ms | ActiveRecord: 1.9ms) Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 09:05:00 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 09:05:00 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 09:05:00 -0300 Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 09:05:00 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:05:01 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.2ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (6.8ms) Completed 200 OK in 216ms (Views: 213.7ms | ActiveRecord: 2.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:05:10 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (29.6ms) Completed 200 OK in 305ms (Views: 277.3ms | ActiveRecord: 9.3ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:06:39 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (21.0ms) Completed 200 OK in 300ms (Views: 271.9ms | ActiveRecord: 6.3ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:07:12 -0300 ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (2.8ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (30.4ms) Completed 200 OK in 301ms (Views: 273.2ms | ActiveRecord: 9.2ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:07:53 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.5ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (20.4ms) Completed 200 OK in 341ms (Views: 315.4ms | ActiveRecord: 6.5ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:08:11 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.3ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (6.6ms) Completed 200 OK in 187ms (Views: 185.0ms | ActiveRecord: 1.3ms) Started GET "/assets/posts-dfa7b291102a59957590b4e00e20f1c8.css?body=1" for 172.16.0.104 at 2015-03-31 09:08:11 -0300 Started GET "/assets/application-5443590960d4ffbddd98865912808a33.js?body=1" for 172.16.0.104 at 2015-03-31 09:08:11 -0300 Started GET "/assets/application-4bd47aa5304440469cdae59cbeafed2c.css?body=1" for 172.16.0.104 at 2015-03-31 09:08:11 -0300 Started GET "/assets/posts-46c9a194bd0668e67d57241f94473dc8.js?body=1" for 172.16.0.104 at 2015-03-31 09:08:11 -0300 Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:09:10 -0300 ActiveRecord::SchemaMigration Load (1.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.7ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (25.9ms) Completed 200 OK in 296ms (Views: 270.8ms | ActiveRecord: 7.0ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:09:12 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (6.2ms) Completed 200 OK in 204ms (Views: 201.6ms | ActiveRecord: 1.9ms) Started GET "/posts?template=render" for 172.16.0.104 at 2015-03-31 09:09:13 -0300 Processing by PostsController#index as HTML Parameters: {"template"=>"render"} Post Load (1.9ms) SELECT "posts".* FROM "posts" Rendered posts/render.html.erb within layouts/application (9.0ms) Completed 200 OK in 177ms (Views: 174.9ms | ActiveRecord: 1.9ms)