db_notes_eng 0.0.1 → 0.0.2
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 +8 -8
- data/lib/db_notes_eng/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +244 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGM3NjgzOTdlM2E1YTc5YzYxN2VlOTkxNmRjNTEzODdmODJmNTcwZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MmJjMTIxMTVlOGI4Y2IzZDEyM2FlNWRmOTllODZhZWFlNzMyN2QwMg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzQ0MGVkZmMwNWNlMDEwOTI2OWUxZmU2NGVhMjAyOGZjMWJkMzAwOTgwYTIz
|
10
|
+
ZTQyMjIzMzMxYTY4YWMxMzJmMzc5N2M5ZTliMDkxYmY2M2I5Mzk1ZDNlNGFm
|
11
|
+
MzY1YWY4NzEyZWUzNDgyZDBlYjRlYTZjYjliZmVjZmU1Mzk4MWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NmVjOWJjYjAyZDdkMmY3ZWJjZGNhZmNhNzYzMDYyZTQ4NTJkYWY3ZDhlYmMw
|
14
|
+
MmE1MjI3MjI3OGE1NjIxMDdkYWQ0OTY5ZDJkMWQyNDgxNTliNzRmY2JmY2M5
|
15
|
+
ZGJlOTc2YTgzY2FlYzRhNjllYTE3MmUwMTdiY2M1OWQ0OWM3MzI=
|
data/lib/db_notes_eng/version.rb
CHANGED
Binary file
|
@@ -928,3 +928,247 @@ Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:22:30 +0530
|
|
928
928
|
Processing by ModelInfoController#get_column_notes_count as JSON
|
929
929
|
[1m[35mNote Load (0.0ms)[0m select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name
|
930
930
|
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
931
|
+
Connecting to database specified by database.yml
|
932
|
+
|
933
|
+
|
934
|
+
Started GET "/DBNotes" for 127.0.0.1 at 2013-04-30 13:47:22 +0530
|
935
|
+
Processing by ModelInfoController#DBNotes as HTML
|
936
|
+
Rendered C:/Sites/DBNotesEng/app/views/model_info/DBNotes.html.erb within layouts/application (233.0ms)
|
937
|
+
Completed 200 OK in 402ms (Views: 342.0ms | ActiveRecord: 20.0ms)
|
938
|
+
|
939
|
+
|
940
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
941
|
+
Served asset /application.css - 304 Not Modified (12ms)
|
942
|
+
|
943
|
+
|
944
|
+
Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
945
|
+
Served asset /posts.css - 304 Not Modified (3ms)
|
946
|
+
|
947
|
+
|
948
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
949
|
+
Served asset /jquery.js - 304 Not Modified (7ms)
|
950
|
+
|
951
|
+
|
952
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
953
|
+
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|
954
|
+
|
955
|
+
|
956
|
+
Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
957
|
+
Served asset /posts.js - 304 Not Modified (2ms)
|
958
|
+
|
959
|
+
|
960
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
961
|
+
Served asset /scaffold.css - 304 Not Modified (2ms)
|
962
|
+
|
963
|
+
|
964
|
+
Started GET "/assets/db_notes_eng/bootstrap.css" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
965
|
+
Served asset /db_notes_eng/bootstrap.css - 304 Not Modified (12ms)
|
966
|
+
|
967
|
+
|
968
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
969
|
+
Served asset /application.js - 304 Not Modified (12ms)
|
970
|
+
|
971
|
+
|
972
|
+
Started GET "/assets/db_notes_eng/bootstrap.js" for 127.0.0.1 at 2013-04-30 13:47:23 +0530
|
973
|
+
Served asset /db_notes_eng/bootstrap.js - 304 Not Modified (11ms)
|
974
|
+
|
975
|
+
|
976
|
+
Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:47:24 +0530
|
977
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
978
|
+
Parameters: {"table"=>"Post", "column"=>"author"}
|
979
|
+
[1m[36mNote Load (0.0ms)[0m [1mSELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author'[0m
|
980
|
+
[1m[35mComment Load (1.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1
|
981
|
+
[1m[36mComment Load (1.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2[0m
|
982
|
+
[1m[35mComment Load (0.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3
|
983
|
+
Completed 200 OK in 230ms (Views: 0.0ms | ActiveRecord: 5.0ms)
|
984
|
+
|
985
|
+
|
986
|
+
Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:47:24 +0530
|
987
|
+
Processing by ModelInfoController#get_table_notes_count as JSON
|
988
|
+
[1m[36mNote Load (0.0ms)[0m [1mselect table_name, count(*) as note_count from Notes group by table_name[0m
|
989
|
+
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
990
|
+
|
991
|
+
|
992
|
+
Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:47:24 +0530
|
993
|
+
Processing by ModelInfoController#get_column_notes_count as JSON
|
994
|
+
[1m[35mNote Load (1.0ms)[0m select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name
|
995
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 1.0ms)
|
996
|
+
|
997
|
+
|
998
|
+
Started GET "/assets/db_notes_eng/glyphicons-halflings-white.png" for 127.0.0.1 at 2013-04-30 13:47:24 +0530
|
999
|
+
Served asset /db_notes_eng/glyphicons-halflings-white.png - 304 Not Modified (4ms)
|
1000
|
+
|
1001
|
+
|
1002
|
+
Started GET "/assets/db_notes_eng/glyphicons-halflings.png" for 127.0.0.1 at 2013-04-30 13:47:24 +0530
|
1003
|
+
Served asset /db_notes_eng/glyphicons-halflings.png - 304 Not Modified (3ms)
|
1004
|
+
|
1005
|
+
|
1006
|
+
Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:47:28 +0530
|
1007
|
+
Processing by ModelInfoController#is_user_logged_in as JSON
|
1008
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1009
|
+
|
1010
|
+
|
1011
|
+
Started GET "/user_authenticate?username=jyothiprasad.ponduru&password=[FILTERED]" for 127.0.0.1 at 2013-04-30 13:47:35 +0530
|
1012
|
+
Processing by ModelInfoController#user_authenticate as JSON
|
1013
|
+
Parameters: {"username"=>"jyothiprasad.ponduru", "password"=>"[FILTERED]"}
|
1014
|
+
Completed 200 OK in 1904ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
1015
|
+
|
1016
|
+
|
1017
|
+
Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:47:37 +0530
|
1018
|
+
Processing by ModelInfoController#get_author_name as JSON
|
1019
|
+
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1020
|
+
|
1021
|
+
|
1022
|
+
Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:47:43 +0530
|
1023
|
+
Processing by ModelInfoController#is_user_logged_in as JSON
|
1024
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1025
|
+
|
1026
|
+
|
1027
|
+
Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:47:43 +0530
|
1028
|
+
Processing by ModelInfoController#get_author_name as JSON
|
1029
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1030
|
+
|
1031
|
+
|
1032
|
+
Started GET "/add_note?table_name=Post&column_name=author&author=SaiJyuothiPrasad%20Ponduru¬e_text=(HTMLEditor%20goes%20here%20.%20For%20now%20it%20is%20a%20textarea.)" for 127.0.0.1 at 2013-04-30 13:47:43 +0530
|
1033
|
+
Processing by ModelInfoController#add_note as JSON
|
1034
|
+
Parameters: {"table_name"=>"Post", "column_name"=>"author", "author"=>"SaiJyuothiPrasad Ponduru", "note_text"=>"(HTMLEditor goes here . For now it is a textarea.)"}
|
1035
|
+
[1m[36m (1.0ms)[0m [1mbegin transaction[0m
|
1036
|
+
[1m[35mSQL (33.0ms)[0m INSERT INTO "notes" ("author", "column_name", "created_at", "note_text", "table_name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["author", "SaiJyuothiPrasad Ponduru"], ["column_name", "author"], ["created_at", Tue, 30 Apr 2013 08:17:43 UTC +00:00], ["note_text", "(HTMLEditor goes here . For now it is a textarea.)"], ["table_name", "Post"], ["updated_at", Tue, 30 Apr 2013 08:17:43 UTC +00:00]]
|
1037
|
+
[1m[36m (119.0ms)[0m [1mcommit transaction[0m
|
1038
|
+
Completed 200 OK in 155ms (Views: 0.0ms | ActiveRecord: 153.0ms)
|
1039
|
+
|
1040
|
+
|
1041
|
+
Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:47:43 +0530
|
1042
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1043
|
+
Parameters: {"table"=>"Post", "column"=>"author"}
|
1044
|
+
[1m[35mNote Load (1.0ms)[0m SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author'
|
1045
|
+
[1m[36mComment Load (0.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1[0m
|
1046
|
+
[1m[35mComment Load (0.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2
|
1047
|
+
[1m[36mComment Load (0.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3[0m
|
1048
|
+
[1m[35mComment Load (0.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 4
|
1049
|
+
Completed 200 OK in 14ms (Views: 0.0ms | ActiveRecord: 1.0ms)
|
1050
|
+
|
1051
|
+
|
1052
|
+
Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:47:43 +0530
|
1053
|
+
Processing by ModelInfoController#get_table_notes_count as JSON
|
1054
|
+
[1m[36mNote Load (0.0ms)[0m [1mselect table_name, count(*) as note_count from Notes group by table_name[0m
|
1055
|
+
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1056
|
+
|
1057
|
+
|
1058
|
+
Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:47:43 +0530
|
1059
|
+
Processing by ModelInfoController#get_column_notes_count as JSON
|
1060
|
+
[1m[35mNote Load (1.0ms)[0m select table_name, column_name, count(*) as note_count from Notes group by table_name, column_name
|
1061
|
+
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 1.0ms)
|
1062
|
+
|
1063
|
+
|
1064
|
+
Started GET "/is_user_logged_in" for 127.0.0.1 at 2013-04-30 13:47:48 +0530
|
1065
|
+
Processing by ModelInfoController#is_user_logged_in as JSON
|
1066
|
+
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1067
|
+
|
1068
|
+
|
1069
|
+
Started GET "/get_author_name" for 127.0.0.1 at 2013-04-30 13:47:48 +0530
|
1070
|
+
Processing by ModelInfoController#get_author_name as JSON
|
1071
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1072
|
+
|
1073
|
+
|
1074
|
+
Started GET "/add_comment?author=SaiJyuothiPrasad%20Ponduru¬e_id=4&comment_text=Comment" for 127.0.0.1 at 2013-04-30 13:47:48 +0530
|
1075
|
+
Processing by ModelInfoController#add_comment as JSON
|
1076
|
+
Parameters: {"author"=>"SaiJyuothiPrasad Ponduru", "note_id"=>"4", "comment_text"=>"Comment"}
|
1077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1078
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "comments" ("author", "comment_text", "created_at", "note_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["author", "SaiJyuothiPrasad Ponduru"], ["comment_text", "Comment"], ["created_at", Tue, 30 Apr 2013 08:17:49 UTC +00:00], ["note_id", 4], ["updated_at", Tue, 30 Apr 2013 08:17:49 UTC +00:00]]
|
1079
|
+
[1m[36m (114.0ms)[0m [1mcommit transaction[0m
|
1080
|
+
Completed 200 OK in 128ms (Views: 0.0ms | ActiveRecord: 115.0ms)
|
1081
|
+
|
1082
|
+
|
1083
|
+
Started GET "/get_table_notes_count" for 127.0.0.1 at 2013-04-30 13:47:49 +0530
|
1084
|
+
Processing by ModelInfoController#get_table_notes_count as JSON
|
1085
|
+
[1m[35mNote Load (1.0ms)[0m select table_name, count(*) as note_count from Notes group by table_name
|
1086
|
+
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 1.0ms)
|
1087
|
+
|
1088
|
+
|
1089
|
+
Started GET "/get_column_notes_count" for 127.0.0.1 at 2013-04-30 13:47:49 +0530
|
1090
|
+
Processing by ModelInfoController#get_column_notes_count as JSON
|
1091
|
+
[1m[36mNote Load (0.0ms)[0m [1mselect table_name, column_name, count(*) as note_count from Notes group by table_name, column_name[0m
|
1092
|
+
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1093
|
+
|
1094
|
+
|
1095
|
+
Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:47:57 +0530
|
1096
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1097
|
+
Parameters: {"table"=>"Post", "column"=>"content"}
|
1098
|
+
[1m[35mNote Load (0.0ms)[0m SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content'
|
1099
|
+
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1100
|
+
|
1101
|
+
|
1102
|
+
Started GET "/tables/Post/columns/when.json" for 127.0.0.1 at 2013-04-30 13:47:58 +0530
|
1103
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1104
|
+
Parameters: {"table"=>"Post", "column"=>"when"}
|
1105
|
+
[1m[36mNote Load (1.0ms)[0m [1mSELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'when'[0m
|
1106
|
+
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 1.0ms)
|
1107
|
+
|
1108
|
+
|
1109
|
+
Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:47:59 +0530
|
1110
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1111
|
+
Parameters: {"table"=>"Post", "column"=>"content"}
|
1112
|
+
[1m[35mNote Load (0.0ms)[0m SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content'
|
1113
|
+
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1114
|
+
|
1115
|
+
|
1116
|
+
Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:47:59 +0530
|
1117
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1118
|
+
Parameters: {"table"=>"Post", "column"=>"author"}
|
1119
|
+
[1m[36mNote Load (0.0ms)[0m [1mSELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author'[0m
|
1120
|
+
[1m[35mComment Load (0.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1
|
1121
|
+
[1m[36mComment Load (0.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2[0m
|
1122
|
+
[1m[35mComment Load (0.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3
|
1123
|
+
[1m[36mComment Load (0.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 4[0m
|
1124
|
+
Completed 200 OK in 9ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1125
|
+
|
1126
|
+
|
1127
|
+
Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:48:56 +0530
|
1128
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1129
|
+
Parameters: {"table"=>"Post", "column"=>"content"}
|
1130
|
+
[1m[35mNote Load (0.0ms)[0m SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content'
|
1131
|
+
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1132
|
+
|
1133
|
+
|
1134
|
+
Started GET "/tables/Post/columns/when.json" for 127.0.0.1 at 2013-04-30 13:48:56 +0530
|
1135
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1136
|
+
Parameters: {"table"=>"Post", "column"=>"when"}
|
1137
|
+
[1m[36mNote Load (0.0ms)[0m [1mSELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'when'[0m
|
1138
|
+
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1139
|
+
|
1140
|
+
|
1141
|
+
Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:48:57 +0530
|
1142
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1143
|
+
Parameters: {"table"=>"Post", "column"=>"author"}
|
1144
|
+
[1m[35mNote Load (1.0ms)[0m SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author'
|
1145
|
+
[1m[36mComment Load (0.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1[0m
|
1146
|
+
[1m[35mComment Load (1.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2
|
1147
|
+
[1m[36mComment Load (1.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3[0m
|
1148
|
+
[1m[35mComment Load (1.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 4
|
1149
|
+
Completed 200 OK in 8ms (Views: 0.0ms | ActiveRecord: 4.0ms)
|
1150
|
+
|
1151
|
+
|
1152
|
+
Started GET "/tables/Post/columns/content.json" for 127.0.0.1 at 2013-04-30 13:49:30 +0530
|
1153
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1154
|
+
Parameters: {"table"=>"Post", "column"=>"content"}
|
1155
|
+
[1m[36mNote Load (0.0ms)[0m [1mSELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'content'[0m
|
1156
|
+
Completed 200 OK in 2ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
1157
|
+
|
1158
|
+
|
1159
|
+
Started GET "/tables/Post/columns/when.json" for 127.0.0.1 at 2013-04-30 13:49:31 +0530
|
1160
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1161
|
+
Parameters: {"table"=>"Post", "column"=>"when"}
|
1162
|
+
[1m[35mNote Load (1.0ms)[0m SELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'when'
|
1163
|
+
Completed 200 OK in 1ms (Views: 0.0ms | ActiveRecord: 1.0ms)
|
1164
|
+
|
1165
|
+
|
1166
|
+
Started GET "/tables/Post/columns/author.json" for 127.0.0.1 at 2013-04-30 13:49:32 +0530
|
1167
|
+
Processing by ModelInfoController#show_notes_for_column as JSON
|
1168
|
+
Parameters: {"table"=>"Post", "column"=>"author"}
|
1169
|
+
[1m[36mNote Load (0.0ms)[0m [1mSELECT "notes".* FROM "notes" WHERE "notes"."table_name" = 'Post' AND "notes"."column_name" = 'author'[0m
|
1170
|
+
[1m[35mComment Load (1.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 1
|
1171
|
+
[1m[36mComment Load (0.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 2[0m
|
1172
|
+
[1m[35mComment Load (1.0ms)[0m SELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 3
|
1173
|
+
[1m[36mComment Load (0.0ms)[0m [1mSELECT "comments".* FROM "comments" WHERE "comments"."note_id" = 4[0m
|
1174
|
+
Completed 200 OK in 10ms (Views: 0.0ms | ActiveRecord: 2.0ms)
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
10384
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: db_notes_eng
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- theAcadian
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.2.
|
19
|
+
version: 3.2.x
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.2.
|
26
|
+
version: 3.2.x
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: IcentrisJira
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|