spec/dummy/log/development.log in with_popup-0.0.4 vs spec/dummy/log/development.log in with_popup-0.0.5
- old
+ new
@@ -18923,5 +18923,180 @@
Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2016-03-22 16:29:50 +0700
Processing by PostsController#new as HTML
Parameters: {"view"=>"form_tag_helper"}
Rendered posts/form_tag_helper.html.erb within layouts/application (4.4ms)
Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-03-22 16:56:22 +0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by TopController#index as HTML
+ Rendered top/index.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 420ms (Views: 420.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/new?view=form_tag_helper" for ::1 at 2016-03-22 16:56:25 +0700
+Processing by PostsController#new as HTML
+ Parameters: {"view"=>"form_tag_helper"}
+ Rendered posts/form_tag_helper.html.erb within layouts/application (19.7ms)
+Completed 200 OK in 46ms (Views: 37.6ms | ActiveRecord: 0.4ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-22 16:56:28 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"kifhheyC0vEJEUN4w3gF1OfYQNDQ06WaiM4oSbAApBfNdKod+N1M1gv9C7Q+vg73kzPVg4aMESk9+vkKtDmVnQ==", "post"=>{"body"=>""}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
+ Rendered posts/form_tag_helper.html.erb within layouts/application (4.5ms)
+Completed 200 OK in 53ms (Views: 24.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/src" for ::1 at 2016-03-22 16:56:28 +0700
+Processing by PostsController#src as HTML
+ Rendered posts/src.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 34ms (Views: 33.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-22 16:56:31 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"kuRLPvV/LiPSgs1f3VxLCNweBipamaolSxqMSE55y2jNtwCm4SCwBNBuhZMgmkArqPWTeQzGHpb+Ll0LSkD64g==", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
+Redirected to http://localhost:3000/posts/done
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/src" for ::1 at 2016-03-22 16:56:31 +0700
+Processing by PostsController#src as HTML
+ Rendered posts/src.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/done" for ::1 at 2016-03-22 16:56:32 +0700
+Processing by PostsController#done as HTML
+ Rendered posts/done.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/reload" for ::1 at 2016-03-22 16:56:32 +0700
+Processing by PostsController#reload as HTML
+ Rendered posts/reload.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-03-22 16:56:35 +0700
+Processing by TopController#index as HTML
+ Rendered top/index.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/new?view=form_helper" for ::1 at 2016-03-22 16:56:37 +0700
+Processing by PostsController#new as HTML
+ Parameters: {"view"=>"form_helper"}
+ Rendered posts/form_helper.html.erb within layouts/application (2.0ms)
+Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-22 16:56:39 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"HnSvmPP0j6r5q4JuiZ5rz3M/9Xy8FsdkMVWJVzU+yNVBJ+QA56sRjftHyqJ0WGDsB9RgL+pJc9eEYVgUMQf5Xw==", "post"=>{"body"=>""}, "commit"=>"submit", "view"=>"form_helper"}
+ Rendered posts/form_helper.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-22 16:56:42 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ADgmj12Qq9+Kwf0ETIGtsxgWkMAAVEIWz0ED9iFcbttfa20XSc81+IgttcixR6aQbP0Fk1YL9qV6ddK1JWVfUQ==", "post"=>{"body"=>"yea"}, "commit"=>"submit", "view"=>"form_helper"}
+Redirected to http://localhost:3000/posts/done
+Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/done" for ::1 at 2016-03-22 16:56:42 +0700
+Processing by PostsController#done as HTML
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 17ms (Views: 17.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/reload" for ::1 at 2016-03-22 16:56:42 +0700
+Processing by PostsController#reload as HTML
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
+Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-03-22 16:56:45 +0700
+Processing by TopController#index as HTML
+ Rendered top/index.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/new?view=form_tag_helper" for ::1 at 2016-03-22 16:56:47 +0700
+Processing by PostsController#new as HTML
+ Parameters: {"view"=>"form_tag_helper"}
+ Rendered posts/form_tag_helper.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-22 16:56:49 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"mdyjjfFW4+RF+jLG0b9dbBJ14TM3qF7S0/m6K+dL16nGj+gV5Ql9w0cWegoseVZPZp50YGH36mFmzWto43LmIw==", "post"=>{"body"=>""}, "x"=>"34", "y"=>"6", "view"=>"form_tag_helper"}
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-22 16:56:53 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"DEjdQjCgljO7wxlvailP1QUJkMAX79sCz5vPLfaD6v1TG5baJP8IFLkvUaOX70T2ceIFk0Gwb7F6rx5u8rrbdw==", "post"=>{"body"=>"test"}, "x"=>"52", "y"=>"13", "view"=>"form_tag_helper"}
+Redirected to http://localhost:3000/posts/done
+Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/done" for ::1 at 2016-03-22 16:56:53 +0700
+Processing by PostsController#done as HTML
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/reload" for ::1 at 2016-03-22 16:56:53 +0700
+Processing by PostsController#reload as HTML
+ Rendered posts/reload.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 22ms (Views: 22.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-03-22 16:56:56 +0700
+Processing by TopController#index as HTML
+ Rendered top/index.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 18ms (Views: 18.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/new?view=form_tag_helper" for ::1 at 2016-03-22 16:56:57 +0700
+Processing by PostsController#new as HTML
+ Parameters: {"view"=>"form_tag_helper"}
+ Rendered posts/form_tag_helper.html.erb within layouts/application (4.8ms)
+Completed 200 OK in 27ms (Views: 27.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/posts?post%5Bbody%5D=OK" for ::1 at 2016-03-22 16:56:59 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"authenticity_token"=>"hHEZgZmnVR5gPgVwltWjAfZBNrNrMjVAlKdaDFiMUHzbIlIZjfjLOWLSTbxrE6gigqqj4D1tgfMhk4tPXLVh9g==", "post"=>{"body"=>"OK"}}
+Redirected to http://localhost:3000/posts/done
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/done" for ::1 at 2016-03-22 16:56:59 +0700
+Processing by PostsController#done as HTML
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/reload" for ::1 at 2016-03-22 16:56:59 +0700
+Processing by PostsController#reload as HTML
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
+Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-03-22 16:57:02 +0700
+Processing by TopController#index as HTML
+ Rendered top/index.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 17ms (Views: 17.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/new?view=form_tag_helper" for ::1 at 2016-03-22 16:57:04 +0700
+Processing by PostsController#new as HTML
+ Parameters: {"view"=>"form_tag_helper"}
+ Rendered posts/form_tag_helper.html.erb within layouts/application (5.3ms)
+Completed 200 OK in 31ms (Views: 30.7ms | ActiveRecord: 0.0ms)