spec/dummy/log/development.log in with_popup-0.0.6 vs spec/dummy/log/development.log in with_popup-0.0.7
- old
+ new
@@ -19156,5 +19156,83 @@
Started GET "/posts/reload" for ::1 at 2016-03-22 17:17:24 +0700
Processing by PostsController#reload as HTML
Rendered posts/reload.html.erb within layouts/application (0.0ms)
Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-03-24 11:47:09 +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.1ms)
+Completed 200 OK in 382ms (Views: 381.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/new?view=form_tag_helper" for ::1 at 2016-03-24 11:47:11 +0700
+Processing by PostsController#new as HTML
+ Parameters: {"view"=>"form_tag_helper"}
+ Rendered posts/form_tag_helper.html.erb within layouts/application (24.6ms)
+Completed 200 OK in 59ms (Views: 50.0ms | ActiveRecord: 0.3ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-24 11:47:13 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nOlgJkhS00ZA+I8/DuZBiGUlVJJT2Wd7z3/wnY3wPZbzAoq+lSRZJffdOeYwfOibdY/L82K3Tc7uVYy7T4z5/A==", "post"=>{"body"=>""}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
+ Rendered posts/form_tag_helper.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 47ms (Views: 23.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/src" for ::1 at 2016-03-24 11:47:13 +0700
+Processing by PostsController#src as HTML
+ Rendered posts/src.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-24 11:47:16 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"OfSZZLY8CEFKR4GTP4U8FXuloYq3tQMD7TpL95eI3CVWH3P8a0qCIv1iN0oBH5UGaw8+64bbKbbMEDfRVfQYTw==", "post"=>{"body"=>"rr"}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
+Redirected to http://localhost:3000/posts/done
+Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/src" for ::1 at 2016-03-24 11:47:16 +0700
+Processing by PostsController#src as HTML
+ Rendered posts/src.html.erb within layouts/application (0.0ms)
+Completed 200 OK in 24ms (Views: 24.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/done" for ::1 at 2016-03-24 11:47:16 +0700
+Processing by PostsController#done as HTML
+ Rendered posts/done.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/reload" for ::1 at 2016-03-24 11:47:16 +0700
+Processing by PostsController#reload as HTML
+ Rendered posts/reload.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/reload" for ::1 at 2016-03-24 11:47:17 +0700
+Processing by PostsController#reload as HTML
+ Rendered posts/reload.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 18ms (Views: 18.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-03-24 11:47:19 +0700
+Processing by TopController#index as HTML
+ Rendered top/index.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/posts/new?view=form_helper" for ::1 at 2016-03-24 11:47:21 +0700
+Processing by PostsController#new as HTML
+ Parameters: {"view"=>"form_helper"}
+ Rendered posts/form_helper.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/posts" for ::1 at 2016-03-24 11:47:22 +0700
+Processing by PostsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"nn3SRsO7PND08Q8Awypqokzw2l/6FTaCIRLQCnOCe/TxljjeHs22s0PUudn9sMOxXFpFPst7HDcAOKwssf6/ng==", "post"=>{"body"=>""}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
+ Rendered posts/form_helper.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 26ms (Views: 16.2ms | ActiveRecord: 0.0ms)