spec/dummy/log/development.log in with_popup-0.0.1 vs spec/dummy/log/development.log in with_popup-0.0.2

- old
+ new

@@ -18713,5 +18713,26 @@ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-01 21:54:11 +0700 Processing by PostsController#reload as HTML Rendered posts/reload.html.erb within layouts/application (0.1ms) Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.0ms) + + +Started GET "/" for 127.0.0.1 at 2015-11-02 00:16:07 +0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TopController#index as HTML + Rendered top/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 267ms (Views: 266.5ms | ActiveRecord: 0.0ms) + + +Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:16:09 +0700 +Processing by PostsController#new as HTML + Parameters: {"view"=>"form_tag_helper"} + Rendered posts/form_tag_helper.html.erb within layouts/application (34.8ms) +Completed 200 OK in 69ms (Views: 65.5ms | ActiveRecord: 0.3ms) + + +Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:16:11 +0700 +Processing by PostsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"vA6mud2FraJmoAZV9AGovhAQF6oG9Au/OyRILXQpE34=", "post"=>{"body"=>""}, "x"=>"55", "y"=>"17", "view"=>"form_tag_helper"} + Rendered posts/form_tag_helper.html.erb within layouts/application (5.8ms) +Completed 200 OK in 51ms (Views: 33.1ms | ActiveRecord: 0.0ms)