dbd_onto_engine 0.0.2 → 0.0.3
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/config/routes.rb +1 -1
- data/lib/dbd_onto_engine/version.rb +1 -1
- data/spec/controllers/dbd_onto_engine/ontologies_controller_spec.rb +2 -1
- data/spec/dummy/config/routes.rb +1 -1
- data/spec/dummy/log/test.log +366 -0
- data/spec/features/dbd_onto_engine/ontologies_spec.rb +23 -10
- data/spec/routing/README.txt +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0617a106bd99fb4312907b5ff0575a8cd5c0d9e3
|
|
4
|
+
data.tar.gz: 984ae9fd29422a9cdc400051792982a78007d7b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c90fd518c181a6b3b55b25317c244d3342c547cb4256b6533992eaff2f6fac5de4b066581a08abc799c22dc21dc999de2f1909c772a23e27c11f08c4921e4500
|
|
7
|
+
data.tar.gz: 5f5e4396a76ebf68e863940ef5a8b581b92a69ea6039f9c0ef41e1ad3435becb6cbae146396ba75490947ea2e02d6017726ae23132a0c2b6fb40c4fa8af8a993
|
data/config/routes.rb
CHANGED
|
@@ -4,6 +4,7 @@ module DbdOntoEngine
|
|
|
4
4
|
describe OntologiesController do
|
|
5
5
|
describe "GET 'index'" do
|
|
6
6
|
it "returns http success" do
|
|
7
|
+
# work around are a set of features specs
|
|
7
8
|
# pending ("Unable to get path helpers fully correct for Engines + RSpec?")
|
|
8
9
|
# Failure/Error: get 'index'
|
|
9
10
|
# ActionController::UrlGenerationError:
|
|
@@ -11,7 +12,7 @@ module DbdOntoEngine
|
|
|
11
12
|
#
|
|
12
13
|
# See http://www.matthewratzloff.com/blog/2011/09/21/testing-routes-with-rails-3-1-engines/
|
|
13
14
|
# get 'index'
|
|
14
|
-
#
|
|
15
|
+
# response.should be_success
|
|
15
16
|
end
|
|
16
17
|
end
|
|
17
18
|
end
|
data/spec/dummy/config/routes.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -596,3 +596,369 @@ Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
|
596
596
|
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.3ms)
|
|
597
597
|
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
598
598
|
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
599
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:27:43 +0200
|
|
600
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
601
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
602
|
+
Completed 200 OK in 33ms (Views: 33.0ms)
|
|
603
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:27:43 +0200
|
|
604
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
605
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
606
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
607
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:27:43 +0200
|
|
608
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
609
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
610
|
+
Completed 200 OK in 1ms (Views: 0.5ms)
|
|
611
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:24 +0200
|
|
612
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
613
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
614
|
+
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.5ms)
|
|
615
|
+
Completed 200 OK in 33ms (Views: 33.0ms)
|
|
616
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:24 +0200
|
|
617
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
618
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
619
|
+
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.3ms)
|
|
620
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
621
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:24 +0200
|
|
622
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
623
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
624
|
+
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.3ms)
|
|
625
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
626
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:53 +0200
|
|
627
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
628
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
629
|
+
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.6ms)
|
|
630
|
+
Completed 200 OK in 33ms (Views: 32.9ms)
|
|
631
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:53 +0200
|
|
632
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
633
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
634
|
+
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.3ms)
|
|
635
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
636
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:53 +0200
|
|
637
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
638
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
639
|
+
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.3ms)
|
|
640
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
641
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:55 +0200
|
|
642
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
643
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.8ms)
|
|
644
|
+
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.6ms)
|
|
645
|
+
Completed 200 OK in 11ms (Views: 11.2ms)
|
|
646
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:55 +0200
|
|
647
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
648
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
649
|
+
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)
|
|
650
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
651
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:28:55 +0200
|
|
652
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
653
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
654
|
+
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.3ms)
|
|
655
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
656
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
657
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (11.0ms)
|
|
658
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:30:10 +0200
|
|
659
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
660
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
661
|
+
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.4ms)
|
|
662
|
+
Completed 200 OK in 33ms (Views: 33.1ms)
|
|
663
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:30:10 +0200
|
|
664
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
665
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
666
|
+
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)
|
|
667
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
668
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:30:10 +0200
|
|
669
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
670
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
671
|
+
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.3ms)
|
|
672
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
673
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:30:10 +0200
|
|
674
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
675
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
676
|
+
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.3ms)
|
|
677
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
678
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:33:20 +0200
|
|
679
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
680
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.6ms)
|
|
681
|
+
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.5ms)
|
|
682
|
+
Completed 200 OK in 33ms (Views: 32.7ms)
|
|
683
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:33:21 +0200
|
|
684
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
685
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
686
|
+
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.3ms)
|
|
687
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
688
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:33:21 +0200
|
|
689
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
690
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
691
|
+
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.3ms)
|
|
692
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
693
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:33:21 +0200
|
|
694
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
695
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
696
|
+
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.3ms)
|
|
697
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
698
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:34:03 +0200
|
|
699
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
700
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
701
|
+
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.6ms)
|
|
702
|
+
Completed 200 OK in 33ms (Views: 32.8ms)
|
|
703
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:34:03 +0200
|
|
704
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
705
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
706
|
+
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.3ms)
|
|
707
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
708
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:34:03 +0200
|
|
709
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
710
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
711
|
+
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.3ms)
|
|
712
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
713
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:04 +0200
|
|
714
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
715
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
716
|
+
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.5ms)
|
|
717
|
+
Completed 200 OK in 33ms (Views: 32.8ms)
|
|
718
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:04 +0200
|
|
719
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
720
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
721
|
+
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.3ms)
|
|
722
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
723
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:04 +0200
|
|
724
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
725
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
726
|
+
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.3ms)
|
|
727
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
728
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:20 +0200
|
|
729
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
730
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
731
|
+
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.5ms)
|
|
732
|
+
Completed 200 OK in 33ms (Views: 33.1ms)
|
|
733
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:20 +0200
|
|
734
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
735
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
736
|
+
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.3ms)
|
|
737
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
738
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:20 +0200
|
|
739
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
740
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
741
|
+
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.3ms)
|
|
742
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
743
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
744
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (12.5ms)
|
|
745
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:22 +0200
|
|
746
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
747
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.6ms)
|
|
748
|
+
Completed 200 OK in 6ms (Views: 5.5ms)
|
|
749
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:22 +0200
|
|
750
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
751
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
752
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
753
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:22 +0200
|
|
754
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
755
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
756
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
757
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:50 +0200
|
|
758
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
759
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.6ms)
|
|
760
|
+
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.3ms)
|
|
761
|
+
Completed 200 OK in 33ms (Views: 32.4ms)
|
|
762
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:50 +0200
|
|
763
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
764
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
765
|
+
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.3ms)
|
|
766
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
767
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:50 +0200
|
|
768
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
769
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
770
|
+
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.3ms)
|
|
771
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
772
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:50 +0200
|
|
773
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
774
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
775
|
+
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.3ms)
|
|
776
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
777
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:50 +0200
|
|
778
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
779
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
780
|
+
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.3ms)
|
|
781
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
782
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:59 +0200
|
|
783
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
784
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
785
|
+
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.6ms)
|
|
786
|
+
Completed 200 OK in 33ms (Views: 32.5ms)
|
|
787
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:59 +0200
|
|
788
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
789
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
790
|
+
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.3ms)
|
|
791
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
792
|
+
Started GET "/ontologies/" for 127.0.0.1 at 2013-08-11 21:39:59 +0200
|
|
793
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
794
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
795
|
+
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.3ms)
|
|
796
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
797
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
798
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
799
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
800
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
801
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:48:34 +0200
|
|
802
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:48:34 +0200
|
|
803
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:48:34 +0200
|
|
804
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
805
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:49:17 +0200
|
|
806
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
807
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
808
|
+
Completed 200 OK in 11ms (Views: 10.9ms)
|
|
809
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:49:17 +0200
|
|
810
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
811
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
812
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
813
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:49:17 +0200
|
|
814
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
815
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
816
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
817
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
818
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:50:59 +0200
|
|
819
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
820
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
821
|
+
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.4ms)
|
|
822
|
+
Completed 200 OK in 11ms (Views: 10.9ms)
|
|
823
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:50:59 +0200
|
|
824
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
825
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
826
|
+
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.3ms)
|
|
827
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
828
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:50:59 +0200
|
|
829
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
830
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
831
|
+
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.3ms)
|
|
832
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
833
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
834
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (10.8ms)
|
|
835
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:51:51 +0200
|
|
836
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
837
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
838
|
+
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)
|
|
839
|
+
Completed 200 OK in 34ms (Views: 33.4ms)
|
|
840
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:51:51 +0200
|
|
841
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
842
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
843
|
+
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.3ms)
|
|
844
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
845
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:51:51 +0200
|
|
846
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
847
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
848
|
+
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.3ms)
|
|
849
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
850
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:52:22 +0200
|
|
851
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
852
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.8ms)
|
|
853
|
+
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.9ms)
|
|
854
|
+
Completed 200 OK in 34ms (Views: 33.5ms)
|
|
855
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:52:22 +0200
|
|
856
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
857
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
858
|
+
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.3ms)
|
|
859
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
860
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:52:22 +0200
|
|
861
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
862
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
863
|
+
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.3ms)
|
|
864
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
865
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
866
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/index.html.haml (12.6ms)
|
|
867
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:52:25 +0200
|
|
868
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
869
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.6ms)
|
|
870
|
+
Completed 200 OK in 6ms (Views: 5.5ms)
|
|
871
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:52:25 +0200
|
|
872
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
873
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
874
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
875
|
+
Started GET "/ontologies/ontologies" for 127.0.0.1 at 2013-08-11 21:52:25 +0200
|
|
876
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
877
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
878
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
879
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:52:42 +0200
|
|
880
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
881
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
882
|
+
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)
|
|
883
|
+
Completed 200 OK in 33ms (Views: 33.2ms)
|
|
884
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:52:42 +0200
|
|
885
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
886
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
887
|
+
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)
|
|
888
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
889
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 21:52:42 +0200
|
|
890
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
891
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
892
|
+
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.3ms)
|
|
893
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
894
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:08:51 +0200
|
|
895
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
896
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.9ms)
|
|
897
|
+
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.5ms)
|
|
898
|
+
Completed 200 OK in 36ms (Views: 35.2ms)
|
|
899
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:08:51 +0200
|
|
900
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
901
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
902
|
+
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)
|
|
903
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
904
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:08:51 +0200
|
|
905
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
906
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
907
|
+
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)
|
|
908
|
+
Completed 200 OK in 1ms (Views: 0.9ms)
|
|
909
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:11:20 +0200
|
|
910
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
911
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
912
|
+
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.4ms)
|
|
913
|
+
Completed 200 OK in 33ms (Views: 32.7ms)
|
|
914
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:11:20 +0200
|
|
915
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
916
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
917
|
+
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)
|
|
918
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
919
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:11:20 +0200
|
|
920
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
921
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
922
|
+
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.3ms)
|
|
923
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
924
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:11:22 +0200
|
|
925
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
926
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.8ms)
|
|
927
|
+
Completed 200 OK in 11ms (Views: 11.0ms)
|
|
928
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:11:22 +0200
|
|
929
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
930
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
931
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
932
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:11:22 +0200
|
|
933
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
934
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
935
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
936
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
937
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:16:09 +0200
|
|
938
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
939
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.7ms)
|
|
940
|
+
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.6ms)
|
|
941
|
+
Completed 200 OK in 34ms (Views: 34.2ms)
|
|
942
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:16:09 +0200
|
|
943
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
944
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
945
|
+
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)
|
|
946
|
+
Completed 200 OK in 1ms (Views: 0.8ms)
|
|
947
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:16:09 +0200
|
|
948
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
949
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
950
|
+
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.3ms)
|
|
951
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
952
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:16:11 +0200
|
|
953
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
954
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.8ms)
|
|
955
|
+
Completed 200 OK in 11ms (Views: 11.1ms)
|
|
956
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:16:11 +0200
|
|
957
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
958
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
959
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
960
|
+
Started GET "/ontologies" for 127.0.0.1 at 2013-08-11 22:16:11 +0200
|
|
961
|
+
Processing by DbdOntoEngine::OntologiesController#index as HTML
|
|
962
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.1ms)
|
|
963
|
+
Completed 200 OK in 1ms (Views: 0.6ms)
|
|
964
|
+
Rendered /Users/peter_v/Documents/data/github/petervandenabeele/dbd_onto_engine/app/views/dbd_onto_engine/ontologies/_ontology_entry.html.haml (0.0ms)
|
|
@@ -3,20 +3,33 @@ require 'spec_helper'
|
|
|
3
3
|
module DbdOntoEngine
|
|
4
4
|
describe "Ontologies" do
|
|
5
5
|
describe "GET /ontologies" do
|
|
6
|
-
it "shows the ontologies" do
|
|
7
|
-
visit dbd_onto_engine.root_path
|
|
8
|
-
expect(page).to have_text('Ontologies')
|
|
9
|
-
end
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
context "routing" do
|
|
8
|
+
it "when the engine is mounted under /" do
|
|
9
|
+
dbd_onto_engine.ontologies_path.should == '/ontologies'
|
|
10
|
+
end
|
|
14
11
|
end
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
context "page content" do
|
|
14
|
+
|
|
15
|
+
before(:each) do
|
|
16
|
+
visit(dbd_onto_engine.ontologies_path)
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
it "shows the ontologies" do
|
|
20
|
+
expect(page).to have_text('Ontologies')
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
it "shows the link to the context ontology" do
|
|
24
|
+
#expect(page).to have_link(url_for(action: 'show', id: 'context')) # have_text('Context')
|
|
25
|
+
expect(page).to have_text('Context')
|
|
26
|
+
end
|
|
27
|
+
|
|
28
|
+
it "shows the link to the meta ontology" do
|
|
29
|
+
expect(page).to have_text('Meta')
|
|
30
|
+
end
|
|
19
31
|
end
|
|
20
32
|
end
|
|
21
33
|
end
|
|
22
34
|
end
|
|
35
|
+
|
data/spec/routing/README.txt
CHANGED