groonga-client-rails 0.9.3 → 0.9.4
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.
- checksums.yaml +4 -4
- data/doc/text/news.md +6 -0
- data/lib/groonga/client/rails/version.rb +1 -1
- data/lib/groonga/client/searcher/schema.rb +4 -0
- data/lib/groonga/client/searcher/schema_synchronizer.rb +8 -1
- data/test/apps/rails4-mongoid/Gemfile.lock +1 -1
- data/test/apps/rails4-mongoid/app/controllers/posts_controller.rb +7 -1
- data/test/apps/rails4-mongoid/app/models/post.rb +6 -0
- data/test/apps/rails4-mongoid/app/searchers/posts_searcher.rb +5 -0
- data/test/apps/rails4-mongoid/app/views/posts/_form.html.erb +4 -0
- data/test/apps/rails4-mongoid/app/views/posts/index.json.jbuilder +1 -1
- data/test/apps/rails4-mongoid/app/views/posts/show.html.erb +6 -0
- data/test/apps/rails4-mongoid/app/views/posts/show.json.jbuilder +1 -1
- data/test/apps/rails4-mongoid/log/development.log +1576 -0
- data/test/apps/rails4-mongoid/log/test.log +1121 -0
- data/test/apps/rails4-mongoid/test/searchers/posts_searcher_test.rb +26 -0
- metadata +2 -2
@@ -762,3 +762,1579 @@ MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000610144s
|
|
762
762
|
MONGODB | Adding localhost:27017 to the cluster.
|
763
763
|
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}}
|
764
764
|
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000648652s
|
765
|
+
|
766
|
+
|
767
|
+
Started GET "/" for ::1 at 2016-06-08 10:14:51 +0900
|
768
|
+
Processing by Rails::WelcomeController#index as HTML
|
769
|
+
Rendered /var/lib/gems/2.3.0/gems/railties-4.2.6/lib/rails/templates/rails/welcome/index.html.erb (1.8ms)
|
770
|
+
Completed 200 OK in 48ms (Views: 31.6ms)
|
771
|
+
|
772
|
+
|
773
|
+
Started GET "/posts" for ::1 at 2016-06-08 10:14:54 +0900
|
774
|
+
Processing by PostsController#index as HTML
|
775
|
+
MONGODB | Adding localhost:27017 to the cluster.
|
776
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}}
|
777
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.132389805s
|
778
|
+
Rendered posts/index.html.erb within layouts/application (150.1ms)
|
779
|
+
Completed 200 OK in 541ms (Views: 449.6ms)
|
780
|
+
|
781
|
+
|
782
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:14:54 +0900
|
783
|
+
|
784
|
+
|
785
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:14:54 +0900
|
786
|
+
|
787
|
+
|
788
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:14:54 +0900
|
789
|
+
|
790
|
+
|
791
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:14:54 +0900
|
792
|
+
|
793
|
+
|
794
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:14:54 +0900
|
795
|
+
|
796
|
+
|
797
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:14:54 +0900
|
798
|
+
|
799
|
+
|
800
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:14:54 +0900
|
801
|
+
|
802
|
+
|
803
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:14:54 +0900
|
804
|
+
|
805
|
+
|
806
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:14:57 +0900
|
807
|
+
Processing by PostsController#new as HTML
|
808
|
+
Rendered posts/_form.html.erb (49.3ms)
|
809
|
+
Rendered posts/new.html.erb within layouts/application (54.5ms)
|
810
|
+
Completed 200 OK in 67ms (Views: 66.1ms)
|
811
|
+
|
812
|
+
|
813
|
+
Started POST "/posts" for ::1 at 2016-06-08 10:15:09 +0900
|
814
|
+
Processing by PostsController#create as HTML
|
815
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BfvFkQ+RAZUH5K2y76zS7X/JxNnDJdxGXwF8NpZB6+Zp0mjGahd/mg73MwBn4sGPv25otzMyRbPDLXeU13pegg==", "post"=>{"title"=>"タグ!", "body"=>"いえーい", "tags"=>"タグ1 タグ2 タグ3"}, "commit"=>"Create Post"}
|
816
|
+
Completed 500 Internal Server Error in 1ms
|
817
|
+
|
818
|
+
Mongoid::Errors::InvalidValue (
|
819
|
+
message:
|
820
|
+
Value of type String cannot be written to a field of type Array
|
821
|
+
summary:
|
822
|
+
Tried to set a value of type String to a field of type Array
|
823
|
+
resolution:
|
824
|
+
Verify if the value to be set correspond to field definition):
|
825
|
+
app/controllers/posts_controller.rb:27:in `new'
|
826
|
+
app/controllers/posts_controller.rb:27:in `create'
|
827
|
+
|
828
|
+
|
829
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.5ms)
|
830
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
|
831
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
|
832
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (13.6ms)
|
833
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
|
834
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
835
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
|
836
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
|
837
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (10.5ms)
|
838
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
839
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
|
840
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (21.5ms)
|
841
|
+
|
842
|
+
|
843
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:20:29 +0900
|
844
|
+
Processing by PostsController#new as HTML
|
845
|
+
Rendered posts/_form.html.erb (5.7ms)
|
846
|
+
Rendered posts/new.html.erb within layouts/application (8.0ms)
|
847
|
+
Completed 200 OK in 33ms (Views: 31.7ms)
|
848
|
+
|
849
|
+
|
850
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:20:29 +0900
|
851
|
+
|
852
|
+
|
853
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:20:29 +0900
|
854
|
+
|
855
|
+
|
856
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:20:29 +0900
|
857
|
+
|
858
|
+
|
859
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:20:29 +0900
|
860
|
+
|
861
|
+
|
862
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:20:29 +0900
|
863
|
+
|
864
|
+
|
865
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:20:29 +0900
|
866
|
+
|
867
|
+
|
868
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:20:29 +0900
|
869
|
+
|
870
|
+
|
871
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:20:29 +0900
|
872
|
+
|
873
|
+
|
874
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:20:30 +0900
|
875
|
+
Processing by PostsController#new as HTML
|
876
|
+
Rendered posts/_form.html.erb (1.5ms)
|
877
|
+
Rendered posts/new.html.erb within layouts/application (2.0ms)
|
878
|
+
Completed 200 OK in 10ms (Views: 9.8ms)
|
879
|
+
|
880
|
+
|
881
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:20:30 +0900
|
882
|
+
|
883
|
+
|
884
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:20:30 +0900
|
885
|
+
|
886
|
+
|
887
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:20:30 +0900
|
888
|
+
|
889
|
+
|
890
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:20:30 +0900
|
891
|
+
|
892
|
+
|
893
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:20:30 +0900
|
894
|
+
|
895
|
+
|
896
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:20:30 +0900
|
897
|
+
|
898
|
+
|
899
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:20:30 +0900
|
900
|
+
|
901
|
+
|
902
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:20:30 +0900
|
903
|
+
|
904
|
+
|
905
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:20:37 +0900
|
906
|
+
Processing by PostsController#new as HTML
|
907
|
+
Rendered posts/_form.html.erb (2.9ms)
|
908
|
+
Rendered posts/new.html.erb within layouts/application (3.6ms)
|
909
|
+
Completed 200 OK in 17ms (Views: 16.2ms)
|
910
|
+
|
911
|
+
|
912
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:20:37 +0900
|
913
|
+
|
914
|
+
|
915
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:20:37 +0900
|
916
|
+
|
917
|
+
|
918
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:20:37 +0900
|
919
|
+
|
920
|
+
|
921
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:20:37 +0900
|
922
|
+
|
923
|
+
|
924
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:20:37 +0900
|
925
|
+
|
926
|
+
|
927
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:20:37 +0900
|
928
|
+
|
929
|
+
|
930
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:20:37 +0900
|
931
|
+
|
932
|
+
|
933
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:20:37 +0900
|
934
|
+
|
935
|
+
|
936
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:20:38 +0900
|
937
|
+
Processing by PostsController#new as HTML
|
938
|
+
Rendered posts/_form.html.erb (2.1ms)
|
939
|
+
Rendered posts/new.html.erb within layouts/application (2.7ms)
|
940
|
+
Completed 200 OK in 16ms (Views: 14.7ms)
|
941
|
+
|
942
|
+
|
943
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:20:38 +0900
|
944
|
+
|
945
|
+
|
946
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:20:38 +0900
|
947
|
+
|
948
|
+
|
949
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:20:38 +0900
|
950
|
+
|
951
|
+
|
952
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:20:38 +0900
|
953
|
+
|
954
|
+
|
955
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:20:38 +0900
|
956
|
+
|
957
|
+
|
958
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:20:38 +0900
|
959
|
+
|
960
|
+
|
961
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:20:38 +0900
|
962
|
+
|
963
|
+
|
964
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:20:38 +0900
|
965
|
+
|
966
|
+
|
967
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:20:46 +0900
|
968
|
+
Processing by PostsController#new as HTML
|
969
|
+
Rendered posts/_form.html.erb (7.8ms)
|
970
|
+
Rendered posts/new.html.erb within layouts/application (9.4ms)
|
971
|
+
Completed 200 OK in 32ms (Views: 31.0ms)
|
972
|
+
|
973
|
+
|
974
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:20:46 +0900
|
975
|
+
|
976
|
+
|
977
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:20:46 +0900
|
978
|
+
|
979
|
+
|
980
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:20:46 +0900
|
981
|
+
|
982
|
+
|
983
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:20:46 +0900
|
984
|
+
|
985
|
+
|
986
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:20:46 +0900
|
987
|
+
|
988
|
+
|
989
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:20:46 +0900
|
990
|
+
|
991
|
+
|
992
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:20:46 +0900
|
993
|
+
|
994
|
+
|
995
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:20:46 +0900
|
996
|
+
|
997
|
+
|
998
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:21:01 +0900
|
999
|
+
Processing by PostsController#new as HTML
|
1000
|
+
Rendered posts/_form.html.erb (7.0ms)
|
1001
|
+
Rendered posts/new.html.erb within layouts/application (8.5ms)
|
1002
|
+
Completed 500 Internal Server Error in 13ms
|
1003
|
+
|
1004
|
+
ActionView::Template::Error (wrong number of arguments (given 0, expected 1..2)):
|
1005
|
+
22: <div class="field">
|
1006
|
+
23: <%= f.label :tags %><br>
|
1007
|
+
24: <%= f.fields_for :tags do |tag_fields| %>
|
1008
|
+
25: <%= tag_fields.text_field %>
|
1009
|
+
26: <%= tag_fields.text_field %>
|
1010
|
+
27: <%= tag_fields.text_field %>
|
1011
|
+
28: <% end %>
|
1012
|
+
app/views/posts/_form.html.erb:25:in `block (2 levels) in _app_views_posts__form_html_erb___3397277927242304547_70272984318620'
|
1013
|
+
app/views/posts/_form.html.erb:24:in `block in _app_views_posts__form_html_erb___3397277927242304547_70272984318620'
|
1014
|
+
app/views/posts/_form.html.erb:1:in `_app_views_posts__form_html_erb___3397277927242304547_70272984318620'
|
1015
|
+
app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__878979319144420133_70272985837700'
|
1016
|
+
|
1017
|
+
|
1018
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
|
1019
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
|
1020
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
|
1021
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.9ms)
|
1022
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
|
1023
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1024
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
|
1025
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
1026
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (11.5ms)
|
1027
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
|
1028
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
|
1029
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (23.3ms)
|
1030
|
+
|
1031
|
+
|
1032
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:22:16 +0900
|
1033
|
+
Processing by PostsController#new as HTML
|
1034
|
+
Rendered posts/_form.html.erb (2.4ms)
|
1035
|
+
Rendered posts/new.html.erb within layouts/application (3.2ms)
|
1036
|
+
Completed 200 OK in 13ms (Views: 12.4ms)
|
1037
|
+
|
1038
|
+
|
1039
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:22:16 +0900
|
1040
|
+
|
1041
|
+
|
1042
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:22:16 +0900
|
1043
|
+
|
1044
|
+
|
1045
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:22:16 +0900
|
1046
|
+
|
1047
|
+
|
1048
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:22:16 +0900
|
1049
|
+
|
1050
|
+
|
1051
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:22:16 +0900
|
1052
|
+
|
1053
|
+
|
1054
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:22:16 +0900
|
1055
|
+
|
1056
|
+
|
1057
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:22:16 +0900
|
1058
|
+
|
1059
|
+
|
1060
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:22:16 +0900
|
1061
|
+
|
1062
|
+
|
1063
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:26:31 +0900
|
1064
|
+
Processing by PostsController#new as HTML
|
1065
|
+
Rendered posts/_form.html.erb (2.5ms)
|
1066
|
+
Rendered posts/new.html.erb within layouts/application (3.9ms)
|
1067
|
+
Completed 500 Internal Server Error in 9ms
|
1068
|
+
|
1069
|
+
SyntaxError (/home/kou/work/ruby/groonga-client-rails/test/apps/rails4-mongoid/app/views/posts/_form.html.erb:24: syntax error, unexpected ')', expecting keyword_end
|
1070
|
+
...ag1", "tag2", "tag3"], :to_s) );@output_buffer.safe_append='
|
1071
|
+
... ^):
|
1072
|
+
app/views/posts/_form.html.erb:24: syntax error, unexpected ')', expecting keyword_end
|
1073
|
+
app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__878979319144420133_70272985837700'
|
1074
|
+
|
1075
|
+
|
1076
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
|
1077
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
|
1078
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
|
1079
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (13.7ms)
|
1080
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
|
1081
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1082
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
|
1083
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
|
1084
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (9.9ms)
|
1085
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1086
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.2ms)
|
1087
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (18.9ms)
|
1088
|
+
|
1089
|
+
|
1090
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:26:40 +0900
|
1091
|
+
Processing by PostsController#new as HTML
|
1092
|
+
Rendered posts/_form.html.erb (37.3ms)
|
1093
|
+
Rendered posts/new.html.erb within layouts/application (38.5ms)
|
1094
|
+
Completed 500 Internal Server Error in 43ms
|
1095
|
+
|
1096
|
+
ActionView::Template::Error (undefined method `colletion_radio_buttons' for #<ActionView::Helpers::FormBuilder:0x007fd3600229a8>
|
1097
|
+
Did you mean? collection_radio_buttons):
|
1098
|
+
21: </div>
|
1099
|
+
22: <div class="field">
|
1100
|
+
23: <%= f.label :tags %><br>
|
1101
|
+
24: <%= f.colletion_radio_buttons :tags, ["tag1", "tag2", "tag3"], :to_s %>
|
1102
|
+
25: </div>
|
1103
|
+
26: <div class="actions">
|
1104
|
+
27: <%= f.submit %>
|
1105
|
+
app/views/posts/_form.html.erb:24:in `block in _app_views_posts__form_html_erb___3397277927242304547_70272984488260'
|
1106
|
+
app/views/posts/_form.html.erb:1:in `_app_views_posts__form_html_erb___3397277927242304547_70272984488260'
|
1107
|
+
app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__878979319144420133_70272985837700'
|
1108
|
+
|
1109
|
+
|
1110
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
|
1111
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
1112
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
|
1113
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.5ms)
|
1114
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
|
1115
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
|
1116
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
|
1117
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
|
1118
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (10.2ms)
|
1119
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1120
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
|
1121
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (20.0ms)
|
1122
|
+
|
1123
|
+
|
1124
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:26:50 +0900
|
1125
|
+
Processing by PostsController#new as HTML
|
1126
|
+
Rendered posts/_form.html.erb (6.9ms)
|
1127
|
+
Rendered posts/new.html.erb within layouts/application (8.2ms)
|
1128
|
+
Completed 500 Internal Server Error in 12ms
|
1129
|
+
|
1130
|
+
ActionView::Template::Error (wrong number of arguments (given 3, expected 4..6)):
|
1131
|
+
21: </div>
|
1132
|
+
22: <div class="field">
|
1133
|
+
23: <%= f.label :tags %><br>
|
1134
|
+
24: <%= f.collection_radio_buttons :tags, ["tag1", "tag2", "tag3"], :to_s %>
|
1135
|
+
25: </div>
|
1136
|
+
26: <div class="actions">
|
1137
|
+
27: <%= f.submit %>
|
1138
|
+
app/views/posts/_form.html.erb:24:in `block in _app_views_posts__form_html_erb___3397277927242304547_70273019664920'
|
1139
|
+
app/views/posts/_form.html.erb:1:in `_app_views_posts__form_html_erb___3397277927242304547_70273019664920'
|
1140
|
+
app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__878979319144420133_70272985837700'
|
1141
|
+
|
1142
|
+
|
1143
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
|
1144
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
1145
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
|
1146
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.3ms)
|
1147
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
|
1148
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1149
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.1ms)
|
1150
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
|
1151
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (10.2ms)
|
1152
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1153
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
|
1154
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (19.8ms)
|
1155
|
+
|
1156
|
+
|
1157
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:27:01 +0900
|
1158
|
+
Processing by PostsController#new as HTML
|
1159
|
+
Rendered posts/_form.html.erb (13.0ms)
|
1160
|
+
Rendered posts/new.html.erb within layouts/application (14.5ms)
|
1161
|
+
Completed 200 OK in 34ms (Views: 33.4ms)
|
1162
|
+
|
1163
|
+
|
1164
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:27:01 +0900
|
1165
|
+
|
1166
|
+
|
1167
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:27:01 +0900
|
1168
|
+
|
1169
|
+
|
1170
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:27:01 +0900
|
1171
|
+
|
1172
|
+
|
1173
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:27:01 +0900
|
1174
|
+
|
1175
|
+
|
1176
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:27:01 +0900
|
1177
|
+
|
1178
|
+
|
1179
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:27:01 +0900
|
1180
|
+
|
1181
|
+
|
1182
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:27:01 +0900
|
1183
|
+
|
1184
|
+
|
1185
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:27:01 +0900
|
1186
|
+
|
1187
|
+
|
1188
|
+
Started GET "/posts/new" for ::1 at 2016-06-08 10:27:20 +0900
|
1189
|
+
Processing by PostsController#new as HTML
|
1190
|
+
Rendered posts/_form.html.erb (15.2ms)
|
1191
|
+
Rendered posts/new.html.erb within layouts/application (17.0ms)
|
1192
|
+
Completed 200 OK in 43ms (Views: 41.8ms)
|
1193
|
+
|
1194
|
+
|
1195
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:27:20 +0900
|
1196
|
+
|
1197
|
+
|
1198
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:27:20 +0900
|
1199
|
+
|
1200
|
+
|
1201
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:27:20 +0900
|
1202
|
+
|
1203
|
+
|
1204
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:27:20 +0900
|
1205
|
+
|
1206
|
+
|
1207
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:27:20 +0900
|
1208
|
+
|
1209
|
+
|
1210
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:27:20 +0900
|
1211
|
+
|
1212
|
+
|
1213
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:27:20 +0900
|
1214
|
+
|
1215
|
+
|
1216
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:27:20 +0900
|
1217
|
+
|
1218
|
+
|
1219
|
+
Started POST "/posts" for ::1 at 2016-06-08 10:28:33 +0900
|
1220
|
+
Processing by PostsController#create as HTML
|
1221
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"UzGDCIvHXpdbcbMO7mxvLVbPt37nG4IDPqqcr+D3IP4/GC5f7kEgmFJiLbxmInxPlmgbEBcMG/aihpcNocyVmg==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag3", ""]}, "commit"=>"Create Post"}
|
1222
|
+
Unpermitted parameter: tags
|
1223
|
+
MONGODB | localhost:27017 | blog_development.insert | STARTED | {"insert"=>"posts", "documents"=>[{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43'), "title"=>"タグ!", "body"=>"いえーい!", "updated_at"=>2016-06-08 01:28:33 UTC, "created_at"=>2016-06-08 01:28:33 UTC}], "ordered"=>true}
|
1224
|
+
MONGODB | localhost:27017 | blog_development.insert | SUCCEEDED | 0.000401939s
|
1225
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1226
|
+
Completed 302 Found in 13ms
|
1227
|
+
|
1228
|
+
|
1229
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:28:33 +0900
|
1230
|
+
Processing by PostsController#show as HTML
|
1231
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1232
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1233
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000320976s
|
1234
|
+
Rendered posts/show.html.erb within layouts/application (0.8ms)
|
1235
|
+
Completed 200 OK in 31ms (Views: 28.8ms)
|
1236
|
+
|
1237
|
+
|
1238
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:28:35 +0900
|
1239
|
+
Processing by PostsController#edit as HTML
|
1240
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1241
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1242
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000633531s
|
1243
|
+
Rendered posts/_form.html.erb (7.8ms)
|
1244
|
+
Rendered posts/edit.html.erb within layouts/application (10.8ms)
|
1245
|
+
Completed 200 OK in 49ms (Views: 45.2ms)
|
1246
|
+
|
1247
|
+
|
1248
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:28:37 +0900
|
1249
|
+
Processing by PostsController#update as HTML
|
1250
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"n6fBPyvKoE/kWpC2Oaob2L/D84UdtB1B0MuDJcehxaLzjmxoTkzeQO1JDgSx5Ai6f2Rf6+2jhLRM54iHhppwxg==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag3", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1251
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1252
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000708379s
|
1253
|
+
Unpermitted parameter: tags
|
1254
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1255
|
+
Completed 302 Found in 11ms
|
1256
|
+
|
1257
|
+
|
1258
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:28:37 +0900
|
1259
|
+
Processing by PostsController#show as HTML
|
1260
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1261
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1262
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000654897s
|
1263
|
+
Rendered posts/show.html.erb within layouts/application (0.5ms)
|
1264
|
+
Completed 200 OK in 19ms (Views: 16.3ms)
|
1265
|
+
MONGODB | Adding localhost:27017 to the cluster.
|
1266
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}, "limit"=>-1}
|
1267
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.001009517s
|
1268
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}, "limit"=>-1}
|
1269
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0006062190000000001s
|
1270
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}, "limit"=>-1}
|
1271
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0006347280000000001s
|
1272
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}, "limit"=>-1}
|
1273
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000648793s
|
1274
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}}
|
1275
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.001538568s
|
1276
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}}
|
1277
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0014709270000000001s
|
1278
|
+
|
1279
|
+
|
1280
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:29:30 +0900
|
1281
|
+
Processing by PostsController#edit as HTML
|
1282
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1283
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1284
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00036306699999999996s
|
1285
|
+
Rendered posts/_form.html.erb (2.5ms)
|
1286
|
+
Rendered posts/edit.html.erb within layouts/application (3.6ms)
|
1287
|
+
Completed 200 OK in 30ms (Views: 19.6ms)
|
1288
|
+
|
1289
|
+
|
1290
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:29:32 +0900
|
1291
|
+
Processing by PostsController#update as HTML
|
1292
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JSZYf5dYW+k8jwaOteIh3RS3/MxtBSKzOtracexiuGtJD/Uo8t4l5jWcmDw9rDK/1BBQop0Su0am9tHTrVkNDw==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag3", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1293
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1294
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00028767s
|
1295
|
+
Unpermitted parameter: tags
|
1296
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1297
|
+
Completed 302 Found in 4ms
|
1298
|
+
|
1299
|
+
|
1300
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:29:32 +0900
|
1301
|
+
Processing by PostsController#show as HTML
|
1302
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1303
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1304
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000272736s
|
1305
|
+
Rendered posts/show.html.erb within layouts/application (0.3ms)
|
1306
|
+
Completed 200 OK in 13ms (Views: 11.2ms)
|
1307
|
+
|
1308
|
+
|
1309
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:29:38 +0900
|
1310
|
+
Processing by PostsController#edit as HTML
|
1311
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1312
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1313
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00030209999999999997s
|
1314
|
+
Rendered posts/_form.html.erb (1.5ms)
|
1315
|
+
Rendered posts/edit.html.erb within layouts/application (2.0ms)
|
1316
|
+
Completed 200 OK in 15ms (Views: 14.2ms)
|
1317
|
+
|
1318
|
+
|
1319
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:30:09 +0900
|
1320
|
+
Processing by PostsController#edit as HTML
|
1321
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1322
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1323
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000651732s
|
1324
|
+
Rendered posts/_form.html.erb (7.5ms)
|
1325
|
+
Rendered posts/edit.html.erb within layouts/application (10.2ms)
|
1326
|
+
Completed 200 OK in 35ms (Views: 31.3ms)
|
1327
|
+
|
1328
|
+
|
1329
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:30:09 +0900
|
1330
|
+
|
1331
|
+
|
1332
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:30:09 +0900
|
1333
|
+
|
1334
|
+
|
1335
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:30:09 +0900
|
1336
|
+
|
1337
|
+
|
1338
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:30:09 +0900
|
1339
|
+
|
1340
|
+
|
1341
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:30:09 +0900
|
1342
|
+
|
1343
|
+
|
1344
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:30:09 +0900
|
1345
|
+
|
1346
|
+
|
1347
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:30:09 +0900
|
1348
|
+
|
1349
|
+
|
1350
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:30:09 +0900
|
1351
|
+
|
1352
|
+
|
1353
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:30:11 +0900
|
1354
|
+
Processing by PostsController#update as HTML
|
1355
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"I4q+0su9w3abcJARhKc6uoukMgvrjsPxBiGNYtYgSwZPoxOFrju9eZJjDqMM6SnYSwOeZRuZWgSaDYbAlxv+Yg==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag2", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1356
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1357
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00044962999999999996s
|
1358
|
+
Unpermitted parameter: tags
|
1359
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1360
|
+
Completed 302 Found in 4ms
|
1361
|
+
|
1362
|
+
|
1363
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:30:11 +0900
|
1364
|
+
Processing by PostsController#show as HTML
|
1365
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1366
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1367
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000251481s
|
1368
|
+
Rendered posts/show.html.erb within layouts/application (0.7ms)
|
1369
|
+
Completed 200 OK in 12ms (Views: 10.4ms)
|
1370
|
+
|
1371
|
+
|
1372
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:30:39 +0900
|
1373
|
+
Processing by PostsController#edit as HTML
|
1374
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1375
|
+
MONGODB | Adding localhost:27017 to the cluster.
|
1376
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1377
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000333901s
|
1378
|
+
Rendered posts/_form.html.erb (12.9ms)
|
1379
|
+
Rendered posts/edit.html.erb within layouts/application (16.0ms)
|
1380
|
+
Completed 200 OK in 198ms (Views: 183.3ms)
|
1381
|
+
|
1382
|
+
|
1383
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:30:42 +0900
|
1384
|
+
Processing by PostsController#update as HTML
|
1385
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"9xwa3defQEQg/4MJThytRfZtOMvZMCqCw+XEfPtC3k+bNbeKshk+SynsHbvGUr4nNsqUpSkns3dfyc/eunlrKw==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag2", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1386
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1387
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000791554s
|
1388
|
+
Unpermitted parameter: tags
|
1389
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1390
|
+
Completed 302 Found in 13ms
|
1391
|
+
|
1392
|
+
|
1393
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:30:42 +0900
|
1394
|
+
Processing by PostsController#show as HTML
|
1395
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1396
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1397
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000387696s
|
1398
|
+
Rendered posts/show.html.erb within layouts/application (0.8ms)
|
1399
|
+
Completed 200 OK in 16ms (Views: 14.1ms)
|
1400
|
+
|
1401
|
+
|
1402
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:31:10 +0900
|
1403
|
+
Processing by PostsController#edit as HTML
|
1404
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1405
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1406
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0007393500000000001s
|
1407
|
+
Rendered posts/_form.html.erb (3.9ms)
|
1408
|
+
Rendered posts/edit.html.erb within layouts/application (4.6ms)
|
1409
|
+
Completed 200 OK in 52ms (Views: 37.5ms)
|
1410
|
+
|
1411
|
+
|
1412
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:10 +0900
|
1413
|
+
Processing by PostsController#update as HTML
|
1414
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"r9c1KTUufydEUB+9SXof9E7e1IibEfNPuhvk1XUUbMnD/ph+UKgBKE1DgQ/BNAyWjnl45msGaromN+93NC/ZrQ==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1415
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1416
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.001755734s
|
1417
|
+
Unpermitted parameters: body, tags
|
1418
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1419
|
+
Completed 302 Found in 16ms
|
1420
|
+
|
1421
|
+
|
1422
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:10 +0900
|
1423
|
+
Processing by PostsController#show as HTML
|
1424
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1425
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1426
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000419179s
|
1427
|
+
Rendered posts/show.html.erb within layouts/application (0.5ms)
|
1428
|
+
Completed 200 OK in 17ms (Views: 15.0ms)
|
1429
|
+
|
1430
|
+
|
1431
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:31:15 +0900
|
1432
|
+
Processing by PostsController#edit as HTML
|
1433
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1434
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1435
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000361641s
|
1436
|
+
Rendered posts/_form.html.erb (2.5ms)
|
1437
|
+
Rendered posts/edit.html.erb within layouts/application (3.3ms)
|
1438
|
+
Completed 200 OK in 26ms (Views: 17.6ms)
|
1439
|
+
|
1440
|
+
|
1441
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:16 +0900
|
1442
|
+
Processing by PostsController#update as HTML
|
1443
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nevJjY8Ew6OqwJ5f82NHbFza5AmapmIXNIyrM8kWiX/xwmTa6oK9rKPTAO17LVQOnH1IZ2qx++KooKCRiC08Gw==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1444
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1445
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000614571s
|
1446
|
+
Unpermitted parameter: tags
|
1447
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1448
|
+
Completed 302 Found in 12ms
|
1449
|
+
|
1450
|
+
|
1451
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:16 +0900
|
1452
|
+
Processing by PostsController#show as HTML
|
1453
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1454
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1455
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000636416s
|
1456
|
+
Rendered posts/show.html.erb within layouts/application (0.5ms)
|
1457
|
+
Completed 200 OK in 19ms (Views: 16.1ms)
|
1458
|
+
|
1459
|
+
|
1460
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:31:26 +0900
|
1461
|
+
Processing by PostsController#edit as HTML
|
1462
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1463
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1464
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000310077s
|
1465
|
+
Rendered posts/_form.html.erb (3.3ms)
|
1466
|
+
Rendered posts/edit.html.erb within layouts/application (4.1ms)
|
1467
|
+
Completed 200 OK in 26ms (Views: 17.7ms)
|
1468
|
+
|
1469
|
+
|
1470
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:28 +0900
|
1471
|
+
Processing by PostsController#update as HTML
|
1472
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"Bsgj8fGOae8U+NA7CPVZ5nSUNCqYxQw4pDKhGKTqD0lq4Y6mlAgX4B3rTomAu0qEtDOYRGjSlc04Hqq65dG6LQ==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1473
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1474
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000265603s
|
1475
|
+
Unpermitted parameter: tags
|
1476
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1477
|
+
Completed 302 Found in 5ms
|
1478
|
+
|
1479
|
+
|
1480
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:28 +0900
|
1481
|
+
Processing by PostsController#show as HTML
|
1482
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1483
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1484
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00036683099999999997s
|
1485
|
+
Rendered posts/show.html.erb within layouts/application (0.3ms)
|
1486
|
+
Completed 200 OK in 15ms (Views: 13.3ms)
|
1487
|
+
|
1488
|
+
|
1489
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:31:45 +0900
|
1490
|
+
Processing by PostsController#edit as HTML
|
1491
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1492
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1493
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000408297s
|
1494
|
+
Rendered posts/_form.html.erb (2.2ms)
|
1495
|
+
Rendered posts/edit.html.erb within layouts/application (3.0ms)
|
1496
|
+
Completed 200 OK in 21ms (Views: 13.7ms)
|
1497
|
+
|
1498
|
+
|
1499
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:46 +0900
|
1500
|
+
Processing by PostsController#update as HTML
|
1501
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AIUF1zmPAiFOLXZJhqfft6Sm7UhBNW7HJCDuFwoPNdJsrKiAXAl8Lkc+6PsO6czVZAFBJrEi9zK4DOW1SzSAtg==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1502
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1503
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000442906s
|
1504
|
+
Unpermitted parameters: title, tags
|
1505
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1506
|
+
Completed 302 Found in 6ms
|
1507
|
+
|
1508
|
+
|
1509
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:46 +0900
|
1510
|
+
Processing by PostsController#show as HTML
|
1511
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1512
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1513
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000372482s
|
1514
|
+
Rendered posts/show.html.erb within layouts/application (0.4ms)
|
1515
|
+
Completed 200 OK in 15ms (Views: 13.6ms)
|
1516
|
+
|
1517
|
+
|
1518
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:31:58 +0900
|
1519
|
+
Processing by PostsController#edit as HTML
|
1520
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1521
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1522
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00039157899999999997s
|
1523
|
+
Rendered posts/_form.html.erb (2.4ms)
|
1524
|
+
Rendered posts/edit.html.erb within layouts/application (3.1ms)
|
1525
|
+
Completed 200 OK in 22ms (Views: 14.1ms)
|
1526
|
+
|
1527
|
+
|
1528
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:59 +0900
|
1529
|
+
Processing by PostsController#update as HTML
|
1530
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MGWOeE7iRaA2qJ27AomVEdiFrZKzorcGabscNdR1Wr9cTCMvK2Q7rz+7AwmKx4ZzGCIB/EO1LvP1lxeXlU7v2w==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1531
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1532
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0007071789999999999s
|
1533
|
+
Unpermitted parameter: tags
|
1534
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1535
|
+
Completed 302 Found in 10ms
|
1536
|
+
|
1537
|
+
|
1538
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:31:59 +0900
|
1539
|
+
Processing by PostsController#show as HTML
|
1540
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1541
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1542
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000311879s
|
1543
|
+
Rendered posts/show.html.erb within layouts/application (0.4ms)
|
1544
|
+
Completed 200 OK in 14ms (Views: 12.8ms)
|
1545
|
+
|
1546
|
+
|
1547
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:36:58 +0900
|
1548
|
+
Processing by PostsController#show as HTML
|
1549
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1550
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1551
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000331221s
|
1552
|
+
Rendered posts/show.html.erb within layouts/application (0.5ms)
|
1553
|
+
Completed 200 OK in 26ms (Views: 16.1ms)
|
1554
|
+
|
1555
|
+
|
1556
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:36:58 +0900
|
1557
|
+
|
1558
|
+
|
1559
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:36:58 +0900
|
1560
|
+
|
1561
|
+
|
1562
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:36:58 +0900
|
1563
|
+
|
1564
|
+
|
1565
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:36:58 +0900
|
1566
|
+
|
1567
|
+
|
1568
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:36:58 +0900
|
1569
|
+
|
1570
|
+
|
1571
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:36:58 +0900
|
1572
|
+
|
1573
|
+
|
1574
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:36:58 +0900
|
1575
|
+
|
1576
|
+
|
1577
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:36:58 +0900
|
1578
|
+
|
1579
|
+
|
1580
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:36:59 +0900
|
1581
|
+
Processing by PostsController#edit as HTML
|
1582
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1583
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1584
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000357902s
|
1585
|
+
Rendered posts/_form.html.erb (2.4ms)
|
1586
|
+
Rendered posts/edit.html.erb within layouts/application (3.1ms)
|
1587
|
+
Completed 200 OK in 15ms (Views: 13.1ms)
|
1588
|
+
|
1589
|
+
|
1590
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:37:00 +0900
|
1591
|
+
Processing by PostsController#update as HTML
|
1592
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"yMiMEhS9mUTwLrlFgORJC79M3eJy1mR2Y6UP3JeRVpik4SFFcTvnS/k9J/cIqlppf+txjILB/YP/iQR+1qrj/A==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1593
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1594
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000687861s
|
1595
|
+
Unpermitted parameter: tags
|
1596
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1597
|
+
Completed 302 Found in 12ms
|
1598
|
+
|
1599
|
+
|
1600
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:37:00 +0900
|
1601
|
+
Processing by PostsController#show as HTML
|
1602
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1603
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1604
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00045424s
|
1605
|
+
Rendered posts/show.html.erb within layouts/application (0.5ms)
|
1606
|
+
Completed 200 OK in 19ms (Views: 17.3ms)
|
1607
|
+
|
1608
|
+
|
1609
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:40:04 +0900
|
1610
|
+
|
1611
|
+
SyntaxError (/home/kou/work/ruby/groonga-client-rails/test/apps/rails4-mongoid/app/controllers/posts_controller.rb:75: syntax error, unexpected ':', expecting ')'
|
1612
|
+
params.require(:post).permit(:title, :body, :tags: [])
|
1613
|
+
^
|
1614
|
+
/home/kou/work/ruby/groonga-client-rails/test/apps/rails4-mongoid/app/controllers/posts_controller.rb:81: syntax error, unexpected end-of-input, expecting keyword_end):
|
1615
|
+
app/controllers/posts_controller.rb:75: syntax error, unexpected ':', expecting ')'
|
1616
|
+
app/controllers/posts_controller.rb:81: syntax error, unexpected end-of-input, expecting keyword_end
|
1617
|
+
|
1618
|
+
|
1619
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.0ms)
|
1620
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
|
1621
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
|
1622
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (11.3ms)
|
1623
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
|
1624
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.1ms)
|
1625
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.1ms)
|
1626
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
|
1627
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (8.8ms)
|
1628
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1629
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.2ms)
|
1630
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (17.4ms)
|
1631
|
+
|
1632
|
+
|
1633
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:40:04 +0900
|
1634
|
+
|
1635
|
+
SyntaxError (/home/kou/work/ruby/groonga-client-rails/test/apps/rails4-mongoid/app/controllers/posts_controller.rb:75: syntax error, unexpected ':', expecting ')'
|
1636
|
+
params.require(:post).permit(:title, :body, :tags: [])
|
1637
|
+
^
|
1638
|
+
/home/kou/work/ruby/groonga-client-rails/test/apps/rails4-mongoid/app/controllers/posts_controller.rb:81: syntax error, unexpected end-of-input, expecting keyword_end):
|
1639
|
+
app/controllers/posts_controller.rb:75: syntax error, unexpected ':', expecting ')'
|
1640
|
+
app/controllers/posts_controller.rb:81: syntax error, unexpected end-of-input, expecting keyword_end
|
1641
|
+
|
1642
|
+
|
1643
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
|
1644
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
|
1645
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
|
1646
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.3ms)
|
1647
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
|
1648
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1649
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
|
1650
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
|
1651
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (10.4ms)
|
1652
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.1ms)
|
1653
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.2ms)
|
1654
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (19.7ms)
|
1655
|
+
|
1656
|
+
|
1657
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:40:14 +0900
|
1658
|
+
Processing by PostsController#edit as HTML
|
1659
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1660
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1661
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000328662s
|
1662
|
+
Rendered posts/_form.html.erb (2.9ms)
|
1663
|
+
Rendered posts/edit.html.erb within layouts/application (3.9ms)
|
1664
|
+
Completed 200 OK in 29ms (Views: 21.0ms)
|
1665
|
+
|
1666
|
+
|
1667
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:40:14 +0900
|
1668
|
+
|
1669
|
+
|
1670
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:40:14 +0900
|
1671
|
+
|
1672
|
+
|
1673
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:40:14 +0900
|
1674
|
+
|
1675
|
+
|
1676
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:40:14 +0900
|
1677
|
+
|
1678
|
+
|
1679
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:40:14 +0900
|
1680
|
+
|
1681
|
+
|
1682
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:40:14 +0900
|
1683
|
+
|
1684
|
+
|
1685
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:40:14 +0900
|
1686
|
+
|
1687
|
+
|
1688
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:40:14 +0900
|
1689
|
+
|
1690
|
+
|
1691
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:40:17 +0900
|
1692
|
+
Processing by PostsController#update as HTML
|
1693
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"3iGIaSXgL1LgohtNFnf9rIulBXFsp08A/GJfcVQTJ9GyCCU+QGZRXemxhf+eOe7OSwKpH5yw1vVgTlTTFSiStQ==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag2", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1694
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1695
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000317742s
|
1696
|
+
MONGODB | localhost:27017 | blog_development.update | STARTED | {"update"=>"posts", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}, "u"=>{"$set"=>{"tags"=>["tag1", "tag2", ""], "updated_at"=>2016-06-08 01:40:17 UTC}}, "multi"=>false, "upsert"=>false}]}
|
1697
|
+
MONGODB | localhost:27017 | blog_development.update | SUCCEEDED | 0.000395865s
|
1698
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1699
|
+
Completed 302 Found in 6ms
|
1700
|
+
|
1701
|
+
|
1702
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:40:17 +0900
|
1703
|
+
Processing by PostsController#show as HTML
|
1704
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1705
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1706
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00037841599999999996s
|
1707
|
+
Rendered posts/show.html.erb within layouts/application (0.6ms)
|
1708
|
+
Completed 200 OK in 15ms (Views: 12.4ms)
|
1709
|
+
|
1710
|
+
|
1711
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:40:45 +0900
|
1712
|
+
Processing by PostsController#show as HTML
|
1713
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1714
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1715
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0007650070000000001s
|
1716
|
+
Rendered posts/show.html.erb within layouts/application (1.9ms)
|
1717
|
+
Completed 200 OK in 31ms (Views: 26.9ms)
|
1718
|
+
|
1719
|
+
|
1720
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:40:45 +0900
|
1721
|
+
|
1722
|
+
|
1723
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:40:45 +0900
|
1724
|
+
|
1725
|
+
|
1726
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:40:45 +0900
|
1727
|
+
|
1728
|
+
|
1729
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:40:45 +0900
|
1730
|
+
|
1731
|
+
|
1732
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:40:45 +0900
|
1733
|
+
|
1734
|
+
|
1735
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:40:45 +0900
|
1736
|
+
|
1737
|
+
|
1738
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:40:45 +0900
|
1739
|
+
|
1740
|
+
|
1741
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:40:45 +0900
|
1742
|
+
|
1743
|
+
|
1744
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:41:06 +0900
|
1745
|
+
Processing by PostsController#edit as HTML
|
1746
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1747
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1748
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000676644s
|
1749
|
+
Rendered posts/_form.html.erb (3.3ms)
|
1750
|
+
Rendered posts/edit.html.erb within layouts/application (4.8ms)
|
1751
|
+
Completed 200 OK in 23ms (Views: 19.6ms)
|
1752
|
+
|
1753
|
+
|
1754
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:41:07 +0900
|
1755
|
+
Processing by PostsController#update as HTML
|
1756
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"X3ce+L9CrrXPULJ0VKrfGWLgKdCn82aETodzubHhvlIzXrOv2sTQusZDLMbc5Mx7okeFvlfk/3HSq3gb8NoLNg==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag2", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1757
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1758
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000326895s
|
1759
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1760
|
+
Completed 302 Found in 4ms
|
1761
|
+
|
1762
|
+
|
1763
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:41:07 +0900
|
1764
|
+
Processing by PostsController#show as HTML
|
1765
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1766
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1767
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00028741s
|
1768
|
+
Rendered posts/show.html.erb within layouts/application (0.3ms)
|
1769
|
+
Completed 200 OK in 11ms (Views: 9.6ms)
|
1770
|
+
|
1771
|
+
|
1772
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:41:16 +0900
|
1773
|
+
Processing by PostsController#edit as HTML
|
1774
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1775
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1776
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0006141040000000001s
|
1777
|
+
Rendered posts/_form.html.erb (5.1ms)
|
1778
|
+
Rendered posts/edit.html.erb within layouts/application (7.1ms)
|
1779
|
+
Completed 200 OK in 33ms (Views: 29.5ms)
|
1780
|
+
|
1781
|
+
|
1782
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:41:20 +0900
|
1783
|
+
Processing by PostsController#update as HTML
|
1784
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"S5yCNHIqYsXyuq+fOBqNN73ebyXXOd3c6QypEHjNhuIntS9jF6wcyvupMS2wVJ5VfXnDSycuRCl1IKKyOfYzhg==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
1785
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1786
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000804064s
|
1787
|
+
MONGODB | localhost:27017 | blog_development.update | STARTED | {"update"=>"posts", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}, "u"=>{"$set"=>{"tags"=>[""], "updated_at"=>2016-06-08 01:41:20 UTC}}, "multi"=>false, "upsert"=>false}]}
|
1788
|
+
MONGODB | localhost:27017 | blog_development.update | SUCCEEDED | 0.000766907s
|
1789
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
1790
|
+
Completed 302 Found in 14ms
|
1791
|
+
|
1792
|
+
|
1793
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:41:20 +0900
|
1794
|
+
Processing by PostsController#show as HTML
|
1795
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1796
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1797
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000649897s
|
1798
|
+
Rendered posts/show.html.erb within layouts/application (0.6ms)
|
1799
|
+
Completed 200 OK in 20ms (Views: 16.6ms)
|
1800
|
+
|
1801
|
+
|
1802
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:41:34 +0900
|
1803
|
+
Processing by PostsController#show as HTML
|
1804
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1805
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1806
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000727771s
|
1807
|
+
Rendered posts/show.html.erb within layouts/application (0.9ms)
|
1808
|
+
Completed 200 OK in 31ms (Views: 26.7ms)
|
1809
|
+
|
1810
|
+
|
1811
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:41:34 +0900
|
1812
|
+
|
1813
|
+
|
1814
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:41:34 +0900
|
1815
|
+
|
1816
|
+
|
1817
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:41:34 +0900
|
1818
|
+
|
1819
|
+
|
1820
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:41:34 +0900
|
1821
|
+
|
1822
|
+
|
1823
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:41:34 +0900
|
1824
|
+
|
1825
|
+
|
1826
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:41:34 +0900
|
1827
|
+
|
1828
|
+
|
1829
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:41:34 +0900
|
1830
|
+
|
1831
|
+
|
1832
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:41:34 +0900
|
1833
|
+
|
1834
|
+
|
1835
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:41:35 +0900
|
1836
|
+
Processing by PostsController#edit as HTML
|
1837
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1838
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1839
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0006557350000000001s
|
1840
|
+
Rendered posts/_form.html.erb (14.7ms)
|
1841
|
+
Rendered posts/edit.html.erb within layouts/application (16.3ms)
|
1842
|
+
Completed 500 Internal Server Error in 23ms
|
1843
|
+
|
1844
|
+
ActionView::Template::Error (undefined method `present' for "tag1":String
|
1845
|
+
Did you mean? present?
|
1846
|
+
presence
|
1847
|
+
presence_in
|
1848
|
+
prepend):
|
1849
|
+
21: </div>
|
1850
|
+
22: <div class="field">
|
1851
|
+
23: <%= f.label :tags %><br>
|
1852
|
+
24: <%= f.collection_check_boxes :tags, @tags, :to_s, :present %>
|
1853
|
+
25: </div>
|
1854
|
+
26: <div class="actions">
|
1855
|
+
27: <%= f.submit %>
|
1856
|
+
app/views/posts/_form.html.erb:24:in `block in _app_views_posts__form_html_erb__2993145231851651121_70072025074540'
|
1857
|
+
app/views/posts/_form.html.erb:1:in `_app_views_posts__form_html_erb__2993145231851651121_70072025074540'
|
1858
|
+
app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb__542356475959221083_36518900'
|
1859
|
+
|
1860
|
+
|
1861
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
|
1862
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
|
1863
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
|
1864
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.0ms)
|
1865
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
|
1866
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1867
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.1ms)
|
1868
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
|
1869
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (15.4ms)
|
1870
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
|
1871
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.2ms)
|
1872
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (24.5ms)
|
1873
|
+
|
1874
|
+
|
1875
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:41:35 +0900
|
1876
|
+
Processing by PostsController#edit as HTML
|
1877
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1878
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1879
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000234175s
|
1880
|
+
Rendered posts/_form.html.erb (5.1ms)
|
1881
|
+
Rendered posts/edit.html.erb within layouts/application (5.5ms)
|
1882
|
+
Completed 500 Internal Server Error in 8ms
|
1883
|
+
|
1884
|
+
ActionView::Template::Error (undefined method `present' for "tag1":String
|
1885
|
+
Did you mean? present?
|
1886
|
+
presence
|
1887
|
+
presence_in
|
1888
|
+
prepend):
|
1889
|
+
21: </div>
|
1890
|
+
22: <div class="field">
|
1891
|
+
23: <%= f.label :tags %><br>
|
1892
|
+
24: <%= f.collection_check_boxes :tags, @tags, :to_s, :present %>
|
1893
|
+
25: </div>
|
1894
|
+
26: <div class="actions">
|
1895
|
+
27: <%= f.submit %>
|
1896
|
+
app/views/posts/_form.html.erb:24:in `block in _app_views_posts__form_html_erb__2993145231851651121_70072031335840'
|
1897
|
+
app/views/posts/_form.html.erb:1:in `_app_views_posts__form_html_erb__2993145231851651121_70072031335840'
|
1898
|
+
app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb__542356475959221083_70071963807120'
|
1899
|
+
|
1900
|
+
|
1901
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
|
1902
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
|
1903
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
|
1904
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.7ms)
|
1905
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
|
1906
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1907
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.1ms)
|
1908
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
|
1909
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (8.9ms)
|
1910
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.1ms)
|
1911
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
|
1912
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (18.4ms)
|
1913
|
+
|
1914
|
+
|
1915
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:42:06 +0900
|
1916
|
+
Processing by PostsController#edit as HTML
|
1917
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1918
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1919
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000660937s
|
1920
|
+
Rendered posts/_form.html.erb (13.6ms)
|
1921
|
+
Rendered posts/edit.html.erb within layouts/application (15.2ms)
|
1922
|
+
Completed 500 Internal Server Error in 23ms
|
1923
|
+
|
1924
|
+
ActionView::Template::Error (undefined method `self' for "tag1":String
|
1925
|
+
Did you mean? itself):
|
1926
|
+
21: </div>
|
1927
|
+
22: <div class="field">
|
1928
|
+
23: <%= f.label :tags %><br>
|
1929
|
+
24: <%= f.collection_check_boxes :tags, @tags, :self, :present %>
|
1930
|
+
25: </div>
|
1931
|
+
26: <div class="actions">
|
1932
|
+
27: <%= f.submit %>
|
1933
|
+
app/views/posts/_form.html.erb:24:in `block in _app_views_posts__form_html_erb__2993145231851651121_70072130152500'
|
1934
|
+
app/views/posts/_form.html.erb:1:in `_app_views_posts__form_html_erb__2993145231851651121_70072130152500'
|
1935
|
+
app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb__542356475959221083_70071963807120'
|
1936
|
+
|
1937
|
+
|
1938
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
|
1939
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
|
1940
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
|
1941
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.4ms)
|
1942
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
|
1943
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
|
1944
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.1ms)
|
1945
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
|
1946
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (9.5ms)
|
1947
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
|
1948
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
|
1949
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (19.7ms)
|
1950
|
+
|
1951
|
+
|
1952
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:42:12 +0900
|
1953
|
+
Processing by PostsController#edit as HTML
|
1954
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1955
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1956
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000533704s
|
1957
|
+
Rendered posts/_form.html.erb (14.0ms)
|
1958
|
+
Rendered posts/edit.html.erb within layouts/application (15.4ms)
|
1959
|
+
Completed 500 Internal Server Error in 22ms
|
1960
|
+
|
1961
|
+
ActionView::Template::Error (undefined method `self' for "tag1":String
|
1962
|
+
Did you mean? itself):
|
1963
|
+
21: </div>
|
1964
|
+
22: <div class="field">
|
1965
|
+
23: <%= f.label :tags %><br>
|
1966
|
+
24: <%= f.collection_check_boxes :tags, @tags, :self, :self %>
|
1967
|
+
25: </div>
|
1968
|
+
26: <div class="actions">
|
1969
|
+
27: <%= f.submit %>
|
1970
|
+
app/views/posts/_form.html.erb:24:in `block in _app_views_posts__form_html_erb__2993145231851651121_70071989214220'
|
1971
|
+
app/views/posts/_form.html.erb:1:in `_app_views_posts__form_html_erb__2993145231851651121_70071989214220'
|
1972
|
+
app/views/posts/edit.html.erb:3:in `_app_views_posts_edit_html_erb__542356475959221083_70071963807120'
|
1973
|
+
|
1974
|
+
|
1975
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms)
|
1976
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
|
1977
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.5ms)
|
1978
|
+
Rendered /var/lib/gems/2.3.0/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.4ms)
|
1979
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms)
|
1980
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
|
1981
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
|
1982
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms)
|
1983
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (9.4ms)
|
1984
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.1ms)
|
1985
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.2ms)
|
1986
|
+
Rendered /var/lib/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (18.0ms)
|
1987
|
+
|
1988
|
+
|
1989
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:42:35 +0900
|
1990
|
+
Processing by PostsController#edit as HTML
|
1991
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
1992
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
1993
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0007756099999999999s
|
1994
|
+
Rendered posts/_form.html.erb (6.4ms)
|
1995
|
+
Rendered posts/edit.html.erb within layouts/application (8.2ms)
|
1996
|
+
Completed 200 OK in 32ms (Views: 27.4ms)
|
1997
|
+
|
1998
|
+
|
1999
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:42:35 +0900
|
2000
|
+
|
2001
|
+
|
2002
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:42:35 +0900
|
2003
|
+
|
2004
|
+
|
2005
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:42:35 +0900
|
2006
|
+
|
2007
|
+
|
2008
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:42:35 +0900
|
2009
|
+
|
2010
|
+
|
2011
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:42:35 +0900
|
2012
|
+
|
2013
|
+
|
2014
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:42:35 +0900
|
2015
|
+
|
2016
|
+
|
2017
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:42:35 +0900
|
2018
|
+
|
2019
|
+
|
2020
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:42:35 +0900
|
2021
|
+
|
2022
|
+
|
2023
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:42:38 +0900
|
2024
|
+
Processing by PostsController#update as HTML
|
2025
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kvmNzA6S9qFFsAqtv7KYiMbP1coo9Pqwwcmfk2LCLM3+0CCbaxSIrkyjlB83/IvqBmh5pNjjY0Vd5ZQxI/mZqQ==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2026
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2027
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000674792s
|
2028
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2029
|
+
Completed 302 Found in 10ms
|
2030
|
+
|
2031
|
+
|
2032
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:42:38 +0900
|
2033
|
+
Processing by PostsController#show as HTML
|
2034
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2035
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2036
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000659986s
|
2037
|
+
Rendered posts/show.html.erb within layouts/application (0.6ms)
|
2038
|
+
Completed 200 OK in 19ms (Views: 15.4ms)
|
2039
|
+
|
2040
|
+
|
2041
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:42:43 +0900
|
2042
|
+
Processing by PostsController#edit as HTML
|
2043
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2044
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2045
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000688069s
|
2046
|
+
Rendered posts/_form.html.erb (6.9ms)
|
2047
|
+
Rendered posts/edit.html.erb within layouts/application (9.0ms)
|
2048
|
+
Completed 200 OK in 34ms (Views: 30.8ms)
|
2049
|
+
|
2050
|
+
|
2051
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:43:48 +0900
|
2052
|
+
Processing by PostsController#edit as HTML
|
2053
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2054
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2055
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000698428s
|
2056
|
+
Rendered posts/_form.html.erb (6.8ms)
|
2057
|
+
Rendered posts/edit.html.erb within layouts/application (8.7ms)
|
2058
|
+
Completed 200 OK in 33ms (Views: 29.7ms)
|
2059
|
+
|
2060
|
+
|
2061
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:43:48 +0900
|
2062
|
+
|
2063
|
+
|
2064
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:43:48 +0900
|
2065
|
+
|
2066
|
+
|
2067
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:43:48 +0900
|
2068
|
+
|
2069
|
+
|
2070
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:43:48 +0900
|
2071
|
+
|
2072
|
+
|
2073
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:43:48 +0900
|
2074
|
+
|
2075
|
+
|
2076
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:43:48 +0900
|
2077
|
+
|
2078
|
+
|
2079
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:43:48 +0900
|
2080
|
+
|
2081
|
+
|
2082
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:43:48 +0900
|
2083
|
+
|
2084
|
+
|
2085
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:43:51 +0900
|
2086
|
+
Processing by PostsController#update as HTML
|
2087
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"ujq4m+S1L2GyRtuV5cqb+gkWOxzw/u6ejm1lrFgdm8nWExXMgTNRbrtVRSdthIiYybGXcgDpd2sSQW4OGSYurQ==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag2"]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2088
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2089
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000616189s
|
2090
|
+
MONGODB | localhost:27017 | blog_development.update | STARTED | {"update"=>"posts", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}, "u"=>{"$set"=>{"tags"=>["tag1", "tag2"], "updated_at"=>2016-06-08 01:43:51 UTC}}, "multi"=>false, "upsert"=>false}]}
|
2091
|
+
MONGODB | localhost:27017 | blog_development.update | SUCCEEDED | 0.000603467s
|
2092
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2093
|
+
Completed 302 Found in 12ms
|
2094
|
+
|
2095
|
+
|
2096
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:43:51 +0900
|
2097
|
+
Processing by PostsController#show as HTML
|
2098
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2099
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2100
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000840795s
|
2101
|
+
Rendered posts/show.html.erb within layouts/application (0.9ms)
|
2102
|
+
Completed 200 OK in 28ms (Views: 23.9ms)
|
2103
|
+
|
2104
|
+
|
2105
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:43:53 +0900
|
2106
|
+
Processing by PostsController#edit as HTML
|
2107
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2108
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2109
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000694215s
|
2110
|
+
Rendered posts/_form.html.erb (4.4ms)
|
2111
|
+
Rendered posts/edit.html.erb within layouts/application (5.8ms)
|
2112
|
+
Completed 200 OK in 23ms (Views: 19.8ms)
|
2113
|
+
|
2114
|
+
|
2115
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:43:55 +0900
|
2116
|
+
Processing by PostsController#update as HTML
|
2117
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kgIchGHCMfWOE015TGyTV/Ff3AYigeZ7IsAOtq+YUvr+K7HTBERP+ocA08vEIoA1MfhwaNKWf46+7AUU7qPnng==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!"}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2118
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2119
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000595974s
|
2120
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2121
|
+
Completed 302 Found in 9ms
|
2122
|
+
|
2123
|
+
|
2124
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:43:55 +0900
|
2125
|
+
Processing by PostsController#show as HTML
|
2126
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2127
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2128
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0005063730000000001s
|
2129
|
+
Rendered posts/show.html.erb within layouts/application (0.6ms)
|
2130
|
+
Completed 200 OK in 17ms (Views: 14.3ms)
|
2131
|
+
|
2132
|
+
|
2133
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:44:05 +0900
|
2134
|
+
Processing by PostsController#edit as HTML
|
2135
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2136
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2137
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00032459899999999996s
|
2138
|
+
Rendered posts/_form.html.erb (2.1ms)
|
2139
|
+
Rendered posts/edit.html.erb within layouts/application (2.9ms)
|
2140
|
+
Completed 200 OK in 15ms (Views: 13.7ms)
|
2141
|
+
|
2142
|
+
|
2143
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:44:08 +0900
|
2144
|
+
Processing by PostsController#update as HTML
|
2145
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"smcYJNwhLPcQITWf8CEy5+RDZh6Aih0CWEP5+837LijeTrVzuadS+Bkyqy14byGFJOTKcHCdhPfEb/JZjMCbTA==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag2"]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2146
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2147
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000283261s
|
2148
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2149
|
+
Completed 302 Found in 4ms
|
2150
|
+
|
2151
|
+
|
2152
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:44:08 +0900
|
2153
|
+
Processing by PostsController#show as HTML
|
2154
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2155
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2156
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000223884s
|
2157
|
+
Rendered posts/show.html.erb within layouts/application (0.3ms)
|
2158
|
+
Completed 200 OK in 10ms (Views: 9.2ms)
|
2159
|
+
|
2160
|
+
|
2161
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:17 +0900
|
2162
|
+
Processing by PostsController#show as HTML
|
2163
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2164
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2165
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00027343699999999996s
|
2166
|
+
Rendered posts/show.html.erb within layouts/application (0.4ms)
|
2167
|
+
Completed 200 OK in 21ms (Views: 14.1ms)
|
2168
|
+
|
2169
|
+
|
2170
|
+
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-06-08 10:45:17 +0900
|
2171
|
+
|
2172
|
+
|
2173
|
+
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-06-08 10:45:17 +0900
|
2174
|
+
|
2175
|
+
|
2176
|
+
Started GET "/assets/scaffolds.self-fcd4280e6508d4c0673450e9ca565c4fa237f0dacff6e1904e2acfbdd0ff939a.css?body=1" for ::1 at 2016-06-08 10:45:17 +0900
|
2177
|
+
|
2178
|
+
|
2179
|
+
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-06-08 10:45:17 +0900
|
2180
|
+
|
2181
|
+
|
2182
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-06-08 10:45:17 +0900
|
2183
|
+
|
2184
|
+
|
2185
|
+
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-06-08 10:45:17 +0900
|
2186
|
+
|
2187
|
+
|
2188
|
+
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-06-08 10:45:17 +0900
|
2189
|
+
|
2190
|
+
|
2191
|
+
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-06-08 10:45:17 +0900
|
2192
|
+
|
2193
|
+
|
2194
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:45:18 +0900
|
2195
|
+
Processing by PostsController#edit as HTML
|
2196
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2197
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2198
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000711625s
|
2199
|
+
Rendered posts/_form.html.erb (12.0ms)
|
2200
|
+
Rendered posts/edit.html.erb within layouts/application (14.9ms)
|
2201
|
+
Completed 200 OK in 37ms (Views: 33.0ms)
|
2202
|
+
|
2203
|
+
|
2204
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:19 +0900
|
2205
|
+
Processing by PostsController#update as HTML
|
2206
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SI/oMeMRuYFnsbR0ndvxUh+QjodrwlZ6jVgBsI3SWXQkpkVmhpfHjm6iKsYVleIw3zci6ZvVz48RdAoSzOnsEA==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag2", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2207
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2208
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0009277199999999999s
|
2209
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2210
|
+
Completed 302 Found in 10ms
|
2211
|
+
|
2212
|
+
|
2213
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:19 +0900
|
2214
|
+
Processing by PostsController#show as HTML
|
2215
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2216
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2217
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00036714600000000005s
|
2218
|
+
Rendered posts/show.html.erb within layouts/application (0.4ms)
|
2219
|
+
Completed 200 OK in 12ms (Views: 10.6ms)
|
2220
|
+
|
2221
|
+
|
2222
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:45:21 +0900
|
2223
|
+
Processing by PostsController#edit as HTML
|
2224
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2225
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2226
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00062348s
|
2227
|
+
Rendered posts/_form.html.erb (5.4ms)
|
2228
|
+
Rendered posts/edit.html.erb within layouts/application (7.8ms)
|
2229
|
+
Completed 200 OK in 35ms (Views: 31.7ms)
|
2230
|
+
|
2231
|
+
|
2232
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:22 +0900
|
2233
|
+
Processing by PostsController#update as HTML
|
2234
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KPUkqhg1NQ4fhME+mtw5NW2UsCK7LrN6tf2t4INetM1E3In9fbNLARaXX4wSkipXrTMcTEs5Ko8p0aZCwmUBqQ==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag2", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2235
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2236
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000742059s
|
2237
|
+
MONGODB | localhost:27017 | blog_development.update | STARTED | {"update"=>"posts", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}, "u"=>{"$set"=>{"tags"=>["tag2"], "updated_at"=>2016-06-08 01:45:22 UTC}}, "multi"=>false, "upsert"=>false}]}
|
2238
|
+
MONGODB | localhost:27017 | blog_development.update | SUCCEEDED | 0.0008525010000000001s
|
2239
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2240
|
+
Completed 302 Found in 13ms
|
2241
|
+
|
2242
|
+
|
2243
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:22 +0900
|
2244
|
+
Processing by PostsController#show as HTML
|
2245
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2246
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2247
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00036188400000000003s
|
2248
|
+
Rendered posts/show.html.erb within layouts/application (0.4ms)
|
2249
|
+
Completed 200 OK in 13ms (Views: 11.3ms)
|
2250
|
+
|
2251
|
+
|
2252
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:45:23 +0900
|
2253
|
+
Processing by PostsController#edit as HTML
|
2254
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2255
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2256
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000631895s
|
2257
|
+
Rendered posts/_form.html.erb (5.8ms)
|
2258
|
+
Rendered posts/edit.html.erb within layouts/application (7.9ms)
|
2259
|
+
Completed 200 OK in 34ms (Views: 30.2ms)
|
2260
|
+
|
2261
|
+
|
2262
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:24 +0900
|
2263
|
+
Processing by PostsController#update as HTML
|
2264
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"qTTm8ZV09XO5QqnyfxuLR4d/H6hEI8sDMhOkkbBvCPzFHUum8PKLfLBRN0D3VZglR9izxrQ0UvauP68z8VS9mA==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag2", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2265
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2266
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000745168s
|
2267
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2268
|
+
Completed 302 Found in 11ms
|
2269
|
+
|
2270
|
+
|
2271
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:24 +0900
|
2272
|
+
Processing by PostsController#show as HTML
|
2273
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2274
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2275
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000313786s
|
2276
|
+
Rendered posts/show.html.erb within layouts/application (0.5ms)
|
2277
|
+
Completed 200 OK in 12ms (Views: 10.6ms)
|
2278
|
+
|
2279
|
+
|
2280
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:45:25 +0900
|
2281
|
+
Processing by PostsController#edit as HTML
|
2282
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2283
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2284
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.0006638589999999999s
|
2285
|
+
Rendered posts/_form.html.erb (5.1ms)
|
2286
|
+
Rendered posts/edit.html.erb within layouts/application (7.2ms)
|
2287
|
+
Completed 200 OK in 31ms (Views: 27.8ms)
|
2288
|
+
|
2289
|
+
|
2290
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:26 +0900
|
2291
|
+
Processing by PostsController#update as HTML
|
2292
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d8xk+I6SjtkTYbpdEi/gWlqcSVu/0Ocm9LMmbgP/kj4b5cmv6xTw1hpyJO+aYfM4mjvlNU/HftNony3MQsQnWg==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>[""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2293
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2294
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000664555s
|
2295
|
+
MONGODB | localhost:27017 | blog_development.update | STARTED | {"update"=>"posts", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}, "u"=>{"$set"=>{"tags"=>[], "updated_at"=>2016-06-08 01:45:26 UTC}}, "multi"=>false, "upsert"=>false}]}
|
2296
|
+
MONGODB | localhost:27017 | blog_development.update | SUCCEEDED | 0.0008388709999999999s
|
2297
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2298
|
+
Completed 302 Found in 12ms
|
2299
|
+
|
2300
|
+
|
2301
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:26 +0900
|
2302
|
+
Processing by PostsController#show as HTML
|
2303
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2304
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2305
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000495088s
|
2306
|
+
Rendered posts/show.html.erb within layouts/application (0.5ms)
|
2307
|
+
Completed 200 OK in 13ms (Views: 11.3ms)
|
2308
|
+
|
2309
|
+
|
2310
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43/edit" for ::1 at 2016-06-08 10:45:27 +0900
|
2311
|
+
Processing by PostsController#edit as HTML
|
2312
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2313
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2314
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00021818s
|
2315
|
+
Rendered posts/_form.html.erb (1.4ms)
|
2316
|
+
Rendered posts/edit.html.erb within layouts/application (2.0ms)
|
2317
|
+
Completed 200 OK in 11ms (Views: 9.6ms)
|
2318
|
+
|
2319
|
+
|
2320
|
+
Started PATCH "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:30 +0900
|
2321
|
+
Processing by PostsController#update as HTML
|
2322
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nj2Fq/aXgzqBV8R8beIKoTi9xZOi4KUjxqkG1Kj3aiHyFCj8kxH9NYhEWs7lrBnD+Bpp/VL3PNZahQ126czfRQ==", "post"=>{"title"=>"タグ!", "body"=>"いえーい!", "tags"=>["tag1", "tag3", ""]}, "commit"=>"Update Post", "id"=>"575774c1c9fb373ce06b5a43"}
|
2323
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2324
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00030268900000000003s
|
2325
|
+
MONGODB | localhost:27017 | blog_development.update | STARTED | {"update"=>"posts", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}, "u"=>{"$set"=>{"tags"=>["tag1", "tag3"], "updated_at"=>2016-06-08 01:45:30 UTC}}, "multi"=>false, "upsert"=>false}]}
|
2326
|
+
MONGODB | localhost:27017 | blog_development.update | SUCCEEDED | 0.000271904s
|
2327
|
+
Redirected to http://localhost:3000/posts/575774c1c9fb373ce06b5a43
|
2328
|
+
Completed 302 Found in 4ms
|
2329
|
+
|
2330
|
+
|
2331
|
+
Started GET "/posts/575774c1c9fb373ce06b5a43" for ::1 at 2016-06-08 10:45:30 +0900
|
2332
|
+
Processing by PostsController#show as HTML
|
2333
|
+
Parameters: {"id"=>"575774c1c9fb373ce06b5a43"}
|
2334
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{"_id"=>BSON::ObjectId('575774c1c9fb373ce06b5a43')}}
|
2335
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.000255918s
|
2336
|
+
Rendered posts/show.html.erb within layouts/application (0.5ms)
|
2337
|
+
Completed 200 OK in 9ms (Views: 8.1ms)
|
2338
|
+
MONGODB | Adding localhost:27017 to the cluster.
|
2339
|
+
MONGODB | localhost:27017 | blog_development.find | STARTED | {"find"=>"posts", "filter"=>{}}
|
2340
|
+
MONGODB | localhost:27017 | blog_development.find | SUCCEEDED | 0.00175383s
|