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.
- checksums.yaml +4 -4
- data/Rakefile +7 -5
- data/app/controllers/log_inspector/log_controller.rb +1 -1
- data/lib/log_inspector/engine.rb +5 -1
- data/lib/log_inspector/version.rb +1 -1
- data/lib/log_inspector.rb +1 -0
- data/spec/dummy/config/secrets.yml +2 -2
- data/spec/dummy/lib/capistrano/tasks/assets.rake +42 -0
- data/spec/dummy/log/capistrano.log +4390 -0
- data/spec/dummy/log/development.log +720 -0
- data/spec/dummy/log/test.log +272 -0
- data/spec/dummy/log/testfile.log +1 -1
- data/spec/dummy/tmp/pids/server.pid +1 -1
- metadata +7 -3
data/spec/dummy/log/test.log
CHANGED
@@ -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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
882
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
883
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
884
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
885
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
886
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
887
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
909
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
910
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
911
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
912
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
913
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
914
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
944
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
945
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
946
|
+
[1m[36m (0.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
947
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
948
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
949
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
979
|
+
[1m[36m (2.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
980
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
981
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
982
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
983
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
984
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1014
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1015
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1016
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1017
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1018
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1019
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1049
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1050
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1051
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1052
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1053
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1054
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1084
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1085
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1086
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1087
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1088
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1089
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1119
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1120
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1121
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1122
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1123
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1124
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m 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)
|
data/spec/dummy/log/testfile.log
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
e7c38919582defe770e8e062e408e27300933386608b65aa4e991af5a1d234af3d141a4400fbff5f1e8fa8688f07a472eab6
|
@@ -1 +1 @@
|
|
1
|
-
|
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.
|
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-
|
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.
|
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
|