Created
January 31, 2012 18:47
-
-
Save kinsteronline/1712153 to your computer and use it in GitHub Desktop.
Log Death
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/patients/324383/pharmacies/search?search%5Bnew_pharmacy%5D=true&search%5Bpatient_id%5D=324383&search%5Bprescription_id%5D=20902571" for 173.24.225.166 at 2012-01-31 18:45:31 +0000 | |
Processing by PharmaciesController#search as */* | |
Parameters: {"search"=>{"new_pharmacy"=>"true", "patient_id"=>"324383", "prescription_id"=>"20902571"}, "patient_id"=>"324383"} | |
User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = 422 LIMIT 1 | |
CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 422 LIMIT 1 | |
(0.3ms) BEGIN | |
(0.5ms) UPDATE "users" SET "last_request_at" = '2012-01-31 18:45:31.894869', "perishable_token" = '7KVh2qvR9hLREHoss8ei', "updated_at" = '2012-01-31 18:45:31.896128' WHERE "users"."id" = 422 | |
(2.8ms) COMMIT | |
Pharmacy Load (1.9ms) SELECT "pharmacies".* FROM "pharmacies" INNER JOIN "prescriptions" ON "prescriptions"."pharmacy_id" = "pharmacies"."id" INNER JOIN "medications" ON "medications"."id" = "prescriptions"."medication_id" INNER JOIN "patients" ON "patients"."id" = "medications"."patient_id" WHERE (patients.id = '324383') LIMIT 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment