Advertisement
Guest User

Untitled

a guest
Jul 15th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.82 KB | None | 0 0
  1. Completed 200 OK in 78ms (Views: 21.9ms | ActiveRecord: 8.1ms)
  2. Started GET "/api/teams?archieved=false&page=1&per_page=15&type=" for 104.182.111.70 at 2016-07-14 23:20:34 +0000
  3. Processing by Api::V1::TeamsController#index as */*
  4. Parameters: {"archieved"=>"false", "page"=>"1", "per_page"=>"15", "type"=>"", "team"=>{}}
  5. User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 444]]
  6. --
  7. Settings::SellerTeamSettings Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."type" IN ('SellerTeamSettings') AND "settings"."settingful_id" = $1 AND "settings"."settingful_type" = $2 LIMIT 1 [["settingful_id", 116], ["settingful_type", "Team"]]
  8. Settings::Notifications::NewFeedback Load (0.2ms) SELECT "notification_blocks".* FROM "notification_blocks" WHERE "notification_blocks"."type" IN ('NewFeedback') AND "notification_blocks"."tunable_id" = $1 AND "notification_blocks"."tunable_type" = $2 LIMIT 1 [["tunable_id", 436], ["tunable_type", "Settings::Settings"]]
  9. Completed 200 OK in 37ms (Views: 24.1ms | ActiveRecord: 3.1ms)
  10. Started DELETE "/api/users/sessions" for 104.182.111.70 at 2016-07-14 23:23:10 +0000
  11. Processing by Api::V1::SessionsController#destroy as */*
  12. Parameters: {"session"=>{}}
  13. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 444]]
  14. --
  15. SQL (0.2ms) UPDATE "devices" SET "enabled" = $1 WHERE "devices"."id" = $2 [["enabled", "f"], ["id", 429]]
  16. (1.0ms) COMMIT
  17. Completed 204 No Content in 8ms (Views: 2.8ms | ActiveRecord: 1.5ms)
  18. Started GET "/api/rooms" for 104.182.111.70 at 2016-07-14 23:23:10 +0000
  19. Processing by Api::V1::RoomsController#index as */*
  20. Parameters: {"room"=>{}}
  21. Room Load (0.2ms) SELECT "rooms".* FROM "rooms"
  22. HABTM_Features Load (0.2ms) SELECT "features_rooms".* FROM "features_rooms" WHERE "features_rooms"."room_id" IN (9, 10, 11, 12, 13, 14, 15, 16)
  23. Feature Load (0.2ms) SELECT "features".* FROM "features" WHERE "features"."id" IN (12, 13, 15, 18, 19, 20, 21, 22, 14, 16, 17)
  24. Completed 200 OK in 45ms (Views: 44.3ms | ActiveRecord: 0.6ms)
  25. Started GET "/api/amenities" for 104.182.111.70 at 2016-07-14 23:23:10 +0000
  26. Processing by Api::V1::AmenitiesController#index as */*
  27. Parameters: {"amenity"=>{}}
  28. Amenity Load (0.2ms) SELECT "amenities".* FROM "amenities"
  29. Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)
  30. Started POST "/api/users" for 104.182.111.70 at 2016-07-14 23:25:18 +0000
  31. Processing by Api::V1::UsersController#create as */*
  32. Parameters: {"full_name"=>"Grace", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007f2f62d80db8 @tempfile=#<Tempfile:/tmp/RackMultipart20160714-4181-1lk8ics.jpg>, @original_filename="image.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"avatar\"; filename=\"image.jpg\"\r\nContent-Type: image/jpeg\r\n">, "birth_on"=>"1111-11-11", "phone_number"=>"(832) 768-470799", "password"=>"[FILTERED]", "email"=>"Grace@grace.com", "type"=>"Customer"}
  33. (0.1ms) BEGIN
  34. --
  35. Amenity Load (0.1ms) SELECT "amenities".* FROM "amenities" INNER JOIN "amenity_customers" ON "amenities"."id" = "amenity_customers"."amenity_id" WHERE "amenity_customers"."type" IN ('CustomerTopPriority') AND "amenity_customers"."customer_profile_id" = $1 [["customer_profile_id", 435]]
  36. Amenity Load (0.1ms) SELECT "amenities".* FROM "amenities" INNER JOIN "amenity_customers" ON "amenities"."id" = "amenity_customers"."amenity_id" WHERE "amenity_customers"."type" IN ('CustomerNiceToHave') AND "amenity_customers"."customer_profile_id" = $1 [["customer_profile_id", 435]]
  37. Completed 200 OK in 602ms (Views: 3.9ms | ActiveRecord: 3.6ms)
  38. Started POST "/api/users/sessions" for 104.182.111.70 at 2016-07-14 23:25:19 +0000
  39. Processing by Api::V1::SessionsController#create as */*
  40. Parameters: {"email"=>"Grace@grace.com", "password"=>"[FILTERED]", "session"=>{"email"=>"Grace@grace.com", "password"=>"[FILTERED]"}}
  41. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 LIMIT 1 [["email", "Grace@grace.com"], ["password", "863bdc5a892e62786023028e033778d58df9d4441f462bd9bed086169563656a"]]
  42. --
  43. (0.1ms) BEGIN
  44. SQL (0.2ms) INSERT INTO "rpush_notifications" ("type", "app_id", "badge", "device_token", "alert", "data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["type", "Rpush::Client::ActiveRecord::Apns::Notification"], ["app_id", 1], ["badge", 0], ["device_token", "c74f81fc4ccc91dfe3327ae0a013076a790e81e25427811047a4e94ab5cfb3f2"], ["alert", "New homes have been added to team"], ["data", "{}"], ["created_at", "2016-07-14 23:28:32.257178"], ["updated_at", "2016-07-14 23:28:32.257178"]]
  45. (1.8ms) COMMIT
  46. Started GET "/api/teams?archieved=false&page=1&per_page=15&type=" for 104.182.111.70 at 2016-07-14 23:31:17 +0000
  47. Processing by Api::V1::TeamsController#index as */*
  48. Parameters: {"archieved"=>"false", "page"=>"1", "per_page"=>"15", "type"=>"", "team"=>{}}
  49. User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 470]]
  50. Team Load (0.1ms) SELECT "teams".* FROM "teams" INNER JOIN "teams_users" ON "teams"."id" = "teams_users"."team_id" WHERE "teams_users"."user_id" = $1 ORDER BY "teams"."created_at" DESC LIMIT 15 OFFSET 0 [["user_id", 470]]
  51. Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)
  52. Started DELETE "/api/users/sessions" for 104.182.111.70 at 2016-07-14 23:31:29 +0000
  53. Processing by Api::V1::SessionsController#destroy as */*
  54. Parameters: {"session"=>{}}
  55. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 470]]
  56. --
  57. SQL (0.1ms) UPDATE "devices" SET "enabled" = $1 WHERE "devices"."id" = $2 [["enabled", "f"], ["id", 455]]
  58. (0.8ms) COMMIT
  59. Completed 204 No Content in 8ms (Views: 3.1ms | ActiveRecord: 1.3ms)
  60. Started GET "/api/rooms" for 104.182.111.70 at 2016-07-14 23:31:30 +0000
  61. Processing by Api::V1::RoomsController#index as */*
  62. Parameters: {"room"=>{}}
  63. Room Load (0.2ms) SELECT "rooms".* FROM "rooms"
  64. HABTM_Features Load (0.2ms) SELECT "features_rooms".* FROM "features_rooms" WHERE "features_rooms"."room_id" IN (9, 10, 11, 12, 13, 14, 15, 16)
  65. Feature Load (0.2ms) SELECT "features".* FROM "features" WHERE "features"."id" IN (12, 13, 15, 18, 19, 20, 21, 22, 14, 16, 17)
  66. Completed 200 OK in 44ms (Views: 43.1ms | ActiveRecord: 0.7ms)
  67. Started GET "/api/amenities" for 104.182.111.70 at 2016-07-14 23:31:30 +0000
  68. Processing by Api::V1::AmenitiesController#index as */*
  69. Parameters: {"amenity"=>{}}
  70. Amenity Load (0.3ms) SELECT "amenities".* FROM "amenities"
  71. --
  72. CACHE (0.0ms) SELECT "amenity_customers".* FROM "amenity_customers" WHERE "amenity_customers"."type" IN ('CustomerTopPriority') AND "amenity_customers"."type" IN ('CustomerTopPriority') AND "amenity_customers"."customer_profile_id" IN (273)
  73. CACHE (0.0ms) SELECT "amenities".* FROM "amenities" WHERE "amenities"."id" IN (8, 18, 13)
  74. Completed 200 OK in 157ms (Views: 144.6ms | ActiveRecord: 10.4ms)
  75. Started POST "/api/users" for 104.182.111.70 at 2016-07-14 23:33:11 +0000
  76. Processing by Api::V1::UsersController#create as */*
  77. Parameters: {"full_name"=>"Mi", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007f2f6319e4b8 @tempfile=#<Tempfile:/tmp/RackMultipart20160714-4181-1hjmiff.jpg>, @original_filename="image.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"avatar\"; filename=\"image.jpg\"\r\nContent-Type: image/jpeg\r\n">, "birth_on"=>"2000-12-22", "phone_number"=>"(222) 222-2222222", "password"=>"[FILTERED]", "email"=>"mi@mi.ccom", "type"=>"Agent"}
  78. (0.1ms) BEGIN
  79. --
  80. AgentProfile Load (0.2ms) SELECT "agent_profiles".* FROM "agent_profiles" WHERE "agent_profiles"."agent_id" = $1 LIMIT 1 [["agent_id", 471]]
  81. (1.3ms) COMMIT
  82. Completed 200 OK in 574ms (Views: 3.1ms | ActiveRecord: 3.4ms)
  83. Started POST "/api/users/sessions" for 104.182.111.70 at 2016-07-14 23:33:12 +0000
  84. Processing by Api::V1::SessionsController#create as */*
  85. Parameters: {"email"=>"mi@mi.ccom", "password"=>"[FILTERED]", "session"=>{"email"=>"mi@mi.ccom", "password"=>"[FILTERED]"}}
  86. User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 LIMIT 1 [["email", "mi@mi.ccom"], ["password", "863bdc5a892e62786023028e033778d58df9d4441f462bd9bed086169563656a"]]
  87. --
  88. Settings::Notifications::NewHomes Load (0.1ms) SELECT "notification_blocks".* FROM "notification_blocks" WHERE "notification_blocks"."type" IN ('NewHomes') AND "notification_blocks"."tunable_id" = $1 AND "notification_blocks"."tunable_type" = $2 LIMIT 1 [["tunable_id", 612], ["tunable_type", "Settings::Settings"]]
  89. Settings::Notifications::NewAssesment Load (0.1ms) SELECT "notification_blocks".* FROM "notification_blocks" WHERE "notification_blocks"."type" IN ('NewAssesment') AND "notification_blocks"."tunable_id" = $1 AND "notification_blocks"."tunable_type" = $2 LIMIT 1 [["tunable_id", 612], ["tunable_type", "Settings::Settings"]]
  90. Completed 201 Created in 8ms (Views: 6.0ms | ActiveRecord: 1.1ms)
  91. Started GET "/api/teams?archieved=false&page=1&per_page=15&type=" for 104.182.111.70 at 2016-07-14 23:35:08 +0000
  92. Processing by Api::V1::TeamsController#index as */*
  93. Parameters: {"archieved"=>"false", "page"=>"1", "per_page"=>"15", "type"=>"", "team"=>{}}
  94. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 471]]
  95. Team Load (0.1ms) SELECT "teams".* FROM "teams" WHERE "teams"."user_id" = $1 ORDER BY "teams"."created_at" DESC LIMIT 15 OFFSET 0 [["user_id", 471]]
  96. Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)
  97. Started DELETE "/api/users/sessions" for 104.182.111.70 at 2016-07-14 23:35:24 +0000
  98. Processing by Api::V1::SessionsController#destroy as */*
  99. Parameters: {"session"=>{}}
  100. User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 471]]
  101. --
  102. SQL (0.1ms) UPDATE "devices" SET "enabled" = $1 WHERE "devices"."id" = $2 [["enabled", "f"], ["id", 456]]
  103. (0.8ms) COMMIT
  104. Completed 204 No Content in 7ms (Views: 2.8ms | ActiveRecord: 1.3ms)
  105. Started GET "/api/rooms" for 104.182.111.70 at 2016-07-14 23:35:24 +0000
  106. Processing by Api::V1::RoomsController#index as */*
  107. Parameters: {"room"=>{}}
  108. Room Load (0.2ms) SELECT "rooms".* FROM "rooms"
  109. HABTM_Features Load (0.2ms) SELECT "features_rooms".* FROM "features_rooms" WHERE "features_rooms"."room_id" IN (9, 10, 11, 12, 13, 14, 15, 16)
  110. Feature Load (0.2ms) SELECT "features".* FROM "features" WHERE "features"."id" IN (12, 13, 15, 18, 19, 20, 21, 22, 14, 16, 17)
  111. Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.7ms)
  112. Started GET "/api/amenities" for 104.182.111.70 at 2016-07-14 23:35:24 +0000
  113. Processing by Api::V1::AmenitiesController#index as */*
  114. Parameters: {"amenity"=>{}}
  115. Amenity Load (0.2ms) SELECT "amenities".* FROM "amenities"
  116. --
  117. CACHE (0.0ms) SELECT "amenity_customers".* FROM "amenity_customers" WHERE "amenity_customers"."type" IN ('CustomerTopPriority') AND "amenity_customers"."type" IN ('CustomerTopPriority') AND "amenity_customers"."customer_profile_id" IN (273)
  118. CACHE (0.0ms) SELECT "amenities".* FROM "amenities" WHERE "amenities"."id" IN (8, 18, 13)
  119. Completed 200 OK in 164ms (Views: 151.0ms | ActiveRecord: 11.0ms)
  120. Started POST "/api/users" for 104.182.111.70 at 2016-07-14 23:38:02 +0000
  121. Processing by Api::V1::UsersController#create as */*
  122. Parameters: {"full_name"=>"S J", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007f2f636af4e8 @tempfile=#<Tempfile:/tmp/RackMultipart20160714-4181-1ug0jqv.jpg>, @original_filename="image.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"avatar\"; filename=\"image.jpg\"\r\nContent-Type: image/jpeg\r\n">, "birth_on"=>"1111-11-11", "phone_number"=>"+(999) 999-9999", "password"=>"[FILTERED]", "email"=>"hi@hello.com", "type"=>"Agent"}
  123. (0.1ms) BEGIN
  124. --
  125. AgentProfile Load (0.2ms) SELECT "agent_profiles".* FROM "agent_profiles" WHERE "agent_profiles"."agent_id" = $1 LIMIT 1 [["agent_id", 472]]
  126. (1.2ms) COMMIT
  127. Completed 200 OK in 630ms (Views: 1.3ms | ActiveRecord: 3.3ms)
  128. Started POST "/api/users/sessions" for 104.182.111.70 at 2016-07-14 23:38:03 +0000
  129. Processing by Api::V1::SessionsController#create as */*
  130. Parameters: {"email"=>"hi@hello.com", "password"=>"[FILTERED]", "session"=>{"email"=>"hi@hello.com", "password"=>"[FILTERED]"}}
  131. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 LIMIT 1 [["email", "hi@hello.com"], ["password", "863bdc5a892e62786023028e033778d58df9d4441f462bd9bed086169563656a"]]
  132. --
  133. Amenity Load (0.1ms) SELECT "amenities".* FROM "amenities" INNER JOIN "amenity_customers" ON "amenities"."id" = "amenity_customers"."amenity_id" WHERE "amenity_customers"."type" IN ('CustomerTopPriority') AND "amenity_customers"."customer_profile_id" = $1 [["customer_profile_id", 438]]
  134. Amenity Load (0.1ms) SELECT "amenities".* FROM "amenities" INNER JOIN "amenity_customers" ON "amenities"."id" = "amenity_customers"."amenity_id" WHERE "amenity_customers"."type" IN ('CustomerNiceToHave') AND "amenity_customers"."customer_profile_id" = $1 [["customer_profile_id", 438]]
  135. Completed 200 OK in 20ms (Views: 7.5ms | ActiveRecord: 4.6ms)
  136. Started GET "/api/teams?archieved=false&page=1&per_page=15&type=" for 104.182.111.70 at 2016-07-14 23:52:49 +0000
  137. Processing by Api::V1::TeamsController#index as */*
  138. Parameters: {"archieved"=>"false", "page"=>"1", "per_page"=>"15", "type"=>"", "team"=>{}}
  139. User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 472]]
  140. Team Load (0.2ms) SELECT "teams".* FROM "teams" WHERE "teams"."user_id" = $1 ORDER BY "teams"."created_at" DESC LIMIT 15 OFFSET 0 [["user_id", 472]]
  141. Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)
  142. Started DELETE "/api/users/sessions" for 104.182.111.70 at 2016-07-14 23:52:58 +0000
  143. Processing by Api::V1::SessionsController#destroy as */*
  144. Parameters: {"session"=>{}}
  145. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 472]]
  146. --
  147. SQL (0.2ms) UPDATE "devices" SET "enabled" = $1 WHERE "devices"."id" = $2 [["enabled", "f"], ["id", 457]]
  148. (0.7ms) COMMIT
  149. Completed 204 No Content in 7ms (Views: 2.6ms | ActiveRecord: 1.3ms)
  150. Started GET "/api/rooms" for 104.182.111.70 at 2016-07-14 23:52:59 +0000
  151. Processing by Api::V1::RoomsController#index as */*
  152. Parameters: {"room"=>{}}
  153. Room Load (0.2ms) SELECT "rooms".* FROM "rooms"
  154. HABTM_Features Load (0.2ms) SELECT "features_rooms".* FROM "features_rooms" WHERE "features_rooms"."room_id" IN (9, 10, 11, 12, 13, 14, 15, 16)
  155. Feature Load (0.3ms) SELECT "features".* FROM "features" WHERE "features"."id" IN (12, 13, 15, 18, 19, 20, 21, 22, 14, 16, 17)
  156. Completed 200 OK in 46ms (Views: 44.9ms | ActiveRecord: 0.8ms)
  157. Started GET "/api/amenities" for 104.182.111.70 at 2016-07-14 23:52:59 +0000
  158. Processing by Api::V1::AmenitiesController#index as */*
  159. Parameters: {"amenity"=>{}}
  160. Amenity Load (0.2ms) SELECT "amenities".* FROM "amenities"
  161. Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)
  162. Started POST "/api/users" for 104.182.111.70 at 2016-07-14 23:54:26 +0000
  163. Processing by Api::V1::UsersController#create as */*
  164. Parameters: {"full_name"=>"S Jenn", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007f2f628c69d0 @tempfile=#<Tempfile:/tmp/RackMultipart20160714-4181-1fmm2bw.jpg>, @original_filename="image.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"avatar\"; filename=\"image.jpg\"\r\nContent-Type: image/jpeg\r\n">, "birth_on"=>"2000-11-11", "phone_number"=>"+1 (555) 666-6666", "password"=>"[FILTERED]", "email"=>"sjenn@me.com", "type"=>"Agent"}
  165. (0.1ms) BEGIN
  166. --
  167. AgentProfile Load (0.2ms) SELECT "agent_profiles".* FROM "agent_profiles" WHERE "agent_profiles"."agent_id" = $1 LIMIT 1 [["agent_id", 476]]
  168. (0.9ms) COMMIT
  169. Completed 200 OK in 832ms (Views: 1.2ms | ActiveRecord: 2.9ms)
  170. Started POST "/api/users/sessions" for 104.182.111.70 at 2016-07-14 23:54:28 +0000
  171. Processing by Api::V1::SessionsController#create as */*
  172. Parameters: {"email"=>"sjenn@me.com", "password"=>"[FILTERED]", "session"=>{"email"=>"sjenn@me.com", "password"=>"[FILTERED]"}}
  173. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 LIMIT 1 [["email", "sjenn@me.com"], ["password", "863bdc5a892e62786023028e033778d58df9d4441f462bd9bed086169563656a"]]
  174. --
  175. User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 484]]
  176. Team Load (0.1ms) SELECT "teams".* FROM "teams" INNER JOIN "teams_users" ON "teams"."id" = "teams_users"."team_id" WHERE "teams_users"."user_id" = $1 ORDER BY "teams"."created_at" DESC LIMIT 15 OFFSET 0 [["user_id", 484]]
  177. Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.3ms)
  178. Started GET "/api/amenities" for 104.182.111.70 at 2016-07-15 01:32:56 +0000
  179. Processing by Api::V1::AmenitiesController#index as */*
  180. Parameters: {"amenity"=>{}}
  181. Amenity Load (0.3ms) SELECT "amenities".* FROM "amenities"
  182. Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.3ms)
  183. Started GET "/api/rooms" for 104.182.111.70 at 2016-07-15 01:32:56 +0000
  184. Processing by Api::V1::RoomsController#index as */*
  185. Parameters: {"room"=>{}}
  186. Room Load (0.2ms) SELECT "rooms".* FROM "rooms"
  187. HABTM_Features Load (0.2ms) SELECT "features_rooms".* FROM "features_rooms" WHERE "features_rooms"."room_id" IN (9, 10, 11, 12, 13, 14, 15, 16)
  188. Feature Load (0.2ms) SELECT "features".* FROM "features" WHERE "features"."id" IN (12, 13, 15, 18, 19, 20, 21, 22, 14, 16, 17)
  189. Completed 200 OK in 46ms (Views: 45.2ms | ActiveRecord: 0.6ms)
  190. Started POST "/api/users" for 104.182.111.70 at 2016-07-15 01:34:15 +0000
  191. Processing by Api::V1::UsersController#create as */*
  192. Parameters: {"full_name"=>"Hello!", "avatar"=>#<ActionDispatch::Http::UploadedFile:0x007f2f62995460 @tempfile=#<Tempfile:/tmp/RackMultipart20160715-4181-1i8nezd.jpg>, @original_filename="image.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"avatar\"; filename=\"image.jpg\"\r\nContent-Type: image/jpeg\r\n">, "birth_on"=>"2000-11-11", "phone_number"=>"(555) 550-0000003", "password"=>"[FILTERED]", "email"=>"hello@me.com", "type"=>"Agent"}
  193. (0.1ms) BEGIN
  194. --
  195. AgentProfile Load (0.2ms) SELECT "agent_profiles".* FROM "agent_profiles" WHERE "agent_profiles"."agent_id" = $1 LIMIT 1 [["agent_id", 485]]
  196. (0.8ms) COMMIT
  197. Completed 200 OK in 628ms (Views: 1.4ms | ActiveRecord: 2.9ms)
  198. Started POST "/api/users/sessions" for 104.182.111.70 at 2016-07-15 01:34:16 +0000
  199. Processing by Api::V1::SessionsController#create as */*
  200. Parameters: {"email"=>"hello@me.com", "password"=>"[FILTERED]", "session"=>{"email"=>"hello@me.com", "password"=>"[FILTERED]"}}
  201. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 AND "users"."password" = $2 LIMIT 1 [["email", "hello@me.com"], ["password", "5ae0a40494ee212db84d31c7bf4f0518f399f99916d24335a19a81b07b444942"]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement