dbd_onto_engine 0.0.7 → 0.0.8
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/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml +1 -0
- data/app/views/dbd_onto_engine/ontologies/index.html.haml +3 -1
- data/app/views/dbd_onto_engine/ontologies/show.html.haml +4 -2
- data/app/views/dbd_onto_engine/shared/_links.html.haml +4 -0
- data/lib/dbd_onto_engine/version.rb +1 -1
- data/spec/dummy/log/test.log +2992 -0
- data/spec/features/dbd_onto_engine/ontologies_spec.rb +14 -4
- data/spec/views/dbd_onto_engine/ontologies/index.html.haml_spec.rb +4 -0
- data/spec/views/dbd_onto_engine/ontologies/show.html.haml_spec.rb +22 -0
- data/spec/views/dbd_onto_engine/shared/_links.html.haml_spec.rb +20 -0
- metadata +14 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1412980ca8d9a9d08cb8ddb90f57a926163c6f6f
|
4
|
+
data.tar.gz: 0d4baf88b1267706ce8bd03135312585ebec8b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b12384b5c3d62288df97038aaf8c3cdc289f68a6f75a134ab3270ffaecb0ceb92f4e4647ca52a15a17e36476724f73ddf277b86f73e8afe05286d48171a6eec
|
7
|
+
data.tar.gz: abc72c2f91dc79af83c0ba9e16bfa2809c06fd30eede3027af00fc26007b75920d0345ca85aaf5f2d160d8e2840d86e18c1e1d3230e77471555c2c7173e2394c
|
@@ -1,4 +1,5 @@
|
|
1
1
|
%tr
|
2
|
+
- # TODO Fact#objects_by_predicate => array + (single, join, ...)
|
2
3
|
- used = ontology_predicate.detect{ |fact| fact.predicate == 'meta:predicate_used'}
|
3
4
|
- uri = ontology_predicate.detect{ |fact| fact.predicate == 'dbd:rdf_uri'}.object
|
4
5
|
- defines_predicate = ontology_predicate.detect{ |fact| fact.predicate == 'meta:defines_predicate'}.object
|
@@ -1,7 +1,9 @@
|
|
1
1
|
%h1 Ontology #{@ontology.capitalize}
|
2
2
|
|
3
|
+
= render partial: 'dbd_onto_engine/shared/links'
|
4
|
+
|
3
5
|
%div.ontology
|
4
|
-
%p U stands for "used"
|
6
|
+
%p U stands for "used to create new resources"
|
5
7
|
%table
|
6
8
|
%thead
|
7
9
|
%tr
|
@@ -10,4 +12,4 @@
|
|
10
12
|
%th Label
|
11
13
|
%th Comment
|
12
14
|
%tbody
|
13
|
-
=render partial: 'ontology_predicate', collection: @ontology_predicates
|
15
|
+
= render partial: 'ontology_predicate', collection: @ontology_predicates
|
data/spec/dummy/log/test.log
CHANGED
@@ -11122,3 +11122,2995 @@ Processing by DbdOntoEngine::OntologiesController#show as HTML
|
|
11122
11122
|
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11123
11123
|
Completed 200 OK in 3ms (Views: 1.0ms)
|
11124
11124
|
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
11125
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
11126
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (13.5ms)
|
11127
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-23 23:18:37 +0200
|
11128
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11129
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.9ms)
|
11130
|
+
Completed 200 OK in 11ms (Views: 11.0ms)
|
11131
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-23 23:18:37 +0200
|
11132
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11133
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.3ms)
|
11134
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11135
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-23 23:18:37 +0200
|
11136
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11137
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11138
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
11139
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-23 23:18:37 +0200
|
11140
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11141
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11142
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
11143
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-23 23:18:37 +0200
|
11144
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11145
|
+
Parameters: {"id"=>"meta"}
|
11146
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.4ms)
|
11147
|
+
Completed 200 OK in 8ms (Views: 5.2ms)
|
11148
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-23 23:18:37 +0200
|
11149
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11150
|
+
Parameters: {"id"=>"meta"}
|
11151
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11152
|
+
Completed 200 OK in 4ms (Views: 1.1ms)
|
11153
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:37 +0200
|
11154
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11155
|
+
Parameters: {"id"=>"schema"}
|
11156
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (65.2ms)
|
11157
|
+
Completed 200 OK in 169ms (Views: 66.9ms)
|
11158
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:37 +0200
|
11159
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11160
|
+
Parameters: {"id"=>"schema"}
|
11161
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.7ms)
|
11162
|
+
Completed 200 OK in 144ms (Views: 35.0ms)
|
11163
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:39 +0200
|
11164
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11165
|
+
Parameters: {"id"=>"schema"}
|
11166
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.2ms)
|
11167
|
+
Completed 200 OK in 139ms (Views: 35.5ms)
|
11168
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:40 +0200
|
11169
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11170
|
+
Parameters: {"id"=>"schema"}
|
11171
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.0ms)
|
11172
|
+
Completed 200 OK in 196ms (Views: 62.1ms)
|
11173
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:40 +0200
|
11174
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11175
|
+
Parameters: {"id"=>"schema"}
|
11176
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.4ms)
|
11177
|
+
Completed 200 OK in 144ms (Views: 34.7ms)
|
11178
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:42 +0200
|
11179
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11180
|
+
Parameters: {"id"=>"schema"}
|
11181
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (65.1ms)
|
11182
|
+
Completed 200 OK in 171ms (Views: 66.5ms)
|
11183
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:42 +0200
|
11184
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11185
|
+
Parameters: {"id"=>"schema"}
|
11186
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.1ms)
|
11187
|
+
Completed 200 OK in 149ms (Views: 36.6ms)
|
11188
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:42 +0200
|
11189
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11190
|
+
Parameters: {"id"=>"schema"}
|
11191
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.5ms)
|
11192
|
+
Completed 200 OK in 175ms (Views: 63.9ms)
|
11193
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:43 +0200
|
11194
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11195
|
+
Parameters: {"id"=>"schema"}
|
11196
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.5ms)
|
11197
|
+
Completed 200 OK in 168ms (Views: 62.9ms)
|
11198
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:45 +0200
|
11199
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11200
|
+
Parameters: {"id"=>"schema"}
|
11201
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.9ms)
|
11202
|
+
Completed 200 OK in 138ms (Views: 35.3ms)
|
11203
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:45 +0200
|
11204
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11205
|
+
Parameters: {"id"=>"schema"}
|
11206
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.6ms)
|
11207
|
+
Completed 200 OK in 143ms (Views: 61.9ms)
|
11208
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-23 23:18:45 +0200
|
11209
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11210
|
+
Parameters: {"id"=>"schema"}
|
11211
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.2ms)
|
11212
|
+
Completed 200 OK in 172ms (Views: 63.5ms)
|
11213
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-23 23:18:45 +0200
|
11214
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11215
|
+
Parameters: {"id"=>"context"}
|
11216
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.5ms)
|
11217
|
+
Completed 200 OK in 7ms (Views: 1.5ms)
|
11218
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-23 23:18:45 +0200
|
11219
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11220
|
+
Parameters: {"id"=>"context"}
|
11221
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11222
|
+
Completed 200 OK in 6ms (Views: 1.3ms)
|
11223
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-23 23:18:45 +0200
|
11224
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11225
|
+
Parameters: {"id"=>"dbd"}
|
11226
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11227
|
+
Completed 200 OK in 3ms (Views: 1.0ms)
|
11228
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-23 23:18:45 +0200
|
11229
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11230
|
+
Parameters: {"id"=>"dbd"}
|
11231
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11232
|
+
Completed 200 OK in 3ms (Views: 0.9ms)
|
11233
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-23 23:18:45 +0200
|
11234
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11235
|
+
Parameters: {"id"=>"foobar"}
|
11236
|
+
Completed 500 Internal Server Error in 0ms
|
11237
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-24 21:44:57 +0200
|
11238
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11239
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.9ms)
|
11240
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (6.9ms)
|
11241
|
+
Completed 200 OK in 59ms (Views: 59.2ms)
|
11242
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-24 21:44:58 +0200
|
11243
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11244
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11245
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11246
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
11247
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-24 21:44:58 +0200
|
11248
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11249
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11250
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11251
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11252
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-24 21:44:58 +0200
|
11253
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11254
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11255
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11256
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11257
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-24 21:44:58 +0200
|
11258
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11259
|
+
Parameters: {"id"=>"dbd"}
|
11260
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (2.0ms)
|
11261
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (10.3ms)
|
11262
|
+
Completed 200 OK in 25ms (Views: 23.3ms)
|
11263
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-24 21:44:58 +0200
|
11264
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11265
|
+
Parameters: {"id"=>"dbd"}
|
11266
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11267
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11268
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
11269
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-24 21:44:58 +0200
|
11270
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11271
|
+
Parameters: {"id"=>"meta"}
|
11272
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11273
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11274
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
11275
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-24 21:44:58 +0200
|
11276
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11277
|
+
Parameters: {"id"=>"meta"}
|
11278
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11279
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11280
|
+
Completed 200 OK in 4ms (Views: 1.1ms)
|
11281
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:44:58 +0200
|
11282
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11283
|
+
Parameters: {"id"=>"schema"}
|
11284
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.3ms)
|
11285
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.9ms)
|
11286
|
+
Completed 200 OK in 168ms (Views: 65.9ms)
|
11287
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:44:59 +0200
|
11288
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11289
|
+
Parameters: {"id"=>"schema"}
|
11290
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (36.8ms)
|
11291
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (37.3ms)
|
11292
|
+
Completed 200 OK in 143ms (Views: 38.3ms)
|
11293
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:00 +0200
|
11294
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11295
|
+
Parameters: {"id"=>"schema"}
|
11296
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.9ms)
|
11297
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (36.5ms)
|
11298
|
+
Completed 200 OK in 144ms (Views: 37.5ms)
|
11299
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:02 +0200
|
11300
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11301
|
+
Parameters: {"id"=>"schema"}
|
11302
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.8ms)
|
11303
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.3ms)
|
11304
|
+
Completed 200 OK in 169ms (Views: 63.2ms)
|
11305
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:02 +0200
|
11306
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11307
|
+
Parameters: {"id"=>"schema"}
|
11308
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.2ms)
|
11309
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.7ms)
|
11310
|
+
Completed 200 OK in 145ms (Views: 35.6ms)
|
11311
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:02 +0200
|
11312
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11313
|
+
Parameters: {"id"=>"schema"}
|
11314
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.0ms)
|
11315
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.5ms)
|
11316
|
+
Completed 200 OK in 171ms (Views: 62.4ms)
|
11317
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:02 +0200
|
11318
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11319
|
+
Parameters: {"id"=>"schema"}
|
11320
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.4ms)
|
11321
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.9ms)
|
11322
|
+
Completed 200 OK in 172ms (Views: 62.9ms)
|
11323
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:02 +0200
|
11324
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11325
|
+
Parameters: {"id"=>"schema"}
|
11326
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.4ms)
|
11327
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.9ms)
|
11328
|
+
Completed 200 OK in 173ms (Views: 62.8ms)
|
11329
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:03 +0200
|
11330
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11331
|
+
Parameters: {"id"=>"schema"}
|
11332
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.6ms)
|
11333
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.1ms)
|
11334
|
+
Completed 200 OK in 174ms (Views: 63.1ms)
|
11335
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:03 +0200
|
11336
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11337
|
+
Parameters: {"id"=>"schema"}
|
11338
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.2ms)
|
11339
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.7ms)
|
11340
|
+
Completed 200 OK in 148ms (Views: 36.7ms)
|
11341
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:03 +0200
|
11342
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11343
|
+
Parameters: {"id"=>"schema"}
|
11344
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.2ms)
|
11345
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.7ms)
|
11346
|
+
Completed 200 OK in 146ms (Views: 65.7ms)
|
11347
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:04 +0200
|
11348
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11349
|
+
Parameters: {"id"=>"schema"}
|
11350
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.7ms)
|
11351
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.2ms)
|
11352
|
+
Completed 200 OK in 170ms (Views: 65.2ms)
|
11353
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-24 21:45:06 +0200
|
11354
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11355
|
+
Parameters: {"id"=>"context"}
|
11356
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11357
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
11358
|
+
Completed 200 OK in 6ms (Views: 1.4ms)
|
11359
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-24 21:45:06 +0200
|
11360
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11361
|
+
Parameters: {"id"=>"context"}
|
11362
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11363
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
11364
|
+
Completed 200 OK in 6ms (Views: 1.4ms)
|
11365
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-24 21:45:06 +0200
|
11366
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11367
|
+
Parameters: {"id"=>"foobar"}
|
11368
|
+
Completed 500 Internal Server Error in 0ms
|
11369
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
11370
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11371
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11372
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.9ms)
|
11373
|
+
Completed 200 OK in 16ms (Views: 15.9ms)
|
11374
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11375
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11376
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11377
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11378
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11379
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11380
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.3ms)
|
11381
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
11382
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11383
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11384
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11385
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11386
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11387
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11388
|
+
Parameters: {"id"=>"meta"}
|
11389
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.4ms)
|
11390
|
+
Completed 200 OK in 8ms (Views: 5.4ms)
|
11391
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11392
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11393
|
+
Parameters: {"id"=>"meta"}
|
11394
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11395
|
+
Completed 200 OK in 4ms (Views: 1.1ms)
|
11396
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11397
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11398
|
+
Parameters: {"id"=>"foobar"}
|
11399
|
+
Completed 500 Internal Server Error in 0ms
|
11400
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11401
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11402
|
+
Parameters: {"id"=>"context"}
|
11403
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11404
|
+
Completed 200 OK in 6ms (Views: 1.3ms)
|
11405
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11406
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11407
|
+
Parameters: {"id"=>"context"}
|
11408
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11409
|
+
Completed 200 OK in 6ms (Views: 1.4ms)
|
11410
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11411
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11412
|
+
Parameters: {"id"=>"dbd"}
|
11413
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11414
|
+
Completed 200 OK in 3ms (Views: 1.1ms)
|
11415
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11416
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11417
|
+
Parameters: {"id"=>"dbd"}
|
11418
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11419
|
+
Completed 200 OK in 3ms (Views: 1.0ms)
|
11420
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:18 +0200
|
11421
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11422
|
+
Parameters: {"id"=>"schema"}
|
11423
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (67.5ms)
|
11424
|
+
Completed 200 OK in 176ms (Views: 69.2ms)
|
11425
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:19 +0200
|
11426
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11427
|
+
Parameters: {"id"=>"schema"}
|
11428
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.9ms)
|
11429
|
+
Completed 200 OK in 152ms (Views: 36.3ms)
|
11430
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:19 +0200
|
11431
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11432
|
+
Parameters: {"id"=>"schema"}
|
11433
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.1ms)
|
11434
|
+
Completed 200 OK in 180ms (Views: 65.6ms)
|
11435
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:20 +0200
|
11436
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11437
|
+
Parameters: {"id"=>"schema"}
|
11438
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.9ms)
|
11439
|
+
Completed 200 OK in 173ms (Views: 65.4ms)
|
11440
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:20 +0200
|
11441
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11442
|
+
Parameters: {"id"=>"schema"}
|
11443
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.7ms)
|
11444
|
+
Completed 200 OK in 151ms (Views: 36.2ms)
|
11445
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:22 +0200
|
11446
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11447
|
+
Parameters: {"id"=>"schema"}
|
11448
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (67.6ms)
|
11449
|
+
Completed 200 OK in 178ms (Views: 69.1ms)
|
11450
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:22 +0200
|
11451
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11452
|
+
Parameters: {"id"=>"schema"}
|
11453
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.0ms)
|
11454
|
+
Completed 200 OK in 149ms (Views: 36.5ms)
|
11455
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:23 +0200
|
11456
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11457
|
+
Parameters: {"id"=>"schema"}
|
11458
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.1ms)
|
11459
|
+
Completed 200 OK in 170ms (Views: 64.5ms)
|
11460
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:23 +0200
|
11461
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11462
|
+
Parameters: {"id"=>"schema"}
|
11463
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.8ms)
|
11464
|
+
Completed 200 OK in 149ms (Views: 36.2ms)
|
11465
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:25 +0200
|
11466
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11467
|
+
Parameters: {"id"=>"schema"}
|
11468
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (65.8ms)
|
11469
|
+
Completed 200 OK in 171ms (Views: 67.2ms)
|
11470
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:26 +0200
|
11471
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11472
|
+
Parameters: {"id"=>"schema"}
|
11473
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.1ms)
|
11474
|
+
Completed 200 OK in 174ms (Views: 65.5ms)
|
11475
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-24 21:45:26 +0200
|
11476
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11477
|
+
Parameters: {"id"=>"schema"}
|
11478
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.3ms)
|
11479
|
+
Completed 200 OK in 153ms (Views: 36.8ms)
|
11480
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
11481
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11482
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11483
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (1.0ms)
|
11484
|
+
Completed 200 OK in 17ms (Views: 17.2ms)
|
11485
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11486
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11487
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.3ms)
|
11488
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
11489
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11490
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11491
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11492
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
11493
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11494
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11495
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11496
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
11497
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11498
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11499
|
+
Parameters: {"id"=>"meta"}
|
11500
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.5ms)
|
11501
|
+
Completed 200 OK in 8ms (Views: 5.8ms)
|
11502
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11503
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11504
|
+
Parameters: {"id"=>"meta"}
|
11505
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11506
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
11507
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11508
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11509
|
+
Parameters: {"id"=>"meta"}
|
11510
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11511
|
+
Completed 200 OK in 4ms (Views: 1.0ms)
|
11512
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11513
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11514
|
+
Parameters: {"id"=>"dbd"}
|
11515
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11516
|
+
Completed 200 OK in 3ms (Views: 0.8ms)
|
11517
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11518
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11519
|
+
Parameters: {"id"=>"dbd"}
|
11520
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11521
|
+
Completed 200 OK in 3ms (Views: 1.0ms)
|
11522
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11523
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11524
|
+
Parameters: {"id"=>"foobar"}
|
11525
|
+
Completed 500 Internal Server Error in 0ms
|
11526
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11527
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11528
|
+
Parameters: {"id"=>"schema"}
|
11529
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.8ms)
|
11530
|
+
Completed 200 OK in 171ms (Views: 66.4ms)
|
11531
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:15 +0200
|
11532
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11533
|
+
Parameters: {"id"=>"schema"}
|
11534
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.4ms)
|
11535
|
+
Completed 200 OK in 175ms (Views: 63.8ms)
|
11536
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:16 +0200
|
11537
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11538
|
+
Parameters: {"id"=>"schema"}
|
11539
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.2ms)
|
11540
|
+
Completed 200 OK in 174ms (Views: 64.7ms)
|
11541
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:17 +0200
|
11542
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11543
|
+
Parameters: {"id"=>"schema"}
|
11544
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.8ms)
|
11545
|
+
Completed 200 OK in 159ms (Views: 35.2ms)
|
11546
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:18 +0200
|
11547
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11548
|
+
Parameters: {"id"=>"schema"}
|
11549
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.6ms)
|
11550
|
+
Completed 200 OK in 172ms (Views: 64.0ms)
|
11551
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:18 +0200
|
11552
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11553
|
+
Parameters: {"id"=>"schema"}
|
11554
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (51.5ms)
|
11555
|
+
Completed 200 OK in 186ms (Views: 52.9ms)
|
11556
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:18 +0200
|
11557
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11558
|
+
Parameters: {"id"=>"schema"}
|
11559
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.6ms)
|
11560
|
+
Completed 200 OK in 181ms (Views: 64.0ms)
|
11561
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:20 +0200
|
11562
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11563
|
+
Parameters: {"id"=>"schema"}
|
11564
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.0ms)
|
11565
|
+
Completed 200 OK in 170ms (Views: 64.3ms)
|
11566
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:20 +0200
|
11567
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11568
|
+
Parameters: {"id"=>"schema"}
|
11569
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.0ms)
|
11570
|
+
Completed 200 OK in 148ms (Views: 35.4ms)
|
11571
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:20 +0200
|
11572
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11573
|
+
Parameters: {"id"=>"schema"}
|
11574
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.8ms)
|
11575
|
+
Completed 200 OK in 177ms (Views: 64.2ms)
|
11576
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:21 +0200
|
11577
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11578
|
+
Parameters: {"id"=>"schema"}
|
11579
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.6ms)
|
11580
|
+
Completed 200 OK in 168ms (Views: 62.9ms)
|
11581
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:54:22 +0200
|
11582
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11583
|
+
Parameters: {"id"=>"schema"}
|
11584
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.4ms)
|
11585
|
+
Completed 200 OK in 146ms (Views: 34.8ms)
|
11586
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 14:54:23 +0200
|
11587
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11588
|
+
Parameters: {"id"=>"context"}
|
11589
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11590
|
+
Completed 200 OK in 6ms (Views: 1.2ms)
|
11591
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 14:54:23 +0200
|
11592
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11593
|
+
Parameters: {"id"=>"context"}
|
11594
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11595
|
+
Completed 200 OK in 6ms (Views: 1.3ms)
|
11596
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
11597
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:54:51 +0200
|
11598
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11599
|
+
Parameters: {"id"=>"meta"}
|
11600
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.4ms)
|
11601
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (6.4ms)
|
11602
|
+
Completed 200 OK in 21ms (Views: 18.6ms)
|
11603
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:56:57 +0200
|
11604
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11605
|
+
Parameters: {"id"=>"meta"}
|
11606
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
11607
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.2ms)
|
11608
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (7.7ms)
|
11609
|
+
Completed 200 OK in 22ms (Views: 19.1ms)
|
11610
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:57:26 +0200
|
11611
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11612
|
+
Parameters: {"id"=>"meta"}
|
11613
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.8ms)
|
11614
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.2ms)
|
11615
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (7.7ms)
|
11616
|
+
Completed 200 OK in 22ms (Views: 19.4ms)
|
11617
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:58:01 +0200
|
11618
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11619
|
+
Parameters: {"id"=>"meta"}
|
11620
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.8ms)
|
11621
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.3ms)
|
11622
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (7.5ms)
|
11623
|
+
Completed 200 OK in 22ms (Views: 19.2ms)
|
11624
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11625
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11626
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
11627
|
+
Completed 200 OK in 16ms (Views: 15.7ms)
|
11628
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11629
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11630
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11631
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
11632
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11633
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11634
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11635
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
11636
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11637
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11638
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11639
|
+
Completed 200 OK in 1ms (Views: 0.9ms)
|
11640
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11641
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11642
|
+
Parameters: {"id"=>"meta"}
|
11643
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.8ms)
|
11644
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.3ms)
|
11645
|
+
Completed 200 OK in 9ms (Views: 6.7ms)
|
11646
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11647
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11648
|
+
Parameters: {"id"=>"meta"}
|
11649
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11650
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11651
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
11652
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11653
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11654
|
+
Parameters: {"id"=>"meta"}
|
11655
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11656
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11657
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
11658
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11659
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11660
|
+
Parameters: {"id"=>"foobar"}
|
11661
|
+
Completed 500 Internal Server Error in 0ms
|
11662
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11663
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11664
|
+
Parameters: {"id"=>"schema"}
|
11665
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11666
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (66.5ms)
|
11667
|
+
Completed 200 OK in 177ms (Views: 68.4ms)
|
11668
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11669
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11670
|
+
Parameters: {"id"=>"schema"}
|
11671
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11672
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.7ms)
|
11673
|
+
Completed 200 OK in 179ms (Views: 65.3ms)
|
11674
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:07 +0200
|
11675
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11676
|
+
Parameters: {"id"=>"schema"}
|
11677
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11678
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.9ms)
|
11679
|
+
Completed 200 OK in 177ms (Views: 64.5ms)
|
11680
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:08 +0200
|
11681
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11682
|
+
Parameters: {"id"=>"schema"}
|
11683
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11684
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.4ms)
|
11685
|
+
Completed 200 OK in 172ms (Views: 64.0ms)
|
11686
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:10 +0200
|
11687
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11688
|
+
Parameters: {"id"=>"schema"}
|
11689
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11690
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (66.2ms)
|
11691
|
+
Completed 200 OK in 177ms (Views: 67.9ms)
|
11692
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:10 +0200
|
11693
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11694
|
+
Parameters: {"id"=>"schema"}
|
11695
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11696
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (36.6ms)
|
11697
|
+
Completed 200 OK in 160ms (Views: 38.3ms)
|
11698
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:10 +0200
|
11699
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11700
|
+
Parameters: {"id"=>"schema"}
|
11701
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11702
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.9ms)
|
11703
|
+
Completed 200 OK in 179ms (Views: 64.7ms)
|
11704
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:12 +0200
|
11705
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11706
|
+
Parameters: {"id"=>"schema"}
|
11707
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11708
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.8ms)
|
11709
|
+
Completed 200 OK in 172ms (Views: 64.4ms)
|
11710
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:13 +0200
|
11711
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11712
|
+
Parameters: {"id"=>"schema"}
|
11713
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11714
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.2ms)
|
11715
|
+
Completed 200 OK in 171ms (Views: 63.8ms)
|
11716
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:14 +0200
|
11717
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11718
|
+
Parameters: {"id"=>"schema"}
|
11719
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11720
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.1ms)
|
11721
|
+
Completed 200 OK in 172ms (Views: 64.7ms)
|
11722
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:15 +0200
|
11723
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11724
|
+
Parameters: {"id"=>"schema"}
|
11725
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11726
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.7ms)
|
11727
|
+
Completed 200 OK in 149ms (Views: 35.3ms)
|
11728
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:58:15 +0200
|
11729
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11730
|
+
Parameters: {"id"=>"schema"}
|
11731
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11732
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.4ms)
|
11733
|
+
Completed 200 OK in 184ms (Views: 64.1ms)
|
11734
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 14:58:15 +0200
|
11735
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11736
|
+
Parameters: {"id"=>"context"}
|
11737
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11738
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.5ms)
|
11739
|
+
Completed 200 OK in 8ms (Views: 1.8ms)
|
11740
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 14:58:15 +0200
|
11741
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11742
|
+
Parameters: {"id"=>"context"}
|
11743
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11744
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11745
|
+
Completed 200 OK in 8ms (Views: 1.6ms)
|
11746
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 14:58:15 +0200
|
11747
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11748
|
+
Parameters: {"id"=>"dbd"}
|
11749
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11750
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11751
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
11752
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 14:58:15 +0200
|
11753
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11754
|
+
Parameters: {"id"=>"dbd"}
|
11755
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11756
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11757
|
+
Completed 200 OK in 3ms (Views: 1.1ms)
|
11758
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
11759
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11760
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11761
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (1.0ms)
|
11762
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (5.0ms)
|
11763
|
+
Completed 200 OK in 17ms (Views: 16.4ms)
|
11764
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11765
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11766
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.3ms)
|
11767
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
11768
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
11769
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11770
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11771
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11772
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11773
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
11774
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11775
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11776
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11777
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11778
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11779
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11780
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11781
|
+
Parameters: {"id"=>"meta"}
|
11782
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
11783
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.6ms)
|
11784
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (6.1ms)
|
11785
|
+
Completed 200 OK in 10ms (Views: 7.6ms)
|
11786
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11787
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11788
|
+
Parameters: {"id"=>"meta"}
|
11789
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11790
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11791
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
11792
|
+
Completed 200 OK in 4ms (Views: 1.5ms)
|
11793
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11794
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11795
|
+
Parameters: {"id"=>"meta"}
|
11796
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11797
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11798
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
11799
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
11800
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11801
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11802
|
+
Parameters: {"id"=>"meta"}
|
11803
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11804
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11805
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
11806
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
11807
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:15 +0200
|
11808
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11809
|
+
Parameters: {"id"=>"schema"}
|
11810
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11811
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (65.2ms)
|
11812
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (66.1ms)
|
11813
|
+
Completed 200 OK in 174ms (Views: 67.2ms)
|
11814
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:16 +0200
|
11815
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11816
|
+
Parameters: {"id"=>"schema"}
|
11817
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11818
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.8ms)
|
11819
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.7ms)
|
11820
|
+
Completed 200 OK in 172ms (Views: 63.7ms)
|
11821
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:17 +0200
|
11822
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11823
|
+
Parameters: {"id"=>"schema"}
|
11824
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11825
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.7ms)
|
11826
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.5ms)
|
11827
|
+
Completed 200 OK in 170ms (Views: 64.1ms)
|
11828
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:18 +0200
|
11829
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11830
|
+
Parameters: {"id"=>"schema"}
|
11831
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11832
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.4ms)
|
11833
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.2ms)
|
11834
|
+
Completed 200 OK in 149ms (Views: 36.2ms)
|
11835
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:19 +0200
|
11836
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11837
|
+
Parameters: {"id"=>"schema"}
|
11838
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11839
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.2ms)
|
11840
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (65.0ms)
|
11841
|
+
Completed 200 OK in 172ms (Views: 66.0ms)
|
11842
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:19 +0200
|
11843
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11844
|
+
Parameters: {"id"=>"schema"}
|
11845
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11846
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.0ms)
|
11847
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.9ms)
|
11848
|
+
Completed 200 OK in 153ms (Views: 36.9ms)
|
11849
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:21 +0200
|
11850
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11851
|
+
Parameters: {"id"=>"schema"}
|
11852
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11853
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.7ms)
|
11854
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.5ms)
|
11855
|
+
Completed 200 OK in 170ms (Views: 64.6ms)
|
11856
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:21 +0200
|
11857
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11858
|
+
Parameters: {"id"=>"schema"}
|
11859
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11860
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.3ms)
|
11861
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.2ms)
|
11862
|
+
Completed 200 OK in 151ms (Views: 36.2ms)
|
11863
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:21 +0200
|
11864
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11865
|
+
Parameters: {"id"=>"schema"}
|
11866
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11867
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.1ms)
|
11868
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.0ms)
|
11869
|
+
Completed 200 OK in 177ms (Views: 64.1ms)
|
11870
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:21 +0200
|
11871
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11872
|
+
Parameters: {"id"=>"schema"}
|
11873
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11874
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.7ms)
|
11875
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.6ms)
|
11876
|
+
Completed 200 OK in 178ms (Views: 64.6ms)
|
11877
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:22 +0200
|
11878
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11879
|
+
Parameters: {"id"=>"schema"}
|
11880
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11881
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.7ms)
|
11882
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.6ms)
|
11883
|
+
Completed 200 OK in 142ms (Views: 36.6ms)
|
11884
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:23 +0200
|
11885
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11886
|
+
Parameters: {"id"=>"schema"}
|
11887
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11888
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.4ms)
|
11889
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.3ms)
|
11890
|
+
Completed 200 OK in 149ms (Views: 36.3ms)
|
11891
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 14:59:23 +0200
|
11892
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11893
|
+
Parameters: {"id"=>"dbd"}
|
11894
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
11895
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11896
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
11897
|
+
Completed 200 OK in 4ms (Views: 1.5ms)
|
11898
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 14:59:23 +0200
|
11899
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11900
|
+
Parameters: {"id"=>"dbd"}
|
11901
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11902
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11903
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
11904
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
11905
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 14:59:23 +0200
|
11906
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11907
|
+
Parameters: {"id"=>"context"}
|
11908
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11909
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11910
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
11911
|
+
Completed 200 OK in 6ms (Views: 1.5ms)
|
11912
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 14:59:23 +0200
|
11913
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11914
|
+
Parameters: {"id"=>"context"}
|
11915
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11916
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11917
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
11918
|
+
Completed 200 OK in 7ms (Views: 1.6ms)
|
11919
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 14:59:23 +0200
|
11920
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11921
|
+
Parameters: {"id"=>"foobar"}
|
11922
|
+
Completed 500 Internal Server Error in 0ms
|
11923
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11924
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11925
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.9ms)
|
11926
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (4.8ms)
|
11927
|
+
Completed 200 OK in 16ms (Views: 15.8ms)
|
11928
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11929
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11930
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11931
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
11932
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
11933
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11934
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11935
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11936
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11937
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11938
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11939
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11940
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11941
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11942
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11943
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11944
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11945
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11946
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.5ms)
|
11947
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
11948
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11949
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
11950
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
11951
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.4ms)
|
11952
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
11953
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11954
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11955
|
+
Parameters: {"id"=>"meta"}
|
11956
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
11957
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.3ms)
|
11958
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (37.3ms)
|
11959
|
+
Completed 200 OK in 41ms (Views: 38.7ms)
|
11960
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11961
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11962
|
+
Parameters: {"id"=>"meta"}
|
11963
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11964
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
11965
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
11966
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
11967
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11968
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11969
|
+
Parameters: {"id"=>"meta"}
|
11970
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11971
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11972
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
11973
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
11974
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11975
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11976
|
+
Parameters: {"id"=>"meta"}
|
11977
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11978
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
11979
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
11980
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
11981
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 14:59:42 +0200
|
11982
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11983
|
+
Parameters: {"id"=>"context"}
|
11984
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11985
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11986
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
11987
|
+
Completed 200 OK in 6ms (Views: 1.5ms)
|
11988
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 14:59:43 +0200
|
11989
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11990
|
+
Parameters: {"id"=>"context"}
|
11991
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
11992
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
11993
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
11994
|
+
Completed 200 OK in 6ms (Views: 1.6ms)
|
11995
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 14:59:43 +0200
|
11996
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
11997
|
+
Parameters: {"id"=>"foobar"}
|
11998
|
+
Completed 500 Internal Server Error in 0ms
|
11999
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:43 +0200
|
12000
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12001
|
+
Parameters: {"id"=>"schema"}
|
12002
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12003
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.0ms)
|
12004
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.9ms)
|
12005
|
+
Completed 200 OK in 169ms (Views: 65.9ms)
|
12006
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:44 +0200
|
12007
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12008
|
+
Parameters: {"id"=>"schema"}
|
12009
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12010
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.9ms)
|
12011
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.7ms)
|
12012
|
+
Completed 200 OK in 164ms (Views: 63.7ms)
|
12013
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:44 +0200
|
12014
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12015
|
+
Parameters: {"id"=>"schema"}
|
12016
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12017
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.2ms)
|
12018
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.0ms)
|
12019
|
+
Completed 200 OK in 143ms (Views: 35.0ms)
|
12020
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:44 +0200
|
12021
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12022
|
+
Parameters: {"id"=>"schema"}
|
12023
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12024
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.2ms)
|
12025
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.0ms)
|
12026
|
+
Completed 200 OK in 182ms (Views: 63.0ms)
|
12027
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:46 +0200
|
12028
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12029
|
+
Parameters: {"id"=>"schema"}
|
12030
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12031
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.9ms)
|
12032
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (65.7ms)
|
12033
|
+
Completed 200 OK in 171ms (Views: 66.7ms)
|
12034
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:47 +0200
|
12035
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12036
|
+
Parameters: {"id"=>"schema"}
|
12037
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12038
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.4ms)
|
12039
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.2ms)
|
12040
|
+
Completed 200 OK in 169ms (Views: 64.1ms)
|
12041
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:47 +0200
|
12042
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12043
|
+
Parameters: {"id"=>"schema"}
|
12044
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12045
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.4ms)
|
12046
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.2ms)
|
12047
|
+
Completed 200 OK in 145ms (Views: 36.2ms)
|
12048
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:47 +0200
|
12049
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12050
|
+
Parameters: {"id"=>"schema"}
|
12051
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12052
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (60.5ms)
|
12053
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.3ms)
|
12054
|
+
Completed 200 OK in 171ms (Views: 62.3ms)
|
12055
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:49 +0200
|
12056
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12057
|
+
Parameters: {"id"=>"schema"}
|
12058
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12059
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.5ms)
|
12060
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.2ms)
|
12061
|
+
Completed 200 OK in 167ms (Views: 63.2ms)
|
12062
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:49 +0200
|
12063
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12064
|
+
Parameters: {"id"=>"schema"}
|
12065
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12066
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.6ms)
|
12067
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.3ms)
|
12068
|
+
Completed 200 OK in 144ms (Views: 35.2ms)
|
12069
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:49 +0200
|
12070
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12071
|
+
Parameters: {"id"=>"schema"}
|
12072
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12073
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (60.2ms)
|
12074
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.0ms)
|
12075
|
+
Completed 200 OK in 172ms (Views: 62.0ms)
|
12076
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 14:59:50 +0200
|
12077
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12078
|
+
Parameters: {"id"=>"schema"}
|
12079
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12080
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.9ms)
|
12081
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.9ms)
|
12082
|
+
Completed 200 OK in 169ms (Views: 65.9ms)
|
12083
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 14:59:50 +0200
|
12084
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12085
|
+
Parameters: {"id"=>"dbd"}
|
12086
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12087
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12088
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12089
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
12090
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 14:59:50 +0200
|
12091
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12092
|
+
Parameters: {"id"=>"dbd"}
|
12093
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12094
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12095
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12096
|
+
Completed 200 OK in 4ms (Views: 1.5ms)
|
12097
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:56 +0200
|
12098
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12099
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.8ms)
|
12100
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
12101
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (6.4ms)
|
12102
|
+
Completed 200 OK in 18ms (Views: 17.5ms)
|
12103
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 14:59:56 +0200
|
12104
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12105
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12106
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12107
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12108
|
+
Completed 200 OK in 1ms (Views: 1.4ms)
|
12109
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
12110
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
12111
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (21.0ms)
|
12112
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12113
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12114
|
+
Parameters: {"id"=>"foobar"}
|
12115
|
+
Completed 500 Internal Server Error in 0ms
|
12116
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12117
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12118
|
+
Parameters: {"id"=>"meta"}
|
12119
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.8ms)
|
12120
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.8ms)
|
12121
|
+
Completed 200 OK in 49ms (Views: 46.7ms)
|
12122
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12123
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12124
|
+
Parameters: {"id"=>"meta"}
|
12125
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12126
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12127
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
12128
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12129
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12130
|
+
Parameters: {"id"=>"meta"}
|
12131
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12132
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12133
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
12134
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12135
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12136
|
+
Parameters: {"id"=>"meta"}
|
12137
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12138
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12139
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
12140
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12141
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12142
|
+
Parameters: {"id"=>"context"}
|
12143
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12144
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12145
|
+
Completed 200 OK in 6ms (Views: 1.5ms)
|
12146
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12147
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12148
|
+
Parameters: {"id"=>"context"}
|
12149
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12150
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12151
|
+
Completed 200 OK in 7ms (Views: 1.6ms)
|
12152
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12153
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12154
|
+
Parameters: {"id"=>"dbd"}
|
12155
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12156
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12157
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
12158
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12159
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12160
|
+
Parameters: {"id"=>"dbd"}
|
12161
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12162
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12163
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
12164
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:03 +0200
|
12165
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12166
|
+
Parameters: {"id"=>"schema"}
|
12167
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12168
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (65.3ms)
|
12169
|
+
Completed 200 OK in 170ms (Views: 67.2ms)
|
12170
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:04 +0200
|
12171
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12172
|
+
Parameters: {"id"=>"schema"}
|
12173
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12174
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.5ms)
|
12175
|
+
Completed 200 OK in 171ms (Views: 65.2ms)
|
12176
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:06 +0200
|
12177
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12178
|
+
Parameters: {"id"=>"schema"}
|
12179
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12180
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.2ms)
|
12181
|
+
Completed 200 OK in 169ms (Views: 65.8ms)
|
12182
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:06 +0200
|
12183
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12184
|
+
Parameters: {"id"=>"schema"}
|
12185
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12186
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (36.1ms)
|
12187
|
+
Completed 200 OK in 151ms (Views: 37.9ms)
|
12188
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:07 +0200
|
12189
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12190
|
+
Parameters: {"id"=>"schema"}
|
12191
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12192
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.3ms)
|
12193
|
+
Completed 200 OK in 185ms (Views: 64.9ms)
|
12194
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:08 +0200
|
12195
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12196
|
+
Parameters: {"id"=>"schema"}
|
12197
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12198
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.6ms)
|
12199
|
+
Completed 200 OK in 152ms (Views: 37.3ms)
|
12200
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:08 +0200
|
12201
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12202
|
+
Parameters: {"id"=>"schema"}
|
12203
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12204
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.2ms)
|
12205
|
+
Completed 200 OK in 180ms (Views: 36.8ms)
|
12206
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:08 +0200
|
12207
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12208
|
+
Parameters: {"id"=>"schema"}
|
12209
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12210
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.4ms)
|
12211
|
+
Completed 200 OK in 176ms (Views: 64.0ms)
|
12212
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:09 +0200
|
12213
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12214
|
+
Parameters: {"id"=>"schema"}
|
12215
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12216
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.8ms)
|
12217
|
+
Completed 200 OK in 168ms (Views: 63.4ms)
|
12218
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:09 +0200
|
12219
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12220
|
+
Parameters: {"id"=>"schema"}
|
12221
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12222
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.6ms)
|
12223
|
+
Completed 200 OK in 148ms (Views: 36.2ms)
|
12224
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:10 +0200
|
12225
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12226
|
+
Parameters: {"id"=>"schema"}
|
12227
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12228
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.5ms)
|
12229
|
+
Completed 200 OK in 147ms (Views: 35.1ms)
|
12230
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:10 +0200
|
12231
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12232
|
+
Parameters: {"id"=>"schema"}
|
12233
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12234
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.8ms)
|
12235
|
+
Completed 200 OK in 174ms (Views: 63.3ms)
|
12236
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:11 +0200
|
12237
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12238
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12239
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
12240
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
12241
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:11 +0200
|
12242
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12243
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12244
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12245
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
12246
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:11 +0200
|
12247
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12248
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12249
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12250
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
12251
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:11 +0200
|
12252
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12253
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12254
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12255
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
12256
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:11 +0200
|
12257
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12258
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12259
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12260
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
12261
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:11 +0200
|
12262
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12263
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12264
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12265
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12266
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
12267
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
12268
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (19.2ms)
|
12269
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12270
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12271
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.8ms)
|
12272
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
12273
|
+
Completed 200 OK in 13ms (Views: 12.3ms)
|
12274
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12275
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12276
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12277
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12278
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
12279
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12280
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12281
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12282
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12283
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
12284
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12285
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12286
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12287
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12288
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
12289
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12290
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12291
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12292
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12293
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
12294
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12295
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12296
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12297
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12298
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
12299
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12300
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12301
|
+
Parameters: {"id"=>"dbd"}
|
12302
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12303
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.2ms)
|
12304
|
+
Completed 200 OK in 7ms (Views: 5.3ms)
|
12305
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12306
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12307
|
+
Parameters: {"id"=>"dbd"}
|
12308
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12309
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12310
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
12311
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12312
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12313
|
+
Parameters: {"id"=>"context"}
|
12314
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12315
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12316
|
+
Completed 200 OK in 6ms (Views: 1.5ms)
|
12317
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12318
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12319
|
+
Parameters: {"id"=>"context"}
|
12320
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12321
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12322
|
+
Completed 200 OK in 8ms (Views: 1.6ms)
|
12323
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:26 +0200
|
12324
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12325
|
+
Parameters: {"id"=>"schema"}
|
12326
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12327
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.6ms)
|
12328
|
+
Completed 200 OK in 171ms (Views: 66.4ms)
|
12329
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:27 +0200
|
12330
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12331
|
+
Parameters: {"id"=>"schema"}
|
12332
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12333
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (65.7ms)
|
12334
|
+
Completed 200 OK in 175ms (Views: 67.4ms)
|
12335
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:29 +0200
|
12336
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12337
|
+
Parameters: {"id"=>"schema"}
|
12338
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12339
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.7ms)
|
12340
|
+
Completed 200 OK in 172ms (Views: 66.3ms)
|
12341
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:29 +0200
|
12342
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12343
|
+
Parameters: {"id"=>"schema"}
|
12344
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12345
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.8ms)
|
12346
|
+
Completed 200 OK in 148ms (Views: 36.5ms)
|
12347
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:29 +0200
|
12348
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12349
|
+
Parameters: {"id"=>"schema"}
|
12350
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12351
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.2ms)
|
12352
|
+
Completed 200 OK in 173ms (Views: 34.8ms)
|
12353
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:29 +0200
|
12354
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12355
|
+
Parameters: {"id"=>"schema"}
|
12356
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12357
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.4ms)
|
12358
|
+
Completed 200 OK in 173ms (Views: 63.0ms)
|
12359
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:29 +0200
|
12360
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12361
|
+
Parameters: {"id"=>"schema"}
|
12362
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12363
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.3ms)
|
12364
|
+
Completed 200 OK in 172ms (Views: 63.0ms)
|
12365
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:30 +0200
|
12366
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12367
|
+
Parameters: {"id"=>"schema"}
|
12368
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12369
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.9ms)
|
12370
|
+
Completed 200 OK in 173ms (Views: 63.6ms)
|
12371
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:31 +0200
|
12372
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12373
|
+
Parameters: {"id"=>"schema"}
|
12374
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12375
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.3ms)
|
12376
|
+
Completed 200 OK in 173ms (Views: 63.9ms)
|
12377
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:31 +0200
|
12378
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12379
|
+
Parameters: {"id"=>"schema"}
|
12380
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12381
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.7ms)
|
12382
|
+
Completed 200 OK in 178ms (Views: 66.3ms)
|
12383
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:33 +0200
|
12384
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12385
|
+
Parameters: {"id"=>"schema"}
|
12386
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12387
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.0ms)
|
12388
|
+
Completed 200 OK in 170ms (Views: 65.6ms)
|
12389
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:00:33 +0200
|
12390
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12391
|
+
Parameters: {"id"=>"schema"}
|
12392
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12393
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.3ms)
|
12394
|
+
Completed 200 OK in 153ms (Views: 36.9ms)
|
12395
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:00:34 +0200
|
12396
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12397
|
+
Parameters: {"id"=>"meta"}
|
12398
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12399
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12400
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
12401
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:00:34 +0200
|
12402
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12403
|
+
Parameters: {"id"=>"meta"}
|
12404
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12405
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12406
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
12407
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:00:34 +0200
|
12408
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12409
|
+
Parameters: {"id"=>"meta"}
|
12410
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12411
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12412
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
12413
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:00:34 +0200
|
12414
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12415
|
+
Parameters: {"id"=>"meta"}
|
12416
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12417
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12418
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
12419
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:00:34 +0200
|
12420
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12421
|
+
Parameters: {"id"=>"foobar"}
|
12422
|
+
Completed 500 Internal Server Error in 0ms
|
12423
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12424
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12425
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
12426
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
12427
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (6.6ms)
|
12428
|
+
Completed 200 OK in 18ms (Views: 17.9ms)
|
12429
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12430
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12431
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12432
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12433
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12434
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
12435
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12436
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12437
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12438
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12439
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12440
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12441
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12442
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12443
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12444
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12445
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12446
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12447
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12448
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12449
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12450
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12451
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12452
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12453
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12454
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12455
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12456
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12457
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12458
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12459
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12460
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12461
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12462
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12463
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12464
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
12465
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12466
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12467
|
+
Parameters: {"id"=>"meta"}
|
12468
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12469
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.5ms)
|
12470
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (4.5ms)
|
12471
|
+
Completed 200 OK in 9ms (Views: 6.0ms)
|
12472
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12473
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12474
|
+
Parameters: {"id"=>"meta"}
|
12475
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12476
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12477
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12478
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
12479
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12480
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12481
|
+
Parameters: {"id"=>"meta"}
|
12482
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12483
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12484
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12485
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
12486
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12487
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12488
|
+
Parameters: {"id"=>"meta"}
|
12489
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12490
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12491
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12492
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
12493
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12494
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12495
|
+
Parameters: {"id"=>"context"}
|
12496
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12497
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12498
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
12499
|
+
Completed 200 OK in 6ms (Views: 1.6ms)
|
12500
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12501
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12502
|
+
Parameters: {"id"=>"context"}
|
12503
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12504
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12505
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
12506
|
+
Completed 200 OK in 6ms (Views: 1.5ms)
|
12507
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12508
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12509
|
+
Parameters: {"id"=>"foobar"}
|
12510
|
+
Completed 500 Internal Server Error in 0ms
|
12511
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12512
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12513
|
+
Parameters: {"id"=>"schema"}
|
12514
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12515
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.7ms)
|
12516
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.6ms)
|
12517
|
+
Completed 200 OK in 169ms (Views: 65.6ms)
|
12518
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:11 +0200
|
12519
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12520
|
+
Parameters: {"id"=>"schema"}
|
12521
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12522
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (66.5ms)
|
12523
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (67.3ms)
|
12524
|
+
Completed 200 OK in 182ms (Views: 68.4ms)
|
12525
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:13 +0200
|
12526
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12527
|
+
Parameters: {"id"=>"schema"}
|
12528
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12529
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.1ms)
|
12530
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.9ms)
|
12531
|
+
Completed 200 OK in 176ms (Views: 65.9ms)
|
12532
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:13 +0200
|
12533
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12534
|
+
Parameters: {"id"=>"schema"}
|
12535
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12536
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.1ms)
|
12537
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.9ms)
|
12538
|
+
Completed 200 OK in 147ms (Views: 35.9ms)
|
12539
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:13 +0200
|
12540
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12541
|
+
Parameters: {"id"=>"schema"}
|
12542
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12543
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.6ms)
|
12544
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.4ms)
|
12545
|
+
Completed 200 OK in 174ms (Views: 63.3ms)
|
12546
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:14 +0200
|
12547
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12548
|
+
Parameters: {"id"=>"schema"}
|
12549
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12550
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.2ms)
|
12551
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.0ms)
|
12552
|
+
Completed 200 OK in 168ms (Views: 65.0ms)
|
12553
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:14 +0200
|
12554
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12555
|
+
Parameters: {"id"=>"schema"}
|
12556
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12557
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.3ms)
|
12558
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (36.1ms)
|
12559
|
+
Completed 200 OK in 150ms (Views: 37.0ms)
|
12560
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:15 +0200
|
12561
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12562
|
+
Parameters: {"id"=>"schema"}
|
12563
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12564
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.9ms)
|
12565
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.7ms)
|
12566
|
+
Completed 200 OK in 176ms (Views: 63.7ms)
|
12567
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:16 +0200
|
12568
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12569
|
+
Parameters: {"id"=>"schema"}
|
12570
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12571
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.7ms)
|
12572
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.6ms)
|
12573
|
+
Completed 200 OK in 169ms (Views: 64.5ms)
|
12574
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:17 +0200
|
12575
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12576
|
+
Parameters: {"id"=>"schema"}
|
12577
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12578
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.4ms)
|
12579
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.2ms)
|
12580
|
+
Completed 200 OK in 170ms (Views: 64.2ms)
|
12581
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:19 +0200
|
12582
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12583
|
+
Parameters: {"id"=>"schema"}
|
12584
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12585
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.2ms)
|
12586
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.0ms)
|
12587
|
+
Completed 200 OK in 172ms (Views: 65.0ms)
|
12588
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:19 +0200
|
12589
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12590
|
+
Parameters: {"id"=>"schema"}
|
12591
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12592
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.6ms)
|
12593
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.4ms)
|
12594
|
+
Completed 200 OK in 150ms (Views: 36.4ms)
|
12595
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:12:19 +0200
|
12596
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12597
|
+
Parameters: {"id"=>"dbd"}
|
12598
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12599
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12600
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12601
|
+
Completed 200 OK in 31ms (Views: 1.5ms)
|
12602
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:12:19 +0200
|
12603
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12604
|
+
Parameters: {"id"=>"dbd"}
|
12605
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12606
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12607
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12608
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
12609
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:22 +0200
|
12610
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12611
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
12612
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.9ms)
|
12613
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (7.0ms)
|
12614
|
+
Completed 200 OK in 19ms (Views: 18.3ms)
|
12615
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:23 +0200
|
12616
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12617
|
+
Parameters: {"id"=>"meta"}
|
12618
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12619
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.5ms)
|
12620
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (4.5ms)
|
12621
|
+
Completed 200 OK in 9ms (Views: 6.0ms)
|
12622
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:36 +0200
|
12623
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12624
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
12625
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
12626
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (6.2ms)
|
12627
|
+
Completed 200 OK in 17ms (Views: 17.1ms)
|
12628
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:36 +0200
|
12629
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12630
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12631
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12632
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
12633
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
12634
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:36 +0200
|
12635
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12636
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12637
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12638
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12639
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12640
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:36 +0200
|
12641
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12642
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12643
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12644
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12645
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12646
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:36 +0200
|
12647
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12648
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12649
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12650
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12651
|
+
Completed 200 OK in 1ms (Views: 1.4ms)
|
12652
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:36 +0200
|
12653
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12654
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12655
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12656
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12657
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12658
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:12:36 +0200
|
12659
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12660
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12661
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12662
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12663
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12664
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:36 +0200
|
12665
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12666
|
+
Parameters: {"id"=>"schema"}
|
12667
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12668
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (66.7ms)
|
12669
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (70.0ms)
|
12670
|
+
Completed 200 OK in 174ms (Views: 71.8ms)
|
12671
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:38 +0200
|
12672
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12673
|
+
Parameters: {"id"=>"schema"}
|
12674
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12675
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.9ms)
|
12676
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.8ms)
|
12677
|
+
Completed 200 OK in 169ms (Views: 63.7ms)
|
12678
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:38 +0200
|
12679
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12680
|
+
Parameters: {"id"=>"schema"}
|
12681
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12682
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.2ms)
|
12683
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.0ms)
|
12684
|
+
Completed 200 OK in 146ms (Views: 35.0ms)
|
12685
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:38 +0200
|
12686
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12687
|
+
Parameters: {"id"=>"schema"}
|
12688
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12689
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (60.9ms)
|
12690
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.8ms)
|
12691
|
+
Completed 200 OK in 173ms (Views: 62.8ms)
|
12692
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:38 +0200
|
12693
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12694
|
+
Parameters: {"id"=>"schema"}
|
12695
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12696
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (60.5ms)
|
12697
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.4ms)
|
12698
|
+
Completed 200 OK in 171ms (Views: 62.4ms)
|
12699
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:40 +0200
|
12700
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12701
|
+
Parameters: {"id"=>"schema"}
|
12702
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12703
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.0ms)
|
12704
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.8ms)
|
12705
|
+
Completed 200 OK in 168ms (Views: 62.8ms)
|
12706
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:41 +0200
|
12707
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12708
|
+
Parameters: {"id"=>"schema"}
|
12709
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12710
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.9ms)
|
12711
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.7ms)
|
12712
|
+
Completed 200 OK in 171ms (Views: 64.7ms)
|
12713
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:41 +0200
|
12714
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12715
|
+
Parameters: {"id"=>"schema"}
|
12716
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12717
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.2ms)
|
12718
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.0ms)
|
12719
|
+
Completed 200 OK in 146ms (Views: 35.0ms)
|
12720
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:41 +0200
|
12721
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12722
|
+
Parameters: {"id"=>"schema"}
|
12723
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12724
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.4ms)
|
12725
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.2ms)
|
12726
|
+
Completed 200 OK in 174ms (Views: 63.2ms)
|
12727
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:43 +0200
|
12728
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12729
|
+
Parameters: {"id"=>"schema"}
|
12730
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12731
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.4ms)
|
12732
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.4ms)
|
12733
|
+
Completed 200 OK in 169ms (Views: 64.3ms)
|
12734
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:43 +0200
|
12735
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12736
|
+
Parameters: {"id"=>"schema"}
|
12737
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12738
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.0ms)
|
12739
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.9ms)
|
12740
|
+
Completed 200 OK in 148ms (Views: 35.9ms)
|
12741
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:12:43 +0200
|
12742
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12743
|
+
Parameters: {"id"=>"schema"}
|
12744
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12745
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (60.2ms)
|
12746
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (61.1ms)
|
12747
|
+
Completed 200 OK in 175ms (Views: 62.1ms)
|
12748
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12749
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12750
|
+
Parameters: {"id"=>"context"}
|
12751
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12752
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12753
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
12754
|
+
Completed 200 OK in 6ms (Views: 1.6ms)
|
12755
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12756
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12757
|
+
Parameters: {"id"=>"context"}
|
12758
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12759
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12760
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (1.0ms)
|
12761
|
+
Completed 200 OK in 7ms (Views: 1.7ms)
|
12762
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12763
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12764
|
+
Parameters: {"id"=>"meta"}
|
12765
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12766
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12767
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (1.0ms)
|
12768
|
+
Completed 200 OK in 6ms (Views: 2.0ms)
|
12769
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12770
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12771
|
+
Parameters: {"id"=>"meta"}
|
12772
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12773
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.3ms)
|
12774
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (1.2ms)
|
12775
|
+
Completed 200 OK in 6ms (Views: 2.3ms)
|
12776
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12777
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12778
|
+
Parameters: {"id"=>"meta"}
|
12779
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12780
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12781
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
12782
|
+
Completed 200 OK in 4ms (Views: 1.5ms)
|
12783
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12784
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12785
|
+
Parameters: {"id"=>"meta"}
|
12786
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12787
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12788
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
12789
|
+
Completed 200 OK in 4ms (Views: 1.5ms)
|
12790
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12791
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12792
|
+
Parameters: {"id"=>"dbd"}
|
12793
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12794
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12795
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12796
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
12797
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12798
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12799
|
+
Parameters: {"id"=>"dbd"}
|
12800
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12801
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12802
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12803
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
12804
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:12:45 +0200
|
12805
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12806
|
+
Parameters: {"id"=>"foobar"}
|
12807
|
+
Completed 500 Internal Server Error in 0ms
|
12808
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.3ms)
|
12809
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
12810
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (21.2ms)
|
12811
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:13:34 +0200
|
12812
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12813
|
+
Parameters: {"id"=>"meta"}
|
12814
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
12815
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.3ms)
|
12816
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (7.6ms)
|
12817
|
+
Completed 200 OK in 22ms (Views: 18.9ms)
|
12818
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.9ms)
|
12819
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12820
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12821
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12822
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12823
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
12824
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
12825
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (6.7ms)
|
12826
|
+
Completed 200 OK in 18ms (Views: 18.1ms)
|
12827
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12828
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12829
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12830
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12831
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12832
|
+
Completed 200 OK in 1ms (Views: 1.4ms)
|
12833
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12834
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12835
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12836
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12837
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12838
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12839
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12840
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12841
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12842
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12843
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12844
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12845
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12846
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12847
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12848
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12849
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
12850
|
+
Completed 200 OK in 1ms (Views: 1.4ms)
|
12851
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12852
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12853
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12854
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12855
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12856
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12857
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12858
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
12859
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12860
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
12861
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
12862
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
12863
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12864
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12865
|
+
Parameters: {"id"=>"context"}
|
12866
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12867
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.4ms)
|
12868
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (4.2ms)
|
12869
|
+
Completed 200 OK in 10ms (Views: 5.5ms)
|
12870
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12871
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12872
|
+
Parameters: {"id"=>"context"}
|
12873
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12874
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
12875
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
12876
|
+
Completed 200 OK in 6ms (Views: 1.6ms)
|
12877
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12878
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12879
|
+
Parameters: {"id"=>"meta"}
|
12880
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12881
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12882
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12883
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
12884
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12885
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12886
|
+
Parameters: {"id"=>"meta"}
|
12887
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12888
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12889
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12890
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
12891
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12892
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12893
|
+
Parameters: {"id"=>"meta"}
|
12894
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12895
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
12896
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12897
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
12898
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12899
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12900
|
+
Parameters: {"id"=>"meta"}
|
12901
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12902
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12903
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
12904
|
+
Completed 200 OK in 4ms (Views: 1.5ms)
|
12905
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12906
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12907
|
+
Parameters: {"id"=>"meta"}
|
12908
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12909
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12910
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
12911
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
12912
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12913
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12914
|
+
Parameters: {"id"=>"meta"}
|
12915
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12916
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
12917
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
12918
|
+
Completed 200 OK in 4ms (Views: 1.5ms)
|
12919
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12920
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12921
|
+
Parameters: {"id"=>"foobar"}
|
12922
|
+
Completed 500 Internal Server Error in 0ms
|
12923
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:13 +0200
|
12924
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12925
|
+
Parameters: {"id"=>"schema"}
|
12926
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12927
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.6ms)
|
12928
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (65.6ms)
|
12929
|
+
Completed 200 OK in 174ms (Views: 66.7ms)
|
12930
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:14 +0200
|
12931
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12932
|
+
Parameters: {"id"=>"schema"}
|
12933
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12934
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.6ms)
|
12935
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.4ms)
|
12936
|
+
Completed 200 OK in 179ms (Views: 65.4ms)
|
12937
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:15 +0200
|
12938
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12939
|
+
Parameters: {"id"=>"schema"}
|
12940
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12941
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.7ms)
|
12942
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.5ms)
|
12943
|
+
Completed 200 OK in 170ms (Views: 64.5ms)
|
12944
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:16 +0200
|
12945
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12946
|
+
Parameters: {"id"=>"schema"}
|
12947
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12948
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.2ms)
|
12949
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.0ms)
|
12950
|
+
Completed 200 OK in 172ms (Views: 64.9ms)
|
12951
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:18 +0200
|
12952
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12953
|
+
Parameters: {"id"=>"schema"}
|
12954
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12955
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.6ms)
|
12956
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.5ms)
|
12957
|
+
Completed 200 OK in 170ms (Views: 64.4ms)
|
12958
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:18 +0200
|
12959
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12960
|
+
Parameters: {"id"=>"schema"}
|
12961
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12962
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.9ms)
|
12963
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.7ms)
|
12964
|
+
Completed 200 OK in 149ms (Views: 35.7ms)
|
12965
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:18 +0200
|
12966
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12967
|
+
Parameters: {"id"=>"schema"}
|
12968
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12969
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.2ms)
|
12970
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.0ms)
|
12971
|
+
Completed 200 OK in 177ms (Views: 64.0ms)
|
12972
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:18 +0200
|
12973
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12974
|
+
Parameters: {"id"=>"schema"}
|
12975
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12976
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.8ms)
|
12977
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.6ms)
|
12978
|
+
Completed 200 OK in 178ms (Views: 64.5ms)
|
12979
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:19 +0200
|
12980
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12981
|
+
Parameters: {"id"=>"schema"}
|
12982
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12983
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.9ms)
|
12984
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.8ms)
|
12985
|
+
Completed 200 OK in 173ms (Views: 63.8ms)
|
12986
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:20 +0200
|
12987
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12988
|
+
Parameters: {"id"=>"schema"}
|
12989
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
12990
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.4ms)
|
12991
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.3ms)
|
12992
|
+
Completed 200 OK in 170ms (Views: 35.2ms)
|
12993
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:21 +0200
|
12994
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
12995
|
+
Parameters: {"id"=>"schema"}
|
12996
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
12997
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (65.1ms)
|
12998
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (65.9ms)
|
12999
|
+
Completed 200 OK in 169ms (Views: 66.9ms)
|
13000
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:16:21 +0200
|
13001
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13002
|
+
Parameters: {"id"=>"schema"}
|
13003
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13004
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.2ms)
|
13005
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.0ms)
|
13006
|
+
Completed 200 OK in 147ms (Views: 35.9ms)
|
13007
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:16:22 +0200
|
13008
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13009
|
+
Parameters: {"id"=>"dbd"}
|
13010
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13011
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13012
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
13013
|
+
Completed 200 OK in 32ms (Views: 1.5ms)
|
13014
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:16:22 +0200
|
13015
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13016
|
+
Parameters: {"id"=>"dbd"}
|
13017
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13018
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13019
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13020
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
13021
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:17:20 +0200
|
13022
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13023
|
+
Parameters: {"id"=>"meta"}
|
13024
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13025
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.3ms)
|
13026
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (7.5ms)
|
13027
|
+
Completed 200 OK in 21ms (Views: 18.7ms)
|
13028
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:17:29 +0200
|
13029
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13030
|
+
Parameters: {"id"=>"meta"}
|
13031
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13032
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.3ms)
|
13033
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (7.7ms)
|
13034
|
+
Completed 200 OK in 22ms (Views: 19.0ms)
|
13035
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:17:29 +0200
|
13036
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13037
|
+
Parameters: {"id"=>"meta"}
|
13038
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13039
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
13040
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13041
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
13042
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:17:29 +0200
|
13043
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13044
|
+
Parameters: {"id"=>"foobar"}
|
13045
|
+
Completed 500 Internal Server Error in 0ms
|
13046
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:17:29 +0200
|
13047
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13048
|
+
Parameters: {"id"=>"context"}
|
13049
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13050
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13051
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (1.0ms)
|
13052
|
+
Completed 200 OK in 7ms (Views: 1.7ms)
|
13053
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:17:29 +0200
|
13054
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13055
|
+
Parameters: {"id"=>"context"}
|
13056
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13057
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13058
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
13059
|
+
Completed 200 OK in 6ms (Views: 1.5ms)
|
13060
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:30 +0200
|
13061
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13062
|
+
Parameters: {"id"=>"schema"}
|
13063
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13064
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (36.1ms)
|
13065
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (37.0ms)
|
13066
|
+
Completed 200 OK in 139ms (Views: 38.1ms)
|
13067
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:30 +0200
|
13068
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13069
|
+
Parameters: {"id"=>"schema"}
|
13070
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13071
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.1ms)
|
13072
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (33.9ms)
|
13073
|
+
Completed 200 OK in 146ms (Views: 34.8ms)
|
13074
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:30 +0200
|
13075
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13076
|
+
Parameters: {"id"=>"schema"}
|
13077
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13078
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.7ms)
|
13079
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.5ms)
|
13080
|
+
Completed 200 OK in 173ms (Views: 63.5ms)
|
13081
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:31 +0200
|
13082
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13083
|
+
Parameters: {"id"=>"schema"}
|
13084
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13085
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.1ms)
|
13086
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.9ms)
|
13087
|
+
Completed 200 OK in 170ms (Views: 64.9ms)
|
13088
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:32 +0200
|
13089
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13090
|
+
Parameters: {"id"=>"schema"}
|
13091
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13092
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.7ms)
|
13093
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.5ms)
|
13094
|
+
Completed 200 OK in 147ms (Views: 35.5ms)
|
13095
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:33 +0200
|
13096
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13097
|
+
Parameters: {"id"=>"schema"}
|
13098
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13099
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.2ms)
|
13100
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.1ms)
|
13101
|
+
Completed 200 OK in 170ms (Views: 65.1ms)
|
13102
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:33 +0200
|
13103
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13104
|
+
Parameters: {"id"=>"schema"}
|
13105
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13106
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.2ms)
|
13107
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.0ms)
|
13108
|
+
Completed 200 OK in 147ms (Views: 36.0ms)
|
13109
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:33 +0200
|
13110
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13111
|
+
Parameters: {"id"=>"schema"}
|
13112
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13113
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.0ms)
|
13114
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.8ms)
|
13115
|
+
Completed 200 OK in 174ms (Views: 63.8ms)
|
13116
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:35 +0200
|
13117
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13118
|
+
Parameters: {"id"=>"schema"}
|
13119
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13120
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.5ms)
|
13121
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (65.4ms)
|
13122
|
+
Completed 200 OK in 167ms (Views: 66.4ms)
|
13123
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:36 +0200
|
13124
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13125
|
+
Parameters: {"id"=>"schema"}
|
13126
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13127
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.5ms)
|
13128
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.3ms)
|
13129
|
+
Completed 200 OK in 171ms (Views: 64.3ms)
|
13130
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:36 +0200
|
13131
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13132
|
+
Parameters: {"id"=>"schema"}
|
13133
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13134
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.1ms)
|
13135
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.9ms)
|
13136
|
+
Completed 200 OK in 144ms (Views: 35.9ms)
|
13137
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:17:36 +0200
|
13138
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13139
|
+
Parameters: {"id"=>"schema"}
|
13140
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13141
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.2ms)
|
13142
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.0ms)
|
13143
|
+
Completed 200 OK in 172ms (Views: 63.0ms)
|
13144
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13145
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13146
|
+
Parameters: {"id"=>"dbd"}
|
13147
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13148
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13149
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
13150
|
+
Completed 200 OK in 5ms (Views: 1.8ms)
|
13151
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13152
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13153
|
+
Parameters: {"id"=>"dbd"}
|
13154
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.3ms)
|
13155
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13156
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
13157
|
+
Completed 200 OK in 5ms (Views: 1.9ms)
|
13158
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13159
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13160
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.3ms)
|
13161
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (1.3ms)
|
13162
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (4.7ms)
|
13163
|
+
Completed 200 OK in 7ms (Views: 6.9ms)
|
13164
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13165
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13166
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.3ms)
|
13167
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.3ms)
|
13168
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (1.1ms)
|
13169
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
13170
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13171
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13172
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13173
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.3ms)
|
13174
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (1.1ms)
|
13175
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
13176
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13177
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13178
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13179
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.3ms)
|
13180
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (1.1ms)
|
13181
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
13182
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13183
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13184
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13185
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13186
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13187
|
+
Completed 200 OK in 2ms (Views: 1.4ms)
|
13188
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13189
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13190
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13191
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13192
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13193
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
13194
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:17:38 +0200
|
13195
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13196
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13197
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13198
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13199
|
+
Completed 200 OK in 1ms (Views: 1.4ms)
|
13200
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
13201
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13202
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (18.9ms)
|
13203
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13204
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13205
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
13206
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13207
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (19.1ms)
|
13208
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13209
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13210
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (36.9ms)
|
13211
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
13212
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13213
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (21.8ms)
|
13214
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13215
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13216
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13217
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13218
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (19.7ms)
|
13219
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13220
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13221
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13222
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13223
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (19.6ms)
|
13224
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13225
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13226
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13227
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13228
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (19.6ms)
|
13229
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
13230
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13231
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (20.7ms)
|
13232
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13233
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13234
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (19.9ms)
|
13235
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13236
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13237
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
13238
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13239
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (20.3ms)
|
13240
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13241
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13242
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (19.7ms)
|
13243
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13244
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13245
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13246
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13247
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
13248
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13249
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (20.2ms)
|
13250
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13251
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13252
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13253
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13254
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
13255
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13256
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (20.2ms)
|
13257
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13258
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13259
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13260
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13261
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13262
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13263
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.2ms)
|
13264
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (1.0ms)
|
13265
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (7.9ms)
|
13266
|
+
Completed 200 OK in 22ms (Views: 21.8ms)
|
13267
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13268
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13269
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13270
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13271
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
13272
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
13273
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13274
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13275
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13276
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13277
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
13278
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
13279
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13280
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13281
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13282
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13283
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13284
|
+
Completed 200 OK in 2ms (Views: 1.4ms)
|
13285
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13286
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13287
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13288
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13289
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13290
|
+
Completed 200 OK in 1ms (Views: 1.4ms)
|
13291
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13292
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13293
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13294
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13295
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13296
|
+
Completed 200 OK in 1ms (Views: 1.4ms)
|
13297
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13298
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13299
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13300
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13301
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.8ms)
|
13302
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
13303
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13304
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13305
|
+
Parameters: {"id"=>"meta"}
|
13306
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13307
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.5ms)
|
13308
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (4.6ms)
|
13309
|
+
Completed 200 OK in 9ms (Views: 6.1ms)
|
13310
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13311
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13312
|
+
Parameters: {"id"=>"meta"}
|
13313
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13314
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
13315
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13316
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
13317
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13318
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13319
|
+
Parameters: {"id"=>"foobar"}
|
13320
|
+
Completed 500 Internal Server Error in 0ms
|
13321
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13322
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13323
|
+
Parameters: {"id"=>"context"}
|
13324
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13325
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13326
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (1.1ms)
|
13327
|
+
Completed 200 OK in 7ms (Views: 1.9ms)
|
13328
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13329
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13330
|
+
Parameters: {"id"=>"context"}
|
13331
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13332
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13333
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (1.0ms)
|
13334
|
+
Completed 200 OK in 7ms (Views: 1.6ms)
|
13335
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13336
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13337
|
+
Parameters: {"id"=>"schema"}
|
13338
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13339
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (68.9ms)
|
13340
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (69.8ms)
|
13341
|
+
Completed 200 OK in 177ms (Views: 71.0ms)
|
13342
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13343
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13344
|
+
Parameters: {"id"=>"schema"}
|
13345
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13346
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.5ms)
|
13347
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (65.4ms)
|
13348
|
+
Completed 200 OK in 178ms (Views: 66.4ms)
|
13349
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:36 +0200
|
13350
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13351
|
+
Parameters: {"id"=>"schema"}
|
13352
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13353
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.5ms)
|
13354
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (36.4ms)
|
13355
|
+
Completed 200 OK in 151ms (Views: 37.5ms)
|
13356
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:38 +0200
|
13357
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13358
|
+
Parameters: {"id"=>"schema"}
|
13359
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13360
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.4ms)
|
13361
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.2ms)
|
13362
|
+
Completed 200 OK in 168ms (Views: 64.2ms)
|
13363
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:38 +0200
|
13364
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13365
|
+
Parameters: {"id"=>"schema"}
|
13366
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13367
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.3ms)
|
13368
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.1ms)
|
13369
|
+
Completed 200 OK in 147ms (Views: 35.1ms)
|
13370
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:38 +0200
|
13371
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13372
|
+
Parameters: {"id"=>"schema"}
|
13373
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13374
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (61.7ms)
|
13375
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (62.6ms)
|
13376
|
+
Completed 200 OK in 175ms (Views: 63.7ms)
|
13377
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:38 +0200
|
13378
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13379
|
+
Parameters: {"id"=>"schema"}
|
13380
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13381
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.6ms)
|
13382
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (63.4ms)
|
13383
|
+
Completed 200 OK in 175ms (Views: 64.4ms)
|
13384
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:40 +0200
|
13385
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13386
|
+
Parameters: {"id"=>"schema"}
|
13387
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13388
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (64.7ms)
|
13389
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (65.6ms)
|
13390
|
+
Completed 200 OK in 174ms (Views: 66.6ms)
|
13391
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:41 +0200
|
13392
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13393
|
+
Parameters: {"id"=>"schema"}
|
13394
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13395
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.4ms)
|
13396
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.3ms)
|
13397
|
+
Completed 200 OK in 172ms (Views: 65.3ms)
|
13398
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:41 +0200
|
13399
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13400
|
+
Parameters: {"id"=>"schema"}
|
13401
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13402
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.6ms)
|
13403
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.5ms)
|
13404
|
+
Completed 200 OK in 150ms (Views: 35.5ms)
|
13405
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:43 +0200
|
13406
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13407
|
+
Parameters: {"id"=>"schema"}
|
13408
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13409
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.8ms)
|
13410
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (64.6ms)
|
13411
|
+
Completed 200 OK in 172ms (Views: 65.6ms)
|
13412
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:30:43 +0200
|
13413
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13414
|
+
Parameters: {"id"=>"schema"}
|
13415
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13416
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.0ms)
|
13417
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.8ms)
|
13418
|
+
Completed 200 OK in 144ms (Views: 35.8ms)
|
13419
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:30:44 +0200
|
13420
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13421
|
+
Parameters: {"id"=>"dbd"}
|
13422
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13423
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13424
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13425
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
13426
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:30:44 +0200
|
13427
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13428
|
+
Parameters: {"id"=>"dbd"}
|
13429
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13430
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13431
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
13432
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
13433
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13434
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13435
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml (20.2ms)
|
13436
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13437
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13438
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13439
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13440
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13441
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13442
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13443
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
13444
|
+
Completed 200 OK in 13ms (Views: 12.4ms)
|
13445
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13446
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13447
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13448
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13449
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13450
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13451
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13452
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13453
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13454
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
13455
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13456
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13457
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13458
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13459
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
13460
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13461
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13462
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13463
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13464
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13465
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13466
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13467
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13468
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13469
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
13470
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13471
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13472
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13473
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13474
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
13475
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13476
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13477
|
+
Parameters: {"id"=>"context"}
|
13478
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13479
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.5ms)
|
13480
|
+
Completed 200 OK in 10ms (Views: 5.4ms)
|
13481
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13482
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13483
|
+
Parameters: {"id"=>"context"}
|
13484
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13485
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13486
|
+
Completed 200 OK in 7ms (Views: 1.5ms)
|
13487
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13488
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13489
|
+
Parameters: {"id"=>"foobar"}
|
13490
|
+
Completed 500 Internal Server Error in 0ms
|
13491
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:03 +0200
|
13492
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13493
|
+
Parameters: {"id"=>"schema"}
|
13494
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13495
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (67.9ms)
|
13496
|
+
Completed 200 OK in 176ms (Views: 70.4ms)
|
13497
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:04 +0200
|
13498
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13499
|
+
Parameters: {"id"=>"schema"}
|
13500
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13501
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (63.3ms)
|
13502
|
+
Completed 200 OK in 177ms (Views: 64.9ms)
|
13503
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:04 +0200
|
13504
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13505
|
+
Parameters: {"id"=>"schema"}
|
13506
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13507
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (62.1ms)
|
13508
|
+
Completed 200 OK in 176ms (Views: 63.7ms)
|
13509
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:05 +0200
|
13510
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13511
|
+
Parameters: {"id"=>"schema"}
|
13512
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13513
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (73.0ms)
|
13514
|
+
Completed 200 OK in 121ms (Views: 74.7ms)
|
13515
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:07 +0200
|
13516
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13517
|
+
Parameters: {"id"=>"schema"}
|
13518
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13519
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.4ms)
|
13520
|
+
Completed 200 OK in 118ms (Views: 75.3ms)
|
13521
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:07 +0200
|
13522
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13523
|
+
Parameters: {"id"=>"schema"}
|
13524
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13525
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.0ms)
|
13526
|
+
Completed 200 OK in 78ms (Views: 34.7ms)
|
13527
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:07 +0200
|
13528
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13529
|
+
Parameters: {"id"=>"schema"}
|
13530
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13531
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (31.1ms)
|
13532
|
+
Completed 200 OK in 76ms (Views: 32.7ms)
|
13533
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:07 +0200
|
13534
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13535
|
+
Parameters: {"id"=>"schema"}
|
13536
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13537
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (31.7ms)
|
13538
|
+
Completed 200 OK in 76ms (Views: 33.3ms)
|
13539
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:08 +0200
|
13540
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13541
|
+
Parameters: {"id"=>"schema"}
|
13542
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13543
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (73.4ms)
|
13544
|
+
Completed 200 OK in 118ms (Views: 75.0ms)
|
13545
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:10 +0200
|
13546
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13547
|
+
Parameters: {"id"=>"schema"}
|
13548
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13549
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (31.1ms)
|
13550
|
+
Completed 200 OK in 76ms (Views: 32.6ms)
|
13551
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:10 +0200
|
13552
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13553
|
+
Parameters: {"id"=>"schema"}
|
13554
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13555
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (31.0ms)
|
13556
|
+
Completed 200 OK in 119ms (Views: 32.6ms)
|
13557
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:11 +0200
|
13558
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13559
|
+
Parameters: {"id"=>"schema"}
|
13560
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13561
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (32.1ms)
|
13562
|
+
Completed 200 OK in 77ms (Views: 33.8ms)
|
13563
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:31:11 +0200
|
13564
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13565
|
+
Parameters: {"id"=>"meta"}
|
13566
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13567
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13568
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
13569
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:31:11 +0200
|
13570
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13571
|
+
Parameters: {"id"=>"meta"}
|
13572
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13573
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13574
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
13575
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:31:11 +0200
|
13576
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13577
|
+
Parameters: {"id"=>"dbd"}
|
13578
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13579
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13580
|
+
Completed 200 OK in 3ms (Views: 1.1ms)
|
13581
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:31:11 +0200
|
13582
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13583
|
+
Parameters: {"id"=>"dbd"}
|
13584
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13585
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13586
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
13587
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13588
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13589
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13590
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13591
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13592
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13593
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13594
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (2.0ms)
|
13595
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13596
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13597
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:39 +0200
|
13598
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13599
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13600
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
13601
|
+
Completed 200 OK in 14ms (Views: 13.4ms)
|
13602
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:39 +0200
|
13603
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13604
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13605
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13606
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13607
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:39 +0200
|
13608
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13609
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13610
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13611
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13612
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:39 +0200
|
13613
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13614
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13615
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13616
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
13617
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:39 +0200
|
13618
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13619
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13620
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13621
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13622
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:39 +0200
|
13623
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13624
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13625
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13626
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
13627
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:31:39 +0200
|
13628
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13629
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13630
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13631
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
13632
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:39 +0200
|
13633
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13634
|
+
Parameters: {"id"=>"schema"}
|
13635
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13636
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (66.8ms)
|
13637
|
+
Completed 200 OK in 177ms (Views: 71.8ms)
|
13638
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:41 +0200
|
13639
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13640
|
+
Parameters: {"id"=>"schema"}
|
13641
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13642
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (72.6ms)
|
13643
|
+
Completed 200 OK in 121ms (Views: 74.3ms)
|
13644
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:42 +0200
|
13645
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13646
|
+
Parameters: {"id"=>"schema"}
|
13647
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13648
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (78.6ms)
|
13649
|
+
Completed 200 OK in 124ms (Views: 80.3ms)
|
13650
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:43 +0200
|
13651
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13652
|
+
Parameters: {"id"=>"schema"}
|
13653
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13654
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.3ms)
|
13655
|
+
Completed 200 OK in 80ms (Views: 36.0ms)
|
13656
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:43 +0200
|
13657
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13658
|
+
Parameters: {"id"=>"schema"}
|
13659
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13660
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.8ms)
|
13661
|
+
Completed 200 OK in 80ms (Views: 35.5ms)
|
13662
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:43 +0200
|
13663
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13664
|
+
Parameters: {"id"=>"schema"}
|
13665
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13666
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.4ms)
|
13667
|
+
Completed 200 OK in 80ms (Views: 36.1ms)
|
13668
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:44 +0200
|
13669
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13670
|
+
Parameters: {"id"=>"schema"}
|
13671
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13672
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.0ms)
|
13673
|
+
Completed 200 OK in 80ms (Views: 35.6ms)
|
13674
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:45 +0200
|
13675
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13676
|
+
Parameters: {"id"=>"schema"}
|
13677
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13678
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (76.6ms)
|
13679
|
+
Completed 200 OK in 122ms (Views: 78.3ms)
|
13680
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:46 +0200
|
13681
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13682
|
+
Parameters: {"id"=>"schema"}
|
13683
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13684
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (38.8ms)
|
13685
|
+
Completed 200 OK in 130ms (Views: 83.9ms)
|
13686
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:46 +0200
|
13687
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13688
|
+
Parameters: {"id"=>"schema"}
|
13689
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13690
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.2ms)
|
13691
|
+
Completed 200 OK in 79ms (Views: 34.8ms)
|
13692
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:46 +0200
|
13693
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13694
|
+
Parameters: {"id"=>"schema"}
|
13695
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13696
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.6ms)
|
13697
|
+
Completed 200 OK in 79ms (Views: 35.2ms)
|
13698
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:31:47 +0200
|
13699
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13700
|
+
Parameters: {"id"=>"schema"}
|
13701
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13702
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.0ms)
|
13703
|
+
Completed 200 OK in 78ms (Views: 34.7ms)
|
13704
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:31:47 +0200
|
13705
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13706
|
+
Parameters: {"id"=>"dbd"}
|
13707
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13708
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13709
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
13710
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:31:47 +0200
|
13711
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13712
|
+
Parameters: {"id"=>"dbd"}
|
13713
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13714
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13715
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
13716
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:31:47 +0200
|
13717
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13718
|
+
Parameters: {"id"=>"meta"}
|
13719
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13720
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
13721
|
+
Completed 200 OK in 4ms (Views: 1.2ms)
|
13722
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:31:47 +0200
|
13723
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13724
|
+
Parameters: {"id"=>"meta"}
|
13725
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13726
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
13727
|
+
Completed 200 OK in 4ms (Views: 1.4ms)
|
13728
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:31:47 +0200
|
13729
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13730
|
+
Parameters: {"id"=>"foobar"}
|
13731
|
+
Completed 500 Internal Server Error in 0ms
|
13732
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:31:47 +0200
|
13733
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13734
|
+
Parameters: {"id"=>"context"}
|
13735
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13736
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13737
|
+
Completed 200 OK in 7ms (Views: 1.5ms)
|
13738
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:31:47 +0200
|
13739
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13740
|
+
Parameters: {"id"=>"context"}
|
13741
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13742
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13743
|
+
Completed 200 OK in 6ms (Views: 1.5ms)
|
13744
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13745
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13746
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13747
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13748
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13749
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13750
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13751
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13752
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13753
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13754
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:22 +0200
|
13755
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13756
|
+
Parameters: {"id"=>"schema"}
|
13757
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.0ms)
|
13758
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (66.6ms)
|
13759
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (73.9ms)
|
13760
|
+
Completed 200 OK in 188ms (Views: 86.3ms)
|
13761
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13762
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13763
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (33.2ms)
|
13764
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.9ms)
|
13765
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (39.0ms)
|
13766
|
+
Completed 200 OK in 50ms (Views: 50.2ms)
|
13767
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13768
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13769
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13770
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13771
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13772
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
13773
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13774
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13775
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13776
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13777
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
13778
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13779
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13780
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13781
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13782
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13783
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13784
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
13785
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13786
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13787
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13788
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13789
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
13790
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13791
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13792
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13793
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13794
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13795
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13796
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13797
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13798
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
13799
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13800
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
13801
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
13802
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
13803
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13804
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13805
|
+
Parameters: {"id"=>"foobar"}
|
13806
|
+
Completed 500 Internal Server Error in 0ms
|
13807
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13808
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13809
|
+
Parameters: {"id"=>"meta"}
|
13810
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13811
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.3ms)
|
13812
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (4.2ms)
|
13813
|
+
Completed 200 OK in 8ms (Views: 5.6ms)
|
13814
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13815
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13816
|
+
Parameters: {"id"=>"meta"}
|
13817
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13818
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
13819
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13820
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
13821
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13822
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13823
|
+
Parameters: {"id"=>"context"}
|
13824
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13825
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13826
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
13827
|
+
Completed 200 OK in 7ms (Views: 1.6ms)
|
13828
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13829
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13830
|
+
Parameters: {"id"=>"context"}
|
13831
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13832
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
13833
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
13834
|
+
Completed 200 OK in 6ms (Views: 1.6ms)
|
13835
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13836
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13837
|
+
Parameters: {"id"=>"dbd"}
|
13838
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13839
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13840
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
13841
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
13842
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13843
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13844
|
+
Parameters: {"id"=>"dbd"}
|
13845
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13846
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13847
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13848
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
13849
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:27 +0200
|
13850
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13851
|
+
Parameters: {"id"=>"schema"}
|
13852
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13853
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (66.9ms)
|
13854
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (67.9ms)
|
13855
|
+
Completed 200 OK in 173ms (Views: 69.0ms)
|
13856
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:29 +0200
|
13857
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13858
|
+
Parameters: {"id"=>"schema"}
|
13859
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13860
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (36.1ms)
|
13861
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (36.9ms)
|
13862
|
+
Completed 200 OK in 83ms (Views: 37.9ms)
|
13863
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:30 +0200
|
13864
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13865
|
+
Parameters: {"id"=>"schema"}
|
13866
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13867
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (72.5ms)
|
13868
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (73.3ms)
|
13869
|
+
Completed 200 OK in 116ms (Views: 74.3ms)
|
13870
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:31 +0200
|
13871
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13872
|
+
Parameters: {"id"=>"schema"}
|
13873
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13874
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.0ms)
|
13875
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (33.8ms)
|
13876
|
+
Completed 200 OK in 85ms (Views: 34.8ms)
|
13877
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:33 +0200
|
13878
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13879
|
+
Parameters: {"id"=>"schema"}
|
13880
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13881
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (31.3ms)
|
13882
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (32.1ms)
|
13883
|
+
Completed 200 OK in 113ms (Views: 33.1ms)
|
13884
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:33 +0200
|
13885
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13886
|
+
Parameters: {"id"=>"schema"}
|
13887
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13888
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (74.7ms)
|
13889
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (75.6ms)
|
13890
|
+
Completed 200 OK in 120ms (Views: 76.5ms)
|
13891
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:33 +0200
|
13892
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13893
|
+
Parameters: {"id"=>"schema"}
|
13894
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13895
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (74.7ms)
|
13896
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (75.6ms)
|
13897
|
+
Completed 200 OK in 118ms (Views: 76.5ms)
|
13898
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:34 +0200
|
13899
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13900
|
+
Parameters: {"id"=>"schema"}
|
13901
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13902
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (32.7ms)
|
13903
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (33.5ms)
|
13904
|
+
Completed 200 OK in 78ms (Views: 34.5ms)
|
13905
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:35 +0200
|
13906
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13907
|
+
Parameters: {"id"=>"schema"}
|
13908
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13909
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (32.0ms)
|
13910
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (32.8ms)
|
13911
|
+
Completed 200 OK in 77ms (Views: 33.8ms)
|
13912
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:35 +0200
|
13913
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13914
|
+
Parameters: {"id"=>"schema"}
|
13915
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13916
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (32.4ms)
|
13917
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (33.3ms)
|
13918
|
+
Completed 200 OK in 78ms (Views: 34.2ms)
|
13919
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:32:35 +0200
|
13920
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13921
|
+
Parameters: {"id"=>"schema"}
|
13922
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13923
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (32.1ms)
|
13924
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (33.0ms)
|
13925
|
+
Completed 200 OK in 152ms (Views: 33.9ms)
|
13926
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.9ms)
|
13927
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13928
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13929
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13930
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13931
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
13932
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13933
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13934
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13935
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
13936
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13937
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13938
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13939
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:33:46 +0200
|
13940
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13941
|
+
Parameters: {"id"=>"meta"}
|
13942
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.1ms)
|
13943
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (1.3ms)
|
13944
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (40.8ms)
|
13945
|
+
Completed 200 OK in 55ms (Views: 52.1ms)
|
13946
|
+
Started GET "/ontologies/meta" for 127.0.0.1 at 2013-10-26 15:33:46 +0200
|
13947
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13948
|
+
Parameters: {"id"=>"meta"}
|
13949
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13950
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.2ms)
|
13951
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13952
|
+
Completed 200 OK in 4ms (Views: 1.3ms)
|
13953
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:33:46 +0200
|
13954
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13955
|
+
Parameters: {"id"=>"dbd"}
|
13956
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13957
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13958
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
13959
|
+
Completed 200 OK in 3ms (Views: 1.3ms)
|
13960
|
+
Started GET "/ontologies/dbd" for 127.0.0.1 at 2013-10-26 15:33:46 +0200
|
13961
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13962
|
+
Parameters: {"id"=>"dbd"}
|
13963
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
13964
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.1ms)
|
13965
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.6ms)
|
13966
|
+
Completed 200 OK in 3ms (Views: 1.2ms)
|
13967
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:46 +0200
|
13968
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13969
|
+
Parameters: {"id"=>"schema"}
|
13970
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13971
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (66.9ms)
|
13972
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (67.7ms)
|
13973
|
+
Completed 200 OK in 174ms (Views: 68.8ms)
|
13974
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:47 +0200
|
13975
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13976
|
+
Parameters: {"id"=>"schema"}
|
13977
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13978
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (37.6ms)
|
13979
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (38.4ms)
|
13980
|
+
Completed 200 OK in 86ms (Views: 39.4ms)
|
13981
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:47 +0200
|
13982
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13983
|
+
Parameters: {"id"=>"schema"}
|
13984
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13985
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.6ms)
|
13986
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (34.5ms)
|
13987
|
+
Completed 200 OK in 80ms (Views: 35.4ms)
|
13988
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:49 +0200
|
13989
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13990
|
+
Parameters: {"id"=>"schema"}
|
13991
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13992
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (73.1ms)
|
13993
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (74.0ms)
|
13994
|
+
Completed 200 OK in 119ms (Views: 74.9ms)
|
13995
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:50 +0200
|
13996
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
13997
|
+
Parameters: {"id"=>"schema"}
|
13998
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
13999
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.7ms)
|
14000
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.5ms)
|
14001
|
+
Completed 200 OK in 81ms (Views: 36.4ms)
|
14002
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:50 +0200
|
14003
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14004
|
+
Parameters: {"id"=>"schema"}
|
14005
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14006
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.7ms)
|
14007
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.6ms)
|
14008
|
+
Completed 200 OK in 159ms (Views: 36.5ms)
|
14009
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:50 +0200
|
14010
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14011
|
+
Parameters: {"id"=>"schema"}
|
14012
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14013
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (75.7ms)
|
14014
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (76.6ms)
|
14015
|
+
Completed 200 OK in 121ms (Views: 77.5ms)
|
14016
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:50 +0200
|
14017
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14018
|
+
Parameters: {"id"=>"schema"}
|
14019
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14020
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (73.9ms)
|
14021
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (74.8ms)
|
14022
|
+
Completed 200 OK in 119ms (Views: 75.7ms)
|
14023
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:52 +0200
|
14024
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14025
|
+
Parameters: {"id"=>"schema"}
|
14026
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14027
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (35.1ms)
|
14028
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (78.6ms)
|
14029
|
+
Completed 200 OK in 123ms (Views: 79.7ms)
|
14030
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14031
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14032
|
+
Parameters: {"id"=>"schema"}
|
14033
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14034
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (33.0ms)
|
14035
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (33.8ms)
|
14036
|
+
Completed 200 OK in 78ms (Views: 34.8ms)
|
14037
|
+
Started GET "/ontologies/schema" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14038
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14039
|
+
Parameters: {"id"=>"schema"}
|
14040
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14041
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (34.2ms)
|
14042
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (35.0ms)
|
14043
|
+
Completed 200 OK in 80ms (Views: 35.9ms)
|
14044
|
+
Started GET "/ontologies/foobar" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14045
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14046
|
+
Parameters: {"id"=>"foobar"}
|
14047
|
+
Completed 500 Internal Server Error in 0ms
|
14048
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14049
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14050
|
+
Parameters: {"id"=>"context"}
|
14051
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14052
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
14053
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
14054
|
+
Completed 200 OK in 7ms (Views: 1.6ms)
|
14055
|
+
Started GET "/ontologies/context" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14056
|
+
Processing by DbdOntoEngine::OntologiesController#show as HTML
|
14057
|
+
Parameters: {"id"=>"context"}
|
14058
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14059
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.4ms)
|
14060
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/show.html.haml within layouts/dbd_onto_engine/application (0.9ms)
|
14061
|
+
Completed 200 OK in 6ms (Views: 1.6ms)
|
14062
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14063
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
14064
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14065
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.8ms)
|
14066
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (2.9ms)
|
14067
|
+
Completed 200 OK in 4ms (Views: 4.3ms)
|
14068
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14069
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
14070
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
14071
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
14072
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
14073
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
14074
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14075
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
14076
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
14077
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
14078
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
14079
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
14080
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14081
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
14082
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14083
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
14084
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
14085
|
+
Completed 200 OK in 1ms (Views: 1.4ms)
|
14086
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14087
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
14088
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14089
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
14090
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
14091
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
14092
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14093
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
14094
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
14095
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
14096
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
14097
|
+
Completed 200 OK in 1ms (Views: 1.2ms)
|
14098
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-10-26 15:33:53 +0200
|
14099
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
14100
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.1ms)
|
14101
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.2ms)
|
14102
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml within layouts/dbd_onto_engine/application (0.7ms)
|
14103
|
+
Completed 200 OK in 1ms (Views: 1.3ms)
|
14104
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (1.1ms)
|
14105
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14106
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14107
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14108
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
14109
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14110
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
14111
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14112
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_predicate.html.haml (0.0ms)
|
14113
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14114
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|
14115
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/shared/_links.html.haml (0.2ms)
|
14116
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_title.html.haml (0.0ms)
|