jinda 0.7.7.3 → 0.8.0
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/README.md +40 -37
- data/app/assets/config/manifest.js +4 -1
- data/lib/generators/jinda/config_generator.rb +1 -1
- data/lib/generators/jinda/install_generator.rb +3 -4
- data/lib/generators/jinda/templates/app/assets/config/manifest.js +4 -0
- data/lib/generators/jinda/templates/config/mongoid.yml +3 -3
- data/lib/generators/jinda/templates/config/mongoid.yml-docker +3 -3
- data/lib/generators/jinda/templates/config/mongoid.yml-localhost +3 -3
- data/lib/generators/jinda/templates/spec/features/userlogins_spec.rb +1 -1
- data/lib/jinda/version.rb +1 -1
- data/test/dummy/Gemfile +6 -5
- data/test/dummy/Gemfile.lock +196 -181
- data/test/dummy/app/assets/config/manifest.js +4 -0
- data/test/dummy/config/credentials.yml.enc +1 -1
- data/test/dummy/config/environments/test.rb +1 -1
- data/test/dummy/config/initializers/content_security_policy.rb +5 -4
- data/test/dummy/config/initializers/filter_parameter_logging.rb +1 -3
- data/test/dummy/config/mongoid.yml-docker +3 -3
- data/test/dummy/config/mongoid.yml-localhost +3 -3
- data/test/dummy/docker-compose.yml +0 -2
- data/test/dummy/log/development.log +2 -699
- data/test/dummy/spec/features/userlogins_spec.rb +1 -1
- data/test/dummy/tmp/development_secret.txt +1 -1
- data/test/integration/config_generator_test.rb +28 -0
- metadata +3 -3
- data/test/Gemfile +0 -2
@@ -1,699 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Rendering layout layouts/application.haml
|
4
|
-
Rendering jinda/index.html.haml within layouts/application
|
5
|
-
Rendered jinda/index.html.haml within layouts/application (Duration: 8.8ms | Allocations: 14973)
|
6
|
-
Rendered layouts/_head.html.erb (Duration: 1220.8ms | Allocations: 376012)
|
7
|
-
MONGODB | EVENT: #<TopologyOpening topology=Unknown[]>
|
8
|
-
MONGODB | Topology type 'unknown' initializing.
|
9
|
-
MONGODB | EVENT: #<TopologyChanged prev=Unknown[] new=Unknown[localhost:27017]>
|
10
|
-
MONGODB | Topology type 'Unknown' changed to type 'Unknown'.
|
11
|
-
MONGODB | EVENT: #<ServerOpening address=localhost:27017 topology=Unknown[localhost:27017]>
|
12
|
-
MONGODB | Server localhost:27017 initializing.
|
13
|
-
MONGODB | Waiting for up to 30.00 seconds for servers to be scanned: #<Cluster topology=Unknown[localhost:27017] servers=[#<Server address=localhost:27017 UNKNOWN>]>
|
14
|
-
MONGODB | EVENT: #<ServerDescriptionChanged address=localhost:27017 topology=Single[localhost:27017] prev=#<Mongo::Server:Description:0x83020 config={} average_round_trip_time=> new=#<Mongo::Server:Description:0x83000 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('6367ec5a76a448c37db6eee4'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 16:52:49.254 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>124, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.004897>>
|
15
|
-
MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
|
16
|
-
MONGODB | EVENT: #<TopologyChanged prev=Unknown[localhost:27017] new=Single[localhost:27017]>
|
17
|
-
MONGODB | Topology type 'Unknown' changed to type 'Single'.
|
18
|
-
The criteria cache has been deprecated and will be removed in Mongoid 8. Please enable the Mongoid QueryCache to have caching functionality.
|
19
|
-
MONGODB | EVENT: #<ServerDescriptionChanged address=localhost:27017 topology=Single[localhost:27017] prev=#<Mongo::Server:Description:0x83000 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('6367ec5a76a448c37db6eee4'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 16:52:49.254 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>124, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.004897> new=#<Mongo::Server:Description:0x83100 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('6367ec5a76a448c37db6eee4'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 16:52:49.258 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>125, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.004455000000000001>>
|
20
|
-
MONGODB | Server description for localhost:27017 changed from 'standalone' to 'standalone'.
|
21
|
-
MONGODB | EVENT: #<TopologyChanged prev=Single[localhost:27017] new=Single[localhost:27017]>
|
22
|
-
MONGODB | Topology type 'Single' changed to type 'Single'.
|
23
|
-
MONGODB | [7] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
24
|
-
MONGODB | [7] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
25
|
-
MONGODB | [8] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"jobs"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
26
|
-
MONGODB | [8] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
27
|
-
MONGODB | [9] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"jobs", "code"=>"link", "name"=>"All Jobs: /jobs"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
28
|
-
MONGODB | [9] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
29
|
-
MONGODB | [10] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"jobs", "code"=>"link", "name"=>"My jobs: /jobs/my"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
30
|
-
MONGODB | [10] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
31
|
-
MONGODB | [11] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"jobs", "code"=>"link", "name"=>"My forms: /jobs/forms"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
32
|
-
MONGODB | [11] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
33
|
-
MONGODB | [12] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"jobs", "code"=>"new_job"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
34
|
-
MONGODB | [12] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
35
|
-
MONGODB | [13] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"jobs", "code"=>"edit_job"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
36
|
-
MONGODB | [13] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
37
|
-
MONGODB | [14] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"jobs", "code"=>"create_form"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
38
|
-
MONGODB | [14] localhost:27017 | dummy_development.find | SUCCEEDED | 0.003s
|
39
|
-
MONGODB | [15] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"jobs", "code"=>"import_job"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
40
|
-
MONGODB | [15] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
41
|
-
MONGODB | [16] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"jobs", "code"=>"xedit_job"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
42
|
-
MONGODB | [16] localhost:27017 | dummy_development.find | SUCCEEDED | 0.003s
|
43
|
-
MONGODB | [17] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"users"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
44
|
-
MONGODB | [17] localhost:27017 | dummy_development.find | SUCCEEDED | 0.003s
|
45
|
-
MONGODB | [18] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"users", "code"=>"link", "name"=>"info: /users"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
46
|
-
MONGODB | [18] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
47
|
-
MONGODB | [19] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"users", "code"=>"link", "name"=>"pending tasks: /jinda/pending"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
48
|
-
MONGODB | [19] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
49
|
-
MONGODB | [20] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"users", "code"=>"user"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
50
|
-
MONGODB | [20] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
51
|
-
MONGODB | [21] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"users", "code"=>"pwd"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
52
|
-
MONGODB | [21] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
53
|
-
MONGODB | [22] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"admins"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
54
|
-
MONGODB | [22] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
55
|
-
MONGODB | [23] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"admins", "code"=>"edit_role"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
56
|
-
MONGODB | [23] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
57
|
-
MONGODB | [24] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"admins", "code"=>"link", "name"=>"pending tasks: /jinda/pending"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
58
|
-
MONGODB | [24] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
59
|
-
MONGODB | [25] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"admins", "code"=>"link", "name"=>"logs: /jinda/logs"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
60
|
-
MONGODB | [25] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
61
|
-
MONGODB | [26] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"admins", "code"=>"link", "name"=>"docs: /jinda/doc"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
62
|
-
MONGODB | [26] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
63
|
-
MONGODB | [27] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"devs"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
64
|
-
MONGODB | [27] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
65
|
-
MONGODB | [28] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"devs", "code"=>"link", "name"=>"error_logs: /jinda/error_logs"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
66
|
-
MONGODB | [28] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
67
|
-
MONGODB | [29] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"devs", "code"=>"link", "name"=>"notice_logs: /jinda/notice_logs"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
68
|
-
MONGODB | [29] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
69
|
-
MONGODB | [30] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"docs"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
70
|
-
MONGODB | [30] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
71
|
-
MONGODB | [31] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"docs", "code"=>"link", "name"=>"My Document: /docs/my"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
72
|
-
MONGODB | [31] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
73
|
-
MONGODB | [32] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"docs", "code"=>"doc_new"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
74
|
-
MONGODB | [32] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
75
|
-
MONGODB | [33] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"docs", "code"=>"doc_edit"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
76
|
-
MONGODB | [33] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
77
|
-
MONGODB | [34] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"docs", "code"=>"doc_xedit"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
78
|
-
MONGODB | [34] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
79
|
-
MONGODB | [35] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"notes"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
80
|
-
MONGODB | [35] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
81
|
-
MONGODB | [36] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"notes", "code"=>"link", "name"=>"My Notes: /notes/my"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
82
|
-
MONGODB | [36] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
83
|
-
MONGODB | [37] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"notes", "code"=>"new"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
84
|
-
MONGODB | [37] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
85
|
-
MONGODB | [38] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"notes", "code"=>"edit"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
86
|
-
MONGODB | [38] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
87
|
-
MONGODB | [39] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"notes", "code"=>"delete"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
88
|
-
MONGODB | [39] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
89
|
-
MONGODB | [40] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"notes", "code"=>"mail"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
90
|
-
MONGODB | [40] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
91
|
-
MONGODB | [41] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"notes", "code"=>"xedit"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
92
|
-
MONGODB | [41] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
93
|
-
MONGODB | [42] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"articles"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
94
|
-
MONGODB | [42] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
95
|
-
MONGODB | [43] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"articles", "code"=>"link", "name"=>"All Articles: /articles"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
96
|
-
MONGODB | [43] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
97
|
-
MONGODB | [44] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"articles", "code"=>"link", "name"=>"My article: /articles/my"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
98
|
-
MONGODB | [44] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
99
|
-
MONGODB | [45] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"articles", "code"=>"new_article"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
100
|
-
MONGODB | [45] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
101
|
-
MONGODB | [46] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"articles", "code"=>"edit_article"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
102
|
-
MONGODB | [46] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
103
|
-
MONGODB | [47] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"articles", "code"=>"xedit_article"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
104
|
-
MONGODB | [47] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
105
|
-
MONGODB | [48] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"comments"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
106
|
-
MONGODB | [48] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
107
|
-
MONGODB | [49] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"comments", "code"=>"new_comment"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
108
|
-
MONGODB | [49] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
109
|
-
MONGODB | [50] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"comments", "code"=>"comments"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
110
|
-
MONGODB | [50] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
111
|
-
MONGODB | [51] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"ctrs"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
112
|
-
MONGODB | [51] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
113
|
-
MONGODB | [52] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"ctrs", "code"=>"vfolder1"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
114
|
-
MONGODB | [52] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
115
|
-
MONGODB | [53] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"ctrs", "code"=>"vfolder2"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
116
|
-
MONGODB | [53] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
117
|
-
MONGODB | [54] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"sitemap"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
118
|
-
MONGODB | [54] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
119
|
-
MONGODB | [55] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"sitemap", "code"=>"sitemap"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
120
|
-
MONGODB | [55] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
121
|
-
MONGODB | [56] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"code"=>"api/v1/notes"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
122
|
-
MONGODB | [56] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
123
|
-
MONGODB | [57] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"api/v1/notes", "code"=>"link", "name"=>"My Notes: /api/v1/notes/my"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
124
|
-
MONGODB | [57] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
125
|
-
MONGODB | [58] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"api/v1/notes", "code"=>"new"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
126
|
-
MONGODB | [58] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
127
|
-
MONGODB | [59] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"api/v1/notes", "code"=>"edit"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
128
|
-
MONGODB | [59] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
129
|
-
MONGODB | [60] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"api/v1/notes", "code"=>"delete"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
130
|
-
MONGODB | [60] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
131
|
-
MONGODB | [61] localhost:27017 #1 | dummy_development.delete | STARTED | {"delete"=>"jinda_modules", "ordered"=>true, "deletes"=>[{"q"=>{"uid"=>{"$nin"=>["63794cfbbee042dbe60c86a7", "63794cfbbee042dbe60c86b0", "63794cfbbee042dbe60c86b5", "63794cfbbee042dbe60c86ba", "63794cfbbee042dbe60c86bd", "63794cfbbee042dbe60c86c2", "6...
|
132
|
-
MONGODB | [61] localhost:27017 | dummy_development.delete | SUCCEEDED | 0.001s
|
133
|
-
MONGODB | [62] localhost:27017 #1 | dummy_development.delete | STARTED | {"delete"=>"jinda_services", "ordered"=>true, "deletes"=>[{"q"=>{"uid"=>{"$nin"=>["63794cfbbee042dbe60c86a8", "63794cfbbee042dbe60c86a9", "63794cfbbee042dbe60c86aa", "63794cfbbee042dbe60c86ab", "63794cfbbee042dbe60c86ac", "63794cfbbee042dbe60c86ad", "...
|
134
|
-
MONGODB | [62] localhost:27017 | dummy_development.delete | SUCCEEDED | 0.001s
|
135
|
-
MONGODB | [63] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
136
|
-
MONGODB | [63] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
137
|
-
MONGODB | [64] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86a7')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
138
|
-
MONGODB | [64] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
139
|
-
MONGODB | [65] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
140
|
-
MONGODB | [65] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
141
|
-
MONGODB | [66] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
142
|
-
MONGODB | [66] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
143
|
-
MONGODB | [67] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
144
|
-
MONGODB | [67] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
145
|
-
MONGODB | [68] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
146
|
-
MONGODB | [68] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
147
|
-
MONGODB | [69] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
148
|
-
MONGODB | [69] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
149
|
-
MONGODB | [70] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
150
|
-
MONGODB | [70] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
151
|
-
MONGODB | [71] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
152
|
-
MONGODB | [71] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
153
|
-
MONGODB | [72] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86bd')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
154
|
-
MONGODB | [72] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
155
|
-
MONGODB | [73] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
156
|
-
MONGODB | [73] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
157
|
-
MONGODB | [74] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
158
|
-
MONGODB | [74] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
159
|
-
MONGODB | [75] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86c2')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
160
|
-
MONGODB | [75] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
161
|
-
MONGODB | [76] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
162
|
-
MONGODB | [76] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
163
|
-
MONGODB | [77] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
164
|
-
MONGODB | [77] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
165
|
-
MONGODB | [78] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
166
|
-
MONGODB | [78] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
167
|
-
MONGODB | [79] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
168
|
-
MONGODB | [79] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
169
|
-
MONGODB | [80] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
170
|
-
MONGODB | [80] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
171
|
-
MONGODB | [81] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86c9')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
172
|
-
MONGODB | [81] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
173
|
-
MONGODB | [82] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
174
|
-
MONGODB | [82] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
175
|
-
MONGODB | [83] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
176
|
-
MONGODB | [83] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
177
|
-
MONGODB | [84] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
178
|
-
MONGODB | [84] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
179
|
-
MONGODB | [85] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
180
|
-
MONGODB | [85] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
181
|
-
MONGODB | [86] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
182
|
-
MONGODB | [86] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
183
|
-
MONGODB | [87] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
184
|
-
MONGODB | [87] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
185
|
-
MONGODB | [88] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86d7')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
186
|
-
MONGODB | [88] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
187
|
-
MONGODB | [89] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
188
|
-
MONGODB | [89] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
189
|
-
MONGODB | [90] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
190
|
-
MONGODB | [90] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
191
|
-
MONGODB | [91] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
192
|
-
MONGODB | [91] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
193
|
-
Rendered jinda/_menu_mm.haml (Duration: 260.7ms | Allocations: 692088)
|
194
|
-
MONGODB | [92] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
195
|
-
MONGODB | [92] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
196
|
-
MONGODB | [93] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
197
|
-
MONGODB | [93] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
198
|
-
Rendered jinda/_menu.haml (Duration: 292.8ms | Allocations: 736682)
|
199
|
-
Rendered jinda/_static.haml (Duration: 2.9ms | Allocations: 6777)
|
200
|
-
Rendered layouts/jqm/_full.haml (Duration: 1519.8ms | Allocations: 1129036)
|
201
|
-
Rendered layout layouts/application.haml (Duration: 1529.9ms | Allocations: 1146543)
|
202
|
-
Completed 200 OK in 1538ms (Views: 1534.3ms | MongoDB: 0.1ms | Allocations: 1149660)
|
203
|
-
|
204
|
-
|
205
|
-
Started GET "/" for ::1 at 2022-11-24 10:52:50 -0600
|
206
|
-
Processing by JindaController#index as HTML
|
207
|
-
Rendering layout layouts/application.haml
|
208
|
-
Rendering jinda/index.html.haml within layouts/application
|
209
|
-
Rendered jinda/index.html.haml within layouts/application (Duration: 4.2ms | Allocations: 1888)
|
210
|
-
Rendered layouts/_head.html.erb (Duration: 13.8ms | Allocations: 25656)
|
211
|
-
MONGODB | [94] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
212
|
-
MONGODB | [94] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
213
|
-
MONGODB | [95] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
214
|
-
MONGODB | [95] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
215
|
-
MONGODB | [96] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86a7')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
216
|
-
MONGODB | [96] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
217
|
-
MONGODB | [97] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
218
|
-
MONGODB | [97] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
219
|
-
MONGODB | [98] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
220
|
-
MONGODB | [98] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
221
|
-
MONGODB | [99] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
222
|
-
MONGODB | [99] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
223
|
-
MONGODB | [100] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
224
|
-
MONGODB | [100] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
225
|
-
MONGODB | [101] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
226
|
-
MONGODB | [101] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
227
|
-
MONGODB | [102] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
228
|
-
MONGODB | [102] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
229
|
-
MONGODB | [103] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
230
|
-
MONGODB | [103] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
231
|
-
MONGODB | [104] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86bd')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
232
|
-
MONGODB | [104] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
233
|
-
MONGODB | [105] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
234
|
-
MONGODB | [105] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
235
|
-
MONGODB | [106] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
236
|
-
MONGODB | [106] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
237
|
-
MONGODB | [107] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86c2')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
238
|
-
MONGODB | [107] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
239
|
-
MONGODB | [108] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
240
|
-
MONGODB | [108] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
241
|
-
MONGODB | [109] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
242
|
-
MONGODB | [109] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
243
|
-
MONGODB | [110] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
244
|
-
MONGODB | [110] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
245
|
-
MONGODB | [111] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
246
|
-
MONGODB | [111] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
247
|
-
MONGODB | [112] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
248
|
-
MONGODB | [112] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
249
|
-
MONGODB | [113] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86c9')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
250
|
-
MONGODB | [113] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
251
|
-
MONGODB | [114] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
252
|
-
MONGODB | [114] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
253
|
-
MONGODB | [115] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
254
|
-
MONGODB | [115] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
255
|
-
MONGODB | [116] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
256
|
-
MONGODB | [116] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
257
|
-
MONGODB | [117] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
258
|
-
MONGODB | [117] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
259
|
-
MONGODB | [118] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
260
|
-
MONGODB | [118] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
261
|
-
MONGODB | [119] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
262
|
-
MONGODB | [119] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
263
|
-
MONGODB | [120] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86d7')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
264
|
-
MONGODB | [120] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
265
|
-
MONGODB | [121] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
266
|
-
MONGODB | [121] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
267
|
-
MONGODB | [122] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
268
|
-
MONGODB | [122] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
269
|
-
MONGODB | [123] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
270
|
-
MONGODB | [123] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
271
|
-
Rendered jinda/_menu_mm.haml (Duration: 91.9ms | Allocations: 253917)
|
272
|
-
MONGODB | [124] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
273
|
-
MONGODB | [124] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
274
|
-
MONGODB | [125] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83160 type=uuid data=0x2a79473aab1b4858...>}}
|
275
|
-
MONGODB | [125] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
276
|
-
Rendered jinda/_menu.haml (Duration: 100.8ms | Allocations: 269417)
|
277
|
-
Rendered jinda/_static.haml (Duration: 0.6ms | Allocations: 931)
|
278
|
-
Rendered layouts/jqm/_full.haml (Duration: 115.5ms | Allocations: 296266)
|
279
|
-
Rendered layout layouts/application.haml (Duration: 120.3ms | Allocations: 298349)
|
280
|
-
Completed 200 OK in 121ms (Views: 120.6ms | MongoDB: 0.0ms | Allocations: 298691)
|
281
|
-
|
282
|
-
|
283
|
-
MONGODB | EVENT: #<ServerDescriptionChanged address=localhost:27017 topology=Single[localhost:27017] prev=#<Mongo::Server:Description:0x83100 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('6367ec5a76a448c37db6eee4'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 16:52:49.258 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>125, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.004455000000000001> new=#<Mongo::Server:Description:0x97320 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('6367ec5a76a448c37db6eee4'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 16:52:59.261 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>124, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.003937600000000001>>
|
284
|
-
MONGODB | Server description for localhost:27017 changed from 'standalone' to 'standalone'.
|
285
|
-
MONGODB | EVENT: #<TopologyChanged prev=Single[localhost:27017] new=Single[localhost:27017]>
|
286
|
-
MONGODB | Topology type 'Single' changed to type 'Single'.
|
287
|
-
Retrying ismaster in monitor for localhost:27017 due to: Mongo::Error::SocketError EOFError: end of file reached (for 127.0.0.1:27017 (no TLS))
|
288
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: EOFError: end of file reached (for 127.0.0.1:27017 (no TLS)):
|
289
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
290
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
291
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:127:in `read'
|
292
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/protocol/message.rb:139:in `deserialize'
|
293
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/server/monitor/connection.rb:145:in `block (2 levels) in ismaster'
|
294
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/retryable.rb:159:in `rescue in read_with_one_retry'
|
295
|
-
MONGODB | EVENT: #<ServerDescriptionChanged address=localhost:27017 topology=Single[localhost:27017] prev=#<Mongo::Server:Description:0x97380 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('6367ec5a76a448c37db6eee4'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 18:24:52.133 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>124, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.0013407862924052828> new=#<Mongo::Server:Description:0x97360 config={} average_round_trip_time=0.0013407862924052828>>
|
296
|
-
MONGODB | Server description for localhost:27017 changed from 'standalone' to 'unknown'.
|
297
|
-
MONGODB | EVENT: #<TopologyChanged prev=Single[localhost:27017] new=Single[localhost:27017]>
|
298
|
-
MONGODB | Topology type 'Single' changed to type 'Single'.
|
299
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
300
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
301
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
302
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
303
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
304
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
305
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
306
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
307
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
308
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
309
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
310
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
311
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
312
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
313
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
314
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
315
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
316
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
317
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
318
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
319
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
320
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
321
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
322
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
323
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
324
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
325
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
326
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
327
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
328
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
329
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
330
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
331
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
332
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
333
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
334
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
335
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
336
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
337
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
338
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
339
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
340
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
341
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
342
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
343
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
344
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
345
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
346
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
347
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
348
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
349
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
350
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
351
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
352
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
353
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
354
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
355
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
356
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
357
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
358
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
359
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
360
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
361
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
362
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
363
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
364
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
365
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
366
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
367
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
368
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
369
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
370
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
371
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
372
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
373
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
374
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
375
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
376
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
377
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
378
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
379
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
380
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
381
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
382
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
383
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
384
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
385
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
386
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
387
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
388
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
389
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
390
|
-
MONGODB | Error running ismaster on localhost:27017: Mongo::Error::SocketError: Errno::ECONNREFUSED: Connection refused - connect(2) for 127.0.0.1:27017 (for 127.0.0.1:27017 (no TLS)):
|
391
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:319:in `rescue in handle_errors'
|
392
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket.rb:313:in `handle_errors'
|
393
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:43:in `block in connect!'
|
394
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:179:in `block in timeout'
|
395
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/timeout-0.3.0/lib/timeout.rb:186:in `timeout'
|
396
|
-
/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/mongo-2.11.3/lib/mongo/socket/tcp.rb:41:in `connect!'
|
397
|
-
MONGODB | EVENT: #<ServerDescriptionChanged address=localhost:27017 topology=Single[localhost:27017] prev=#<Mongo::Server:Description:0x97460 config={} average_round_trip_time=0.0013407862924052828> new=#<Mongo::Server:Description:0x97440 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('637fb78f8051d9e69143768e'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 18:27:32.213 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>1, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.0021030290339242265>>
|
398
|
-
MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
|
399
|
-
MONGODB | EVENT: #<TopologyChanged prev=Single[localhost:27017] new=Single[localhost:27017]>
|
400
|
-
MONGODB | Topology type 'Single' changed to type 'Single'.
|
401
|
-
Started GET "/" for ::1 at 2022-11-24 12:28:32 -0600
|
402
|
-
Processing by JindaController#index as HTML
|
403
|
-
Rendering layout layouts/application.haml
|
404
|
-
Rendering jinda/index.html.haml within layouts/application
|
405
|
-
Rendered jinda/index.html.haml within layouts/application (Duration: 7.1ms | Allocations: 14741)
|
406
|
-
Rendered layouts/_head.html.erb (Duration: 29.9ms | Allocations: 30503)
|
407
|
-
MONGODB | EVENT: #<TopologyOpening topology=Unknown[]>
|
408
|
-
MONGODB | Topology type 'unknown' initializing.
|
409
|
-
MONGODB | EVENT: #<TopologyChanged prev=Unknown[] new=Unknown[localhost:27017]>
|
410
|
-
MONGODB | Topology type 'Unknown' changed to type 'Unknown'.
|
411
|
-
MONGODB | EVENT: #<ServerOpening address=localhost:27017 topology=Unknown[localhost:27017]>
|
412
|
-
MONGODB | Server localhost:27017 initializing.
|
413
|
-
MONGODB | Waiting for up to 30.00 seconds for servers to be scanned: #<Cluster topology=Unknown[localhost:27017] servers=[#<Server address=localhost:27017 UNKNOWN>]>
|
414
|
-
MONGODB | EVENT: #<ServerDescriptionChanged address=localhost:27017 topology=Single[localhost:27017] prev=#<Mongo::Server:Description:0x83080 config={} average_round_trip_time=> new=#<Mongo::Server:Description:0x83060 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('637fb78f8051d9e69143768e'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 18:28:32.905 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>3, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.004929>>
|
415
|
-
MONGODB | Server description for localhost:27017 changed from 'unknown' to 'standalone'.
|
416
|
-
MONGODB | EVENT: #<TopologyChanged prev=Unknown[localhost:27017] new=Single[localhost:27017]>
|
417
|
-
MONGODB | Topology type 'Unknown' changed to type 'Single'.
|
418
|
-
The criteria cache has been deprecated and will be removed in Mongoid 8. Please enable the Mongoid QueryCache to have caching functionality.
|
419
|
-
MONGODB | EVENT: #<ServerDescriptionChanged address=localhost:27017 topology=Single[localhost:27017] prev=#<Mongo::Server:Description:0x83060 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('637fb78f8051d9e69143768e'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 18:28:32.905 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>3, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.004929> new=#<Mongo::Server:Description:0x83160 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('637fb78f8051d9e69143768e'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 18:28:32.91 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>6, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.0047008>>
|
420
|
-
MONGODB | Server description for localhost:27017 changed from 'standalone' to 'standalone'.
|
421
|
-
MONGODB | EVENT: #<TopologyChanged prev=Single[localhost:27017] new=Single[localhost:27017]>
|
422
|
-
MONGODB | Topology type 'Single' changed to type 'Single'.
|
423
|
-
MONGODB | [7] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
424
|
-
MONGODB | [7] localhost:27017 | dummy_development.find | SUCCEEDED | 0.004s
|
425
|
-
MONGODB | [8] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
426
|
-
MONGODB | [8] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
427
|
-
MONGODB | [9] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86a7')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
428
|
-
MONGODB | [9] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
429
|
-
MONGODB | [10] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
430
|
-
MONGODB | [10] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
431
|
-
MONGODB | [11] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
432
|
-
MONGODB | [11] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
433
|
-
MONGODB | [12] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
434
|
-
MONGODB | [12] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
435
|
-
MONGODB | [13] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
436
|
-
MONGODB | [13] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
437
|
-
MONGODB | [14] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
438
|
-
MONGODB | [14] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
439
|
-
MONGODB | [15] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
440
|
-
MONGODB | [15] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
441
|
-
MONGODB | [16] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
442
|
-
MONGODB | [16] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
443
|
-
MONGODB | [17] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86bd')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
444
|
-
MONGODB | [17] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
445
|
-
MONGODB | [18] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
446
|
-
MONGODB | [18] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
447
|
-
MONGODB | [19] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
448
|
-
MONGODB | [19] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
449
|
-
MONGODB | [20] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86c2')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
450
|
-
MONGODB | [20] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
451
|
-
MONGODB | [21] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
452
|
-
MONGODB | [21] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
453
|
-
MONGODB | [22] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
454
|
-
MONGODB | [22] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
455
|
-
MONGODB | [23] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
456
|
-
MONGODB | [23] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
457
|
-
MONGODB | [24] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
458
|
-
MONGODB | [24] localhost:27017 | dummy_development.find | SUCCEEDED | 0.005s
|
459
|
-
MONGODB | [25] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
460
|
-
MONGODB | [25] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
461
|
-
MONGODB | [26] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86c9')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
462
|
-
MONGODB | [26] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
463
|
-
MONGODB | [27] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
464
|
-
MONGODB | [27] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
465
|
-
MONGODB | [28] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
466
|
-
MONGODB | [28] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
467
|
-
MONGODB | [29] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
468
|
-
MONGODB | [29] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
469
|
-
MONGODB | [30] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
470
|
-
MONGODB | [30] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
471
|
-
MONGODB | [31] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
472
|
-
MONGODB | [31] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
473
|
-
MONGODB | [32] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
474
|
-
MONGODB | [32] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
475
|
-
MONGODB | [33] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86d7')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
476
|
-
MONGODB | [33] localhost:27017 | dummy_development.find | SUCCEEDED | 0.003s
|
477
|
-
MONGODB | [34] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
478
|
-
MONGODB | [34] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
479
|
-
MONGODB | [35] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
480
|
-
MONGODB | [35] localhost:27017 | dummy_development.find | SUCCEEDED | 0.004s
|
481
|
-
MONGODB | [36] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
482
|
-
MONGODB | [36] localhost:27017 | dummy_development.find | SUCCEEDED | 0.004s
|
483
|
-
Rendered jinda/_menu_mm.haml (Duration: 140.0ms | Allocations: 281371)
|
484
|
-
MONGODB | [37] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
485
|
-
MONGODB | [37] localhost:27017 | dummy_development.find | SUCCEEDED | 0.006s
|
486
|
-
MONGODB | [38] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"YaZkE74V0-vhg08-tQEMzg"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
487
|
-
MONGODB | [38] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
488
|
-
Rendered jinda/_menu.haml (Duration: 191.9ms | Allocations: 325390)
|
489
|
-
Rendered jinda/_static.haml (Duration: 2.6ms | Allocations: 6780)
|
490
|
-
Rendered layouts/jqm/_full.haml (Duration: 227.9ms | Allocations: 372239)
|
491
|
-
Rendered layout layouts/application.haml (Duration: 236.3ms | Allocations: 389515)
|
492
|
-
Completed 200 OK in 239ms (Views: 237.9ms | MongoDB: 0.1ms | Allocations: 391833)
|
493
|
-
|
494
|
-
|
495
|
-
MONGODB | EVENT: #<ServerDescriptionChanged address=localhost:27017 topology=Single[localhost:27017] prev=#<Mongo::Server:Description:0x83160 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('637fb78f8051d9e69143768e'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 18:28:32.91 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>6, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.0047008> new=#<Mongo::Server:Description:0x90340 config={"ismaster"=>true, "topologyVersion"=>{"processId"=>BSON::ObjectId('637fb78f8051d9e69143768e'), "counter"=>0}, "maxBsonObjectSize"=>16777216, "maxMessageSizeBytes"=>48000000, "maxWriteBatchSize"=>100000, "localTime"=>2022-11-24 18:28:42.912 UTC, "logicalSessionTimeoutMinutes"=>30, "connectionId"=>3, "minWireVersion"=>0, "maxWireVersion"=>17, "readOnly"=>false, "ok"=>1.0} average_round_trip_time=0.00407444>>
|
496
|
-
MONGODB | Server description for localhost:27017 changed from 'standalone' to 'standalone'.
|
497
|
-
MONGODB | EVENT: #<TopologyChanged prev=Single[localhost:27017] new=Single[localhost:27017]>
|
498
|
-
MONGODB | Topology type 'Single' changed to type 'Single'.
|
499
|
-
Started GET "/sessions/new" for ::1 at 2022-11-24 12:28:48 -0600
|
500
|
-
Processing by SessionsController#new as HTML
|
501
|
-
Rendering layout layouts/application.haml
|
502
|
-
Rendering sessions/new.html.haml within layouts/application
|
503
|
-
Rendered sessions/new.html.haml within layouts/application (Duration: 3.0ms | Allocations: 7222)
|
504
|
-
Rendered layouts/jqm/_page.haml (Duration: 2.0ms | Allocations: 7207)
|
505
|
-
Rendered layout layouts/application.haml (Duration: 5.3ms | Allocations: 14703)
|
506
|
-
Completed 200 OK in 6ms (Views: 5.9ms | MongoDB: 0.0ms | Allocations: 15553)
|
507
|
-
|
508
|
-
|
509
|
-
Started POST "/auth/identity/callback" for ::1 at 2022-11-24 12:28:50 -0600
|
510
|
-
MONGODB | [39] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"identities", "filter"=>{"code"=>"admin"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
511
|
-
MONGODB | [39] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
512
|
-
Processing by SessionsController#create as HTML
|
513
|
-
Parameters: {"authenticity_token"=>"[FILTERED]", "auth_key"=>"[FILTERED]", "password"=>"[FILTERED]", "provider"=>"identity"}
|
514
|
-
MONGODB | [40] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"uid"=>"63794d54bee042de69125a42", "provider"=>"identity", "email"=>"admin@test.com"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
515
|
-
MONGODB | [40] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
516
|
-
[31mUnpermitted parameters: :authenticity_token, :auth_key, :password, :provider. Context: { controller: SessionsController, action: create, request: #<ActionDispatch::Request:0x000000010b5a8c58>, params: {"authenticity_token"=>"[FILTERED]", "auth_key"=>"[FILTERED]", "password"=>"[FILTERED]", "controller"=>"sessions", "action"=>"create", "provider"=>"identity"} }[0m
|
517
|
-
Redirected to http://localhost:3000/
|
518
|
-
Completed 302 Found in 3ms (MongoDB: 0.0ms | Allocations: 3371)
|
519
|
-
|
520
|
-
|
521
|
-
Started GET "/" for ::1 at 2022-11-24 12:28:51 -0600
|
522
|
-
Processing by JindaController#index as HTML
|
523
|
-
Rendering layout layouts/application.haml
|
524
|
-
Rendering jinda/index.html.haml within layouts/application
|
525
|
-
Rendered jinda/index.html.haml within layouts/application (Duration: 2.1ms | Allocations: 1889)
|
526
|
-
Rendered layouts/_head.html.erb (Duration: 12.6ms | Allocations: 25422)
|
527
|
-
MONGODB | [41] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"z_xQE-CX92Tz8HYUK0vNqA"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
528
|
-
MONGODB | [41] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
529
|
-
MONGODB | [42] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
530
|
-
MONGODB | [42] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
531
|
-
MONGODB | [43] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86a7')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
532
|
-
MONGODB | [43] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
533
|
-
MONGODB | [44] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86b0')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
534
|
-
MONGODB | [44] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
535
|
-
MONGODB | [45] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86b5')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
536
|
-
MONGODB | [45] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
537
|
-
MONGODB | [46] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86ba')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
538
|
-
MONGODB | [46] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
539
|
-
MONGODB | [47] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86bd')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
540
|
-
MONGODB | [47] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
541
|
-
MONGODB | [48] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86c2')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
542
|
-
MONGODB | [48] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
543
|
-
MONGODB | [49] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86c9')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
544
|
-
MONGODB | [49] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
545
|
-
MONGODB | [50] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86cf')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
546
|
-
MONGODB | [50] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
547
|
-
MONGODB | [51] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86d2')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
548
|
-
MONGODB | [51] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
549
|
-
MONGODB | [52] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86d5')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
550
|
-
MONGODB | [52] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
551
|
-
MONGODB | [53] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_id"=>BSON::ObjectId('63794cfbbee042dbe60c86d7')}, "sort"=>{"seq"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
552
|
-
MONGODB | [53] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
553
|
-
Rendered jinda/_menu_mm.haml (Duration: 56.2ms | Allocations: 178681)
|
554
|
-
Rendered jinda/_menu.haml (Duration: 58.7ms | Allocations: 183359)
|
555
|
-
Rendered jinda/_static.haml (Duration: 0.6ms | Allocations: 921)
|
556
|
-
Rendered layouts/jqm/_full.haml (Duration: 72.1ms | Allocations: 209964)
|
557
|
-
Rendered layout layouts/application.haml (Duration: 74.3ms | Allocations: 212048)
|
558
|
-
Completed 200 OK in 75ms (Views: 74.5ms | MongoDB: 0.0ms | Allocations: 212381)
|
559
|
-
|
560
|
-
|
561
|
-
Started GET "/jinda/doc" for ::1 at 2022-11-24 12:29:26 -0600
|
562
|
-
Processing by JindaController#doc as HTML
|
563
|
-
Completed 500 Internal Server Error in 40ms (MongoDB: 0.0ms | Allocations: 106141)
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
ActionView::MissingTemplate - Missing template jinda/doc.md, application/doc.md with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder, :haml]}.
|
568
|
-
Searched in:
|
569
|
-
* "/Users/kul/mygem/jinda/test/dummy/app/views"
|
570
|
-
* "/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/kaminari-core-1.2.0/app/views"
|
571
|
-
Did you mean? jinda/doc
|
572
|
-
jinda/doc-thai
|
573
|
-
jinda/notice_logs
|
574
|
-
jinda/feed
|
575
|
-
jinda/logs
|
576
|
-
jinda/index:
|
577
|
-
|
578
|
-
Started GET "/jinda/pending" for ::1 at 2022-11-24 12:29:33 -0600
|
579
|
-
Processing by JindaController#pending as HTML
|
580
|
-
Rendering layout layouts/application.haml
|
581
|
-
Rendering jinda/pending.haml within layouts/application
|
582
|
-
MONGODB | [54] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_xmains", "filter"=>{"status"=>{"$in"=>["R", "I"]}}, "sort"=>{"created_at"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
583
|
-
MONGODB | [54] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
584
|
-
Rendered jinda/_pending_page.haml (Duration: 4.1ms | Allocations: 9495)
|
585
|
-
Rendered jinda/pending.haml within layouts/application (Duration: 5.4ms | Allocations: 11921)
|
586
|
-
Rendered layouts/jqm/_page.haml (Duration: 0.1ms | Allocations: 103)
|
587
|
-
Rendered layout layouts/application.haml (Duration: 5.6ms | Allocations: 12187)
|
588
|
-
Completed 200 OK in 16ms (Views: 5.9ms | MongoDB: 0.0ms | Allocations: 19766)
|
589
|
-
|
590
|
-
|
591
|
-
Started GET "/jinda/init?s=admins:edit_role" for ::1 at 2022-11-24 12:29:35 -0600
|
592
|
-
Processing by JindaController#init as HTML
|
593
|
-
Parameters: {"s"=>"admins:edit_role"}
|
594
|
-
MONGODB | [55] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"module_code"=>"admins", "code"=>"edit_role"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
595
|
-
MONGODB | [55] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
596
|
-
The :id_sort option has been deprecated. Use Mongo#take to get a document without a sort on _id.
|
597
|
-
MONGODB | [56] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"_id"=>BSON::ObjectId('63794cfbbee042dbe60c86b5')}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
598
|
-
MONGODB | [56] localhost:27017 | dummy_development.find | SUCCEEDED | 0.002s
|
599
|
-
MONGODB | [57] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"z_xQE-CX92Tz8HYUK0vNqA"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
600
|
-
MONGODB | [57] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
601
|
-
MONGODB | [58] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"params", "filter"=>{"code"=>"xid"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
602
|
-
MONGODB | [58] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
603
|
-
MONGODB | [59] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"params", "filter"=>{"code"=>"xid"}, "projection"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
604
|
-
MONGODB | [59] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
605
|
-
MONGODB | [60] localhost:27017 #1 | dummy_development.insert | STARTED | {"insert"=>"params", "ordered"=>true, "documents"=>[{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f2'), "code"=>"xid", "pid"=>"0", "yearly"=>false, "description"=>"auto", "updated_at"=>2022-11-24 18:29:35.794249 UTC, "created_at"=>2022-11-24 18:29:35....
|
606
|
-
MONGODB | [60] localhost:27017 | dummy_development.insert | SUCCEEDED | 0.006s
|
607
|
-
MONGODB | [61] localhost:27017 #1 | dummy_development.update | STARTED | {"update"=>"params", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f2')}, "u"=>{"$set"=>{"pid"=>"1", "updated_at"=>2022-11-24 18:29:35.801043 UTC}}}], "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001db...
|
608
|
-
MONGODB | [61] localhost:27017 | dummy_development.update | SUCCEEDED | 0.001s
|
609
|
-
MONGODB | [62] localhost:27017 #1 | dummy_development.insert | STARTED | {"insert"=>"jinda_xmains", "ordered"=>true, "documents"=>[{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1'), "start"=>2022-11-24 18:29:35.77249 UTC, "name"=>"edit user role", "ip"=>"::1", "status"=>"I", "xvars"=>{"service_id"=>BSON::ObjectId('63794cf...
|
610
|
-
MONGODB | [62] localhost:27017 | dummy_development.insert | SUCCEEDED | 0.006s
|
611
|
-
MONGODB | [63] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_roles", "filter"=>{"code"=>"default"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
612
|
-
MONGODB | [63] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
613
|
-
MONGODB | [64] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_xmains", "filter"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1')}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
614
|
-
MONGODB | [64] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
615
|
-
MONGODB | [65] localhost:27017 #1 | dummy_development.insert | STARTED | {"insert"=>"jinda_runseqs", "ordered"=>true, "documents"=>[{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f3'), "name"=>"select user", "action"=>"form", "code"=>"select_user", "role"=>"A", "rule"=>"true", "rstep"=>1, "form_step"=>1, "status"=>"I", "xml...
|
616
|
-
MONGODB | [65] localhost:27017 | dummy_development.insert | SUCCEEDED | 0.007s
|
617
|
-
MONGODB | [66] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_xmains", "filter"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1')}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
618
|
-
MONGODB | [66] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
619
|
-
MONGODB | [67] localhost:27017 #1 | dummy_development.insert | STARTED | {"insert"=>"jinda_runseqs", "ordered"=>true, "documents"=>[{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f4'), "name"=>"edit role", "action"=>"form", "code"=>"edit_role", "role"=>"A", "rule"=>"true", "rstep"=>2, "form_step"=>2, "status"=>"I", "xml"=>"...
|
620
|
-
MONGODB | [67] localhost:27017 | dummy_development.insert | SUCCEEDED | 0.001s
|
621
|
-
MONGODB | [68] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_xmains", "filter"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1')}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
622
|
-
MONGODB | [68] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
623
|
-
MONGODB | [69] localhost:27017 #1 | dummy_development.insert | STARTED | {"insert"=>"jinda_runseqs", "ordered"=>true, "documents"=>[{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f5'), "name"=>"update_role", "action"=>"do", "code"=>"update_role", "role"=>"", "rule"=>"true", "rstep"=>3, "form_step"=>2, "status"=>"I", "xml"=>...
|
624
|
-
MONGODB | [69] localhost:27017 | dummy_development.insert | SUCCEEDED | 0.001s
|
625
|
-
MONGODB | [70] localhost:27017 #1 | dummy_development.update | STARTED | {"update"=>"jinda_xmains", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1')}, "u"=>{"$set"=>{"xvars"=>{"service_id"=>BSON::ObjectId('63794cfbbee042dbe60c86b6'), "p"=>{"s"=>"admins:edit_role", "controller"=>"jinda",...
|
626
|
-
MONGODB | [70] localhost:27017 | dummy_development.update | SUCCEEDED | 0.001s
|
627
|
-
MONGODB | [71] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_runseqs", "filter"=>{"xmain_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1')}, "sort"=>{"_id"=>-1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
628
|
-
MONGODB | [71] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
629
|
-
MONGODB | [72] localhost:27017 #1 | dummy_development.update | STARTED | {"update"=>"jinda_runseqs", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f5')}, "u"=>{"$set"=>{"end"=>true, "updated_at"=>2022-11-24 18:29:35.835293 UTC}}}], "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9...
|
630
|
-
MONGODB | [72] localhost:27017 | dummy_development.update | SUCCEEDED | 0.001s
|
631
|
-
Redirected to http://localhost:3000/jinda/run?id=637fb80fbee042e83d9265f1
|
632
|
-
Completed 302 Found in 72ms (MongoDB: 0.0ms | Allocations: 102052)
|
633
|
-
|
634
|
-
|
635
|
-
Started GET "/jinda/run?id=637fb80fbee042e83d9265f1" for ::1 at 2022-11-24 12:29:35 -0600
|
636
|
-
Processing by JindaController#run as HTML
|
637
|
-
Parameters: {"id"=>"637fb80fbee042e83d9265f1"}
|
638
|
-
MONGODB | [73] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_xmains", "filter"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1')}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
639
|
-
MONGODB | [73] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
640
|
-
MONGODB | [74] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_runseqs", "filter"=>{"xmain_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1'), "_id"=>BSON::ObjectId('637fb80fbee042e83d9265f3')}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
641
|
-
MONGODB | [74] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
642
|
-
MONGODB | [75] localhost:27017 #1 | dummy_development.update | STARTED | {"update"=>"jinda_runseqs", "ordered"=>true, "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f3')}, "u"=>{"$set"=>{"start"=>2022-11-24 18:29:35.850542 UTC, "status"=>"R", "updated_at"=>2022-11-24 18:29:35.850629 UTC}}}], "lsid"=>{"id"=...
|
643
|
-
MONGODB | [75] localhost:27017 | dummy_development.update | SUCCEEDED | 0.001s
|
644
|
-
MONGODB | [76] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"z_xQE-CX92Tz8HYUK0vNqA"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
645
|
-
MONGODB | [76] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
646
|
-
MONGODB | [77] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_runseqs", "filter"=>{"xmain_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1'), "_id"=>BSON::ObjectId('637fb80fbee042e83d9265f3')}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
647
|
-
MONGODB | [77] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
648
|
-
Redirected to http://localhost:3000/jinda/run_form?id=637fb80fbee042e83d9265f1
|
649
|
-
Completed 302 Found in 8ms (MongoDB: 0.0ms | Allocations: 14200)
|
650
|
-
|
651
|
-
|
652
|
-
Started GET "/jinda/run_form?id=637fb80fbee042e83d9265f1" for ::1 at 2022-11-24 12:29:35 -0600
|
653
|
-
Processing by JindaController#run_form as HTML
|
654
|
-
Parameters: {"id"=>"637fb80fbee042e83d9265f1"}
|
655
|
-
MONGODB | [78] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_xmains", "filter"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1')}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
656
|
-
MONGODB | [78] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
657
|
-
MONGODB | [79] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_runseqs", "filter"=>{"xmain_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1'), "_id"=>BSON::ObjectId('637fb80fbee042e83d9265f3')}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
658
|
-
MONGODB | [79] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
659
|
-
MONGODB | [80] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{"auth_token"=>"z_xQE-CX92Tz8HYUK0vNqA"}, "sort"=>{"_id"=>1}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
660
|
-
MONGODB | [80] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
661
|
-
MONGODB | [81] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_runseqs", "filter"=>{"xmain_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1'), "_id"=>BSON::ObjectId('637fb80fbee042e83d9265f3')}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
662
|
-
MONGODB | [81] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
663
|
-
MONGODB | [82] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_services", "filter"=>{"_id"=>BSON::ObjectId('63794cfbbee042dbe60c86b6')}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
664
|
-
MONGODB | [82] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
665
|
-
MONGODB | [83] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_modules", "filter"=>{"_id"=>BSON::ObjectId('63794cfbbee042dbe60c86b5')}, "limit"=>1, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
666
|
-
MONGODB | [83] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
667
|
-
MONGODB | [84] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_xmains", "filter"=>{"_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1')}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
668
|
-
MONGODB | [84] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
669
|
-
MONGODB | [85] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"jinda_runseqs", "filter"=>{"xmain_id"=>BSON::ObjectId('637fb80fbee042e83d9265f1'), "_id"=>BSON::ObjectId('637fb80fbee042e83d9265f3')}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
670
|
-
MONGODB | [85] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
671
|
-
Rendering layout layouts/application.haml
|
672
|
-
Rendering jinda/run_form.haml within layouts/application
|
673
|
-
Rendering inline template
|
674
|
-
MONGODB | [86] localhost:27017 #1 | dummy_development.find | STARTED | {"find"=>"users", "filter"=>{}, "sort"=>{"code"=>1}, "lsid"=>{"id"=><BSON::Binary:0x83220 type=uuid data=0x7e9744001dbf469a...>}}
|
675
|
-
MONGODB | [86] localhost:27017 | dummy_development.find | SUCCEEDED | 0.001s
|
676
|
-
Rendered inline template (Duration: 2.1ms | Allocations: 4758)
|
677
|
-
Rendered jinda/run_form.haml within layouts/application (Duration: 5.7ms | Allocations: 11583)
|
678
|
-
Rendered layouts/jqm/_page.haml (Duration: 0.1ms | Allocations: 110)
|
679
|
-
Rendered layout layouts/application.haml (Duration: 5.9ms | Allocations: 11864)
|
680
|
-
Completed 200 OK in 18ms (Views: 6.1ms | MongoDB: 0.0ms | Allocations: 36314)
|
681
|
-
|
682
|
-
|
683
|
-
Started GET "/jinda/doc" for ::1 at 2022-11-24 12:29:39 -0600
|
684
|
-
Processing by JindaController#doc as HTML
|
685
|
-
Completed 500 Internal Server Error in 30ms (MongoDB: 0.0ms | Allocations: 91004)
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
ActionView::MissingTemplate - Missing template jinda/doc.md, application/doc.md with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :vcf, :vtt, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :mp3, :ogg, :m4a, :webm, :mp4, :otf, :ttf, :woff, :woff2, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder, :haml]}.
|
690
|
-
Searched in:
|
691
|
-
* "/Users/kul/mygem/jinda/test/dummy/app/views"
|
692
|
-
* "/Users/kul/.asdf/installs/ruby/3.1.2/lib/ruby/gems/3.1.0/gems/kaminari-core-1.2.0/app/views"
|
693
|
-
Did you mean? jinda/doc
|
694
|
-
jinda/doc-thai
|
695
|
-
jinda/notice_logs
|
696
|
-
jinda/feed
|
697
|
-
jinda/logs
|
698
|
-
jinda/index:
|
699
|
-
|
1
|
+
[dotenv] Set [36mGOOGLE_CLIENT_ID[0m and [36mGOOGLE_CLIENT_SECRET[0m
|
2
|
+
[dotenv] Loaded [33m.env[0m
|