collection-json-browser 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,14 @@
38
38
  <th>prompt</th>
39
39
  <th>get</th>
40
40
  </tr>
41
- <tr ng-include src="'links.html'" ng-repeat="link in collection.links">
41
+ <tr ng-repeat="link in collection.links">
42
+ <td>{{link.rel}}</td>
43
+ <td>{{link.name}}</td>
44
+ <td>{{link.prompt}}</td>
45
+ <td ng-switch on="link.render">
46
+ <img ng-switch-when="image" ng-src={{link.href}} title={{link.rel}} width=150/>
47
+ <a ng-switch-default href="" ng-click="goTo(link.href)">{{link.href}}</a>
48
+ </td>
42
49
  </tr>
43
50
  </table>
44
51
  </div>
@@ -93,7 +100,14 @@
93
100
  <th>prompt</th>
94
101
  <th>get</th>
95
102
  </tr>
96
- <tr ng-include src="'links.html'" ng-repeat="link in item.links">
103
+ <tr ng-repeat="link in item.links">
104
+ <td>{{link.rel}}</td>
105
+ <td>{{link.name}}</td>
106
+ <td>{{link.prompt}}</td>
107
+ <td ng-switch on="link.render">
108
+ <img ng-switch-when="image" ng-src={{link.href}} title={{link.rel}} width=150/>
109
+ <a ng-switch-default href="" ng-click="goTo(link.href)">{{link.href}}</a>
110
+ </td>
97
111
  </tr>
98
112
  </table>
99
113
  </div>
@@ -1,3 +1,3 @@
1
1
  module CollectionJsonBrowser
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -62528,3 +62528,513 @@ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
62528
62528
  Started GET "/api" for 127.0.0.1 at 2013-07-15 23:23:07 +0800
62529
62529
  Processing by Api::ApplicationController#index as JSON
62530
62530
  Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
62531
+ Connecting to database specified by database.yml
62532
+
62533
+
62534
+ Started GET "/doc" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62535
+ Processing by CollectionJsonBrowser::HomeController#index as HTML
62536
+ Rendered /Users/weilu/workspace/collection-json-browser/app/views/collection_json_browser/home/index.html within layouts/collection_json_browser/application (1.8ms)
62537
+ Completed 200 OK in 19ms (Views: 19.2ms | ActiveRecord: 0.0ms)
62538
+
62539
+
62540
+ Started GET "/assets/collection_json_browser/angular/controllers/api_controller.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62541
+ Served asset /collection_json_browser/angular/controllers/api_controller.js - 304 Not Modified (1ms)
62542
+
62543
+
62544
+ Started GET "/assets/collection_json_browser/angular.min.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62545
+ Served asset /collection_json_browser/angular.min.js - 304 Not Modified (1ms)
62546
+
62547
+
62548
+ Started GET "/assets/collection_json_browser/application.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62549
+ Served asset /collection_json_browser/application.js - 304 Not Modified (2ms)
62550
+
62551
+
62552
+ Started GET "/assets/collection_json_browser/application.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62553
+ Served asset /collection_json_browser/application.css - 304 Not Modified (2ms)
62554
+
62555
+
62556
+ Started GET "/assets/collection_json_browser/bootstrap.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62557
+ Served asset /collection_json_browser/bootstrap.css - 304 Not Modified (2ms)
62558
+
62559
+
62560
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62561
+ Processing by Api::ApplicationController#index as JSON
62562
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
62563
+
62564
+
62565
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62566
+ Processing by Api::ApplicationController#index as JSON
62567
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
62568
+
62569
+
62570
+ Started GET "/assets/cat.gif" for 127.0.0.1 at 2013-07-18 08:49:23 +0800
62571
+ Served asset /cat.gif - 304 Not Modified (1ms)
62572
+
62573
+
62574
+ Started GET "/doc" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62575
+ Processing by CollectionJsonBrowser::HomeController#index as HTML
62576
+ Rendered /Users/weilu/workspace/collection-json-browser/app/views/collection_json_browser/home/index.html within layouts/collection_json_browser/application (0.0ms)
62577
+ Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
62578
+
62579
+
62580
+ Started GET "/assets/collection_json_browser/angular/controllers/api_controller.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62581
+ Served asset /collection_json_browser/angular/controllers/api_controller.js - 304 Not Modified (0ms)
62582
+
62583
+
62584
+ Started GET "/assets/collection_json_browser/bootstrap.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62585
+ Served asset /collection_json_browser/bootstrap.css - 304 Not Modified (0ms)
62586
+
62587
+
62588
+ Started GET "/assets/collection_json_browser/angular.min.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62589
+ Served asset /collection_json_browser/angular.min.js - 304 Not Modified (0ms)
62590
+
62591
+
62592
+ Started GET "/assets/collection_json_browser/application.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62593
+ Served asset /collection_json_browser/application.css - 304 Not Modified (0ms)
62594
+
62595
+
62596
+ Started GET "/assets/collection_json_browser/application.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62597
+ Served asset /collection_json_browser/application.js - 304 Not Modified (0ms)
62598
+
62599
+
62600
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62601
+ Processing by Api::ApplicationController#index as JSON
62602
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
62603
+
62604
+
62605
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62606
+ Processing by Api::ApplicationController#index as JSON
62607
+ Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms)
62608
+
62609
+
62610
+ Started GET "/assets/cat.gif" for 127.0.0.1 at 2013-07-18 08:49:38 +0800
62611
+ Served asset /cat.gif - 304 Not Modified (0ms)
62612
+
62613
+
62614
+ Started GET "/doc" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62615
+ Processing by CollectionJsonBrowser::HomeController#index as HTML
62616
+ Rendered /Users/weilu/workspace/collection-json-browser/app/views/collection_json_browser/home/index.html within layouts/collection_json_browser/application (0.0ms)
62617
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
62618
+
62619
+
62620
+ Started GET "/assets/collection_json_browser/angular.min.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62621
+ Served asset /collection_json_browser/angular.min.js - 304 Not Modified (0ms)
62622
+
62623
+
62624
+ Started GET "/assets/collection_json_browser/angular/controllers/api_controller.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62625
+ Served asset /collection_json_browser/angular/controllers/api_controller.js - 304 Not Modified (0ms)
62626
+
62627
+
62628
+ Started GET "/assets/collection_json_browser/application.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62629
+ Served asset /collection_json_browser/application.js - 304 Not Modified (0ms)
62630
+
62631
+
62632
+ Started GET "/assets/collection_json_browser/bootstrap.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62633
+ Served asset /collection_json_browser/bootstrap.css - 304 Not Modified (0ms)
62634
+
62635
+
62636
+ Started GET "/assets/collection_json_browser/application.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62637
+ Served asset /collection_json_browser/application.css - 304 Not Modified (0ms)
62638
+
62639
+
62640
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62641
+ Processing by Api::ApplicationController#index as JSON
62642
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
62643
+
62644
+
62645
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62646
+ Processing by Api::ApplicationController#index as JSON
62647
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
62648
+
62649
+
62650
+ Started GET "/assets/cat.gif" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62651
+ Served asset /cat.gif - 304 Not Modified (0ms)
62652
+
62653
+
62654
+ Started GET "/api/posts" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62655
+ Processing by Api::PostsController#index as JSON
62656
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
62657
+
62658
+
62659
+ Started GET "/doc" for 127.0.0.1 at 2013-07-18 08:49:46 +0800
62660
+ Processing by CollectionJsonBrowser::HomeController#index as HTML
62661
+ Rendered /Users/weilu/workspace/collection-json-browser/app/views/collection_json_browser/home/index.html within layouts/collection_json_browser/application (0.1ms)
62662
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
62663
+
62664
+
62665
+ Started GET "/assets/collection_json_browser/angular/controllers/api_controller.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62666
+ Served asset /collection_json_browser/angular/controllers/api_controller.js - 304 Not Modified (0ms)
62667
+
62668
+
62669
+ Started GET "/assets/collection_json_browser/angular.min.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62670
+ Served asset /collection_json_browser/angular.min.js - 304 Not Modified (0ms)
62671
+
62672
+
62673
+ Started GET "/assets/collection_json_browser/application.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62674
+ Served asset /collection_json_browser/application.js - 304 Not Modified (0ms)
62675
+
62676
+
62677
+ Started GET "/assets/collection_json_browser/bootstrap.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62678
+ Served asset /collection_json_browser/bootstrap.css - 304 Not Modified (0ms)
62679
+
62680
+
62681
+ Started GET "/assets/collection_json_browser/application.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62682
+ Served asset /collection_json_browser/application.css - 304 Not Modified (0ms)
62683
+
62684
+
62685
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62686
+ Processing by Api::ApplicationController#index as JSON
62687
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
62688
+
62689
+
62690
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62691
+ Processing by Api::ApplicationController#index as JSON
62692
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
62693
+
62694
+
62695
+ Started GET "/assets/cat.gif" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62696
+ Served asset /cat.gif - 304 Not Modified (0ms)
62697
+
62698
+
62699
+ Started GET "/api/posts" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62700
+ Processing by Api::PostsController#index as JSON
62701
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
62702
+
62703
+
62704
+ Started GET "/doc" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62705
+ Processing by CollectionJsonBrowser::HomeController#index as HTML
62706
+ Rendered /Users/weilu/workspace/collection-json-browser/app/views/collection_json_browser/home/index.html within layouts/collection_json_browser/application (0.0ms)
62707
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
62708
+
62709
+
62710
+ Started GET "/assets/collection_json_browser/application.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62711
+ Served asset /collection_json_browser/application.js - 304 Not Modified (0ms)
62712
+
62713
+
62714
+ Started GET "/assets/collection_json_browser/application.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62715
+ Served asset /collection_json_browser/application.css - 304 Not Modified (0ms)
62716
+
62717
+
62718
+ Started GET "/assets/collection_json_browser/bootstrap.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62719
+ Served asset /collection_json_browser/bootstrap.css - 304 Not Modified (0ms)
62720
+
62721
+
62722
+ Started GET "/assets/collection_json_browser/angular.min.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62723
+ Served asset /collection_json_browser/angular.min.js - 304 Not Modified (0ms)
62724
+
62725
+
62726
+ Started GET "/assets/collection_json_browser/angular/controllers/api_controller.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62727
+ Served asset /collection_json_browser/angular/controllers/api_controller.js - 304 Not Modified (0ms)
62728
+
62729
+
62730
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62731
+ Processing by Api::ApplicationController#index as JSON
62732
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
62733
+
62734
+
62735
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62736
+ Processing by Api::ApplicationController#index as JSON
62737
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
62738
+
62739
+
62740
+ Started GET "/assets/cat.gif" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62741
+ Served asset /cat.gif - 304 Not Modified (0ms)
62742
+
62743
+
62744
+ Started GET "/api/posts" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62745
+ Processing by Api::PostsController#index as JSON
62746
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
62747
+
62748
+
62749
+ Started POST "/api/posts" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62750
+ Processing by Api::PostsController#create as JSON
62751
+ Parameters: {"title"=>"ruby", "content"=>"ruby", "category"=>"ruby", "post"=>{}}
62752
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
62753
+
62754
+
62755
+ Started GET "/doc" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62756
+ Processing by CollectionJsonBrowser::HomeController#index as HTML
62757
+ Rendered /Users/weilu/workspace/collection-json-browser/app/views/collection_json_browser/home/index.html within layouts/collection_json_browser/application (0.0ms)
62758
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
62759
+
62760
+
62761
+ Started GET "/assets/collection_json_browser/bootstrap.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62762
+ Served asset /collection_json_browser/bootstrap.css - 304 Not Modified (0ms)
62763
+
62764
+
62765
+ Started GET "/assets/collection_json_browser/application.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62766
+ Served asset /collection_json_browser/application.js - 304 Not Modified (0ms)
62767
+
62768
+
62769
+ Started GET "/assets/collection_json_browser/angular/controllers/api_controller.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62770
+ Served asset /collection_json_browser/angular/controllers/api_controller.js - 304 Not Modified (0ms)
62771
+
62772
+
62773
+ Started GET "/assets/collection_json_browser/angular.min.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62774
+ Served asset /collection_json_browser/angular.min.js - 304 Not Modified (0ms)
62775
+
62776
+
62777
+ Started GET "/assets/collection_json_browser/application.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62778
+ Served asset /collection_json_browser/application.css - 304 Not Modified (0ms)
62779
+
62780
+
62781
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62782
+ Processing by Api::ApplicationController#index as JSON
62783
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
62784
+
62785
+
62786
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62787
+ Processing by Api::ApplicationController#index as JSON
62788
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
62789
+
62790
+
62791
+ Started GET "/assets/cat.gif" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62792
+ Served asset /cat.gif - 304 Not Modified (0ms)
62793
+
62794
+
62795
+ Started GET "/doc" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62796
+ Processing by CollectionJsonBrowser::HomeController#index as HTML
62797
+ Rendered /Users/weilu/workspace/collection-json-browser/app/views/collection_json_browser/home/index.html within layouts/collection_json_browser/application (0.0ms)
62798
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
62799
+
62800
+
62801
+ Started GET "/assets/collection_json_browser/angular.min.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62802
+ Served asset /collection_json_browser/angular.min.js - 304 Not Modified (0ms)
62803
+
62804
+
62805
+ Started GET "/assets/collection_json_browser/bootstrap.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62806
+ Served asset /collection_json_browser/bootstrap.css - 304 Not Modified (0ms)
62807
+
62808
+
62809
+ Started GET "/assets/collection_json_browser/application.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62810
+ Served asset /collection_json_browser/application.css - 304 Not Modified (0ms)
62811
+
62812
+
62813
+ Started GET "/assets/collection_json_browser/application.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62814
+ Served asset /collection_json_browser/application.js - 304 Not Modified (0ms)
62815
+
62816
+
62817
+ Started GET "/assets/collection_json_browser/angular/controllers/api_controller.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62818
+ Served asset /collection_json_browser/angular/controllers/api_controller.js - 304 Not Modified (0ms)
62819
+
62820
+
62821
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62822
+ Processing by Api::ApplicationController#index as JSON
62823
+ Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.0ms)
62824
+
62825
+
62826
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62827
+ Processing by Api::ApplicationController#index as JSON
62828
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
62829
+
62830
+
62831
+ Started GET "/assets/cat.gif" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62832
+ Served asset /cat.gif - 304 Not Modified (0ms)
62833
+
62834
+
62835
+ Started GET "/doc" for 127.0.0.1 at 2013-07-18 08:49:47 +0800
62836
+ Processing by CollectionJsonBrowser::HomeController#index as HTML
62837
+ Rendered /Users/weilu/workspace/collection-json-browser/app/views/collection_json_browser/home/index.html within layouts/collection_json_browser/application (0.0ms)
62838
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
62839
+
62840
+
62841
+ Started GET "/assets/collection_json_browser/angular.min.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:48 +0800
62842
+ Served asset /collection_json_browser/angular.min.js - 304 Not Modified (0ms)
62843
+
62844
+
62845
+ Started GET "/assets/collection_json_browser/application.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:48 +0800
62846
+ Served asset /collection_json_browser/application.js - 304 Not Modified (0ms)
62847
+
62848
+
62849
+ Started GET "/assets/collection_json_browser/angular/controllers/api_controller.js?body=1" for 127.0.0.1 at 2013-07-18 08:49:48 +0800
62850
+ Served asset /collection_json_browser/angular/controllers/api_controller.js - 304 Not Modified (0ms)
62851
+
62852
+
62853
+ Started GET "/assets/collection_json_browser/bootstrap.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:48 +0800
62854
+ Served asset /collection_json_browser/bootstrap.css - 304 Not Modified (0ms)
62855
+
62856
+
62857
+ Started GET "/assets/collection_json_browser/application.css?body=1" for 127.0.0.1 at 2013-07-18 08:49:48 +0800
62858
+ Served asset /collection_json_browser/application.css - 304 Not Modified (0ms)
62859
+
62860
+
62861
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:48 +0800
62862
+ Processing by Api::ApplicationController#index as JSON
62863
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
62864
+
62865
+
62866
+ Started GET "/api" for 127.0.0.1 at 2013-07-18 08:49:48 +0800
62867
+ Processing by Api::ApplicationController#index as JSON
62868
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
62869
+
62870
+
62871
+ Started GET "/assets/cat.gif" for 127.0.0.1 at 2013-07-18 08:49:48 +0800
62872
+ Served asset /cat.gif - 304 Not Modified (0ms)
62873
+
62874
+
62875
+ Started GET "/docdoc" for 127.0.0.1 at 2013-07-18 08:49:58 +0800
62876
+
62877
+ ActionController::RoutingError (No route matches [GET] "/docdoc"):
62878
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
62879
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
62880
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
62881
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
62882
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
62883
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
62884
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
62885
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
62886
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
62887
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
62888
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
62889
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
62890
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
62891
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
62892
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
62893
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
62894
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
62895
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
62896
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
62897
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
62898
+
62899
+
62900
+ Rendered /Users/weilu/.rvm/gems/ruby-1.9.3-p327@collection-json-browser/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
62901
+
62902
+
62903
+ Started GET "/docdoc" for 127.0.0.1 at 2013-07-18 08:49:58 +0800
62904
+
62905
+ ActionController::RoutingError (No route matches [GET] "/docdoc"):
62906
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
62907
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
62908
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
62909
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
62910
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
62911
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
62912
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
62913
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
62914
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
62915
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
62916
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
62917
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
62918
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
62919
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
62920
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
62921
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
62922
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
62923
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
62924
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
62925
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
62926
+
62927
+
62928
+ Rendered /Users/weilu/.rvm/gems/ruby-1.9.3-p327@collection-json-browser/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
62929
+
62930
+
62931
+ Started GET "/docdoc" for 127.0.0.1 at 2013-07-18 08:49:58 +0800
62932
+
62933
+ ActionController::RoutingError (No route matches [GET] "/docdoc"):
62934
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
62935
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
62936
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
62937
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
62938
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
62939
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
62940
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
62941
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
62942
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
62943
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
62944
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
62945
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
62946
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
62947
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
62948
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
62949
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
62950
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
62951
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
62952
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
62953
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
62954
+
62955
+
62956
+ Rendered /Users/weilu/.rvm/gems/ruby-1.9.3-p327@collection-json-browser/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
62957
+
62958
+
62959
+ Started GET "/docdoc" for 127.0.0.1 at 2013-07-18 08:49:58 +0800
62960
+
62961
+ ActionController::RoutingError (No route matches [GET] "/docdoc"):
62962
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
62963
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
62964
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
62965
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
62966
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
62967
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
62968
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
62969
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
62970
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
62971
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
62972
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
62973
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
62974
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
62975
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
62976
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
62977
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
62978
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
62979
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
62980
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
62981
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
62982
+
62983
+
62984
+ Rendered /Users/weilu/.rvm/gems/ruby-1.9.3-p327@collection-json-browser/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
62985
+
62986
+
62987
+ Started GET "/docdoc" for 127.0.0.1 at 2013-07-18 08:49:58 +0800
62988
+
62989
+ ActionController::RoutingError (No route matches [GET] "/docdoc"):
62990
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
62991
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
62992
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
62993
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
62994
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
62995
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
62996
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
62997
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
62998
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
62999
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
63000
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
63001
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
63002
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
63003
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
63004
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
63005
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
63006
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
63007
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
63008
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
63009
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
63010
+
63011
+
63012
+ Rendered /Users/weilu/.rvm/gems/ruby-1.9.3-p327@collection-json-browser/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
63013
+
63014
+
63015
+ Started GET "/docdoc" for 127.0.0.1 at 2013-07-18 08:49:58 +0800
63016
+
63017
+ ActionController::RoutingError (No route matches [GET] "/docdoc"):
63018
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
63019
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
63020
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
63021
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
63022
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
63023
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
63024
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
63025
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
63026
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
63027
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
63028
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
63029
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
63030
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
63031
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
63032
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
63033
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
63034
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
63035
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
63036
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
63037
+ /Users/weilu/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
63038
+
63039
+
63040
+ Rendered /Users/weilu/.rvm/gems/ruby-1.9.3-p327@collection-json-browser/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: collection-json-browser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -105,7 +105,6 @@ files:
105
105
  - test/dummy/public/angular-scenario.js
106
106
  - test/dummy/public/e2e.html
107
107
  - test/dummy/public/favicon.ico
108
- - test/dummy/public/links.html
109
108
  - test/dummy/public/scenarios.js
110
109
  - test/dummy/Rakefile
111
110
  - test/dummy/README.rdoc
@@ -221,7 +220,6 @@ test_files:
221
220
  - test/dummy/public/angular-scenario.js
222
221
  - test/dummy/public/e2e.html
223
222
  - test/dummy/public/favicon.ico
224
- - test/dummy/public/links.html
225
223
  - test/dummy/public/scenarios.js
226
224
  - test/dummy/Rakefile
227
225
  - test/dummy/README.rdoc
@@ -1,7 +0,0 @@
1
- <td>{{link.rel}}</td>
2
- <td>{{link.name}}</td>
3
- <td>{{link.prompt}}</td>
4
- <td ng-switch on="link.render">
5
- <img ng-switch-when="image" ng-src={{link.href}} title={{link.rel}} width=150/>
6
- <a ng-switch-default href="" ng-click="goTo(link.href)">{{link.href}}</a>
7
- </td>