daengine 0.2.14 → 0.2.15
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.
- data/app/models/digital_asset.rb +20 -0
- data/lib/daengine/version.rb +1 -1
- data/spec/dummy/log/test.log +8291 -0
- metadata +3 -3
- data/spec/dummy/log/development.log +0 -13
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: daengine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.2.
|
5
|
+
version: 0.2.15
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- sbhatia
|
@@ -127,7 +127,7 @@ files:
|
|
127
127
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
128
128
|
- spec/dummy/config/locales/en.yml
|
129
129
|
- spec/dummy/db/test.sqlite3
|
130
|
-
- spec/dummy/log/
|
130
|
+
- spec/dummy/log/test.log
|
131
131
|
- spec/dummy/public/404.html
|
132
132
|
- spec/dummy/public/422.html
|
133
133
|
- spec/dummy/public/500.html
|
@@ -205,7 +205,7 @@ test_files:
|
|
205
205
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
206
206
|
- spec/dummy/config/locales/en.yml
|
207
207
|
- spec/dummy/db/test.sqlite3
|
208
|
-
- spec/dummy/log/
|
208
|
+
- spec/dummy/log/test.log
|
209
209
|
- spec/dummy/public/404.html
|
210
210
|
- spec/dummy/public/422.html
|
211
211
|
- spec/dummy/public/500.html
|
@@ -1,13 +0,0 @@
|
|
1
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
2
|
-
MONGODB (39ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
3
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
4
|
-
MONGODB (35ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
5
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
6
|
-
MONGODB (38ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
7
|
-
MONGODB (33ms) dummy_development['system.namespaces'].find({})
|
8
|
-
MONGODB (222ms) dummy_development['$cmd'].find({:create=>"taxonomy_terms"}).limit(-1)
|
9
|
-
MONGODB (5ms) dummy_development['taxonomy_terms'].find({"term_type.FUND_CODE"=>"1365"})
|
10
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
11
|
-
MONGODB (43ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
12
|
-
MONGODB (33ms) dummy_development['system.namespaces'].find({})
|
13
|
-
MONGODB (5ms) dummy_development['taxonomy_terms'].find({"term_type.FUND_CODE"=>"1365"})
|