attached 0.5.9 → 0.6.0

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.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +7 -1
  3. data/lib/attached/attachment.rb +1 -0
  4. data/lib/attached/storage/aws.rb +11 -73
  5. data/lib/attached/storage/fog.rb +98 -0
  6. data/lib/attached/storage/google.rb +8 -70
  7. data/lib/attached/storage/local.rb +1 -0
  8. data/lib/attached/storage/rackspace.rb +9 -70
  9. data/lib/attached/version.rb +1 -1
  10. data/test/dummy/config/aws.yml +14 -0
  11. data/test/dummy/config/google.yml +0 -0
  12. data/test/dummy/config/rackspace.yml +0 -0
  13. data/test/dummy/db/test.sqlite3 +0 -0
  14. data/test/dummy/log/test.log +2525 -0
  15. data/test/dummy/public/system/audios/files/full/08ddd220-3b8a-4bc3-b20f-a01c7c7be816.aac +0 -0
  16. data/test/dummy/public/system/audios/files/full/57905e8e-356e-4705-9b60-ebf2ca941bbb.aac +0 -0
  17. data/test/dummy/public/system/audios/files/full/6ba84723-c6b3-4dcc-9fdd-dab340dfe82b.aac +0 -0
  18. data/test/dummy/public/system/audios/files/full/a77a2cc0-8c48-405e-9801-33642ba2ba60.aac +0 -0
  19. data/test/dummy/public/system/audios/files/full/f1a0c007-9bfc-4c65-b302-f7a5bd93ca3c.aac +0 -0
  20. data/test/dummy/public/system/audios/files/full/fbac7738-20ef-4a65-a4b4-943fe3afb379.aac +0 -0
  21. data/test/dummy/public/system/audios/files/large/08ddd220-3b8a-4bc3-b20f-a01c7c7be816.aac +0 -0
  22. data/test/dummy/public/system/audios/files/large/57905e8e-356e-4705-9b60-ebf2ca941bbb.aac +0 -0
  23. data/test/dummy/public/system/audios/files/large/6ba84723-c6b3-4dcc-9fdd-dab340dfe82b.aac +0 -0
  24. data/test/dummy/public/system/audios/files/large/a77a2cc0-8c48-405e-9801-33642ba2ba60.aac +0 -0
  25. data/test/dummy/public/system/audios/files/large/f1a0c007-9bfc-4c65-b302-f7a5bd93ca3c.aac +0 -0
  26. data/test/dummy/public/system/audios/files/large/fbac7738-20ef-4a65-a4b4-943fe3afb379.aac +0 -0
  27. data/test/dummy/public/system/audios/files/original/08ddd220-3b8a-4bc3-b20f-a01c7c7be816.wav +0 -0
  28. data/test/dummy/public/system/audios/files/original/57905e8e-356e-4705-9b60-ebf2ca941bbb.wav +0 -0
  29. data/test/dummy/public/system/audios/files/original/6ba84723-c6b3-4dcc-9fdd-dab340dfe82b.wav +0 -0
  30. data/test/dummy/public/system/audios/files/original/a77a2cc0-8c48-405e-9801-33642ba2ba60.wav +0 -0
  31. data/test/dummy/public/system/audios/files/original/f1a0c007-9bfc-4c65-b302-f7a5bd93ca3c.wav +0 -0
  32. data/test/dummy/public/system/audios/files/original/fbac7738-20ef-4a65-a4b4-943fe3afb379.wav +0 -0
  33. data/test/dummy/public/system/audios/files/small/08ddd220-3b8a-4bc3-b20f-a01c7c7be816.aac +0 -0
  34. data/test/dummy/public/system/audios/files/small/57905e8e-356e-4705-9b60-ebf2ca941bbb.aac +0 -0
  35. data/test/dummy/public/system/audios/files/small/6ba84723-c6b3-4dcc-9fdd-dab340dfe82b.aac +0 -0
  36. data/test/dummy/public/system/audios/files/small/a77a2cc0-8c48-405e-9801-33642ba2ba60.aac +0 -0
  37. data/test/dummy/public/system/audios/files/small/f1a0c007-9bfc-4c65-b302-f7a5bd93ca3c.aac +0 -0
  38. data/test/dummy/public/system/audios/files/small/fbac7738-20ef-4a65-a4b4-943fe3afb379.aac +0 -0
  39. data/test/dummy/public/system/images/files/full/38387849-e947-467d-ae17-19a4fdaaa8f3.jpg +0 -0
  40. data/test/dummy/public/system/images/files/full/6142216b-5606-4376-b815-39da7ebac624.jpg +0 -0
  41. data/test/dummy/public/system/images/files/full/82cf7f7a-7764-4929-a5b4-a7d4dc21289e.jpg +0 -0
  42. data/test/dummy/public/system/images/files/full/83eefeeb-afaa-4a88-8114-30ccf6a208aa.jpg +0 -0
  43. data/test/dummy/public/system/images/files/full/dc220293-a2fc-4012-ac83-8c2b16605480.jpg +0 -0
  44. data/test/dummy/public/system/images/files/full/fbf7f894-6322-4233-b2a7-0fae7f44f642.jpg +0 -0
  45. data/test/dummy/public/system/images/files/large/38387849-e947-467d-ae17-19a4fdaaa8f3.jpg +0 -0
  46. data/test/dummy/public/system/images/files/large/6142216b-5606-4376-b815-39da7ebac624.jpg +0 -0
  47. data/test/dummy/public/system/images/files/large/82cf7f7a-7764-4929-a5b4-a7d4dc21289e.jpg +0 -0
  48. data/test/dummy/public/system/images/files/large/83eefeeb-afaa-4a88-8114-30ccf6a208aa.jpg +0 -0
  49. data/test/dummy/public/system/images/files/large/dc220293-a2fc-4012-ac83-8c2b16605480.jpg +0 -0
  50. data/test/dummy/public/system/images/files/large/fbf7f894-6322-4233-b2a7-0fae7f44f642.jpg +0 -0
  51. data/test/dummy/public/system/images/files/original/38387849-e947-467d-ae17-19a4fdaaa8f3.png +0 -0
  52. data/test/dummy/public/system/images/files/original/6142216b-5606-4376-b815-39da7ebac624.png +0 -0
  53. data/test/dummy/public/system/images/files/original/82cf7f7a-7764-4929-a5b4-a7d4dc21289e.png +0 -0
  54. data/test/dummy/public/system/images/files/original/83eefeeb-afaa-4a88-8114-30ccf6a208aa.png +0 -0
  55. data/test/dummy/public/system/images/files/original/dc220293-a2fc-4012-ac83-8c2b16605480.png +0 -0
  56. data/test/dummy/public/system/images/files/original/fbf7f894-6322-4233-b2a7-0fae7f44f642.png +0 -0
  57. data/test/dummy/public/system/images/files/small/38387849-e947-467d-ae17-19a4fdaaa8f3.jpg +0 -0
  58. data/test/dummy/public/system/images/files/small/6142216b-5606-4376-b815-39da7ebac624.jpg +0 -0
  59. data/test/dummy/public/system/images/files/small/82cf7f7a-7764-4929-a5b4-a7d4dc21289e.jpg +0 -0
  60. data/test/dummy/public/system/images/files/small/83eefeeb-afaa-4a88-8114-30ccf6a208aa.jpg +0 -0
  61. data/test/dummy/public/system/images/files/small/dc220293-a2fc-4012-ac83-8c2b16605480.jpg +0 -0
  62. data/test/dummy/public/system/images/files/small/fbf7f894-6322-4233-b2a7-0fae7f44f642.jpg +0 -0
  63. data/test/dummy/public/system/images/files/thumb/38387849-e947-467d-ae17-19a4fdaaa8f3.jpg +0 -0
  64. data/test/dummy/public/system/images/files/thumb/6142216b-5606-4376-b815-39da7ebac624.jpg +0 -0
  65. data/test/dummy/public/system/images/files/thumb/82cf7f7a-7764-4929-a5b4-a7d4dc21289e.jpg +0 -0
  66. data/test/dummy/public/system/images/files/thumb/83eefeeb-afaa-4a88-8114-30ccf6a208aa.jpg +0 -0
  67. data/test/dummy/public/system/images/files/thumb/dc220293-a2fc-4012-ac83-8c2b16605480.jpg +0 -0
  68. data/test/dummy/public/system/images/files/thumb/fbf7f894-6322-4233-b2a7-0fae7f44f642.jpg +0 -0
  69. metadata +117 -2
@@ -1,3 +1,3 @@
1
1
  module Attached
2
- VERSION = "0.5.9"
2
+ VERSION = "0.6.0"
3
3
  end
@@ -0,0 +1,14 @@
1
+ development:
2
+ bucket: attached-development
3
+ access_key_id: AKIAICP2EOJXBRZN4CKA
4
+ secret_access_key: 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
5
+
6
+ test:
7
+ bucket: attached-test
8
+ access_key_id: AKIAICP2EOJXBRZN4CKA
9
+ secret_access_key: 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
10
+
11
+ production:
12
+ bucket: attached-production
13
+ access_key_id: AKIAICP2EOJXBRZN4CKA
14
+ secret_access_key: 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
File without changes
File without changes
Binary file
@@ -1628,3 +1628,2528 @@ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
1628
1628
  Processing by MainController#index as HTML
1629
1629
  Completed 200 OK in 117ms (Views: 116.7ms | ActiveRecord: 0.0ms)
1630
1630
   (0.1ms) rollback transaction
1631
+ Connecting to database specified by database.yml
1632
+  (0.4ms) begin transaction
1633
+  (0.0ms) rollback transaction
1634
+  (0.1ms) begin transaction
1635
+  (0.2ms) SAVEPOINT active_record_1
1636
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1637
+  (0.1ms) rollback transaction
1638
+  (0.0ms) begin transaction
1639
+  (0.0ms) SAVEPOINT active_record_1
1640
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1641
+  (0.0ms) rollback transaction
1642
+  (0.0ms) begin transaction
1643
+  (0.1ms) SAVEPOINT active_record_1
1644
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1645
+  (0.1ms) rollback transaction
1646
+  (0.1ms) begin transaction
1647
+  (0.1ms) SAVEPOINT active_record_1
1648
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1649
+  (0.0ms) rollback transaction
1650
+  (0.1ms) begin transaction
1651
+  (0.2ms) SAVEPOINT active_record_1
1652
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1653
+  (0.0ms) rollback transaction
1654
+  (0.1ms) begin transaction
1655
+  (0.1ms) SAVEPOINT active_record_1
1656
+ [attached] save attached
1657
+ SQL (22.1ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:56:18 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "fbac7738-20ef-4a65-a4b4-943fe3afb379"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 22:56:18 UTC +00:00]]
1658
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1659
+  (0.6ms) rollback transaction
1660
+  (0.1ms) begin transaction
1661
+ Fixture Delete (0.2ms) DELETE FROM "audios"
1662
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 22:56:18', '2013-05-24 22:56:18', 410859157)
1663
+ Fixture Delete (0.4ms) DELETE FROM "images"
1664
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 22:56:18', '2013-05-24 22:56:18', 87884898)
1665
+  (1.4ms) commit transaction
1666
+  (0.1ms) begin transaction
1667
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1668
+  (0.1ms) SELECT COUNT(*) FROM "audios"
1669
+ Processing by AudiosController#create as HTML
1670
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fe8e743d9b0 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-42142-10g0kxt>>}}
1671
+  (0.2ms) SAVEPOINT active_record_1
1672
+ [attached] save attached
1673
+ SQL (0.8ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:56:19 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "08ddd220-3b8a-4bc3-b20f-a01c7c7be816"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 22:56:19 UTC +00:00]]
1674
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1675
+ Redirected to http://test.host/audios/410859158
1676
+ Completed 302 Found in 698ms (ActiveRecord: 0.0ms)
1677
+  (0.4ms) SELECT COUNT(*) FROM "audios"
1678
+  (0.5ms) rollback transaction
1679
+  (0.1ms) begin transaction
1680
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1681
+  (0.1ms) SELECT COUNT(*) FROM "audios"
1682
+ Processing by AudiosController#destroy as HTML
1683
+ Parameters: {"id"=>"410859157"}
1684
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
1685
+  (0.1ms) SAVEPOINT active_record_1
1686
+ [attached] destroy attached
1687
+ SQL (0.5ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]
1688
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1689
+ Redirected to http://test.host/audios
1690
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
1691
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
1692
+  (0.4ms) rollback transaction
1693
+  (0.1ms) begin transaction
1694
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1695
+ Processing by AudiosController#edit as HTML
1696
+ Parameters: {"id"=>"410859157"}
1697
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
1698
+ Rendered audios/_form.html.haml (6.8ms)
1699
+ Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.1ms)
1700
+  (0.1ms) rollback transaction
1701
+  (0.0ms) begin transaction
1702
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1703
+ Processing by AudiosController#index as HTML
1704
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" 
1705
+ Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.2ms)
1706
+  (0.1ms) rollback transaction
1707
+  (0.0ms) begin transaction
1708
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1709
+ Processing by AudiosController#new as HTML
1710
+ Rendered audios/_form.html.haml (2.1ms)
1711
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
1712
+  (0.1ms) rollback transaction
1713
+  (0.0ms) begin transaction
1714
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1715
+ Processing by AudiosController#show as HTML
1716
+ Parameters: {"id"=>"410859157"}
1717
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
1718
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.1ms)
1719
+  (0.1ms) rollback transaction
1720
+  (0.0ms) begin transaction
1721
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1722
+ Processing by AudiosController#update as HTML
1723
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 22:56:18 UTC", "updated_at"=>"2013-05-24 22:56:18 UTC"}, "id"=>"410859157"}
1724
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
1725
+ WARNING: Can't mass-assign protected attributes: id
1726
+  (0.1ms) SAVEPOINT active_record_1
1727
+ [attached] save attached
1728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1729
+ Redirected to http://test.host/audios/410859157
1730
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
1731
+  (0.1ms) rollback transaction
1732
+  (0.1ms) begin transaction
1733
+  (0.2ms) SAVEPOINT active_record_1
1734
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1735
+  (0.1ms) rollback transaction
1736
+  (0.0ms) begin transaction
1737
+  (0.0ms) SAVEPOINT active_record_1
1738
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1739
+  (0.0ms) rollback transaction
1740
+  (0.0ms) begin transaction
1741
+  (0.1ms) SAVEPOINT active_record_1
1742
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1743
+  (0.0ms) rollback transaction
1744
+  (0.1ms) begin transaction
1745
+  (0.1ms) SAVEPOINT active_record_1
1746
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1747
+  (0.1ms) rollback transaction
1748
+  (0.1ms) begin transaction
1749
+  (0.2ms) SAVEPOINT active_record_1
1750
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1751
+  (0.1ms) rollback transaction
1752
+  (0.1ms) begin transaction
1753
+  (0.1ms) SAVEPOINT active_record_1
1754
+ [attached] save attached
1755
+ SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:56:19 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "82cf7f7a-7764-4929-a5b4-a7d4dc21289e"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 24 May 2013 22:56:19 UTC +00:00]]
1756
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1757
+  (0.5ms) rollback transaction
1758
+  (0.1ms) begin transaction
1759
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1760
+  (0.1ms) SELECT COUNT(*) FROM "images" 
1761
+ Processing by ImagesController#create as HTML
1762
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fe8e75ff7d0 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-42142-vmjl2n>>}}
1763
+  (0.2ms) SAVEPOINT active_record_1
1764
+ [attached] save attached
1765
+ SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:56:19 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "83eefeeb-afaa-4a88-8114-30ccf6a208aa"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 24 May 2013 22:56:19 UTC +00:00]]
1766
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1767
+  (0.0ms) SAVEPOINT active_record_1
1768
+ [attached] save attached
1769
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1770
+ Redirected to http://test.host/images/87884899
1771
+ Completed 302 Found in 252ms (ActiveRecord: 0.0ms)
1772
+  (0.1ms) SELECT COUNT(*) FROM "images" 
1773
+  (0.6ms) rollback transaction
1774
+  (0.1ms) begin transaction
1775
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1776
+  (0.1ms) SELECT COUNT(*) FROM "images" 
1777
+ Processing by ImagesController#destroy as HTML
1778
+ Parameters: {"id"=>"87884898"}
1779
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
1780
+  (0.0ms) SAVEPOINT active_record_1
1781
+ [attached] destroy attached
1782
+ SQL (0.3ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]
1783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1784
+ Redirected to http://test.host/images
1785
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
1786
+  (0.1ms) SELECT COUNT(*) FROM "images"
1787
+  (0.6ms) rollback transaction
1788
+  (0.1ms) begin transaction
1789
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1790
+ Processing by ImagesController#edit as HTML
1791
+ Parameters: {"id"=>"87884898"}
1792
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
1793
+ Rendered images/_form.html.haml (5.1ms)
1794
+ Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.1ms)
1795
+  (0.1ms) rollback transaction
1796
+  (0.0ms) begin transaction
1797
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1798
+ Processing by ImagesController#index as HTML
1799
+ Image Load (0.1ms) SELECT "images".* FROM "images"
1800
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
1801
+  (0.1ms) rollback transaction
1802
+  (0.0ms) begin transaction
1803
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1804
+ Processing by ImagesController#new as HTML
1805
+ Rendered images/_form.html.haml (2.2ms)
1806
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1807
+  (0.1ms) rollback transaction
1808
+  (0.0ms) begin transaction
1809
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1810
+ Processing by ImagesController#show as HTML
1811
+ Parameters: {"id"=>"87884898"}
1812
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
1813
+ Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.1ms)
1814
+  (0.1ms) rollback transaction
1815
+  (0.1ms) begin transaction
1816
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1817
+ Processing by ImagesController#update as HTML
1818
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 22:56:18 UTC", "updated_at"=>"2013-05-24 22:56:18 UTC"}, "id"=>"87884898"}
1819
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
1820
+ Redirected to http://test.host/images/87884898
1821
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
1822
+  (0.1ms) rollback transaction
1823
+  (0.1ms) begin transaction
1824
+ Processing by MainController#index as HTML
1825
+ Completed 200 OK in 108ms (Views: 107.0ms | ActiveRecord: 0.0ms)
1826
+  (0.1ms) rollback transaction
1827
+ Connecting to database specified by database.yml
1828
+  (0.3ms) begin transaction
1829
+  (0.0ms) rollback transaction
1830
+  (0.0ms) begin transaction
1831
+  (0.4ms) SAVEPOINT active_record_1
1832
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1833
+  (0.1ms) rollback transaction
1834
+  (0.0ms) begin transaction
1835
+  (0.0ms) SAVEPOINT active_record_1
1836
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1837
+  (0.0ms) rollback transaction
1838
+  (0.0ms) begin transaction
1839
+  (0.1ms) SAVEPOINT active_record_1
1840
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1841
+  (0.0ms) rollback transaction
1842
+  (0.1ms) begin transaction
1843
+  (0.1ms) SAVEPOINT active_record_1
1844
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1845
+  (0.1ms) rollback transaction
1846
+  (0.0ms) begin transaction
1847
+  (0.2ms) SAVEPOINT active_record_1
1848
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1849
+  (0.0ms) rollback transaction
1850
+  (0.1ms) begin transaction
1851
+  (0.1ms) SAVEPOINT active_record_1
1852
+ [attached] save attached
1853
+ SQL (4.9ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:57:36 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "6ba84723-c6b3-4dcc-9fdd-dab340dfe82b"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 22:57:36 UTC +00:00]]
1854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1855
+  (0.5ms) rollback transaction
1856
+  (0.1ms) begin transaction
1857
+ Fixture Delete (0.3ms) DELETE FROM "audios"
1858
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 22:57:36', '2013-05-24 22:57:36', 410859157)
1859
+ Fixture Delete (0.1ms) DELETE FROM "images"
1860
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 22:57:36', '2013-05-24 22:57:36', 87884898)
1861
+  (0.8ms) commit transaction
1862
+  (0.1ms) begin transaction
1863
+ Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1864
+  (0.1ms) SELECT COUNT(*) FROM "audios"
1865
+ Processing by AudiosController#create as HTML
1866
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fbf23f41688 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-42343-17u0hm1>>}}
1867
+  (0.2ms) SAVEPOINT active_record_1
1868
+ [attached] save attached
1869
+ SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:57:37 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "f1a0c007-9bfc-4c65-b302-f7a5bd93ca3c"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 22:57:37 UTC +00:00]]
1870
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1871
+ Redirected to http://test.host/audios/410859158
1872
+ Completed 302 Found in 683ms (ActiveRecord: 0.0ms)
1873
+  (0.3ms) SELECT COUNT(*) FROM "audios"
1874
+  (0.7ms) rollback transaction
1875
+  (0.1ms) begin transaction
1876
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1877
+  (0.1ms) SELECT COUNT(*) FROM "audios"
1878
+ Processing by AudiosController#destroy as HTML
1879
+ Parameters: {"id"=>"410859157"}
1880
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
1881
+  (0.1ms) SAVEPOINT active_record_1
1882
+ [attached] destroy attached
1883
+ SQL (0.6ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]
1884
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1885
+ Redirected to http://test.host/audios
1886
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
1887
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
1888
+  (0.5ms) rollback transaction
1889
+  (0.1ms) begin transaction
1890
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1891
+ Processing by AudiosController#edit as HTML
1892
+ Parameters: {"id"=>"410859157"}
1893
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
1894
+ Rendered audios/_form.html.haml (6.4ms)
1895
+ Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.1ms)
1896
+  (0.1ms) rollback transaction
1897
+  (0.0ms) begin transaction
1898
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1899
+ Processing by AudiosController#index as HTML
1900
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" 
1901
+ Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.2ms)
1902
+  (0.1ms) rollback transaction
1903
+  (0.0ms) begin transaction
1904
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1905
+ Processing by AudiosController#new as HTML
1906
+ Rendered audios/_form.html.haml (2.2ms)
1907
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
1908
+  (0.1ms) rollback transaction
1909
+  (0.0ms) begin transaction
1910
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1911
+ Processing by AudiosController#show as HTML
1912
+ Parameters: {"id"=>"410859157"}
1913
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
1914
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.1ms)
1915
+  (0.1ms) rollback transaction
1916
+  (0.0ms) begin transaction
1917
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
1918
+ Processing by AudiosController#update as HTML
1919
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 22:57:36 UTC", "updated_at"=>"2013-05-24 22:57:36 UTC"}, "id"=>"410859157"}
1920
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
1921
+ WARNING: Can't mass-assign protected attributes: id
1922
+  (0.1ms) SAVEPOINT active_record_1
1923
+ [attached] save attached
1924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1925
+ Redirected to http://test.host/audios/410859157
1926
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
1927
+  (0.1ms) rollback transaction
1928
+  (0.1ms) begin transaction
1929
+  (0.1ms) SAVEPOINT active_record_1
1930
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1931
+  (0.0ms) rollback transaction
1932
+  (0.0ms) begin transaction
1933
+  (0.0ms) SAVEPOINT active_record_1
1934
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1935
+  (0.0ms) rollback transaction
1936
+  (0.0ms) begin transaction
1937
+  (0.2ms) SAVEPOINT active_record_1
1938
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1939
+  (0.0ms) rollback transaction
1940
+  (0.1ms) begin transaction
1941
+  (0.1ms) SAVEPOINT active_record_1
1942
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1943
+  (0.0ms) rollback transaction
1944
+  (0.1ms) begin transaction
1945
+  (0.1ms) SAVEPOINT active_record_1
1946
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1947
+  (0.0ms) rollback transaction
1948
+  (0.1ms) begin transaction
1949
+  (0.2ms) SAVEPOINT active_record_1
1950
+ [attached] save attached
1951
+ SQL (1.1ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:57:38 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "dc220293-a2fc-4012-ac83-8c2b16605480"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 24 May 2013 22:57:38 UTC +00:00]]
1952
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1953
+  (0.5ms) rollback transaction
1954
+  (0.1ms) begin transaction
1955
+ Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1956
+  (0.2ms) SELECT COUNT(*) FROM "images" 
1957
+ Processing by ImagesController#create as HTML
1958
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fbf288f2638 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-42343-1mkcaik>>}}
1959
+  (0.2ms) SAVEPOINT active_record_1
1960
+ [attached] save attached
1961
+ SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:57:38 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "6142216b-5606-4376-b815-39da7ebac624"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 24 May 2013 22:57:38 UTC +00:00]]
1962
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1963
+  (0.0ms) SAVEPOINT active_record_1
1964
+ [attached] save attached
1965
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1966
+ Redirected to http://test.host/images/87884899
1967
+ Completed 302 Found in 248ms (ActiveRecord: 0.0ms)
1968
+  (0.2ms) SELECT COUNT(*) FROM "images" 
1969
+  (0.5ms) rollback transaction
1970
+  (0.2ms) begin transaction
1971
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1972
+  (0.1ms) SELECT COUNT(*) FROM "images" 
1973
+ Processing by ImagesController#destroy as HTML
1974
+ Parameters: {"id"=>"87884898"}
1975
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
1976
+  (0.1ms) SAVEPOINT active_record_1
1977
+ [attached] destroy attached
1978
+ SQL (0.4ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]
1979
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1980
+ Redirected to http://test.host/images
1981
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
1982
+  (0.1ms) SELECT COUNT(*) FROM "images"
1983
+  (0.4ms) rollback transaction
1984
+  (0.1ms) begin transaction
1985
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1986
+ Processing by ImagesController#edit as HTML
1987
+ Parameters: {"id"=>"87884898"}
1988
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
1989
+ Rendered images/_form.html.haml (7.7ms)
1990
+ Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.1ms)
1991
+  (0.1ms) rollback transaction
1992
+  (0.1ms) begin transaction
1993
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
1994
+ Processing by ImagesController#index as HTML
1995
+ Image Load (0.2ms) SELECT "images".* FROM "images"
1996
+ Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.2ms)
1997
+  (0.1ms) rollback transaction
1998
+  (0.1ms) begin transaction
1999
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2000
+ Processing by ImagesController#new as HTML
2001
+ Rendered images/_form.html.haml (2.9ms)
2002
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
2003
+  (0.1ms) rollback transaction
2004
+  (0.1ms) begin transaction
2005
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2006
+ Processing by ImagesController#show as HTML
2007
+ Parameters: {"id"=>"87884898"}
2008
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2009
+ Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.1ms)
2010
+  (0.1ms) rollback transaction
2011
+  (0.0ms) begin transaction
2012
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2013
+ Processing by ImagesController#update as HTML
2014
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 22:57:36 UTC", "updated_at"=>"2013-05-24 22:57:36 UTC"}, "id"=>"87884898"}
2015
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2016
+ Redirected to http://test.host/images/87884898
2017
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
2018
+  (0.1ms) rollback transaction
2019
+  (0.1ms) begin transaction
2020
+ Processing by MainController#index as HTML
2021
+ Completed 200 OK in 106ms (Views: 105.7ms | ActiveRecord: 0.0ms)
2022
+  (0.1ms) rollback transaction
2023
+ Connecting to database specified by database.yml
2024
+  (0.4ms) begin transaction
2025
+  (0.0ms) rollback transaction
2026
+  (0.0ms) begin transaction
2027
+  (0.2ms) SAVEPOINT active_record_1
2028
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2029
+  (0.1ms) rollback transaction
2030
+  (0.1ms) begin transaction
2031
+  (0.0ms) SAVEPOINT active_record_1
2032
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2033
+  (0.0ms) rollback transaction
2034
+  (0.0ms) begin transaction
2035
+  (0.1ms) SAVEPOINT active_record_1
2036
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2037
+  (0.0ms) rollback transaction
2038
+  (0.1ms) begin transaction
2039
+  (0.2ms) SAVEPOINT active_record_1
2040
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2041
+  (0.1ms) rollback transaction
2042
+  (0.0ms) begin transaction
2043
+  (0.2ms) SAVEPOINT active_record_1
2044
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2045
+  (0.1ms) rollback transaction
2046
+  (0.0ms) begin transaction
2047
+  (0.1ms) SAVEPOINT active_record_1
2048
+ [attached] save attached
2049
+ SQL (5.7ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:59:17 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "57905e8e-356e-4705-9b60-ebf2ca941bbb"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 22:59:17 UTC +00:00]]
2050
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2051
+  (0.4ms) rollback transaction
2052
+  (0.1ms) begin transaction
2053
+ Fixture Delete (0.3ms) DELETE FROM "audios"
2054
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 22:59:17', '2013-05-24 22:59:17', 410859157)
2055
+ Fixture Delete (0.1ms) DELETE FROM "images"
2056
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 22:59:17', '2013-05-24 22:59:17', 87884898)
2057
+  (0.8ms) commit transaction
2058
+  (0.1ms) begin transaction
2059
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2060
+  (0.1ms) SELECT COUNT(*) FROM "audios"
2061
+ Processing by AudiosController#create as HTML
2062
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007f8bc4cb0820 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-42800-1plp8yw>>}}
2063
+  (0.2ms) SAVEPOINT active_record_1
2064
+ [attached] save attached
2065
+ SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:59:18 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "a77a2cc0-8c48-405e-9801-33642ba2ba60"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 22:59:18 UTC +00:00]]
2066
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2067
+ Redirected to http://test.host/audios/410859158
2068
+ Completed 302 Found in 667ms (ActiveRecord: 0.0ms)
2069
+  (0.3ms) SELECT COUNT(*) FROM "audios"
2070
+  (0.6ms) rollback transaction
2071
+  (0.0ms) begin transaction
2072
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2073
+  (0.1ms) SELECT COUNT(*) FROM "audios"
2074
+ Processing by AudiosController#destroy as HTML
2075
+ Parameters: {"id"=>"410859157"}
2076
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2077
+  (0.1ms) SAVEPOINT active_record_1
2078
+ [attached] destroy attached
2079
+ SQL (0.3ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]
2080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2081
+ Redirected to http://test.host/audios
2082
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
2083
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
2084
+  (0.5ms) rollback transaction
2085
+  (0.0ms) begin transaction
2086
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2087
+ Processing by AudiosController#edit as HTML
2088
+ Parameters: {"id"=>"410859157"}
2089
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2090
+ Rendered audios/_form.html.haml (5.5ms)
2091
+ Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.1ms)
2092
+  (0.1ms) rollback transaction
2093
+  (0.0ms) begin transaction
2094
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2095
+ Processing by AudiosController#index as HTML
2096
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" 
2097
+ Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.2ms)
2098
+  (0.1ms) rollback transaction
2099
+  (0.0ms) begin transaction
2100
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2101
+ Processing by AudiosController#new as HTML
2102
+ Rendered audios/_form.html.haml (3.0ms)
2103
+ Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
2104
+  (0.1ms) rollback transaction
2105
+  (0.0ms) begin transaction
2106
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2107
+ Processing by AudiosController#show as HTML
2108
+ Parameters: {"id"=>"410859157"}
2109
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2110
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.1ms)
2111
+  (0.1ms) rollback transaction
2112
+  (0.0ms) begin transaction
2113
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2114
+ Processing by AudiosController#update as HTML
2115
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 22:59:17 UTC", "updated_at"=>"2013-05-24 22:59:17 UTC"}, "id"=>"410859157"}
2116
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2117
+ WARNING: Can't mass-assign protected attributes: id
2118
+  (0.1ms) SAVEPOINT active_record_1
2119
+ [attached] save attached
2120
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2121
+ Redirected to http://test.host/audios/410859157
2122
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
2123
+  (0.1ms) rollback transaction
2124
+  (0.0ms) begin transaction
2125
+  (0.2ms) SAVEPOINT active_record_1
2126
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2127
+  (0.1ms) rollback transaction
2128
+  (0.0ms) begin transaction
2129
+  (0.0ms) SAVEPOINT active_record_1
2130
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2131
+  (0.1ms) rollback transaction
2132
+  (0.1ms) begin transaction
2133
+  (0.1ms) SAVEPOINT active_record_1
2134
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2135
+  (0.0ms) rollback transaction
2136
+  (0.0ms) begin transaction
2137
+  (0.1ms) SAVEPOINT active_record_1
2138
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2139
+  (0.1ms) rollback transaction
2140
+  (0.1ms) begin transaction
2141
+  (0.1ms) SAVEPOINT active_record_1
2142
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2143
+  (0.0ms) rollback transaction
2144
+  (0.1ms) begin transaction
2145
+  (0.1ms) SAVEPOINT active_record_1
2146
+ [attached] save attached
2147
+ SQL (1.0ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:59:19 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "38387849-e947-467d-ae17-19a4fdaaa8f3"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 24 May 2013 22:59:19 UTC +00:00]]
2148
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2149
+  (0.4ms) rollback transaction
2150
+  (0.1ms) begin transaction
2151
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2152
+  (0.1ms) SELECT COUNT(*) FROM "images" 
2153
+ Processing by ImagesController#create as HTML
2154
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007f8bc1655410 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-42800-xta76u>>}}
2155
+  (0.2ms) SAVEPOINT active_record_1
2156
+ [attached] save attached
2157
+ SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 22:59:19 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "fbf7f894-6322-4233-b2a7-0fae7f44f642"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 24 May 2013 22:59:19 UTC +00:00]]
2158
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2159
+  (0.0ms) SAVEPOINT active_record_1
2160
+ [attached] save attached
2161
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2162
+ Redirected to http://test.host/images/87884899
2163
+ Completed 302 Found in 249ms (ActiveRecord: 0.0ms)
2164
+  (0.2ms) SELECT COUNT(*) FROM "images" 
2165
+  (0.5ms) rollback transaction
2166
+  (0.1ms) begin transaction
2167
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2168
+  (0.1ms) SELECT COUNT(*) FROM "images" 
2169
+ Processing by ImagesController#destroy as HTML
2170
+ Parameters: {"id"=>"87884898"}
2171
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2172
+  (0.1ms) SAVEPOINT active_record_1
2173
+ [attached] destroy attached
2174
+ SQL (0.4ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]
2175
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2176
+ Redirected to http://test.host/images
2177
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
2178
+  (0.1ms) SELECT COUNT(*) FROM "images"
2179
+  (0.4ms) rollback transaction
2180
+  (0.1ms) begin transaction
2181
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2182
+ Processing by ImagesController#edit as HTML
2183
+ Parameters: {"id"=>"87884898"}
2184
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2185
+ Rendered images/_form.html.haml (6.8ms)
2186
+ Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.1ms)
2187
+  (0.1ms) rollback transaction
2188
+  (0.0ms) begin transaction
2189
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2190
+ Processing by ImagesController#index as HTML
2191
+ Image Load (0.2ms) SELECT "images".* FROM "images"
2192
+ Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.2ms)
2193
+  (0.1ms) rollback transaction
2194
+  (0.1ms) begin transaction
2195
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2196
+ Processing by ImagesController#new as HTML
2197
+ Rendered images/_form.html.haml (2.7ms)
2198
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
2199
+  (0.1ms) rollback transaction
2200
+  (0.1ms) begin transaction
2201
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2202
+ Processing by ImagesController#show as HTML
2203
+ Parameters: {"id"=>"87884898"}
2204
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2205
+ Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.1ms)
2206
+  (0.1ms) rollback transaction
2207
+  (0.1ms) begin transaction
2208
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2209
+ Processing by ImagesController#update as HTML
2210
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 22:59:17 UTC", "updated_at"=>"2013-05-24 22:59:17 UTC"}, "id"=>"87884898"}
2211
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2212
+ Redirected to http://test.host/images/87884898
2213
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
2214
+  (0.1ms) rollback transaction
2215
+  (0.1ms) begin transaction
2216
+ Processing by MainController#index as HTML
2217
+ Completed 200 OK in 104ms (Views: 103.5ms | ActiveRecord: 0.0ms)
2218
+  (0.1ms) rollback transaction
2219
+ Connecting to database specified by database.yml
2220
+  (0.4ms) begin transaction
2221
+  (0.0ms) rollback transaction
2222
+  (0.0ms) begin transaction
2223
+  (0.1ms) rollback transaction
2224
+  (0.0ms) begin transaction
2225
+  (0.0ms) SAVEPOINT active_record_1
2226
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2227
+  (0.0ms) rollback transaction
2228
+  (0.0ms) begin transaction
2229
+  (0.0ms) rollback transaction
2230
+  (0.0ms) begin transaction
2231
+  (0.0ms) rollback transaction
2232
+  (0.0ms) begin transaction
2233
+  (0.0ms) rollback transaction
2234
+  (0.0ms) begin transaction
2235
+  (0.0ms) rollback transaction
2236
+  (0.1ms) begin transaction
2237
+ Fixture Delete (0.4ms) DELETE FROM "audios"
2238
+ Fixture Insert (0.3ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:00:20', '2013-05-24 23:00:20', 410859157)
2239
+ Fixture Delete (0.1ms) DELETE FROM "images"
2240
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:00:20', '2013-05-24 23:00:20', 87884898)
2241
+  (0.8ms) commit transaction
2242
+  (0.0ms) begin transaction
2243
+ Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2244
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
2245
+ Processing by AudiosController#create as HTML
2246
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fecf0e1e3a0 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-43020-44x3i0>>}}
2247
+ Completed 500 Internal Server Error in 1ms
2248
+  (0.1ms) rollback transaction
2249
+  (0.0ms) begin transaction
2250
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2251
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
2252
+ Processing by AudiosController#destroy as HTML
2253
+ Parameters: {"id"=>"410859157"}
2254
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2255
+  (0.1ms) SAVEPOINT active_record_1
2256
+ [attached] destroy attached
2257
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2258
+ Completed 500 Internal Server Error in 2ms
2259
+  (0.1ms) rollback transaction
2260
+  (0.0ms) begin transaction
2261
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2262
+ Processing by AudiosController#edit as HTML
2263
+ Parameters: {"id"=>"410859157"}
2264
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2265
+ Rendered audios/_form.html.haml (59.4ms)
2266
+ Completed 200 OK in 77ms (Views: 75.3ms | ActiveRecord: 0.1ms)
2267
+  (0.1ms) rollback transaction
2268
+  (0.0ms) begin transaction
2269
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2270
+ Processing by AudiosController#index as HTML
2271
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios"
2272
+ Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms)
2273
+  (0.1ms) rollback transaction
2274
+  (0.0ms) begin transaction
2275
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2276
+ Processing by AudiosController#new as HTML
2277
+ Rendered audios/_form.html.haml (2.0ms)
2278
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
2279
+  (0.1ms) rollback transaction
2280
+  (0.0ms) begin transaction
2281
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2282
+ Processing by AudiosController#show as HTML
2283
+ Parameters: {"id"=>"410859157"}
2284
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2285
+ Completed 500 Internal Server Error in 6ms
2286
+  (0.1ms) rollback transaction
2287
+  (0.0ms) begin transaction
2288
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2289
+ Processing by AudiosController#update as HTML
2290
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:00:20 UTC", "updated_at"=>"2013-05-24 23:00:20 UTC"}, "id"=>"410859157"}
2291
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2292
+ WARNING: Can't mass-assign protected attributes: id
2293
+  (0.1ms) SAVEPOINT active_record_1
2294
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2295
+ Completed 500 Internal Server Error in 4ms
2296
+  (0.0ms) rollback transaction
2297
+  (0.1ms) begin transaction
2298
+  (0.1ms) rollback transaction
2299
+  (0.0ms) begin transaction
2300
+  (0.0ms) SAVEPOINT active_record_1
2301
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2302
+  (0.0ms) rollback transaction
2303
+  (0.0ms) begin transaction
2304
+  (0.0ms) rollback transaction
2305
+  (0.0ms) begin transaction
2306
+  (0.0ms) rollback transaction
2307
+  (0.0ms) begin transaction
2308
+  (0.0ms) rollback transaction
2309
+  (0.0ms) begin transaction
2310
+  (0.0ms) rollback transaction
2311
+  (0.1ms) begin transaction
2312
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2313
+  (0.1ms) SELECT COUNT(*) FROM "images" 
2314
+ Processing by ImagesController#create as HTML
2315
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fecf311f598 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-43020-16nalf0>>}}
2316
+ Completed 500 Internal Server Error in 1ms
2317
+  (0.1ms) rollback transaction
2318
+  (0.1ms) begin transaction
2319
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2320
+  (0.1ms) SELECT COUNT(*) FROM "images" 
2321
+ Processing by ImagesController#destroy as HTML
2322
+ Parameters: {"id"=>"87884898"}
2323
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2324
+  (0.1ms) SAVEPOINT active_record_1
2325
+ [attached] destroy attached
2326
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2327
+ Completed 500 Internal Server Error in 3ms
2328
+  (0.1ms) rollback transaction
2329
+  (0.1ms) begin transaction
2330
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2331
+ Processing by ImagesController#edit as HTML
2332
+ Parameters: {"id"=>"87884898"}
2333
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2334
+ Rendered images/_form.html.haml (5.5ms)
2335
+ Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)
2336
+  (0.1ms) rollback transaction
2337
+  (0.0ms) begin transaction
2338
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2339
+ Processing by ImagesController#index as HTML
2340
+ Image Load (0.2ms) SELECT "images".* FROM "images"
2341
+ Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.2ms)
2342
+  (0.1ms) rollback transaction
2343
+  (0.0ms) begin transaction
2344
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2345
+ Processing by ImagesController#new as HTML
2346
+ Rendered images/_form.html.haml (2.5ms)
2347
+ Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)
2348
+  (0.1ms) rollback transaction
2349
+  (0.0ms) begin transaction
2350
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2351
+ Processing by ImagesController#show as HTML
2352
+ Parameters: {"id"=>"87884898"}
2353
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2354
+ Completed 500 Internal Server Error in 5ms
2355
+  (0.1ms) rollback transaction
2356
+  (0.1ms) begin transaction
2357
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2358
+ Processing by ImagesController#update as HTML
2359
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:00:20 UTC", "updated_at"=>"2013-05-24 23:00:20 UTC"}, "id"=>"87884898"}
2360
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2361
+ Redirected to http://test.host/images/87884898
2362
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
2363
+  (0.1ms) rollback transaction
2364
+  (0.1ms) begin transaction
2365
+ Processing by MainController#index as HTML
2366
+ Completed 200 OK in 99ms (Views: 98.2ms | ActiveRecord: 0.0ms)
2367
+  (0.1ms) rollback transaction
2368
+ Connecting to database specified by database.yml
2369
+  (0.3ms) begin transaction
2370
+  (0.0ms) rollback transaction
2371
+  (0.0ms) begin transaction
2372
+  (0.1ms) rollback transaction
2373
+  (0.0ms) begin transaction
2374
+  (0.1ms) SAVEPOINT active_record_1
2375
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2376
+  (0.0ms) rollback transaction
2377
+  (0.0ms) begin transaction
2378
+  (0.0ms) rollback transaction
2379
+  (0.0ms) begin transaction
2380
+  (0.0ms) rollback transaction
2381
+  (0.0ms) begin transaction
2382
+  (0.0ms) rollback transaction
2383
+  (0.0ms) begin transaction
2384
+  (0.0ms) rollback transaction
2385
+  (0.1ms) begin transaction
2386
+ Fixture Delete (0.4ms) DELETE FROM "audios"
2387
+ Fixture Insert (0.2ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:01:17', '2013-05-24 23:01:17', 410859157)
2388
+ Fixture Delete (0.1ms) DELETE FROM "images"
2389
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:01:17', '2013-05-24 23:01:17', 87884898)
2390
+  (0.8ms) commit transaction
2391
+  (0.0ms) begin transaction
2392
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2393
+  (0.2ms) SELECT COUNT(*) FROM "audios" 
2394
+ Processing by AudiosController#create as HTML
2395
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007f853e05a558 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-43200-uihtec>>}}
2396
+ Completed 500 Internal Server Error in 1ms
2397
+  (0.1ms) rollback transaction
2398
+  (0.0ms) begin transaction
2399
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2400
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
2401
+ Processing by AudiosController#destroy as HTML
2402
+ Parameters: {"id"=>"410859157"}
2403
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2404
+  (0.1ms) SAVEPOINT active_record_1
2405
+ [attached] destroy attached
2406
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2407
+ Completed 500 Internal Server Error in 2ms
2408
+  (0.0ms) rollback transaction
2409
+  (0.0ms) begin transaction
2410
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2411
+ Processing by AudiosController#edit as HTML
2412
+ Parameters: {"id"=>"410859157"}
2413
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2414
+ Rendered audios/_form.html.haml (59.0ms)
2415
+ Completed 200 OK in 76ms (Views: 74.5ms | ActiveRecord: 0.1ms)
2416
+  (0.1ms) rollback transaction
2417
+  (0.0ms) begin transaction
2418
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2419
+ Processing by AudiosController#index as HTML
2420
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios"
2421
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
2422
+  (0.1ms) rollback transaction
2423
+  (0.0ms) begin transaction
2424
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2425
+ Processing by AudiosController#new as HTML
2426
+ Rendered audios/_form.html.haml (1.9ms)
2427
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
2428
+  (0.1ms) rollback transaction
2429
+  (0.0ms) begin transaction
2430
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2431
+ Processing by AudiosController#show as HTML
2432
+ Parameters: {"id"=>"410859157"}
2433
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2434
+ Completed 500 Internal Server Error in 7ms
2435
+  (0.1ms) rollback transaction
2436
+  (0.0ms) begin transaction
2437
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2438
+ Processing by AudiosController#update as HTML
2439
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:01:17 UTC", "updated_at"=>"2013-05-24 23:01:17 UTC"}, "id"=>"410859157"}
2440
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2441
+ WARNING: Can't mass-assign protected attributes: id
2442
+  (0.1ms) SAVEPOINT active_record_1
2443
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2444
+ Completed 500 Internal Server Error in 4ms
2445
+  (0.0ms) rollback transaction
2446
+  (0.1ms) begin transaction
2447
+  (0.0ms) rollback transaction
2448
+  (0.0ms) begin transaction
2449
+  (0.0ms) SAVEPOINT active_record_1
2450
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2451
+  (0.0ms) rollback transaction
2452
+  (0.0ms) begin transaction
2453
+  (0.0ms) rollback transaction
2454
+  (0.0ms) begin transaction
2455
+  (0.0ms) rollback transaction
2456
+  (0.0ms) begin transaction
2457
+  (0.0ms) rollback transaction
2458
+  (0.0ms) begin transaction
2459
+  (0.0ms) rollback transaction
2460
+  (0.0ms) begin transaction
2461
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2462
+  (0.2ms) SELECT COUNT(*) FROM "images" 
2463
+ Processing by ImagesController#create as HTML
2464
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007f853e137520 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-43200-19z104y>>}}
2465
+ Completed 500 Internal Server Error in 1ms
2466
+  (0.1ms) rollback transaction
2467
+  (0.0ms) begin transaction
2468
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2469
+  (0.1ms) SELECT COUNT(*) FROM "images" 
2470
+ Processing by ImagesController#destroy as HTML
2471
+ Parameters: {"id"=>"87884898"}
2472
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2473
+  (0.1ms) SAVEPOINT active_record_1
2474
+ [attached] destroy attached
2475
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2476
+ Completed 500 Internal Server Error in 2ms
2477
+  (0.0ms) rollback transaction
2478
+  (0.0ms) begin transaction
2479
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2480
+ Processing by ImagesController#edit as HTML
2481
+ Parameters: {"id"=>"87884898"}
2482
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2483
+ Rendered images/_form.html.haml (5.5ms)
2484
+ Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)
2485
+  (0.1ms) rollback transaction
2486
+  (0.0ms) begin transaction
2487
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2488
+ Processing by ImagesController#index as HTML
2489
+ Image Load (0.2ms) SELECT "images".* FROM "images"
2490
+ Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms)
2491
+  (0.1ms) rollback transaction
2492
+  (0.0ms) begin transaction
2493
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2494
+ Processing by ImagesController#new as HTML
2495
+ Rendered images/_form.html.haml (2.9ms)
2496
+ Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
2497
+  (0.1ms) rollback transaction
2498
+  (0.0ms) begin transaction
2499
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2500
+ Processing by ImagesController#show as HTML
2501
+ Parameters: {"id"=>"87884898"}
2502
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2503
+ Completed 500 Internal Server Error in 5ms
2504
+  (0.1ms) rollback transaction
2505
+  (0.1ms) begin transaction
2506
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2507
+ Processing by ImagesController#update as HTML
2508
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:01:17 UTC", "updated_at"=>"2013-05-24 23:01:17 UTC"}, "id"=>"87884898"}
2509
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2510
+ Redirected to http://test.host/images/87884898
2511
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
2512
+  (0.1ms) rollback transaction
2513
+  (0.1ms) begin transaction
2514
+ Processing by MainController#index as HTML
2515
+ Completed 200 OK in 94ms (Views: 93.4ms | ActiveRecord: 0.0ms)
2516
+  (0.1ms) rollback transaction
2517
+ Connecting to database specified by database.yml
2518
+  (0.3ms) begin transaction
2519
+  (0.0ms) rollback transaction
2520
+  (0.0ms) begin transaction
2521
+  (0.3ms) SAVEPOINT active_record_1
2522
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2523
+  (0.1ms) rollback transaction
2524
+  (0.1ms) begin transaction
2525
+  (0.0ms) SAVEPOINT active_record_1
2526
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2527
+  (0.0ms) rollback transaction
2528
+  (0.0ms) begin transaction
2529
+  (0.1ms) SAVEPOINT active_record_1
2530
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2531
+  (0.1ms) rollback transaction
2532
+  (0.1ms) begin transaction
2533
+  (0.1ms) SAVEPOINT active_record_1
2534
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2535
+  (0.0ms) rollback transaction
2536
+  (0.1ms) begin transaction
2537
+  (0.1ms) SAVEPOINT active_record_1
2538
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2539
+  (0.1ms) rollback transaction
2540
+  (0.1ms) begin transaction
2541
+  (0.2ms) SAVEPOINT active_record_1
2542
+ [attached] save attached
2543
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2544
+  (0.0ms) rollback transaction
2545
+  (0.1ms) begin transaction
2546
+ Fixture Delete (0.4ms) DELETE FROM "audios"
2547
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:02:05', '2013-05-24 23:02:05', 410859157)
2548
+ Fixture Delete (0.1ms) DELETE FROM "images"
2549
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:02:05', '2013-05-24 23:02:05', 87884898)
2550
+  (1.2ms) commit transaction
2551
+  (0.1ms) begin transaction
2552
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2553
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
2554
+ Processing by AudiosController#create as HTML
2555
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007f958d0f4f90 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-43426-2j09b0>>}}
2556
+  (0.2ms) SAVEPOINT active_record_1
2557
+ [attached] save attached
2558
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2559
+ Completed 500 Internal Server Error in 648ms
2560
+  (0.1ms) rollback transaction
2561
+  (0.1ms) begin transaction
2562
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2563
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
2564
+ Processing by AudiosController#destroy as HTML
2565
+ Parameters: {"id"=>"410859157"}
2566
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2567
+  (0.1ms) SAVEPOINT active_record_1
2568
+ [attached] destroy attached
2569
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2570
+ Completed 500 Internal Server Error in 3ms
2571
+  (0.1ms) rollback transaction
2572
+  (0.0ms) begin transaction
2573
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2574
+ Processing by AudiosController#edit as HTML
2575
+ Parameters: {"id"=>"410859157"}
2576
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2577
+ Rendered audios/_form.html.haml (5.5ms)
2578
+ Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.1ms)
2579
+  (0.1ms) rollback transaction
2580
+  (0.0ms) begin transaction
2581
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2582
+ Processing by AudiosController#index as HTML
2583
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios"
2584
+ Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.1ms)
2585
+  (0.1ms) rollback transaction
2586
+  (0.1ms) begin transaction
2587
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2588
+ Processing by AudiosController#new as HTML
2589
+ Rendered audios/_form.html.haml (3.7ms)
2590
+ Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
2591
+  (0.1ms) rollback transaction
2592
+  (0.0ms) begin transaction
2593
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2594
+ Processing by AudiosController#show as HTML
2595
+ Parameters: {"id"=>"410859157"}
2596
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2597
+ Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 0.1ms)
2598
+  (0.2ms) rollback transaction
2599
+  (0.1ms) begin transaction
2600
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2601
+ Processing by AudiosController#update as HTML
2602
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:02:05 UTC", "updated_at"=>"2013-05-24 23:02:05 UTC"}, "id"=>"410859157"}
2603
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2604
+ WARNING: Can't mass-assign protected attributes: id
2605
+  (0.1ms) SAVEPOINT active_record_1
2606
+ [attached] save attached
2607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2608
+ Redirected to http://test.host/audios/410859157
2609
+ Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
2610
+  (0.2ms) rollback transaction
2611
+  (0.1ms) begin transaction
2612
+  (0.1ms) SAVEPOINT active_record_1
2613
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2614
+  (0.1ms) rollback transaction
2615
+  (0.1ms) begin transaction
2616
+  (0.0ms) SAVEPOINT active_record_1
2617
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2618
+  (0.1ms) rollback transaction
2619
+  (0.0ms) begin transaction
2620
+  (0.2ms) SAVEPOINT active_record_1
2621
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2622
+  (0.1ms) rollback transaction
2623
+  (0.1ms) begin transaction
2624
+  (0.2ms) SAVEPOINT active_record_1
2625
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2626
+  (0.1ms) rollback transaction
2627
+  (0.1ms) begin transaction
2628
+  (0.2ms) SAVEPOINT active_record_1
2629
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2630
+  (0.1ms) rollback transaction
2631
+  (0.0ms) begin transaction
2632
+  (0.2ms) SAVEPOINT active_record_1
2633
+ [attached] save attached
2634
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2635
+  (0.1ms) rollback transaction
2636
+  (0.2ms) begin transaction
2637
+ Image Load (0.4ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2638
+  (0.2ms) SELECT COUNT(*) FROM "images" 
2639
+ Processing by ImagesController#create as HTML
2640
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007f958d1cd4a8 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-43426-t2s4mu>>}}
2641
+  (0.3ms) SAVEPOINT active_record_1
2642
+ [attached] save attached
2643
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2644
+ Completed 500 Internal Server Error in 324ms
2645
+  (0.2ms) rollback transaction
2646
+  (0.1ms) begin transaction
2647
+ Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2648
+  (0.1ms) SELECT COUNT(*) FROM "images" 
2649
+ Processing by ImagesController#destroy as HTML
2650
+ Parameters: {"id"=>"87884898"}
2651
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2652
+  (0.1ms) SAVEPOINT active_record_1
2653
+ [attached] destroy attached
2654
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2655
+ Completed 500 Internal Server Error in 7ms
2656
+  (0.1ms) rollback transaction
2657
+  (0.1ms) begin transaction
2658
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2659
+ Processing by ImagesController#edit as HTML
2660
+ Parameters: {"id"=>"87884898"}
2661
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2662
+ Rendered images/_form.html.haml (6.9ms)
2663
+ Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.2ms)
2664
+  (0.2ms) rollback transaction
2665
+  (0.1ms) begin transaction
2666
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2667
+ Processing by ImagesController#index as HTML
2668
+ Image Load (0.2ms) SELECT "images".* FROM "images"
2669
+ Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.2ms)
2670
+  (0.1ms) rollback transaction
2671
+  (0.1ms) begin transaction
2672
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2673
+ Processing by ImagesController#new as HTML
2674
+ Rendered images/_form.html.haml (9.6ms)
2675
+ Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.0ms)
2676
+  (0.1ms) rollback transaction
2677
+  (0.1ms) begin transaction
2678
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2679
+ Processing by ImagesController#show as HTML
2680
+ Parameters: {"id"=>"87884898"}
2681
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2682
+ Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.1ms)
2683
+  (0.2ms) rollback transaction
2684
+  (0.1ms) begin transaction
2685
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2686
+ Processing by ImagesController#update as HTML
2687
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:02:05 UTC", "updated_at"=>"2013-05-24 23:02:05 UTC"}, "id"=>"87884898"}
2688
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2689
+ Redirected to http://test.host/images/87884898
2690
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
2691
+  (0.1ms) rollback transaction
2692
+  (0.1ms) begin transaction
2693
+ Processing by MainController#index as HTML
2694
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
2695
+  (0.2ms) rollback transaction
2696
+ Connecting to database specified by database.yml
2697
+  (0.3ms) begin transaction
2698
+  (0.0ms) rollback transaction
2699
+  (0.0ms) begin transaction
2700
+  (0.1ms) SAVEPOINT active_record_1
2701
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2702
+  (0.1ms) rollback transaction
2703
+  (0.1ms) begin transaction
2704
+  (0.0ms) SAVEPOINT active_record_1
2705
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2706
+  (0.0ms) rollback transaction
2707
+  (0.0ms) begin transaction
2708
+  (0.1ms) SAVEPOINT active_record_1
2709
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2710
+  (0.0ms) rollback transaction
2711
+  (0.1ms) begin transaction
2712
+  (0.1ms) SAVEPOINT active_record_1
2713
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2714
+  (0.1ms) rollback transaction
2715
+  (0.0ms) begin transaction
2716
+  (0.1ms) SAVEPOINT active_record_1
2717
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2718
+  (0.0ms) rollback transaction
2719
+  (0.1ms) begin transaction
2720
+  (0.2ms) SAVEPOINT active_record_1
2721
+ [attached] save attached
2722
+ SQL (4.5ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:03:00 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "59b61a78-4495-4fb5-a965-b098a90cc498"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 23:03:00 UTC +00:00]]
2723
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2724
+  (0.5ms) rollback transaction
2725
+  (0.1ms) begin transaction
2726
+ Fixture Delete (0.2ms) DELETE FROM "audios"
2727
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:03:00', '2013-05-24 23:03:00', 410859157)
2728
+ Fixture Delete (0.1ms) DELETE FROM "images"
2729
+ Fixture Insert (0.0ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:03:00', '2013-05-24 23:03:00', 87884898)
2730
+  (1.1ms) commit transaction
2731
+  (0.0ms) begin transaction
2732
+ Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2733
+  (0.1ms) SELECT COUNT(*) FROM "audios"
2734
+ Processing by AudiosController#create as HTML
2735
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007ff30f21afe8 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-43604-1is6cgy>>}}
2736
+  (0.2ms) SAVEPOINT active_record_1
2737
+ [attached] save attached
2738
+ SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:03:11 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "b8840a55-4b11-4884-a672-d88ce0c1c5be"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 23:03:11 UTC +00:00]]
2739
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2740
+ Redirected to http://test.host/audios/410859158
2741
+ Completed 302 Found in 11109ms (ActiveRecord: 0.0ms)
2742
+  (0.1ms) SELECT COUNT(*) FROM "audios"
2743
+  (0.5ms) rollback transaction
2744
+  (0.0ms) begin transaction
2745
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2746
+  (0.1ms) SELECT COUNT(*) FROM "audios"
2747
+ Processing by AudiosController#destroy as HTML
2748
+ Parameters: {"id"=>"410859157"}
2749
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2750
+  (0.0ms) SAVEPOINT active_record_1
2751
+ [attached] destroy attached
2752
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2753
+ Completed 500 Internal Server Error in 3064ms
2754
+  (0.1ms) rollback transaction
2755
+  (0.1ms) begin transaction
2756
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2757
+ Processing by AudiosController#edit as HTML
2758
+ Parameters: {"id"=>"410859157"}
2759
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2760
+ Rendered audios/_form.html.haml (5.1ms)
2761
+ Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.1ms)
2762
+  (0.1ms) rollback transaction
2763
+  (0.0ms) begin transaction
2764
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2765
+ Processing by AudiosController#index as HTML
2766
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" 
2767
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
2768
+  (0.1ms) rollback transaction
2769
+  (0.1ms) begin transaction
2770
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2771
+ Processing by AudiosController#new as HTML
2772
+ Rendered audios/_form.html.haml (2.5ms)
2773
+ Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
2774
+  (0.1ms) rollback transaction
2775
+  (0.0ms) begin transaction
2776
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2777
+ Processing by AudiosController#show as HTML
2778
+ Parameters: {"id"=>"410859157"}
2779
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2780
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.1ms)
2781
+  (0.1ms) rollback transaction
2782
+  (0.0ms) begin transaction
2783
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2784
+ Processing by AudiosController#update as HTML
2785
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:03:00 UTC", "updated_at"=>"2013-05-24 23:03:00 UTC"}, "id"=>"410859157"}
2786
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2787
+ WARNING: Can't mass-assign protected attributes: id
2788
+  (0.1ms) SAVEPOINT active_record_1
2789
+ [attached] save attached
2790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2791
+ Redirected to http://test.host/audios/410859157
2792
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
2793
+  (0.1ms) rollback transaction
2794
+  (0.1ms) begin transaction
2795
+  (0.1ms) SAVEPOINT active_record_1
2796
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2797
+  (0.1ms) rollback transaction
2798
+  (0.0ms) begin transaction
2799
+  (0.0ms) SAVEPOINT active_record_1
2800
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2801
+  (0.0ms) rollback transaction
2802
+  (0.0ms) begin transaction
2803
+  (0.2ms) SAVEPOINT active_record_1
2804
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2805
+  (0.1ms) rollback transaction
2806
+  (0.0ms) begin transaction
2807
+  (0.3ms) SAVEPOINT active_record_1
2808
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2809
+  (0.0ms) rollback transaction
2810
+  (0.0ms) begin transaction
2811
+  (0.9ms) SAVEPOINT active_record_1
2812
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2813
+  (0.0ms) rollback transaction
2814
+  (0.1ms) begin transaction
2815
+  (0.1ms) SAVEPOINT active_record_1
2816
+ [attached] save attached
2817
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
2818
+  (0.1ms) rollback transaction
2819
+ Connecting to database specified by database.yml
2820
+  (0.3ms) begin transaction
2821
+  (0.0ms) rollback transaction
2822
+  (0.0ms) begin transaction
2823
+  (0.2ms) SAVEPOINT active_record_1
2824
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2825
+  (0.1ms) rollback transaction
2826
+  (0.1ms) begin transaction
2827
+  (0.0ms) SAVEPOINT active_record_1
2828
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2829
+  (0.0ms) rollback transaction
2830
+  (0.0ms) begin transaction
2831
+  (0.1ms) SAVEPOINT active_record_1
2832
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2833
+  (0.0ms) rollback transaction
2834
+  (0.0ms) begin transaction
2835
+  (0.1ms) SAVEPOINT active_record_1
2836
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2837
+  (0.0ms) rollback transaction
2838
+  (0.1ms) begin transaction
2839
+  (0.1ms) SAVEPOINT active_record_1
2840
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2841
+  (0.0ms) rollback transaction
2842
+  (0.1ms) begin transaction
2843
+  (0.1ms) SAVEPOINT active_record_1
2844
+ [attached] save attached
2845
+ SQL (4.2ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:03:39 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "2a1e3179-79c3-456d-ab49-604ee085a8f2"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 23:03:39 UTC +00:00]]
2846
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2847
+  (0.4ms) rollback transaction
2848
+  (0.1ms) begin transaction
2849
+ Fixture Delete (0.3ms) DELETE FROM "audios"
2850
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:03:39', '2013-05-24 23:03:39', 410859157)
2851
+ Fixture Delete (0.1ms) DELETE FROM "images"
2852
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:03:39', '2013-05-24 23:03:39', 87884898)
2853
+  (1.1ms) commit transaction
2854
+  (0.0ms) begin transaction
2855
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2856
+  (0.1ms) SELECT COUNT(*) FROM "audios"
2857
+ Processing by AudiosController#create as HTML
2858
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fc37cc0c208 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-43723-150c05k>>}}
2859
+  (0.2ms) SAVEPOINT active_record_1
2860
+ [attached] save attached
2861
+ SQL (1.0ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:03:53 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "179bcfbd-eb75-478f-a80b-acfefa062bc6"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 23:03:53 UTC +00:00]]
2862
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2863
+ Redirected to http://test.host/audios/410859158
2864
+ Completed 302 Found in 14311ms (ActiveRecord: 0.0ms)
2865
+  (0.1ms) SELECT COUNT(*) FROM "audios"
2866
+  (0.5ms) rollback transaction
2867
+  (0.0ms) begin transaction
2868
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2869
+  (0.1ms) SELECT COUNT(*) FROM "audios"
2870
+ Processing by AudiosController#destroy as HTML
2871
+ Parameters: {"id"=>"410859157"}
2872
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2873
+  (0.1ms) SAVEPOINT active_record_1
2874
+ [attached] destroy attached
2875
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2876
+ Completed 500 Internal Server Error in 3085ms
2877
+  (0.1ms) rollback transaction
2878
+  (0.1ms) begin transaction
2879
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2880
+ Processing by AudiosController#edit as HTML
2881
+ Parameters: {"id"=>"410859157"}
2882
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2883
+ Rendered audios/_form.html.haml (5.2ms)
2884
+ Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.1ms)
2885
+  (0.1ms) rollback transaction
2886
+  (0.0ms) begin transaction
2887
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2888
+ Processing by AudiosController#index as HTML
2889
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" 
2890
+ Completed 200 OK in 83ms (Views: 82.0ms | ActiveRecord: 0.1ms)
2891
+  (0.1ms) rollback transaction
2892
+  (0.0ms) begin transaction
2893
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2894
+ Processing by AudiosController#new as HTML
2895
+ Rendered audios/_form.html.haml (2.0ms)
2896
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
2897
+  (0.1ms) rollback transaction
2898
+  (0.0ms) begin transaction
2899
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2900
+ Processing by AudiosController#show as HTML
2901
+ Parameters: {"id"=>"410859157"}
2902
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2903
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.1ms)
2904
+  (0.1ms) rollback transaction
2905
+  (0.0ms) begin transaction
2906
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
2907
+ Processing by AudiosController#update as HTML
2908
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:03:39 UTC", "updated_at"=>"2013-05-24 23:03:39 UTC"}, "id"=>"410859157"}
2909
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
2910
+ WARNING: Can't mass-assign protected attributes: id
2911
+  (0.1ms) SAVEPOINT active_record_1
2912
+ [attached] save attached
2913
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2914
+ Redirected to http://test.host/audios/410859157
2915
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
2916
+  (0.1ms) rollback transaction
2917
+  (0.0ms) begin transaction
2918
+  (0.2ms) SAVEPOINT active_record_1
2919
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2920
+  (0.1ms) rollback transaction
2921
+  (0.1ms) begin transaction
2922
+  (0.0ms) SAVEPOINT active_record_1
2923
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2924
+  (0.0ms) rollback transaction
2925
+  (0.0ms) begin transaction
2926
+  (0.2ms) SAVEPOINT active_record_1
2927
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2928
+  (0.0ms) rollback transaction
2929
+  (0.0ms) begin transaction
2930
+  (0.2ms) SAVEPOINT active_record_1
2931
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2932
+  (0.1ms) rollback transaction
2933
+  (0.1ms) begin transaction
2934
+  (0.1ms) SAVEPOINT active_record_1
2935
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2936
+  (0.0ms) rollback transaction
2937
+  (0.0ms) begin transaction
2938
+  (0.1ms) SAVEPOINT active_record_1
2939
+ [attached] save attached
2940
+ SQL (1.0ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:04:08 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "ac67df46-e009-4fc8-bbce-c86b08c2977f"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 24 May 2013 23:04:08 UTC +00:00]]
2941
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2942
+  (0.5ms) rollback transaction
2943
+  (0.1ms) begin transaction
2944
+ Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2945
+  (0.2ms) SELECT COUNT(*) FROM "images" 
2946
+ Processing by ImagesController#create as HTML
2947
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fc37ad54d38 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-43723-rwshif>>}}
2948
+  (0.2ms) SAVEPOINT active_record_1
2949
+ [attached] save attached
2950
+ SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:04:18 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "3c2627a9-5b34-45dd-a265-1de948310a97"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 24 May 2013 23:04:18 UTC +00:00]]
2951
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2952
+  (0.0ms) SAVEPOINT active_record_1
2953
+ [attached] save attached
2954
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2955
+ Redirected to http://test.host/images/87884899
2956
+ Completed 302 Found in 9599ms (ActiveRecord: 0.0ms)
2957
+  (0.1ms) SELECT COUNT(*) FROM "images" 
2958
+  (0.6ms) rollback transaction
2959
+  (0.0ms) begin transaction
2960
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2961
+  (0.1ms) SELECT COUNT(*) FROM "images" 
2962
+ Processing by ImagesController#destroy as HTML
2963
+ Parameters: {"id"=>"87884898"}
2964
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2965
+  (0.1ms) SAVEPOINT active_record_1
2966
+ [attached] destroy attached
2967
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2968
+ Completed 500 Internal Server Error in 2804ms
2969
+  (0.1ms) rollback transaction
2970
+  (0.0ms) begin transaction
2971
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2972
+ Processing by ImagesController#edit as HTML
2973
+ Parameters: {"id"=>"87884898"}
2974
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2975
+ Rendered images/_form.html.haml (4.6ms)
2976
+ Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
2977
+  (0.1ms) rollback transaction
2978
+  (0.0ms) begin transaction
2979
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2980
+ Processing by ImagesController#index as HTML
2981
+ Image Load (0.2ms) SELECT "images".* FROM "images"
2982
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms)
2983
+  (0.1ms) rollback transaction
2984
+  (0.0ms) begin transaction
2985
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2986
+ Processing by ImagesController#new as HTML
2987
+ Rendered images/_form.html.haml (2.2ms)
2988
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
2989
+  (0.1ms) rollback transaction
2990
+  (0.0ms) begin transaction
2991
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2992
+ Processing by ImagesController#show as HTML
2993
+ Parameters: {"id"=>"87884898"}
2994
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
2995
+ Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
2996
+  (0.1ms) rollback transaction
2997
+  (0.1ms) begin transaction
2998
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
2999
+ Processing by ImagesController#update as HTML
3000
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:03:39 UTC", "updated_at"=>"2013-05-24 23:03:39 UTC"}, "id"=>"87884898"}
3001
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3002
+ Redirected to http://test.host/images/87884898
3003
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
3004
+  (0.1ms) rollback transaction
3005
+  (0.0ms) begin transaction
3006
+ Processing by MainController#index as HTML
3007
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
3008
+  (0.1ms) rollback transaction
3009
+ Connecting to database specified by database.yml
3010
+  (0.4ms) begin transaction
3011
+  (0.0ms) rollback transaction
3012
+  (0.0ms) begin transaction
3013
+  (0.2ms) SAVEPOINT active_record_1
3014
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3015
+  (0.1ms) rollback transaction
3016
+  (0.0ms) begin transaction
3017
+  (0.0ms) SAVEPOINT active_record_1
3018
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3019
+  (0.0ms) rollback transaction
3020
+  (0.0ms) begin transaction
3021
+  (0.1ms) SAVEPOINT active_record_1
3022
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3023
+  (0.1ms) rollback transaction
3024
+  (0.1ms) begin transaction
3025
+  (0.1ms) SAVEPOINT active_record_1
3026
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3027
+  (0.1ms) rollback transaction
3028
+  (0.0ms) begin transaction
3029
+  (0.1ms) SAVEPOINT active_record_1
3030
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3031
+  (0.0ms) rollback transaction
3032
+  (0.0ms) begin transaction
3033
+  (0.1ms) SAVEPOINT active_record_1
3034
+ [attached] save attached
3035
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3036
+  (0.1ms) rollback transaction
3037
+  (0.1ms) begin transaction
3038
+ Fixture Delete (0.5ms) DELETE FROM "audios"
3039
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:17:49', '2013-05-24 23:17:49', 410859157)
3040
+ Fixture Delete (0.1ms) DELETE FROM "images"
3041
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:17:49', '2013-05-24 23:17:49', 87884898)
3042
+  (1.2ms) commit transaction
3043
+  (0.0ms) begin transaction
3044
+ Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3045
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
3046
+ Processing by AudiosController#create as HTML
3047
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fc81e3e7090 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-44256-1mldc1v>>}}
3048
+  (0.2ms) SAVEPOINT active_record_1
3049
+ [attached] save attached
3050
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3051
+ Completed 500 Internal Server Error in 660ms
3052
+  (0.1ms) rollback transaction
3053
+  (0.1ms) begin transaction
3054
+ Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3055
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
3056
+ Processing by AudiosController#destroy as HTML
3057
+ Parameters: {"id"=>"410859157"}
3058
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3059
+  (0.0ms) SAVEPOINT active_record_1
3060
+ [attached] destroy attached
3061
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3062
+ Completed 500 Internal Server Error in 1930ms
3063
+  (0.1ms) rollback transaction
3064
+  (0.1ms) begin transaction
3065
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3066
+ Processing by AudiosController#edit as HTML
3067
+ Parameters: {"id"=>"410859157"}
3068
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3069
+ Rendered audios/_form.html.haml (4.9ms)
3070
+ Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.1ms)
3071
+  (0.1ms) rollback transaction
3072
+  (0.0ms) begin transaction
3073
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3074
+ Processing by AudiosController#index as HTML
3075
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios"
3076
+ Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
3077
+  (0.1ms) rollback transaction
3078
+  (0.0ms) begin transaction
3079
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3080
+ Processing by AudiosController#new as HTML
3081
+ Rendered audios/_form.html.haml (2.1ms)
3082
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
3083
+  (0.2ms) rollback transaction
3084
+  (0.1ms) begin transaction
3085
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3086
+ Processing by AudiosController#show as HTML
3087
+ Parameters: {"id"=>"410859157"}
3088
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3089
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.1ms)
3090
+  (0.1ms) rollback transaction
3091
+  (0.0ms) begin transaction
3092
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3093
+ Processing by AudiosController#update as HTML
3094
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:17:49 UTC", "updated_at"=>"2013-05-24 23:17:49 UTC"}, "id"=>"410859157"}
3095
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3096
+ WARNING: Can't mass-assign protected attributes: id
3097
+  (0.1ms) SAVEPOINT active_record_1
3098
+ [attached] save attached
3099
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3100
+ Redirected to http://test.host/audios/410859157
3101
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
3102
+  (0.1ms) rollback transaction
3103
+  (0.1ms) begin transaction
3104
+  (0.2ms) SAVEPOINT active_record_1
3105
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3106
+  (0.1ms) rollback transaction
3107
+  (0.1ms) begin transaction
3108
+  (0.1ms) SAVEPOINT active_record_1
3109
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3110
+  (0.0ms) rollback transaction
3111
+  (0.0ms) begin transaction
3112
+  (0.2ms) SAVEPOINT active_record_1
3113
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3114
+  (0.0ms) rollback transaction
3115
+  (0.0ms) begin transaction
3116
+  (0.1ms) SAVEPOINT active_record_1
3117
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3118
+  (0.0ms) rollback transaction
3119
+  (0.1ms) begin transaction
3120
+  (0.2ms) SAVEPOINT active_record_1
3121
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3122
+  (0.1ms) rollback transaction
3123
+  (0.0ms) begin transaction
3124
+  (0.1ms) SAVEPOINT active_record_1
3125
+ [attached] save attached
3126
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3127
+  (0.1ms) rollback transaction
3128
+  (0.1ms) begin transaction
3129
+ Image Load (0.4ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3130
+  (0.2ms) SELECT COUNT(*) FROM "images" 
3131
+ Processing by ImagesController#create as HTML
3132
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fc81e26a500 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-44256-uos0bp>>}}
3133
+  (0.1ms) SAVEPOINT active_record_1
3134
+ [attached] save attached
3135
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3136
+ Completed 500 Internal Server Error in 245ms
3137
+  (0.1ms) rollback transaction
3138
+  (0.1ms) begin transaction
3139
+ Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3140
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3141
+ Processing by ImagesController#destroy as HTML
3142
+ Parameters: {"id"=>"87884898"}
3143
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3144
+  (0.1ms) SAVEPOINT active_record_1
3145
+ [attached] destroy attached
3146
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3147
+ Completed 500 Internal Server Error in 1183ms
3148
+  (0.1ms) rollback transaction
3149
+  (0.1ms) begin transaction
3150
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3151
+ Processing by ImagesController#edit as HTML
3152
+ Parameters: {"id"=>"87884898"}
3153
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3154
+ Rendered images/_form.html.haml (7.1ms)
3155
+ Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms)
3156
+  (0.1ms) rollback transaction
3157
+  (0.0ms) begin transaction
3158
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3159
+ Processing by ImagesController#index as HTML
3160
+ Image Load (0.1ms) SELECT "images".* FROM "images"
3161
+ Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.1ms)
3162
+  (0.1ms) rollback transaction
3163
+  (0.0ms) begin transaction
3164
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3165
+ Processing by ImagesController#new as HTML
3166
+ Rendered images/_form.html.haml (2.4ms)
3167
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
3168
+  (0.1ms) rollback transaction
3169
+  (0.0ms) begin transaction
3170
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3171
+ Processing by ImagesController#show as HTML
3172
+ Parameters: {"id"=>"87884898"}
3173
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3174
+ Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.1ms)
3175
+  (0.1ms) rollback transaction
3176
+  (0.1ms) begin transaction
3177
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3178
+ Processing by ImagesController#update as HTML
3179
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:17:49 UTC", "updated_at"=>"2013-05-24 23:17:49 UTC"}, "id"=>"87884898"}
3180
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3181
+ Redirected to http://test.host/images/87884898
3182
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
3183
+  (0.2ms) rollback transaction
3184
+  (0.1ms) begin transaction
3185
+ Processing by MainController#index as HTML
3186
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
3187
+  (0.1ms) rollback transaction
3188
+ Connecting to database specified by database.yml
3189
+  (0.3ms) begin transaction
3190
+  (0.0ms) rollback transaction
3191
+  (0.0ms) begin transaction
3192
+  (0.2ms) SAVEPOINT active_record_1
3193
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3194
+  (0.1ms) rollback transaction
3195
+  (0.0ms) begin transaction
3196
+  (0.0ms) SAVEPOINT active_record_1
3197
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3198
+  (0.0ms) rollback transaction
3199
+  (0.1ms) begin transaction
3200
+  (0.2ms) SAVEPOINT active_record_1
3201
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3202
+  (0.0ms) rollback transaction
3203
+  (0.1ms) begin transaction
3204
+  (0.1ms) SAVEPOINT active_record_1
3205
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3206
+  (0.1ms) rollback transaction
3207
+  (0.1ms) begin transaction
3208
+  (0.2ms) SAVEPOINT active_record_1
3209
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3210
+  (0.1ms) rollback transaction
3211
+  (0.0ms) begin transaction
3212
+  (0.1ms) SAVEPOINT active_record_1
3213
+ [attached] save attached
3214
+ SQL (5.1ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:18:54 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "58b5bb46-fb7b-4480-b251-9fca57f7a043"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 23:18:54 UTC +00:00]]
3215
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3216
+  (0.4ms) rollback transaction
3217
+  (0.1ms) begin transaction
3218
+ Fixture Delete (0.3ms) DELETE FROM "audios"
3219
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:18:54', '2013-05-24 23:18:54', 410859157)
3220
+ Fixture Delete (0.1ms) DELETE FROM "images"
3221
+ Fixture Insert (0.0ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:18:54', '2013-05-24 23:18:54', 87884898)
3222
+  (1.2ms) commit transaction
3223
+  (0.1ms) begin transaction
3224
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3225
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3226
+ Processing by AudiosController#create as HTML
3227
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007ffe760e2898 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-44638-1vr0mr>>}}
3228
+  (0.2ms) SAVEPOINT active_record_1
3229
+ [attached] save attached
3230
+ SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:18:59 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "93ced229-c56d-4a22-81c9-f9ef360242f9"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 23:18:59 UTC +00:00]]
3231
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3232
+ Redirected to http://test.host/audios/410859158
3233
+ Completed 302 Found in 4950ms (ActiveRecord: 0.0ms)
3234
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3235
+  (0.5ms) rollback transaction
3236
+  (0.0ms) begin transaction
3237
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3238
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3239
+ Processing by AudiosController#destroy as HTML
3240
+ Parameters: {"id"=>"410859157"}
3241
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3242
+  (0.0ms) SAVEPOINT active_record_1
3243
+ [attached] destroy attached
3244
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3245
+ Completed 500 Internal Server Error in 1222ms
3246
+  (0.1ms) rollback transaction
3247
+  (0.1ms) begin transaction
3248
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3249
+ Processing by AudiosController#edit as HTML
3250
+ Parameters: {"id"=>"410859157"}
3251
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3252
+ Rendered audios/_form.html.haml (5.0ms)
3253
+ Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.1ms)
3254
+  (0.1ms) rollback transaction
3255
+  (0.0ms) begin transaction
3256
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3257
+ Processing by AudiosController#index as HTML
3258
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" 
3259
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
3260
+  (0.2ms) rollback transaction
3261
+  (0.0ms) begin transaction
3262
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3263
+ Processing by AudiosController#new as HTML
3264
+ Rendered audios/_form.html.haml (2.4ms)
3265
+ Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
3266
+  (0.1ms) rollback transaction
3267
+  (0.0ms) begin transaction
3268
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3269
+ Processing by AudiosController#show as HTML
3270
+ Parameters: {"id"=>"410859157"}
3271
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3272
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms)
3273
+  (0.1ms) rollback transaction
3274
+  (0.1ms) begin transaction
3275
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3276
+ Processing by AudiosController#update as HTML
3277
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:18:54 UTC", "updated_at"=>"2013-05-24 23:18:54 UTC"}, "id"=>"410859157"}
3278
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3279
+ WARNING: Can't mass-assign protected attributes: id
3280
+  (0.1ms) SAVEPOINT active_record_1
3281
+ [attached] save attached
3282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3283
+ Redirected to http://test.host/audios/410859157
3284
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
3285
+  (0.1ms) rollback transaction
3286
+  (0.1ms) begin transaction
3287
+  (0.2ms) SAVEPOINT active_record_1
3288
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3289
+  (0.1ms) rollback transaction
3290
+  (0.0ms) begin transaction
3291
+  (0.0ms) SAVEPOINT active_record_1
3292
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3293
+  (0.1ms) rollback transaction
3294
+  (0.0ms) begin transaction
3295
+  (0.2ms) SAVEPOINT active_record_1
3296
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3297
+  (0.1ms) rollback transaction
3298
+  (0.1ms) begin transaction
3299
+  (0.1ms) SAVEPOINT active_record_1
3300
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3301
+  (0.0ms) rollback transaction
3302
+  (0.1ms) begin transaction
3303
+  (0.1ms) SAVEPOINT active_record_1
3304
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3305
+  (0.0ms) rollback transaction
3306
+  (0.0ms) begin transaction
3307
+  (0.2ms) SAVEPOINT active_record_1
3308
+ [attached] save attached
3309
+ SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:19:05 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "785ea92a-2344-401e-a478-6c62754fc8e2"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 24 May 2013 23:19:05 UTC +00:00]]
3310
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3311
+  (0.6ms) rollback transaction
3312
+  (0.1ms) begin transaction
3313
+ Image Load (0.4ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3314
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3315
+ Processing by ImagesController#create as HTML
3316
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007ffe7606fa50 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-44638-1d81kn6>>}}
3317
+  (0.2ms) SAVEPOINT active_record_1
3318
+ [attached] save attached
3319
+ SQL (0.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:19:10 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "76b0870d-4dbc-4fe1-9bf7-39d6200ef1ee"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 24 May 2013 23:19:10 UTC +00:00]]
3320
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3321
+  (0.0ms) SAVEPOINT active_record_1
3322
+ [attached] save attached
3323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3324
+ Redirected to http://test.host/images/87884899
3325
+ Completed 302 Found in 5030ms (ActiveRecord: 0.0ms)
3326
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3327
+  (0.6ms) rollback transaction
3328
+  (0.0ms) begin transaction
3329
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3330
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3331
+ Processing by ImagesController#destroy as HTML
3332
+ Parameters: {"id"=>"87884898"}
3333
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3334
+  (0.0ms) SAVEPOINT active_record_1
3335
+ [attached] destroy attached
3336
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3337
+ Completed 500 Internal Server Error in 1086ms
3338
+  (0.0ms) rollback transaction
3339
+  (0.0ms) begin transaction
3340
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3341
+ Processing by ImagesController#edit as HTML
3342
+ Parameters: {"id"=>"87884898"}
3343
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3344
+ Rendered images/_form.html.haml (4.8ms)
3345
+ Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
3346
+  (0.1ms) rollback transaction
3347
+  (0.1ms) begin transaction
3348
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3349
+ Processing by ImagesController#index as HTML
3350
+ Image Load (0.1ms) SELECT "images".* FROM "images"
3351
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.1ms)
3352
+  (0.1ms) rollback transaction
3353
+  (0.0ms) begin transaction
3354
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3355
+ Processing by ImagesController#new as HTML
3356
+ Rendered images/_form.html.haml (2.2ms)
3357
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
3358
+  (0.1ms) rollback transaction
3359
+  (0.0ms) begin transaction
3360
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3361
+ Processing by ImagesController#show as HTML
3362
+ Parameters: {"id"=>"87884898"}
3363
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3364
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.1ms)
3365
+  (0.2ms) rollback transaction
3366
+  (0.1ms) begin transaction
3367
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3368
+ Processing by ImagesController#update as HTML
3369
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:18:54 UTC", "updated_at"=>"2013-05-24 23:18:54 UTC"}, "id"=>"87884898"}
3370
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3371
+ Redirected to http://test.host/images/87884898
3372
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
3373
+  (0.1ms) rollback transaction
3374
+  (0.1ms) begin transaction
3375
+ Processing by MainController#index as HTML
3376
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
3377
+  (0.1ms) rollback transaction
3378
+ Connecting to database specified by database.yml
3379
+  (0.3ms) begin transaction
3380
+  (0.0ms) rollback transaction
3381
+  (0.0ms) begin transaction
3382
+  (0.1ms) SAVEPOINT active_record_1
3383
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3384
+  (0.1ms) rollback transaction
3385
+  (0.1ms) begin transaction
3386
+  (0.0ms) SAVEPOINT active_record_1
3387
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3388
+  (0.0ms) rollback transaction
3389
+  (0.0ms) begin transaction
3390
+  (0.1ms) SAVEPOINT active_record_1
3391
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3392
+  (0.1ms) rollback transaction
3393
+  (0.1ms) begin transaction
3394
+  (0.2ms) SAVEPOINT active_record_1
3395
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3396
+  (0.0ms) rollback transaction
3397
+  (0.1ms) begin transaction
3398
+  (0.1ms) SAVEPOINT active_record_1
3399
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3400
+  (0.0ms) rollback transaction
3401
+  (0.0ms) begin transaction
3402
+  (0.1ms) SAVEPOINT active_record_1
3403
+ [attached] save attached
3404
+ SQL (5.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:23:54 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "a406b515-0c4d-4060-acd6-15ec09c03dba"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 23:23:54 UTC +00:00]]
3405
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3406
+  (0.5ms) rollback transaction
3407
+  (0.1ms) begin transaction
3408
+ Fixture Delete (0.2ms) DELETE FROM "audios"
3409
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:23:54', '2013-05-24 23:23:54', 410859157)
3410
+ Fixture Delete (0.1ms) DELETE FROM "images"
3411
+ Fixture Insert (0.0ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:23:54', '2013-05-24 23:23:54', 87884898)
3412
+  (1.1ms) commit transaction
3413
+  (0.1ms) begin transaction
3414
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3415
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3416
+ Processing by AudiosController#create as HTML
3417
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fdea4a16dc0 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-45275-1iyzaof>>}}
3418
+  (0.2ms) SAVEPOINT active_record_1
3419
+ [attached] save attached
3420
+ SQL (0.7ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:23:58 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "4c9649e4-ff78-452d-8384-e044f4f3f1f9"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 23:23:58 UTC +00:00]]
3421
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3422
+ Redirected to http://test.host/audios/410859158
3423
+ Completed 302 Found in 4394ms (ActiveRecord: 0.0ms)
3424
+  (0.2ms) SELECT COUNT(*) FROM "audios"
3425
+  (0.6ms) rollback transaction
3426
+  (0.0ms) begin transaction
3427
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3428
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3429
+ Processing by AudiosController#destroy as HTML
3430
+ Parameters: {"id"=>"410859157"}
3431
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3432
+  (0.1ms) SAVEPOINT active_record_1
3433
+ [attached] destroy attached
3434
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3435
+ Completed 500 Internal Server Error in 1227ms
3436
+  (0.1ms) rollback transaction
3437
+  (0.1ms) begin transaction
3438
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3439
+ Processing by AudiosController#edit as HTML
3440
+ Parameters: {"id"=>"410859157"}
3441
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3442
+ Rendered audios/_form.html.haml (4.9ms)
3443
+ Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.1ms)
3444
+  (0.1ms) rollback transaction
3445
+  (0.0ms) begin transaction
3446
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3447
+ Processing by AudiosController#index as HTML
3448
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" 
3449
+ Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.2ms)
3450
+  (0.1ms) rollback transaction
3451
+  (0.0ms) begin transaction
3452
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3453
+ Processing by AudiosController#new as HTML
3454
+ Rendered audios/_form.html.haml (3.0ms)
3455
+ Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
3456
+  (0.1ms) rollback transaction
3457
+  (0.1ms) begin transaction
3458
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3459
+ Processing by AudiosController#show as HTML
3460
+ Parameters: {"id"=>"410859157"}
3461
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3462
+ Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.1ms)
3463
+  (0.1ms) rollback transaction
3464
+  (0.1ms) begin transaction
3465
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3466
+ Processing by AudiosController#update as HTML
3467
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:23:54 UTC", "updated_at"=>"2013-05-24 23:23:54 UTC"}, "id"=>"410859157"}
3468
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3469
+ WARNING: Can't mass-assign protected attributes: id
3470
+  (0.1ms) SAVEPOINT active_record_1
3471
+ [attached] save attached
3472
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3473
+ Redirected to http://test.host/audios/410859157
3474
+ Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
3475
+  (0.1ms) rollback transaction
3476
+  (0.1ms) begin transaction
3477
+  (0.2ms) SAVEPOINT active_record_1
3478
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3479
+  (0.1ms) rollback transaction
3480
+  (0.0ms) begin transaction
3481
+  (0.0ms) SAVEPOINT active_record_1
3482
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3483
+  (0.0ms) rollback transaction
3484
+  (0.0ms) begin transaction
3485
+  (0.1ms) SAVEPOINT active_record_1
3486
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3487
+  (0.0ms) rollback transaction
3488
+  (0.0ms) begin transaction
3489
+  (0.1ms) SAVEPOINT active_record_1
3490
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3491
+  (0.1ms) rollback transaction
3492
+  (0.1ms) begin transaction
3493
+  (0.1ms) SAVEPOINT active_record_1
3494
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3495
+  (0.0ms) rollback transaction
3496
+  (0.0ms) begin transaction
3497
+  (0.1ms) SAVEPOINT active_record_1
3498
+ [attached] save attached
3499
+ SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:24:05 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "db9c52f9-c96d-454f-a21b-06731b918967"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 24 May 2013 23:24:05 UTC +00:00]]
3500
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3501
+  (0.4ms) rollback transaction
3502
+  (0.1ms) begin transaction
3503
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3504
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3505
+ Processing by ImagesController#create as HTML
3506
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fdea49ec4a8 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-45275-xp37ax>>}}
3507
+  (0.2ms) SAVEPOINT active_record_1
3508
+ [attached] save attached
3509
+ SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:24:10 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "e226ea9d-f88e-4df8-a44d-85a18eaf182b"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 24 May 2013 23:24:10 UTC +00:00]]
3510
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3511
+  (0.0ms) SAVEPOINT active_record_1
3512
+ [attached] save attached
3513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3514
+ Redirected to http://test.host/images/87884899
3515
+ Completed 302 Found in 5122ms (ActiveRecord: 0.0ms)
3516
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3517
+  (0.5ms) rollback transaction
3518
+  (0.0ms) begin transaction
3519
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3520
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3521
+ Processing by ImagesController#destroy as HTML
3522
+ Parameters: {"id"=>"87884898"}
3523
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3524
+  (0.0ms) SAVEPOINT active_record_1
3525
+ [attached] destroy attached
3526
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3527
+ Completed 500 Internal Server Error in 1327ms
3528
+  (0.1ms) rollback transaction
3529
+  (0.0ms) begin transaction
3530
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3531
+ Processing by ImagesController#edit as HTML
3532
+ Parameters: {"id"=>"87884898"}
3533
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3534
+ Rendered images/_form.html.haml (4.8ms)
3535
+ Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
3536
+  (0.1ms) rollback transaction
3537
+  (0.0ms) begin transaction
3538
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3539
+ Processing by ImagesController#index as HTML
3540
+ Image Load (0.1ms) SELECT "images".* FROM "images"
3541
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
3542
+  (0.1ms) rollback transaction
3543
+  (0.0ms) begin transaction
3544
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3545
+ Processing by ImagesController#new as HTML
3546
+ Rendered images/_form.html.haml (4.2ms)
3547
+ Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)
3548
+  (0.1ms) rollback transaction
3549
+  (0.1ms) begin transaction
3550
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3551
+ Processing by ImagesController#show as HTML
3552
+ Parameters: {"id"=>"87884898"}
3553
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3554
+ Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.1ms)
3555
+  (0.1ms) rollback transaction
3556
+  (0.0ms) begin transaction
3557
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3558
+ Processing by ImagesController#update as HTML
3559
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:23:54 UTC", "updated_at"=>"2013-05-24 23:23:54 UTC"}, "id"=>"87884898"}
3560
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3561
+ Redirected to http://test.host/images/87884898
3562
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3563
+  (0.1ms) rollback transaction
3564
+  (0.1ms) begin transaction
3565
+ Processing by MainController#index as HTML
3566
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
3567
+  (0.1ms) rollback transaction
3568
+ Connecting to database specified by database.yml
3569
+  (0.3ms) begin transaction
3570
+  (0.0ms) rollback transaction
3571
+  (0.0ms) begin transaction
3572
+  (0.1ms) SAVEPOINT active_record_1
3573
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3574
+  (0.1ms) rollback transaction
3575
+  (0.1ms) begin transaction
3576
+  (0.0ms) SAVEPOINT active_record_1
3577
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3578
+  (0.0ms) rollback transaction
3579
+  (0.0ms) begin transaction
3580
+  (0.2ms) SAVEPOINT active_record_1
3581
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3582
+  (0.0ms) rollback transaction
3583
+  (0.0ms) begin transaction
3584
+  (0.2ms) SAVEPOINT active_record_1
3585
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3586
+  (0.0ms) rollback transaction
3587
+  (0.0ms) begin transaction
3588
+  (0.1ms) SAVEPOINT active_record_1
3589
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3590
+  (0.1ms) rollback transaction
3591
+  (0.1ms) begin transaction
3592
+  (0.1ms) SAVEPOINT active_record_1
3593
+ [attached] save attached
3594
+ SQL (5.0ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:37:38 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "356446cd-b305-429d-b2e2-2f1de3ebac54"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 23:37:38 UTC +00:00]]
3595
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3596
+  (0.5ms) rollback transaction
3597
+  (0.1ms) begin transaction
3598
+ Fixture Delete (0.3ms) DELETE FROM "audios"
3599
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:37:38', '2013-05-24 23:37:38', 410859157)
3600
+ Fixture Delete (0.1ms) DELETE FROM "images"
3601
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:37:38', '2013-05-24 23:37:38', 87884898)
3602
+  (1.0ms) commit transaction
3603
+  (0.0ms) begin transaction
3604
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3605
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3606
+ Processing by AudiosController#create as HTML
3607
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007ff8ee70cee0 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-45811-fjdsef>>}}
3608
+  (0.2ms) SAVEPOINT active_record_1
3609
+ [attached] save attached
3610
+ SQL (0.9ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:37:43 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "5b3fe70b-03db-460a-8acd-1e5175b0f356"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 23:37:43 UTC +00:00]]
3611
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3612
+ Redirected to http://test.host/audios/410859158
3613
+ Completed 302 Found in 4728ms (ActiveRecord: 0.0ms)
3614
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3615
+  (0.6ms) rollback transaction
3616
+  (0.0ms) begin transaction
3617
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3618
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3619
+ Processing by AudiosController#destroy as HTML
3620
+ Parameters: {"id"=>"410859157"}
3621
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3622
+  (0.1ms) SAVEPOINT active_record_1
3623
+ [attached] destroy attached
3624
+ SQL (0.6ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]
3625
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3626
+ Redirected to http://test.host/audios
3627
+ Completed 302 Found in 5431ms (ActiveRecord: 0.0ms)
3628
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
3629
+  (0.5ms) rollback transaction
3630
+  (0.1ms) begin transaction
3631
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3632
+ Processing by AudiosController#edit as HTML
3633
+ Parameters: {"id"=>"410859157"}
3634
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3635
+ Rendered audios/_form.html.haml (4.5ms)
3636
+ Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.1ms)
3637
+  (0.1ms) rollback transaction
3638
+  (0.0ms) begin transaction
3639
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3640
+ Processing by AudiosController#index as HTML
3641
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" 
3642
+ Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.1ms)
3643
+  (0.1ms) rollback transaction
3644
+  (0.1ms) begin transaction
3645
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3646
+ Processing by AudiosController#new as HTML
3647
+ Rendered audios/_form.html.haml (2.0ms)
3648
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
3649
+  (0.1ms) rollback transaction
3650
+  (0.1ms) begin transaction
3651
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3652
+ Processing by AudiosController#show as HTML
3653
+ Parameters: {"id"=>"410859157"}
3654
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3655
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
3656
+  (0.1ms) rollback transaction
3657
+  (0.0ms) begin transaction
3658
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3659
+ Processing by AudiosController#update as HTML
3660
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:37:38 UTC", "updated_at"=>"2013-05-24 23:37:38 UTC"}, "id"=>"410859157"}
3661
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3662
+ WARNING: Can't mass-assign protected attributes: id
3663
+  (0.1ms) SAVEPOINT active_record_1
3664
+ [attached] save attached
3665
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3666
+ Redirected to http://test.host/audios/410859157
3667
+ Completed 302 Found in 136ms (ActiveRecord: 0.0ms)
3668
+  (0.1ms) rollback transaction
3669
+  (0.1ms) begin transaction
3670
+  (0.2ms) SAVEPOINT active_record_1
3671
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3672
+  (0.1ms) rollback transaction
3673
+  (0.0ms) begin transaction
3674
+  (0.0ms) SAVEPOINT active_record_1
3675
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3676
+  (0.0ms) rollback transaction
3677
+  (0.0ms) begin transaction
3678
+  (0.1ms) SAVEPOINT active_record_1
3679
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3680
+  (0.0ms) rollback transaction
3681
+  (0.0ms) begin transaction
3682
+  (0.2ms) SAVEPOINT active_record_1
3683
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3684
+  (0.0ms) rollback transaction
3685
+  (0.0ms) begin transaction
3686
+  (0.1ms) SAVEPOINT active_record_1
3687
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3688
+  (0.1ms) rollback transaction
3689
+  (0.1ms) begin transaction
3690
+  (0.2ms) SAVEPOINT active_record_1
3691
+ [attached] save attached
3692
+ SQL (1.6ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:37:55 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "65cb0615-5b7c-468b-8fc5-05b6061d44e4"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 24 May 2013 23:37:55 UTC +00:00]]
3693
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3694
+  (0.5ms) rollback transaction
3695
+  (0.1ms) begin transaction
3696
+ Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3697
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3698
+ Processing by ImagesController#create as HTML
3699
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007ff8eb7375d0 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-45811-dm0lwn>>}}
3700
+  (0.2ms) SAVEPOINT active_record_1
3701
+ [attached] save attached
3702
+ SQL (0.8ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:37:59 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "95ef866a-620f-4c52-90a7-6f71f92b0f25"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 24 May 2013 23:37:59 UTC +00:00]]
3703
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3704
+  (0.0ms) SAVEPOINT active_record_1
3705
+ [attached] save attached
3706
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3707
+ Redirected to http://test.host/images/87884899
3708
+ Completed 302 Found in 4301ms (ActiveRecord: 0.0ms)
3709
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3710
+  (0.7ms) rollback transaction
3711
+  (0.1ms) begin transaction
3712
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3713
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3714
+ Processing by ImagesController#destroy as HTML
3715
+ Parameters: {"id"=>"87884898"}
3716
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3717
+  (0.0ms) SAVEPOINT active_record_1
3718
+ [attached] destroy attached
3719
+ SQL (0.6ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]
3720
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3721
+ Redirected to http://test.host/images
3722
+ Completed 302 Found in 6562ms (ActiveRecord: 0.0ms)
3723
+  (0.1ms) SELECT COUNT(*) FROM "images"
3724
+  (0.6ms) rollback transaction
3725
+  (0.0ms) begin transaction
3726
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3727
+ Processing by ImagesController#edit as HTML
3728
+ Parameters: {"id"=>"87884898"}
3729
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3730
+ Rendered images/_form.html.haml (4.4ms)
3731
+ Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
3732
+  (0.1ms) rollback transaction
3733
+  (0.0ms) begin transaction
3734
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3735
+ Processing by ImagesController#index as HTML
3736
+ Image Load (0.1ms) SELECT "images".* FROM "images"
3737
+ Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.1ms)
3738
+  (0.1ms) rollback transaction
3739
+  (0.0ms) begin transaction
3740
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3741
+ Processing by ImagesController#new as HTML
3742
+ Rendered images/_form.html.haml (3.2ms)
3743
+ Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
3744
+  (0.1ms) rollback transaction
3745
+  (0.0ms) begin transaction
3746
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3747
+ Processing by ImagesController#show as HTML
3748
+ Parameters: {"id"=>"87884898"}
3749
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3750
+ Completed 200 OK in 7ms (Views: 4.9ms | ActiveRecord: 0.1ms)
3751
+  (0.1ms) rollback transaction
3752
+  (0.0ms) begin transaction
3753
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3754
+ Processing by ImagesController#update as HTML
3755
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:37:38 UTC", "updated_at"=>"2013-05-24 23:37:38 UTC"}, "id"=>"87884898"}
3756
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3757
+ Redirected to http://test.host/images/87884898
3758
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3759
+  (0.1ms) rollback transaction
3760
+  (0.1ms) begin transaction
3761
+ Processing by MainController#index as HTML
3762
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
3763
+  (0.1ms) rollback transaction
3764
+ Connecting to database specified by database.yml
3765
+  (0.3ms) begin transaction
3766
+  (0.0ms) rollback transaction
3767
+  (0.0ms) begin transaction
3768
+  (0.2ms) SAVEPOINT active_record_1
3769
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3770
+  (0.1ms) rollback transaction
3771
+  (0.0ms) begin transaction
3772
+  (0.0ms) SAVEPOINT active_record_1
3773
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3774
+  (0.0ms) rollback transaction
3775
+  (0.0ms) begin transaction
3776
+  (0.1ms) SAVEPOINT active_record_1
3777
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3778
+  (0.0ms) rollback transaction
3779
+  (0.1ms) begin transaction
3780
+  (0.2ms) SAVEPOINT active_record_1
3781
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3782
+  (0.1ms) rollback transaction
3783
+  (0.1ms) begin transaction
3784
+  (0.2ms) SAVEPOINT active_record_1
3785
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3786
+  (0.0ms) rollback transaction
3787
+  (0.1ms) begin transaction
3788
+  (0.1ms) SAVEPOINT active_record_1
3789
+ [attached] save attached
3790
+ SQL (3.7ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:39:59 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "7c442f0a-5ca3-491d-9eff-684138abfa1d"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 24 May 2013 23:39:59 UTC +00:00]]
3791
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3792
+  (0.5ms) rollback transaction
3793
+  (0.1ms) begin transaction
3794
+ Fixture Delete (0.3ms) DELETE FROM "audios"
3795
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-24 23:39:59', '2013-05-24 23:39:59', 410859157)
3796
+ Fixture Delete (0.1ms) DELETE FROM "images"
3797
+ Fixture Insert (0.0ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-24 23:39:59', '2013-05-24 23:39:59', 87884898)
3798
+  (0.9ms) commit transaction
3799
+  (0.0ms) begin transaction
3800
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3801
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3802
+ Processing by AudiosController#create as HTML
3803
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fb62e1fb238 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130524-46008-p0i8zi>>}}
3804
+  (0.2ms) SAVEPOINT active_record_1
3805
+ [attached] save attached
3806
+ SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:40:05 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "56d86856-f2c8-4728-9b11-1e69041e5285"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 24 May 2013 23:40:05 UTC +00:00]]
3807
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3808
+ Redirected to http://test.host/audios/410859158
3809
+ Completed 302 Found in 5506ms (ActiveRecord: 0.0ms)
3810
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3811
+  (0.5ms) rollback transaction
3812
+  (0.0ms) begin transaction
3813
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3814
+  (0.1ms) SELECT COUNT(*) FROM "audios"
3815
+ Processing by AudiosController#destroy as HTML
3816
+ Parameters: {"id"=>"410859157"}
3817
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3818
+  (0.0ms) SAVEPOINT active_record_1
3819
+ [attached] destroy attached
3820
+ SQL (0.6ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]
3821
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3822
+ Redirected to http://test.host/audios
3823
+ Completed 302 Found in 5491ms (ActiveRecord: 0.0ms)
3824
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
3825
+  (0.4ms) rollback transaction
3826
+  (0.0ms) begin transaction
3827
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3828
+ Processing by AudiosController#edit as HTML
3829
+ Parameters: {"id"=>"410859157"}
3830
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3831
+ Rendered audios/_form.html.haml (6.7ms)
3832
+ Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.1ms)
3833
+  (0.1ms) rollback transaction
3834
+  (0.1ms) begin transaction
3835
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3836
+ Processing by AudiosController#index as HTML
3837
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" 
3838
+ Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.2ms)
3839
+  (0.1ms) rollback transaction
3840
+  (0.1ms) begin transaction
3841
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3842
+ Processing by AudiosController#new as HTML
3843
+ Rendered audios/_form.html.haml (2.2ms)
3844
+ Completed 200 OK in 138ms (Views: 6.4ms | ActiveRecord: 0.0ms)
3845
+  (0.1ms) rollback transaction
3846
+  (0.0ms) begin transaction
3847
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3848
+ Processing by AudiosController#show as HTML
3849
+ Parameters: {"id"=>"410859157"}
3850
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3851
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
3852
+  (0.1ms) rollback transaction
3853
+  (0.0ms) begin transaction
3854
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3855
+ Processing by AudiosController#update as HTML
3856
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-24 23:39:59 UTC", "updated_at"=>"2013-05-24 23:39:59 UTC"}, "id"=>"410859157"}
3857
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
3858
+ WARNING: Can't mass-assign protected attributes: id
3859
+  (0.1ms) SAVEPOINT active_record_1
3860
+ [attached] save attached
3861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3862
+ Redirected to http://test.host/audios/410859157
3863
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
3864
+  (0.1ms) rollback transaction
3865
+  (0.1ms) begin transaction
3866
+  (0.2ms) SAVEPOINT active_record_1
3867
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3868
+  (0.1ms) rollback transaction
3869
+  (0.1ms) begin transaction
3870
+  (0.0ms) SAVEPOINT active_record_1
3871
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3872
+  (0.0ms) rollback transaction
3873
+  (0.0ms) begin transaction
3874
+  (0.2ms) SAVEPOINT active_record_1
3875
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3876
+  (0.0ms) rollback transaction
3877
+  (0.0ms) begin transaction
3878
+  (0.2ms) SAVEPOINT active_record_1
3879
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3880
+  (0.1ms) rollback transaction
3881
+  (0.0ms) begin transaction
3882
+  (0.2ms) SAVEPOINT active_record_1
3883
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3884
+  (0.1ms) rollback transaction
3885
+  (0.1ms) begin transaction
3886
+  (0.1ms) SAVEPOINT active_record_1
3887
+ [attached] save attached
3888
+ SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:40:17 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "3d2c0dad-1ef5-478a-b3ea-7f217f42923d"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 24 May 2013 23:40:17 UTC +00:00]]
3889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3890
+  (0.4ms) rollback transaction
3891
+  (0.1ms) begin transaction
3892
+ Image Load (0.3ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3893
+  (0.2ms) SELECT COUNT(*) FROM "images" 
3894
+ Processing by ImagesController#create as HTML
3895
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fb62bf1a430 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130524-46008-10utgts>>}}
3896
+  (0.3ms) SAVEPOINT active_record_1
3897
+ [attached] save attached
3898
+ SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 24 May 2013 23:40:22 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "edc9cbf9-4722-4854-ae80-734419115985"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 24 May 2013 23:40:22 UTC +00:00]]
3899
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3900
+  (0.0ms) SAVEPOINT active_record_1
3901
+ [attached] save attached
3902
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3903
+ Redirected to http://test.host/images/87884899
3904
+ Completed 302 Found in 4846ms (ActiveRecord: 0.0ms)
3905
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3906
+  (0.6ms) rollback transaction
3907
+  (0.1ms) begin transaction
3908
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3909
+  (0.1ms) SELECT COUNT(*) FROM "images" 
3910
+ Processing by ImagesController#destroy as HTML
3911
+ Parameters: {"id"=>"87884898"}
3912
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3913
+  (0.0ms) SAVEPOINT active_record_1
3914
+ [attached] destroy attached
3915
+ SQL (0.6ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]
3916
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3917
+ Redirected to http://test.host/images
3918
+ Completed 302 Found in 6557ms (ActiveRecord: 0.0ms)
3919
+  (0.1ms) SELECT COUNT(*) FROM "images"
3920
+  (0.6ms) rollback transaction
3921
+  (0.0ms) begin transaction
3922
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3923
+ Processing by ImagesController#edit as HTML
3924
+ Parameters: {"id"=>"87884898"}
3925
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3926
+ Rendered images/_form.html.haml (4.6ms)
3927
+ Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
3928
+  (0.1ms) rollback transaction
3929
+  (0.0ms) begin transaction
3930
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3931
+ Processing by ImagesController#index as HTML
3932
+ Image Load (0.1ms) SELECT "images".* FROM "images"
3933
+ Completed 200 OK in 138ms (Views: 136.5ms | ActiveRecord: 0.1ms)
3934
+  (0.1ms) rollback transaction
3935
+  (0.0ms) begin transaction
3936
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3937
+ Processing by ImagesController#new as HTML
3938
+ Rendered images/_form.html.haml (2.1ms)
3939
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
3940
+  (0.1ms) rollback transaction
3941
+  (0.0ms) begin transaction
3942
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3943
+ Processing by ImagesController#show as HTML
3944
+ Parameters: {"id"=>"87884898"}
3945
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3946
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
3947
+  (0.1ms) rollback transaction
3948
+  (0.0ms) begin transaction
3949
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
3950
+ Processing by ImagesController#update as HTML
3951
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-24 23:39:59 UTC", "updated_at"=>"2013-05-24 23:39:59 UTC"}, "id"=>"87884898"}
3952
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
3953
+ Redirected to http://test.host/images/87884898
3954
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
3955
+  (0.1ms) rollback transaction
3956
+  (0.1ms) begin transaction
3957
+ Processing by MainController#index as HTML
3958
+ Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)
3959
+  (0.1ms) rollback transaction
3960
+ Connecting to database specified by database.yml
3961
+  (0.3ms) begin transaction
3962
+  (0.1ms) rollback transaction
3963
+  (0.1ms) begin transaction
3964
+  (0.2ms) SAVEPOINT active_record_1
3965
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3966
+  (0.1ms) rollback transaction
3967
+  (0.1ms) begin transaction
3968
+  (0.0ms) SAVEPOINT active_record_1
3969
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3970
+  (0.1ms) rollback transaction
3971
+  (0.0ms) begin transaction
3972
+  (0.1ms) SAVEPOINT active_record_1
3973
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3974
+  (0.0ms) rollback transaction
3975
+  (0.1ms) begin transaction
3976
+  (0.2ms) SAVEPOINT active_record_1
3977
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3978
+  (0.0ms) rollback transaction
3979
+  (0.1ms) begin transaction
3980
+  (0.1ms) SAVEPOINT active_record_1
3981
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3982
+  (0.1ms) rollback transaction
3983
+  (0.0ms) begin transaction
3984
+  (0.2ms) SAVEPOINT active_record_1
3985
+ [attached] save attached
3986
+ SQL (8.2ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 May 2013 01:39:47 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "1e808a6a-2471-4586-bf11-8f3a90eeb79e"], ["file_size", 1055276], ["name", nil], ["updated_at", Sun, 26 May 2013 01:39:47 UTC +00:00]]
3987
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3988
+  (0.5ms) rollback transaction
3989
+  (0.1ms) begin transaction
3990
+ Fixture Delete (0.3ms) DELETE FROM "audios"
3991
+ Fixture Insert (0.1ms) INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2013-05-26 01:39:47', '2013-05-26 01:39:47', 410859157)
3992
+ Fixture Delete (0.1ms) DELETE FROM "images"
3993
+ Fixture Insert (0.1ms) INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2013-05-26 01:39:47', '2013-05-26 01:39:47', 87884898)
3994
+  (0.7ms) commit transaction
3995
+  (0.1ms) begin transaction
3996
+ Audio Load (0.3ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
3997
+  (0.2ms) SELECT COUNT(*) FROM "audios"
3998
+ Processing by AudiosController#create as HTML
3999
+ Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fc23d788fc8 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/audio.wav20130525-24844-14h26q5>>}}
4000
+  (0.2ms) SAVEPOINT active_record_1
4001
+ [attached] save attached
4002
+ SQL (0.6ms) INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 May 2013 01:40:10 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "f91e4fcc-8b37-479a-8fc0-13964bc846a9"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Sun, 26 May 2013 01:40:10 UTC +00:00]]
4003
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4004
+ Redirected to http://test.host/audios/410859158
4005
+ Completed 302 Found in 22941ms (ActiveRecord: 0.0ms)
4006
+  (0.1ms) SELECT COUNT(*) FROM "audios"
4007
+  (0.4ms) rollback transaction
4008
+  (0.0ms) begin transaction
4009
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
4010
+  (0.1ms) SELECT COUNT(*) FROM "audios"
4011
+ Processing by AudiosController#destroy as HTML
4012
+ Parameters: {"id"=>"410859157"}
4013
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
4014
+  (0.1ms) SAVEPOINT active_record_1
4015
+ [attached] destroy attached
4016
+ SQL (0.6ms) DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]
4017
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4018
+ Redirected to http://test.host/audios
4019
+ Completed 302 Found in 9743ms (ActiveRecord: 0.0ms)
4020
+  (0.1ms) SELECT COUNT(*) FROM "audios" 
4021
+  (0.4ms) rollback transaction
4022
+  (0.1ms) begin transaction
4023
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
4024
+ Processing by AudiosController#edit as HTML
4025
+ Parameters: {"id"=>"410859157"}
4026
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
4027
+ Rendered audios/_form.html.haml (6.9ms)
4028
+ Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.1ms)
4029
+  (0.1ms) rollback transaction
4030
+  (0.0ms) begin transaction
4031
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
4032
+ Processing by AudiosController#index as HTML
4033
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" 
4034
+ Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.2ms)
4035
+  (0.1ms) rollback transaction
4036
+  (0.0ms) begin transaction
4037
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
4038
+ Processing by AudiosController#new as HTML
4039
+ Rendered audios/_form.html.haml (3.2ms)
4040
+ Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
4041
+  (0.1ms) rollback transaction
4042
+  (0.0ms) begin transaction
4043
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
4044
+ Processing by AudiosController#show as HTML
4045
+ Parameters: {"id"=>"410859157"}
4046
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
4047
+ Completed 200 OK in 12ms (Views: 9.4ms | ActiveRecord: 0.1ms)
4048
+  (0.2ms) rollback transaction
4049
+  (0.1ms) begin transaction
4050
+ Audio Load (0.2ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
4051
+ Processing by AudiosController#update as HTML
4052
+ Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2013-05-26 01:39:47 UTC", "updated_at"=>"2013-05-26 01:39:47 UTC"}, "id"=>"410859157"}
4053
+ Audio Load (0.1ms) SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
4054
+ WARNING: Can't mass-assign protected attributes: id
4055
+  (0.1ms) SAVEPOINT active_record_1
4056
+ [attached] save attached
4057
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4058
+ Redirected to http://test.host/audios/410859157
4059
+ Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
4060
+  (0.1ms) rollback transaction
4061
+  (0.2ms) begin transaction
4062
+  (0.2ms) SAVEPOINT active_record_1
4063
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
4064
+  (0.1ms) rollback transaction
4065
+  (0.1ms) begin transaction
4066
+  (0.0ms) SAVEPOINT active_record_1
4067
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
4068
+  (0.1ms) rollback transaction
4069
+  (0.1ms) begin transaction
4070
+  (0.2ms) SAVEPOINT active_record_1
4071
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
4072
+  (0.0ms) rollback transaction
4073
+  (0.1ms) begin transaction
4074
+  (0.2ms) SAVEPOINT active_record_1
4075
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
4076
+  (0.0ms) rollback transaction
4077
+  (0.1ms) begin transaction
4078
+  (0.2ms) SAVEPOINT active_record_1
4079
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
4080
+  (0.0ms) rollback transaction
4081
+  (0.1ms) begin transaction
4082
+  (0.1ms) SAVEPOINT active_record_1
4083
+ [attached] save attached
4084
+ SQL (0.7ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 May 2013 01:40:32 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "f08f3e1b-1d51-434f-9dc8-3d7b10c8c7f1"], ["file_size", 399085], ["name", nil], ["updated_at", Sun, 26 May 2013 01:40:32 UTC +00:00]]
4085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4086
+  (0.4ms) rollback transaction
4087
+  (0.1ms) begin transaction
4088
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
4089
+  (0.2ms) SELECT COUNT(*) FROM "images" 
4090
+ Processing by ImagesController#create as HTML
4091
+ Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fc23bcf8b40 @content_type="image/png", @original_filename="image.png", @tempfile=#<Tempfile:/var/folders/cz/w72mmkxj48q1hn3n3xbyr7c80000gn/T/image.png20130525-24844-1l1pttn>>}}
4092
+  (0.2ms) SAVEPOINT active_record_1
4093
+ [attached] save attached
4094
+ SQL (0.9ms) INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 26 May 2013 01:40:44 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "de58a66c-dffc-437e-9725-d11d62921ce5"], ["file_size", 399085], ["name", "Image"], ["updated_at", Sun, 26 May 2013 01:40:44 UTC +00:00]]
4095
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4096
+  (0.0ms) SAVEPOINT active_record_1
4097
+ [attached] save attached
4098
+  (0.0ms) RELEASE SAVEPOINT active_record_1
4099
+ Redirected to http://test.host/images/87884899
4100
+ Completed 302 Found in 12641ms (ActiveRecord: 0.0ms)
4101
+  (0.2ms) SELECT COUNT(*) FROM "images" 
4102
+  (0.5ms) rollback transaction
4103
+  (0.0ms) begin transaction
4104
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
4105
+  (0.1ms) SELECT COUNT(*) FROM "images" 
4106
+ Processing by ImagesController#destroy as HTML
4107
+ Parameters: {"id"=>"87884898"}
4108
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
4109
+  (0.1ms) SAVEPOINT active_record_1
4110
+ [attached] destroy attached
4111
+ SQL (0.5ms) DELETE FROM "images" WHERE "images"."id" = ? [["id", 87884898]]
4112
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4113
+ Redirected to http://test.host/images
4114
+ Completed 302 Found in 12450ms (ActiveRecord: 0.0ms)
4115
+  (0.2ms) SELECT COUNT(*) FROM "images"
4116
+  (2.3ms) rollback transaction
4117
+  (0.1ms) begin transaction
4118
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
4119
+ Processing by ImagesController#edit as HTML
4120
+ Parameters: {"id"=>"87884898"}
4121
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
4122
+ Rendered images/_form.html.haml (8.7ms)
4123
+ Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.1ms)
4124
+  (0.1ms) rollback transaction
4125
+  (0.0ms) begin transaction
4126
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
4127
+ Processing by ImagesController#index as HTML
4128
+ Image Load (0.2ms) SELECT "images".* FROM "images"
4129
+ Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.2ms)
4130
+  (0.1ms) rollback transaction
4131
+  (0.1ms) begin transaction
4132
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
4133
+ Processing by ImagesController#new as HTML
4134
+ Rendered images/_form.html.haml (3.7ms)
4135
+ Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
4136
+  (0.1ms) rollback transaction
4137
+  (0.1ms) begin transaction
4138
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
4139
+ Processing by ImagesController#show as HTML
4140
+ Parameters: {"id"=>"87884898"}
4141
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
4142
+ Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.1ms)
4143
+  (0.1ms) rollback transaction
4144
+  (0.0ms) begin transaction
4145
+ Image Load (0.2ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
4146
+ Processing by ImagesController#update as HTML
4147
+ Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2013-05-26 01:39:47 UTC", "updated_at"=>"2013-05-26 01:39:47 UTC"}, "id"=>"87884898"}
4148
+ Image Load (0.1ms) SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
4149
+ Redirected to http://test.host/images/87884898
4150
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
4151
+  (0.1ms) rollback transaction
4152
+  (0.1ms) begin transaction
4153
+ Processing by MainController#index as HTML
4154
+ Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
4155
+  (0.1ms) rollback transaction