with_popup 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/lib/with_popup/version.rb +1 -1
  3. data/spec/dummy/app/assets/images/submit.jpg +0 -0
  4. data/spec/dummy/app/views/posts/form_tag_helper.html.erb +1 -1
  5. data/spec/dummy/log/development.log +21 -0
  6. data/spec/dummy/log/test.log +701 -0
  7. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/4qlTmqwgKv4gPsTQPUrlOnerJ8ph35PgLGjWh7zICNM.cache +0 -0
  8. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/DBw5T8hnQY5Znn4_coCGauldrjxWaAgUF6tFs-ygTv0.cache +2 -0
  9. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/EstO5180lY8JoWmQh6ARmBqGXphX9M6Uwc7X8IIjOnQ.cache +1 -0
  10. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/JaVAML6DZuB-z4A3uFHatwje3i9kNLPRW7uPg_VWxPA.cache +3 -0
  11. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/MQQNlBCwQJr4MA_Wy3Qwt12vKFsPuzVFfS_7oGl1PT8.cache +1 -0
  12. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/VrcYVwCR4EwnG5R7UuNScdDG0V4qIqwV1rWnaPgorjE.cache +1 -0
  13. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/X9G9s52htuVsY5TvrmRcIJiUlPnSRbiRqbS7WUuJy9E.cache +1 -0
  14. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/YZ2PVkzXYv6UXRQU-pWWGpY8tSBWEPeiE1JaWsJvui4.cache +1 -0
  15. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/sJVYgw6Rg99zmWwOfrA51_T4KexaCxF1mjsOHEiAI7o.cache +0 -0
  16. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/3s_UcI4w2vRY87fInUvnJgsEEOTPiYmp8qOv9mCDsCA.cache +1 -0
  17. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/DBw5T8hnQY5Znn4_coCGauldrjxWaAgUF6tFs-ygTv0.cache +2 -0
  18. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/DUJT9sqooqzudKtLkjXYfRR_z_fScGRuiUepFhWXRLo.cache +0 -0
  19. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/FpeiX0SD85784pHVCynCkB1enNVK-V-i41udiJfZYFY.cache +0 -0
  20. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/L_Pt9Zf2nwtYKoQUrlw3_IT2kyqal6qwYq8a-QnpEw8.cache +0 -0
  21. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/P51VspxLPHz6upfkP794KDNFN4_t37BeVFVzpsskO5A.cache +3 -0
  22. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/PTxreuwjDm368WqMFpB8ZX_uRjyyPEf6__zdFm1OulE.cache +0 -0
  23. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/QHaCHnYwSKs5yn3wprWfAbFPpNbEGaRrE1xSJGKyHgY.cache +1 -0
  24. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/X9G9s52htuVsY5TvrmRcIJiUlPnSRbiRqbS7WUuJy9E.cache +1 -0
  25. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/YZ2PVkzXYv6UXRQU-pWWGpY8tSBWEPeiE1JaWsJvui4.cache +1 -0
  26. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/kRv_Wvkjhdd7WlRy5y0yvKPAXgSRkWrZ2wgo7XwqyWs.cache +1 -0
  27. data/spec/examples.txt +26 -0
  28. metadata +67 -28
  29. data/spec/dummy/app/assets/images/submit.png +0 -0
@@ -8974,3 +8974,704 @@ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
8974
8974
  Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-01 16:33:39 +0700
8975
8975
  Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-01 16:33:39 +0700
8976
8976
   (0.1ms) rollback transaction
8977
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8978
+  (0.1ms) begin transaction
8979
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8980
+ Processing by TopController#index as HTML
8981
+ Rendered top/index.html.erb within layouts/application (3.6ms)
8982
+ Completed 200 OK in 266ms (Views: 265.1ms | ActiveRecord: 0.0ms)
8983
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8984
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8985
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8986
+ Processing by PostsController#new as HTML
8987
+ Parameters: {"view"=>"form_tag_helper"}
8988
+ Rendered posts/form_tag_helper.html.erb within layouts/application (39.3ms)
8989
+ Completed 200 OK in 47ms (Views: 43.3ms | ActiveRecord: 0.5ms)
8990
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8991
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8992
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8993
+ Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8994
+ Processing by PostsController#create as HTML
8995
+ Parameters: {"post"=>{"body"=>"OK"}}
8996
+ Redirected to http://127.0.0.1:55572/posts/done
8997
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
8998
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
8999
+ Processing by PostsController#done as HTML
9000
+ Rendered posts/done.html.erb within layouts/application (0.4ms)
9001
+ Completed 200 OK in 3ms (Views: 3.4ms | ActiveRecord: 0.0ms)
9002
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
9003
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
9004
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
9005
+ Processing by PostsController#reload as HTML
9006
+ Rendered posts/reload.html.erb within layouts/application (0.3ms)
9007
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
9008
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
9009
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
9010
+  (0.1ms) rollback transaction
9011
+  (0.1ms) begin transaction
9012
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
9013
+ Processing by TopController#index as HTML
9014
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9015
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9016
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
9017
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:43 +0700
9018
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9019
+ Processing by PostsController#new as HTML
9020
+ Parameters: {"view"=>"form_tag_helper"}
9021
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.6ms)
9022
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
9023
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9024
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9025
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9026
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9027
+ Processing by PostsController#create as HTML
9028
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
9029
+ Redirected to http://127.0.0.1:55572/posts/done
9030
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9031
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9032
+ Processing by PostsController#done as HTML
9033
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9034
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9035
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9036
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9037
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9038
+ Processing by PostsController#reload as HTML
9039
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9040
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9041
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9042
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9043
+  (0.1ms) rollback transaction
9044
+  (0.1ms) begin transaction
9045
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9046
+ Processing by TopController#index as HTML
9047
+ Rendered top/index.html.erb within layouts/application (0.8ms)
9048
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
9049
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9050
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9051
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9052
+ Processing by PostsController#new as HTML
9053
+ Parameters: {"view"=>"form_tag_helper"}
9054
+ Rendered posts/form_tag_helper.html.erb within layouts/application (9.4ms)
9055
+ Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms)
9056
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9057
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9058
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9059
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9060
+ Processing by PostsController#create as HTML
9061
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with confirm)", "view"=>"form_tag_helper"}
9062
+ Rendered posts/form_tag_helper.html.erb within layouts/application (3.8ms)
9063
+ Completed 200 OK in 38ms (Views: 6.2ms | ActiveRecord: 0.0ms)
9064
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9065
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9066
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9067
+  (0.1ms) rollback transaction
9068
+  (0.1ms) begin transaction
9069
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9070
+ Processing by TopController#index as HTML
9071
+ Rendered top/index.html.erb within layouts/application (0.7ms)
9072
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
9073
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9074
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9075
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9076
+ Processing by PostsController#new as HTML
9077
+ Parameters: {"view"=>"form_tag_helper"}
9078
+ Rendered posts/form_tag_helper.html.erb within layouts/application (3.7ms)
9079
+ Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
9080
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9081
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9082
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9083
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9084
+ Processing by PostsController#create as HTML
9085
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_tag_helper"}
9086
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.1ms)
9087
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9088
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9089
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9090
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:44 +0700
9091
+  (0.1ms) rollback transaction
9092
+  (0.1ms) begin transaction
9093
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9094
+ Processing by TopController#index as HTML
9095
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9096
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
9097
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9098
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9099
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9100
+ Processing by PostsController#new as HTML
9101
+ Parameters: {"view"=>"form_tag_helper"}
9102
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.5ms)
9103
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
9104
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9105
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9106
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9107
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9108
+ Processing by PostsController#create as HTML
9109
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_tag_helper"}
9110
+ Redirected to http://127.0.0.1:55572/posts/done
9111
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9112
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9113
+ Processing by PostsController#done as HTML
9114
+ Rendered posts/done.html.erb within layouts/application (0.2ms)
9115
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
9116
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9117
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9118
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9119
+ Processing by PostsController#reload as HTML
9120
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9121
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9122
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9123
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9124
+  (0.1ms) rollback transaction
9125
+  (0.1ms) begin transaction
9126
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9127
+ Processing by TopController#index as HTML
9128
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9129
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9130
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9131
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9132
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9133
+ Processing by PostsController#new as HTML
9134
+ Parameters: {"view"=>"form_tag_helper"}
9135
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.3ms)
9136
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
9137
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9138
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9139
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9140
+ Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9141
+ Processing by PostsController#create as HTML
9142
+ Parameters: {"post"=>{"body"=>"OK"}}
9143
+ Redirected to http://127.0.0.1:55572/posts/done
9144
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9145
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9146
+ Processing by PostsController#done as HTML
9147
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9148
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9149
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9150
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9151
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9152
+ Processing by PostsController#reload as HTML
9153
+ Rendered posts/reload.html.erb within layouts/application (0.1ms)
9154
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9155
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9156
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9157
+  (0.1ms) rollback transaction
9158
+  (0.1ms) begin transaction
9159
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9160
+ Processing by TopController#index as HTML
9161
+ Rendered top/index.html.erb within layouts/application (0.8ms)
9162
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9163
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9164
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9165
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9166
+ Processing by PostsController#new as HTML
9167
+ Parameters: {"view"=>"form_tag_helper"}
9168
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.5ms)
9169
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
9170
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9171
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9172
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:45 +0700
9173
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9174
+ Processing by PostsController#create as HTML
9175
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "view"=>"form_tag_helper"}
9176
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.3ms)
9177
+ Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)
9178
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9179
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9180
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9181
+  (0.1ms) rollback transaction
9182
+  (0.1ms) begin transaction
9183
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9184
+ Processing by TopController#index as HTML
9185
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9186
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
9187
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9188
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9189
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9190
+ Processing by PostsController#new as HTML
9191
+ Parameters: {"view"=>"form_tag_helper"}
9192
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.9ms)
9193
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
9194
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9195
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9196
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9197
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9198
+ Processing by PostsController#create as HTML
9199
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "view"=>"form_tag_helper"}
9200
+ Redirected to http://127.0.0.1:55572/posts/done
9201
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9202
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9203
+ Processing by PostsController#done as HTML
9204
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9205
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
9206
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9207
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9208
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9209
+ Processing by PostsController#reload as HTML
9210
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9211
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9212
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9213
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9214
+  (0.2ms) rollback transaction
9215
+  (0.1ms) begin transaction
9216
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9217
+ Processing by TopController#index as HTML
9218
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9219
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9220
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9221
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9222
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9223
+ Processing by PostsController#new as HTML
9224
+ Parameters: {"view"=>"form_tag_helper"}
9225
+ Rendered posts/form_tag_helper.html.erb within layouts/application (8.2ms)
9226
+ Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
9227
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9228
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9229
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9230
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9231
+ Processing by PostsController#create as HTML
9232
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
9233
+ Redirected to http://127.0.0.1:55572/posts/done
9234
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9235
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9236
+ Processing by PostsController#done as HTML
9237
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9238
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9239
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9240
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9241
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9242
+ Processing by PostsController#reload as HTML
9243
+ Rendered posts/reload.html.erb within layouts/application (0.1ms)
9244
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9245
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9246
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9247
+  (0.1ms) rollback transaction
9248
+  (0.1ms) begin transaction
9249
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9250
+ Processing by TopController#index as HTML
9251
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9252
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9253
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9254
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:46 +0700
9255
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9256
+ Processing by PostsController#new as HTML
9257
+ Parameters: {"view"=>"form_tag_helper"}
9258
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.4ms)
9259
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
9260
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9261
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9262
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9263
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9264
+ Processing by PostsController#create as HTML
9265
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag", "view"=>"form_tag_helper"}
9266
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.2ms)
9267
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9268
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9269
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9270
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9271
+  (0.1ms) rollback transaction
9272
+  (0.0ms) begin transaction
9273
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9274
+ Processing by TopController#index as HTML
9275
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9276
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9277
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9278
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9279
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9280
+ Processing by PostsController#new as HTML
9281
+ Parameters: {"view"=>"form_tag_helper"}
9282
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.3ms)
9283
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
9284
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9285
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9286
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9287
+ Started GET "/posts/src" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9288
+ Processing by PostsController#src as HTML
9289
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9290
+ Processing by PostsController#create as HTML
9291
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
9292
+ Rendered posts/form_tag_helper.html.erb within layouts/application (1.9ms)
9293
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
9294
+ Rendered posts/src.html.erb within layouts/application (0.5ms)
9295
+ Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
9296
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9297
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9298
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9299
+  (0.1ms) rollback transaction
9300
+  (0.1ms) begin transaction
9301
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9302
+ Processing by TopController#index as HTML
9303
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9304
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9305
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9306
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9307
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9308
+ Processing by PostsController#new as HTML
9309
+ Parameters: {"view"=>"form_tag_helper"}
9310
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.2ms)
9311
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9312
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9313
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9314
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9315
+ Started GET "/posts/src" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9316
+ Processing by PostsController#src as HTML
9317
+ Rendered posts/src.html.erb within layouts/application (0.0ms)
9318
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9319
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9320
+ Processing by PostsController#create as HTML
9321
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit_tag (with popup options)", "view"=>"form_tag_helper"}
9322
+ Redirected to http://127.0.0.1:55572/posts/done
9323
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9324
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9325
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9326
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9327
+ Processing by PostsController#done as HTML
9328
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9329
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9330
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9331
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9332
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9333
+ Processing by PostsController#reload as HTML
9334
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9335
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9336
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9337
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:47 +0700
9338
+  (0.1ms) rollback transaction
9339
+  (0.0ms) begin transaction
9340
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9341
+ Processing by TopController#index as HTML
9342
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9343
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9344
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9345
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9346
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9347
+ Processing by PostsController#new as HTML
9348
+ Parameters: {"view"=>"form_tag_helper"}
9349
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.5ms)
9350
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
9351
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9352
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9353
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9354
+ Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9355
+ Processing by PostsController#create as HTML
9356
+ Parameters: {"post"=>{"body"=>"OK"}}
9357
+ Redirected to http://127.0.0.1:55572/posts/done
9358
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9359
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9360
+ Processing by PostsController#done as HTML
9361
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9362
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9363
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9364
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9365
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9366
+ Processing by PostsController#reload as HTML
9367
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9368
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9369
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9370
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9371
+  (0.1ms) rollback transaction
9372
+  (0.2ms) begin transaction
9373
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9374
+ Processing by TopController#index as HTML
9375
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9376
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9377
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9378
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9379
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9380
+ Processing by PostsController#new as HTML
9381
+ Parameters: {"view"=>"form_tag_helper"}
9382
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.3ms)
9383
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
9384
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9385
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9386
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9387
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9388
+ Processing by PostsController#create as HTML
9389
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
9390
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.1ms)
9391
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
9392
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9393
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9394
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9395
+  (0.1ms) rollback transaction
9396
+  (0.1ms) begin transaction
9397
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9398
+ Processing by TopController#index as HTML
9399
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9400
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
9401
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9402
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9403
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9404
+ Processing by PostsController#new as HTML
9405
+ Parameters: {"view"=>"form_tag_helper"}
9406
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.4ms)
9407
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
9408
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9409
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9410
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:48 +0700
9411
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9412
+ Processing by PostsController#create as HTML
9413
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "x"=>"50", "y"=>"14", "view"=>"form_tag_helper"}
9414
+ Redirected to http://127.0.0.1:55572/posts/done
9415
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9416
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9417
+ Processing by PostsController#done as HTML
9418
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9419
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
9420
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9421
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9422
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9423
+ Processing by PostsController#reload as HTML
9424
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9425
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
9426
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9427
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9428
+  (0.1ms) rollback transaction
9429
+  (0.1ms) begin transaction
9430
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9431
+ Processing by TopController#index as HTML
9432
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9433
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9434
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9435
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9436
+ Started GET "/posts/new?view=form_tag_helper" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9437
+ Processing by PostsController#new as HTML
9438
+ Parameters: {"view"=>"form_tag_helper"}
9439
+ Rendered posts/form_tag_helper.html.erb within layouts/application (2.2ms)
9440
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
9441
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9442
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9443
+ Started GET "/assets/submit.jpg" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9444
+ Started POST "/posts?post%5Bbody%5D=OK" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9445
+ Processing by PostsController#create as HTML
9446
+ Parameters: {"post"=>{"body"=>"OK"}}
9447
+ Redirected to http://127.0.0.1:55572/posts/done
9448
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9449
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9450
+ Processing by PostsController#done as HTML
9451
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9452
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
9453
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9454
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9455
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9456
+ Processing by PostsController#reload as HTML
9457
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9458
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9459
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9460
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9461
+  (0.1ms) rollback transaction
9462
+  (0.0ms) begin transaction
9463
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9464
+ Processing by TopController#index as HTML
9465
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9466
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9467
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9468
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9469
+ Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9470
+ Processing by PostsController#new as HTML
9471
+ Parameters: {"view"=>"form_helper"}
9472
+ Rendered posts/form_helper.html.erb within layouts/application (1.6ms)
9473
+ Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
9474
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9475
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9476
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9477
+ Processing by PostsController#create as HTML
9478
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
9479
+ Rendered posts/form_helper.html.erb within layouts/application (1.1ms)
9480
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
9481
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9482
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9483
+  (0.1ms) rollback transaction
9484
+  (0.2ms) begin transaction
9485
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9486
+ Processing by TopController#index as HTML
9487
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9488
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9489
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9490
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:49 +0700
9491
+ Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9492
+ Processing by PostsController#new as HTML
9493
+ Parameters: {"view"=>"form_helper"}
9494
+ Rendered posts/form_helper.html.erb within layouts/application (1.1ms)
9495
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
9496
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9497
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9498
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9499
+ Processing by PostsController#create as HTML
9500
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with popup_features)", "view"=>"form_helper"}
9501
+ Redirected to http://127.0.0.1:55572/posts/done
9502
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9503
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9504
+ Processing by PostsController#done as HTML
9505
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9506
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9507
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9508
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9509
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9510
+ Processing by PostsController#reload as HTML
9511
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9512
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9513
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9514
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9515
+  (0.1ms) rollback transaction
9516
+  (0.0ms) begin transaction
9517
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9518
+ Processing by TopController#index as HTML
9519
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9520
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9521
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9522
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9523
+ Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9524
+ Processing by PostsController#new as HTML
9525
+ Parameters: {"view"=>"form_helper"}
9526
+ Rendered posts/form_helper.html.erb within layouts/application (1.3ms)
9527
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
9528
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9529
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9530
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9531
+ Processing by PostsController#create as HTML
9532
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit", "view"=>"form_helper"}
9533
+ Rendered posts/form_helper.html.erb within layouts/application (1.0ms)
9534
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
9535
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9536
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9537
+  (0.1ms) rollback transaction
9538
+  (0.0ms) begin transaction
9539
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9540
+ Processing by TopController#index as HTML
9541
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9542
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9543
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9544
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9545
+ Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9546
+ Processing by PostsController#new as HTML
9547
+ Parameters: {"view"=>"form_helper"}
9548
+ Rendered posts/form_helper.html.erb within layouts/application (1.3ms)
9549
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
9550
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9551
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9552
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9553
+ Processing by PostsController#create as HTML
9554
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit", "view"=>"form_helper"}
9555
+ Redirected to http://127.0.0.1:55572/posts/done
9556
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9557
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9558
+ Processing by PostsController#done as HTML
9559
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9560
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
9561
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9562
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9563
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9564
+ Processing by PostsController#reload as HTML
9565
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9566
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9567
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9568
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:50 +0700
9569
+  (0.1ms) rollback transaction
9570
+  (0.1ms) begin transaction
9571
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9572
+ Processing by TopController#index as HTML
9573
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9574
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9575
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9576
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9577
+ Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9578
+ Processing by PostsController#new as HTML
9579
+ Parameters: {"view"=>"form_helper"}
9580
+ Rendered posts/form_helper.html.erb within layouts/application (0.9ms)
9581
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
9582
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9583
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9584
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9585
+ Processing by PostsController#create as HTML
9586
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "button"=>"", "view"=>"form_helper"}
9587
+ Redirected to http://127.0.0.1:55572/posts/done
9588
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9589
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9590
+ Processing by PostsController#done as HTML
9591
+ Rendered posts/done.html.erb within layouts/application (0.1ms)
9592
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9593
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9594
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9595
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9596
+ Processing by PostsController#reload as HTML
9597
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9598
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
9599
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9600
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9601
+  (0.1ms) rollback transaction
9602
+  (0.0ms) begin transaction
9603
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9604
+ Processing by TopController#index as HTML
9605
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9606
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9607
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9608
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9609
+ Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9610
+ Processing by PostsController#new as HTML
9611
+ Parameters: {"view"=>"form_helper"}
9612
+ Rendered posts/form_helper.html.erb within layouts/application (1.2ms)
9613
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
9614
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9615
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9616
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9617
+ Processing by PostsController#create as HTML
9618
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "button"=>"", "view"=>"form_helper"}
9619
+ Rendered posts/form_helper.html.erb within layouts/application (0.9ms)
9620
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
9621
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9622
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9623
+  (0.1ms) rollback transaction
9624
+  (0.1ms) begin transaction
9625
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9626
+ Processing by TopController#index as HTML
9627
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9628
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9629
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9630
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9631
+ Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9632
+ Processing by PostsController#new as HTML
9633
+ Parameters: {"view"=>"form_helper"}
9634
+ Rendered posts/form_helper.html.erb within layouts/application (1.4ms)
9635
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
9636
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9637
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:51 +0700
9638
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9639
+ Processing by PostsController#create as HTML
9640
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>""}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
9641
+ Rendered posts/form_helper.html.erb within layouts/application (1.0ms)
9642
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
9643
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9644
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9645
+  (0.1ms) rollback transaction
9646
+  (0.1ms) begin transaction
9647
+ Started GET "/" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9648
+ Processing by TopController#index as HTML
9649
+ Rendered top/index.html.erb within layouts/application (0.4ms)
9650
+ Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
9651
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9652
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9653
+ Started GET "/posts/new?view=form_helper" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9654
+ Processing by PostsController#new as HTML
9655
+ Parameters: {"view"=>"form_helper"}
9656
+ Rendered posts/form_helper.html.erb within layouts/application (0.8ms)
9657
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
9658
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9659
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9660
+ Started POST "/posts" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9661
+ Processing by PostsController#create as HTML
9662
+ Parameters: {"utf8"=>"✓", "post"=>{"body"=>"test"}, "commit"=>"submit (with confirm)", "view"=>"form_helper"}
9663
+ Redirected to http://127.0.0.1:55572/posts/done
9664
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
9665
+ Started GET "/posts/done" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9666
+ Processing by PostsController#done as HTML
9667
+ Rendered posts/done.html.erb within layouts/application (0.2ms)
9668
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
9669
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9670
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9671
+ Started GET "/posts/reload" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9672
+ Processing by PostsController#reload as HTML
9673
+ Rendered posts/reload.html.erb within layouts/application (0.0ms)
9674
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
9675
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9676
+ Started GET "/assets/application.js" for 127.0.0.1 at 2015-11-02 00:15:52 +0700
9677
+  (0.1ms) rollback transaction