Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 1, 2011 22:28
Show Gist options
  • Select an option

  • Save meltzerj/898983 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/898983 to your computer and use it in GitHub Desktop.
Started POST "/videos/465" for 127.0.0.1 at Fri Apr 01 18:26:25 -0700 2011
Processing by VideosController#destroy as HTML
Parameters: {"authenticity_token"=>"F2uF4FDDSPw+jHHGtsosGLjHwkDUg/nre5u+WEPPDUY=", "id"=>"465"}
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 57 LIMIT 1
Video Load (0.3ms) SELECT "videos".* FROM "videos" WHERE "videos"."id" = 465 AND ("videos".user_id = 57) ORDER BY videos.rank_sum DESC LIMIT 1
Genre Load (0.3ms) SELECT * FROM "genres" INNER JOIN "genres_videos" ON "genres".id = "genres_videos".genre_id WHERE ("genres_videos".video_id = 465 )
Topicable Load (0.3ms) SELECT "topicables".* FROM "topicables" WHERE ("topicables".video_id = 465)
AREL (0.4ms) DELETE FROM "topicables" WHERE "topicables"."id" = 89
AREL (0.1ms) DELETE FROM "topicables" WHERE "topicables"."id" = 90
AREL (0.1ms) DELETE FROM "videos" WHERE "videos"."id" = 465
Redirected to http://localhost:3000/videos
Completed 302 Found in 190ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment