Skip to content

Instantly share code, notes, and snippets.

@mdolian
Created April 27, 2009 21:33
Show Gist options
  • Save mdolian/102757 to your computer and use it in GitHub Desktop.
Save mdolian/102757 to your computer and use it in GitHub Desktop.
~ Started request handling: Mon Apr 27 17:27:41 -0400 2009
~ Routed to: {"lineage"=>"R4>USB>Soundforge 8.0>CD Wave>.flac16", "format"=>nil, "discs"=>"2", "submit"=>"Add", "action"=>"create", "type"=>"aud", "id"=>nil, "notes"=>"test", "controller"=>"recordings", "show_id"=>"1413", "date_played"=>"2009-02-20", "tracksDisc1"=>"6", "transferred_by"=>"Joel Hudson", "taper"=>"Joel Hudson", "source"=>"AKG 483(ORTF/FOB)> Busman T-Mod R4 (16bit/44.1Khz)", "label"=>"pgroove2009-02-20.akg483.jamlive.97572.flac16", "tracksDisc2"=>"4"}
~ Params: {"lineage"=>"R4>USB>Soundforge 8.0>CD Wave>.flac16", "format"=>nil, "discs"=>"2", "submit"=>"Add", "action"=>"create", "type"=>"aud", "id"=>nil, "notes"=>"test", "controller"=>"recordings", "show_id"=>"1413", "date_played"=>"2009-02-20", "tracksDisc1"=>"6", "transferred_by"=>"Joel Hudson", "taper"=>"Joel Hudson", "source"=>"AKG 483(ORTF/FOB)> Busman T-Mod R4 (16bit/44.1Khz)", "label"=>"pgroove2009-02-20.akg483.jamlive.97572.flac16", "tracksDisc2"=>"4"}
~ In repository block default
~ (0.004815) INSERT INTO `recordings` (`lineage`, `taper`, `notes`, `type`, `transfered_by`, `label`, `tracking_info`, `show_id`, `source`) VALUES ('R4>USB>Soundforge 8.0>CD Wave>.flac16', 'Joel Hudson', 'test', 'aud', 'Joel Hudson', 'pgroove2009-02-20.akg483.jamlive.97572.flac16', '2[6,4]', 1413, 'AKG 483(ORTF/FOB)> Busman T-Mod R4 (16bit/44.1Khz)')
~ (0.000479) SELECT COUNT(*) FROM `recordings` ORDER BY `id` DESC
~ (0.000525) SELECT `id`, `label`, `source`, `lineage`, `taper`, `transfered_by`, `notes`, `type`, `tracking_info`, `shnid`, `directory`, `show_id` FROM `recordings` ORDER BY `id` DESC LIMIT 100
~ (0.000131) SELECT `id`, `date_played`, `venue_id` FROM `shows` WHERE (`id` IN (941, 1413)) ORDER BY `id`
~ (0.000161) SELECT `id`, `venue_name`, `venue_image`, `venue_city`, `venue_state`, `venue_country` FROM `venues` WHERE (`id` IN (110, 315)) ORDER BY `id`
~ {:after_filters_time=>5.1e-05, :before_filters_time=>0.000123, :dispatch_time=>0.025677, :action_time=>0.024097}
~ Started request handling: Mon Apr 27 17:28:45 -0400 2009
~ Routed to: {"lineage"=>"R4>USB>Soundforge 8.0>CD Wave>.flac16", "format"=>nil, "discs"=>"2", "submit"=>"Add", "action"=>"create", "type"=>"all", "id"=>nil, "notes"=>"* Intro by Orchard Lounge (DJ Set between Lotus and PGroove)\r\nShow was a co-bill with Lotus", "controller"=>"recordings", "show_id"=>"1413", "date_played"=>"2009-02-20", "tracksDisc1"=>"6", "transferred_by"=>"Joel Hudson", "taper"=>"Joel Hudson", "source"=>"AKG 483(ORTF/FOB)> Busman T-Mod R4 (16bit/44.1Khz)", "label"=>"pgroove2009-02-20.akg483.jamlive.97572.flac16", "tracksDisc2"=>"4"}
~ Params: {"lineage"=>"R4>USB>Soundforge 8.0>CD Wave>.flac16", "format"=>nil, "discs"=>"2", "submit"=>"Add", "action"=>"create", "type"=>"all", "id"=>nil, "notes"=>"* Intro by Orchard Lounge (DJ Set between Lotus and PGroove)\r\nShow was a co-bill with Lotus", "controller"=>"recordings", "show_id"=>"1413", "date_played"=>"2009-02-20", "tracksDisc1"=>"6", "transferred_by"=>"Joel Hudson", "taper"=>"Joel Hudson", "source"=>"AKG 483(ORTF/FOB)> Busman T-Mod R4 (16bit/44.1Khz)", "label"=>"pgroove2009-02-20.akg483.jamlive.97572.flac16", "tracksDisc2"=>"4"}
~ In repository block default
~ (0.000043) SELECT COUNT(*) FROM `recordings` ORDER BY `id` DESC
~ (0.000062) SELECT `id`, `label`, `source`, `lineage`, `taper`, `transfered_by`, `notes`, `type`, `tracking_info`, `shnid`, `directory`, `show_id` FROM `recordings` ORDER BY `id` DESC LIMIT 100
~ (0.000044) SELECT `id`, `date_played`, `venue_id` FROM `shows` WHERE (`id` IN (941)) ORDER BY `id`
~ (0.000049) SELECT `id`, `venue_name`, `venue_image`, `venue_city`, `venue_state`, `venue_country` FROM `venues` WHERE (`id` IN (110)) ORDER BY `id`
~ {:after_filters_time=>4.4e-05, :before_filters_time=>0.000118, :dispatch_time=>0.016686, :action_time=>0.015066}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment