log_inspector 0.2.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -878,3 +878,275 @@ Started GET "/log_inspector/file?path=log%2Ftestfile.log&all_lines=false" for 12
878
878
  Processing by LogInspector::LogController#file_api as */*
879
879
  Parameters: {"path"=>"log/testfile.log", "all_lines"=>"false"}
880
880
  Completed 200 OK in 191ms (Views: 0.4ms | ActiveRecord: 0.0ms)
881
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
882
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
883
+  (0.1ms) select sqlite_version(*)
884
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
885
+  (0.1ms) SELECT version FROM "schema_migrations"
886
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
887
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
888
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:12:37 -0500
889
+ Processing by LogInspector::LogController#index as HTML
890
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (186.9ms)
891
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (190.5ms)
892
+ Completed 200 OK in 324ms (Views: 324.0ms | ActiveRecord: 0.0ms)
893
+ Started GET "/assets/log_inspector/application-0206718aaada0deb45a295ad938696b262e714721b8c60ccf6aed656fba86a24.css" for 127.0.0.1 at 2016-07-13 16:12:38 -0500
894
+ Started GET "/assets/log_inspector/application-ddb00b9468788f18782fc887bbc9a299a63bc533385e4c21abb46f89b4224b31.js" for 127.0.0.1 at 2016-07-13 16:12:38 -0500
895
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:12:38 -0500
896
+ Processing by LogInspector::LogController#folder_api as */*
897
+ Parameters: {"path"=>"log"}
898
+ Completed 200 OK in 173ms (Views: 0.2ms | ActiveRecord: 0.0ms)
899
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:12:40 -0500
900
+ Processing by LogInspector::LogController#index as HTML
901
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (165.0ms)
902
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (165.1ms)
903
+ Completed 200 OK in 167ms (Views: 166.4ms | ActiveRecord: 0.0ms)
904
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:12:41 -0500
905
+ Processing by LogInspector::LogController#folder_api as */*
906
+ Parameters: {"path"=>"log"}
907
+ Completed 200 OK in 175ms (Views: 0.2ms | ActiveRecord: 0.0ms)
908
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
909
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
910
+  (0.1ms) select sqlite_version(*)
911
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
912
+  (0.1ms) SELECT version FROM "schema_migrations"
913
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
914
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
915
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:13:15 -0500
916
+ Processing by LogInspector::LogController#index as HTML
917
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (171.4ms)
918
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (174.8ms)
919
+ Completed 200 OK in 324ms (Views: 323.8ms | ActiveRecord: 0.0ms)
920
+ Started GET "/assets/log_inspector/application-0206718aaada0deb45a295ad938696b262e714721b8c60ccf6aed656fba86a24.css" for 127.0.0.1 at 2016-07-13 16:13:15 -0500
921
+ Started GET "/assets/log_inspector/application-ddb00b9468788f18782fc887bbc9a299a63bc533385e4c21abb46f89b4224b31.js" for 127.0.0.1 at 2016-07-13 16:13:15 -0500
922
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:13:15 -0500
923
+ Processing by LogInspector::LogController#folder_api as */*
924
+ Parameters: {"path"=>"log"}
925
+ Completed 200 OK in 182ms (Views: 0.3ms | ActiveRecord: 0.0ms)
926
+ Started GET "/log_inspector/folder?path=log%2Flog_subfolder" for 127.0.0.1 at 2016-07-13 16:13:15 -0500
927
+ Processing by LogInspector::LogController#folder_api as */*
928
+ Parameters: {"path"=>"log/log_subfolder"}
929
+ Completed 200 OK in 184ms (Views: 0.1ms | ActiveRecord: 0.0ms)
930
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:13:16 -0500
931
+ Processing by LogInspector::LogController#index as HTML
932
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (174.9ms)
933
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (175.1ms)
934
+ Completed 200 OK in 176ms (Views: 176.3ms | ActiveRecord: 0.0ms)
935
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:13:16 -0500
936
+ Processing by LogInspector::LogController#folder_api as */*
937
+ Parameters: {"path"=>"log"}
938
+ Completed 200 OK in 175ms (Views: 0.2ms | ActiveRecord: 0.0ms)
939
+ Started GET "/log_inspector/file?path=log%2Ftestfile.log&all_lines=false" for 127.0.0.1 at 2016-07-13 16:13:16 -0500
940
+ Processing by LogInspector::LogController#file_api as */*
941
+ Parameters: {"path"=>"log/testfile.log", "all_lines"=>"false"}
942
+ Completed 200 OK in 189ms (Views: 0.4ms | ActiveRecord: 0.0ms)
943
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
944
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
945
+  (0.1ms) select sqlite_version(*)
946
+  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
947
+  (0.1ms) SELECT version FROM "schema_migrations"
948
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
949
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
950
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:14:41 -0500
951
+ Processing by LogInspector::LogController#index as HTML
952
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (172.8ms)
953
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (176.9ms)
954
+ Completed 200 OK in 338ms (Views: 337.5ms | ActiveRecord: 0.0ms)
955
+ Started GET "/assets/log_inspector/application-0206718aaada0deb45a295ad938696b262e714721b8c60ccf6aed656fba86a24.css" for 127.0.0.1 at 2016-07-13 16:14:41 -0500
956
+ Started GET "/assets/log_inspector/application-ddb00b9468788f18782fc887bbc9a299a63bc533385e4c21abb46f89b4224b31.js" for 127.0.0.1 at 2016-07-13 16:14:41 -0500
957
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:14:42 -0500
958
+ Processing by LogInspector::LogController#folder_api as */*
959
+ Parameters: {"path"=>"log"}
960
+ Completed 200 OK in 219ms (Views: 0.4ms | ActiveRecord: 0.0ms)
961
+ Started GET "/log_inspector/folder?path=log%2Flog_subfolder" for 127.0.0.1 at 2016-07-13 16:14:42 -0500
962
+ Processing by LogInspector::LogController#folder_api as */*
963
+ Parameters: {"path"=>"log/log_subfolder"}
964
+ Completed 200 OK in 186ms (Views: 0.2ms | ActiveRecord: 0.0ms)
965
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:14:42 -0500
966
+ Processing by LogInspector::LogController#index as HTML
967
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (181.4ms)
968
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (181.6ms)
969
+ Completed 200 OK in 183ms (Views: 182.8ms | ActiveRecord: 0.0ms)
970
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:14:42 -0500
971
+ Processing by LogInspector::LogController#folder_api as */*
972
+ Parameters: {"path"=>"log"}
973
+ Completed 200 OK in 184ms (Views: 0.2ms | ActiveRecord: 0.0ms)
974
+ Started GET "/log_inspector/file?path=log%2Ftestfile.log&all_lines=false" for 127.0.0.1 at 2016-07-13 16:14:43 -0500
975
+ Processing by LogInspector::LogController#file_api as */*
976
+ Parameters: {"path"=>"log/testfile.log", "all_lines"=>"false"}
977
+ Completed 200 OK in 187ms (Views: 0.3ms | ActiveRecord: 0.0ms)
978
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
979
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
980
+  (0.1ms) select sqlite_version(*)
981
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
982
+  (0.1ms) SELECT version FROM "schema_migrations"
983
+  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
984
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
985
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:41:42 -0500
986
+ Processing by LogInspector::LogController#index as HTML
987
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (187.5ms)
988
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (191.6ms)
989
+ Completed 200 OK in 328ms (Views: 328.1ms | ActiveRecord: 0.0ms)
990
+ Started GET "/assets/log_inspector/application-0206718aaada0deb45a295ad938696b262e714721b8c60ccf6aed656fba86a24.css" for 127.0.0.1 at 2016-07-13 16:41:43 -0500
991
+ Started GET "/assets/log_inspector/application-ddb00b9468788f18782fc887bbc9a299a63bc533385e4c21abb46f89b4224b31.js" for 127.0.0.1 at 2016-07-13 16:41:43 -0500
992
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:41:43 -0500
993
+ Processing by LogInspector::LogController#folder_api as */*
994
+ Parameters: {"path"=>"log"}
995
+ Completed 200 OK in 184ms (Views: 0.3ms | ActiveRecord: 0.0ms)
996
+ Started GET "/log_inspector/folder?path=log%2Flog_subfolder" for 127.0.0.1 at 2016-07-13 16:41:43 -0500
997
+ Processing by LogInspector::LogController#folder_api as */*
998
+ Parameters: {"path"=>"log/log_subfolder"}
999
+ Completed 200 OK in 175ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1000
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:41:44 -0500
1001
+ Processing by LogInspector::LogController#index as HTML
1002
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (176.0ms)
1003
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (176.2ms)
1004
+ Completed 200 OK in 178ms (Views: 177.3ms | ActiveRecord: 0.0ms)
1005
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:41:44 -0500
1006
+ Processing by LogInspector::LogController#folder_api as */*
1007
+ Parameters: {"path"=>"log"}
1008
+ Completed 200 OK in 187ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1009
+ Started GET "/log_inspector/file?path=log%2Ftestfile.log&all_lines=false" for 127.0.0.1 at 2016-07-13 16:41:44 -0500
1010
+ Processing by LogInspector::LogController#file_api as */*
1011
+ Parameters: {"path"=>"log/testfile.log", "all_lines"=>"false"}
1012
+ Completed 200 OK in 192ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1013
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1014
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1015
+  (0.1ms) select sqlite_version(*)
1016
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1017
+  (0.1ms) SELECT version FROM "schema_migrations"
1018
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1019
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1020
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:42:11 -0500
1021
+ Processing by LogInspector::LogController#index as HTML
1022
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (167.4ms)
1023
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (171.0ms)
1024
+ Completed 200 OK in 305ms (Views: 304.4ms | ActiveRecord: 0.0ms)
1025
+ Started GET "/assets/log_inspector/application-0206718aaada0deb45a295ad938696b262e714721b8c60ccf6aed656fba86a24.css" for 127.0.0.1 at 2016-07-13 16:42:12 -0500
1026
+ Started GET "/assets/log_inspector/application-ddb00b9468788f18782fc887bbc9a299a63bc533385e4c21abb46f89b4224b31.js" for 127.0.0.1 at 2016-07-13 16:42:12 -0500
1027
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:42:12 -0500
1028
+ Processing by LogInspector::LogController#folder_api as */*
1029
+ Parameters: {"path"=>"log"}
1030
+ Completed 200 OK in 179ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1031
+ Started GET "/log_inspector/folder?path=log%2Flog_subfolder" for 127.0.0.1 at 2016-07-13 16:42:12 -0500
1032
+ Processing by LogInspector::LogController#folder_api as */*
1033
+ Parameters: {"path"=>"log/log_subfolder"}
1034
+ Completed 200 OK in 179ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1035
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:42:12 -0500
1036
+ Processing by LogInspector::LogController#index as HTML
1037
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (175.5ms)
1038
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (175.7ms)
1039
+ Completed 200 OK in 177ms (Views: 176.8ms | ActiveRecord: 0.0ms)
1040
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:42:12 -0500
1041
+ Processing by LogInspector::LogController#folder_api as */*
1042
+ Parameters: {"path"=>"log"}
1043
+ Completed 200 OK in 185ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1044
+ Started GET "/log_inspector/file?path=log%2Ftestfile.log&all_lines=false" for 127.0.0.1 at 2016-07-13 16:42:13 -0500
1045
+ Processing by LogInspector::LogController#file_api as */*
1046
+ Parameters: {"path"=>"log/testfile.log", "all_lines"=>"false"}
1047
+ Completed 200 OK in 185ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1048
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1049
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1050
+  (0.1ms) select sqlite_version(*)
1051
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1052
+  (0.1ms) SELECT version FROM "schema_migrations"
1053
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1054
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1055
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:42:37 -0500
1056
+ Processing by LogInspector::LogController#index as HTML
1057
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (178.0ms)
1058
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (181.4ms)
1059
+ Completed 200 OK in 318ms (Views: 317.6ms | ActiveRecord: 0.0ms)
1060
+ Started GET "/assets/log_inspector/application-0206718aaada0deb45a295ad938696b262e714721b8c60ccf6aed656fba86a24.css" for 127.0.0.1 at 2016-07-13 16:42:38 -0500
1061
+ Started GET "/assets/log_inspector/application-ddb00b9468788f18782fc887bbc9a299a63bc533385e4c21abb46f89b4224b31.js" for 127.0.0.1 at 2016-07-13 16:42:38 -0500
1062
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:42:38 -0500
1063
+ Processing by LogInspector::LogController#folder_api as */*
1064
+ Parameters: {"path"=>"log"}
1065
+ Completed 200 OK in 178ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1066
+ Started GET "/log_inspector/folder?path=log%2Flog_subfolder" for 127.0.0.1 at 2016-07-13 16:42:38 -0500
1067
+ Processing by LogInspector::LogController#folder_api as */*
1068
+ Parameters: {"path"=>"log/log_subfolder"}
1069
+ Completed 200 OK in 180ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1070
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-13 16:42:38 -0500
1071
+ Processing by LogInspector::LogController#index as HTML
1072
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (173.5ms)
1073
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (173.7ms)
1074
+ Completed 200 OK in 175ms (Views: 174.9ms | ActiveRecord: 0.0ms)
1075
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-13 16:42:38 -0500
1076
+ Processing by LogInspector::LogController#folder_api as */*
1077
+ Parameters: {"path"=>"log"}
1078
+ Completed 200 OK in 184ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1079
+ Started GET "/log_inspector/file?path=log%2Ftestfile.log&all_lines=false" for 127.0.0.1 at 2016-07-13 16:42:39 -0500
1080
+ Processing by LogInspector::LogController#file_api as */*
1081
+ Parameters: {"path"=>"log/testfile.log", "all_lines"=>"false"}
1082
+ Completed 200 OK in 192ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1083
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
1084
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1085
+  (0.1ms) select sqlite_version(*)
1086
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1087
+  (0.1ms) SELECT version FROM "schema_migrations"
1088
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1089
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1090
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-18 10:17:38 -0500
1091
+ Processing by LogInspector::LogController#index as HTML
1092
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (184.6ms)
1093
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (189.6ms)
1094
+ Completed 200 OK in 365ms (Views: 364.1ms | ActiveRecord: 0.0ms)
1095
+ Started GET "/assets/log_inspector/application-0206718aaada0deb45a295ad938696b262e714721b8c60ccf6aed656fba86a24.css" for 127.0.0.1 at 2016-07-18 10:17:38 -0500
1096
+ Started GET "/assets/log_inspector/application-ddb00b9468788f18782fc887bbc9a299a63bc533385e4c21abb46f89b4224b31.js" for 127.0.0.1 at 2016-07-18 10:17:38 -0500
1097
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-18 10:17:39 -0500
1098
+ Processing by LogInspector::LogController#folder_api as */*
1099
+ Parameters: {"path"=>"log"}
1100
+ Completed 200 OK in 201ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1101
+ Started GET "/log_inspector/folder?path=log%2Flog_subfolder" for 127.0.0.1 at 2016-07-18 10:17:39 -0500
1102
+ Processing by LogInspector::LogController#folder_api as */*
1103
+ Parameters: {"path"=>"log/log_subfolder"}
1104
+ Completed 200 OK in 188ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1105
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-18 10:17:40 -0500
1106
+ Processing by LogInspector::LogController#index as HTML
1107
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (192.5ms)
1108
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (192.7ms)
1109
+ Completed 200 OK in 194ms (Views: 194.0ms | ActiveRecord: 0.0ms)
1110
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-18 10:17:40 -0500
1111
+ Processing by LogInspector::LogController#folder_api as */*
1112
+ Parameters: {"path"=>"log"}
1113
+ Completed 200 OK in 182ms (Views: 0.2ms | ActiveRecord: 0.0ms)
1114
+ Started GET "/log_inspector/file?path=log%2Ftestfile.log&all_lines=false" for 127.0.0.1 at 2016-07-18 10:17:40 -0500
1115
+ Processing by LogInspector::LogController#file_api as */*
1116
+ Parameters: {"path"=>"log/testfile.log", "all_lines"=>"false"}
1117
+ Completed 200 OK in 201ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1118
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1119
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1120
+  (0.1ms) select sqlite_version(*)
1121
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1122
+  (0.1ms) SELECT version FROM "schema_migrations"
1123
+  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1124
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1125
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-18 14:36:20 -0500
1126
+ Processing by LogInspector::LogController#index as HTML
1127
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (191.5ms)
1128
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (201.3ms)
1129
+ Completed 200 OK in 455ms (Views: 454.1ms | ActiveRecord: 0.0ms)
1130
+ Started GET "/assets/log_inspector/application-0206718aaada0deb45a295ad938696b262e714721b8c60ccf6aed656fba86a24.css" for 127.0.0.1 at 2016-07-18 14:36:21 -0500
1131
+ Started GET "/assets/log_inspector/application-ddb00b9468788f18782fc887bbc9a299a63bc533385e4c21abb46f89b4224b31.js" for 127.0.0.1 at 2016-07-18 14:36:21 -0500
1132
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-18 14:36:22 -0500
1133
+ Processing by LogInspector::LogController#folder_api as */*
1134
+ Parameters: {"path"=>"log"}
1135
+ Completed 200 OK in 234ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1136
+ Started GET "/log_inspector/folder?path=log%2Flog_subfolder" for 127.0.0.1 at 2016-07-18 14:36:22 -0500
1137
+ Processing by LogInspector::LogController#folder_api as */*
1138
+ Parameters: {"path"=>"log/log_subfolder"}
1139
+ Completed 200 OK in 195ms (Views: 0.1ms | ActiveRecord: 0.0ms)
1140
+ Started GET "/log_inspector/" for 127.0.0.1 at 2016-07-18 14:36:22 -0500
1141
+ Processing by LogInspector::LogController#index as HTML
1142
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/_panes.html.erb (189.8ms)
1143
+ Rendered /Users/seanhuber/Rails Apps/log_inspector/app/views/log_inspector/index.html.erb within layouts/log_inspector/application (190.0ms)
1144
+ Completed 200 OK in 192ms (Views: 191.4ms | ActiveRecord: 0.0ms)
1145
+ Started GET "/log_inspector/folder?path=log" for 127.0.0.1 at 2016-07-18 14:36:22 -0500
1146
+ Processing by LogInspector::LogController#folder_api as */*
1147
+ Parameters: {"path"=>"log"}
1148
+ Completed 200 OK in 210ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1149
+ Started GET "/log_inspector/file?path=log%2Ftestfile.log&all_lines=false" for 127.0.0.1 at 2016-07-18 14:36:23 -0500
1150
+ Processing by LogInspector::LogController#file_api as */*
1151
+ Parameters: {"path"=>"log/testfile.log", "all_lines"=>"false"}
1152
+ Completed 200 OK in 199ms (Views: 0.3ms | ActiveRecord: 0.0ms)
@@ -1 +1 @@
1
- 25ae9c718d7a01958eb9d7c012ad22c26de0b10dcfe5660e7d684782245f2ce7a23856e61afccd3e1223b54057a84d8befcf
1
+ e7c38919582defe770e8e062e408e27300933386608b65aa4e991af5a1d234af3d141a4400fbff5f1e8fa8688f07a472eab6
@@ -1 +1 @@
1
- 14184
1
+ 23755
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log_inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Huber
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-13 00:00:00.000000000 Z
11
+ date: 2016-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -170,6 +170,7 @@ files:
170
170
  - spec/dummy/db/development.sqlite3
171
171
  - spec/dummy/db/schema.rb
172
172
  - spec/dummy/db/test.sqlite3
173
+ - spec/dummy/lib/capistrano/tasks/assets.rake
173
174
  - spec/dummy/log/2015.12_ceridian_feed.log
174
175
  - spec/dummy/log/2015.12_provision.log
175
176
  - spec/dummy/log/2016.02_ceridian_feed.log
@@ -179,6 +180,7 @@ files:
179
180
  - spec/dummy/log/2016.07_ceridian_feed.log
180
181
  - spec/dummy/log/2016.07_provision.log
181
182
  - spec/dummy/log/2016.07_user_app_role_errors.log
183
+ - spec/dummy/log/capistrano.log
182
184
  - spec/dummy/log/development.log
183
185
  - spec/dummy/log/folder_1/2016.03_provision.log
184
186
  - spec/dummy/log/folder_1/2016.04_api_errors.log
@@ -1788,7 +1790,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1788
1790
  version: '0'
1789
1791
  requirements: []
1790
1792
  rubyforge_project:
1791
- rubygems_version: 2.5.1
1793
+ rubygems_version: 2.4.8
1792
1794
  signing_key:
1793
1795
  specification_version: 4
1794
1796
  summary: Rails Engine with routes for displaying logfile contents.
@@ -1826,6 +1828,7 @@ test_files:
1826
1828
  - spec/dummy/db/development.sqlite3
1827
1829
  - spec/dummy/db/schema.rb
1828
1830
  - spec/dummy/db/test.sqlite3
1831
+ - spec/dummy/lib/capistrano/tasks/assets.rake
1829
1832
  - spec/dummy/log/2015.12_ceridian_feed.log
1830
1833
  - spec/dummy/log/2015.12_provision.log
1831
1834
  - spec/dummy/log/2016.02_ceridian_feed.log
@@ -1835,6 +1838,7 @@ test_files:
1835
1838
  - spec/dummy/log/2016.07_ceridian_feed.log
1836
1839
  - spec/dummy/log/2016.07_provision.log
1837
1840
  - spec/dummy/log/2016.07_user_app_role_errors.log
1841
+ - spec/dummy/log/capistrano.log
1838
1842
  - spec/dummy/log/development.log
1839
1843
  - spec/dummy/log/folder_1/2016.03_provision.log
1840
1844
  - spec/dummy/log/folder_1/2016.04_api_errors.log