attached 0.4.6 → 0.4.7
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.
- data/Rakefile +23 -0
- data/lib/attached/version.rb +1 -1
- data/test/attached_test.rb +7 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +3 -0
- data/test/dummy/app/assets/javascripts/audios.js +0 -0
- data/test/dummy/app/assets/javascripts/images.js +0 -0
- data/test/dummy/app/assets/javascripts/main.js +0 -0
- data/test/dummy/app/assets/stylesheets/application.css +16 -0
- data/test/dummy/app/assets/stylesheets/audios.css +0 -0
- data/test/dummy/app/assets/stylesheets/images.css +0 -0
- data/test/dummy/app/assets/stylesheets/main.css +0 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/audios_controller.rb +57 -0
- data/test/dummy/app/controllers/images_controller.rb +56 -0
- data/test/dummy/app/controllers/main_controller.rb +10 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/audios_helper.rb +2 -0
- data/test/dummy/app/helpers/images_helper.rb +2 -0
- data/test/dummy/app/helpers/main_helper.rb +2 -0
- data/test/dummy/app/models/audio.rb +14 -0
- data/test/dummy/app/models/image.rb +15 -0
- data/test/dummy/app/views/audios/_form.html.erb +27 -0
- data/test/dummy/app/views/audios/edit.html.erb +3 -0
- data/test/dummy/app/views/audios/index.html.erb +17 -0
- data/test/dummy/app/views/audios/new.html.erb +3 -0
- data/test/dummy/app/views/audios/show.html.erb +17 -0
- data/test/dummy/app/views/images/_form.html.erb +27 -0
- data/test/dummy/app/views/images/edit.html.erb +3 -0
- data/test/dummy/app/views/images/index.html.erb +17 -0
- data/test/dummy/app/views/images/new.html.erb +3 -0
- data/test/dummy/app/views/images/show.html.erb +18 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/main/index.html.erb +6 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +45 -0
- data/test/dummy/config/aws.yml +14 -0
- data/test/dummy/config/aws.yml.sample +14 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +17 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +30 -0
- data/test/dummy/config/environments/production.rb +60 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/google.yml +14 -0
- data/test/dummy/config/google.yml.sample +14 -0
- data/test/dummy/config/initializers/attached.rb +4 -0
- data/test/dummy/config/initializers/other.rb +2 -0
- data/test/dummy/config/locales/en.yml +1 -0
- data/test/dummy/config/rackspace.yml +14 -0
- data/test/dummy/config/rackspace.yml.sample +14 -0
- data/test/dummy/config/routes.rb +8 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20101223191836_create_audios.rb +10 -0
- data/test/dummy/db/migrate/20101223191846_create_images.rb +10 -0
- data/test/dummy/db/schema.rb +34 -0
- data/test/dummy/db/seeds.rb +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +593 -0
- data/test/dummy/log/test.log +274 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/public/stylesheets/style.css +11 -0
- data/test/dummy/public/system/audios/files/full/17dc7038-52dc-4a06-87c9-a18d16f853b9.aac +0 -0
- data/test/dummy/public/system/audios/files/full/226fe84f-54ff-47b8-8f8f-5bc5c966c948.aac +0 -0
- data/test/dummy/public/system/audios/files/full/3329b2e4-83d7-43e1-9006-a3e74ae5041d.aac +0 -0
- data/test/dummy/public/system/audios/files/full/49bedde0-54ba-4090-89ee-1f7ae0ac5751.aac +0 -0
- data/test/dummy/public/system/audios/files/full/4a7209d2-07c1-4681-9648-4b4c7351ad23.aac +0 -0
- data/test/dummy/public/system/audios/files/full/6fecf709-77b7-4813-b66f-71ff8345b1d7.aac +0 -0
- data/test/dummy/public/system/audios/files/full/7fae925c-b21c-4f62-bb3e-48b584802b2c.aac +0 -0
- data/test/dummy/public/system/audios/files/full/a5e09375-fe8d-4231-a4a0-7042c176124a.aac +0 -0
- data/test/dummy/public/system/audios/files/full/a9300bd7-74f2-431f-8fe1-08f296faae70.aac +0 -0
- data/test/dummy/public/system/audios/files/full/c056b608-3c2b-43c2-a883-fd125d209d54.aac +0 -0
- data/test/dummy/public/system/audios/files/full/cc491ac1-b41a-4a0f-a1bd-232f3fd04ad9.aac +0 -0
- data/test/dummy/public/system/audios/files/full/e7832cfe-91c1-4f09-a820-763204988b85.aac +0 -0
- data/test/dummy/public/system/audios/files/full/ec236266-a550-4706-9755-9a12db3024f4.aac +0 -0
- data/test/dummy/public/system/audios/files/full/f347b3a9-5c36-4b72-a23d-1d702ec592c7.aac +0 -0
- data/test/dummy/public/system/audios/files/large/17dc7038-52dc-4a06-87c9-a18d16f853b9.aac +0 -0
- data/test/dummy/public/system/audios/files/large/226fe84f-54ff-47b8-8f8f-5bc5c966c948.aac +0 -0
- data/test/dummy/public/system/audios/files/large/3329b2e4-83d7-43e1-9006-a3e74ae5041d.aac +0 -0
- data/test/dummy/public/system/audios/files/large/49bedde0-54ba-4090-89ee-1f7ae0ac5751.aac +0 -0
- data/test/dummy/public/system/audios/files/large/4a7209d2-07c1-4681-9648-4b4c7351ad23.aac +0 -0
- data/test/dummy/public/system/audios/files/large/6fecf709-77b7-4813-b66f-71ff8345b1d7.aac +0 -0
- data/test/dummy/public/system/audios/files/large/7fae925c-b21c-4f62-bb3e-48b584802b2c.aac +0 -0
- data/test/dummy/public/system/audios/files/large/a5e09375-fe8d-4231-a4a0-7042c176124a.aac +0 -0
- data/test/dummy/public/system/audios/files/large/a9300bd7-74f2-431f-8fe1-08f296faae70.aac +0 -0
- data/test/dummy/public/system/audios/files/large/c056b608-3c2b-43c2-a883-fd125d209d54.aac +0 -0
- data/test/dummy/public/system/audios/files/large/cc491ac1-b41a-4a0f-a1bd-232f3fd04ad9.aac +0 -0
- data/test/dummy/public/system/audios/files/large/e7832cfe-91c1-4f09-a820-763204988b85.aac +0 -0
- data/test/dummy/public/system/audios/files/large/ec236266-a550-4706-9755-9a12db3024f4.aac +0 -0
- data/test/dummy/public/system/audios/files/large/f347b3a9-5c36-4b72-a23d-1d702ec592c7.aac +0 -0
- data/test/dummy/public/system/audios/files/original/17dc7038-52dc-4a06-87c9-a18d16f853b9.wav +0 -0
- data/test/dummy/public/system/audios/files/original/226fe84f-54ff-47b8-8f8f-5bc5c966c948.wav +0 -0
- data/test/dummy/public/system/audios/files/original/3329b2e4-83d7-43e1-9006-a3e74ae5041d.wav +0 -0
- data/test/dummy/public/system/audios/files/original/49bedde0-54ba-4090-89ee-1f7ae0ac5751.wav +0 -0
- data/test/dummy/public/system/audios/files/original/4a7209d2-07c1-4681-9648-4b4c7351ad23.wav +0 -0
- data/test/dummy/public/system/audios/files/original/6fecf709-77b7-4813-b66f-71ff8345b1d7.wav +0 -0
- data/test/dummy/public/system/audios/files/original/7fae925c-b21c-4f62-bb3e-48b584802b2c.wav +0 -0
- data/test/dummy/public/system/audios/files/original/a5e09375-fe8d-4231-a4a0-7042c176124a.wav +0 -0
- data/test/dummy/public/system/audios/files/original/a9300bd7-74f2-431f-8fe1-08f296faae70.wav +0 -0
- data/test/dummy/public/system/audios/files/original/c056b608-3c2b-43c2-a883-fd125d209d54.wav +0 -0
- data/test/dummy/public/system/audios/files/original/cc491ac1-b41a-4a0f-a1bd-232f3fd04ad9.wav +0 -0
- data/test/dummy/public/system/audios/files/original/e7832cfe-91c1-4f09-a820-763204988b85.wav +0 -0
- data/test/dummy/public/system/audios/files/original/ec236266-a550-4706-9755-9a12db3024f4.wav +0 -0
- data/test/dummy/public/system/audios/files/original/f347b3a9-5c36-4b72-a23d-1d702ec592c7.wav +0 -0
- data/test/dummy/public/system/audios/files/small/17dc7038-52dc-4a06-87c9-a18d16f853b9.aac +0 -0
- data/test/dummy/public/system/audios/files/small/226fe84f-54ff-47b8-8f8f-5bc5c966c948.aac +0 -0
- data/test/dummy/public/system/audios/files/small/3329b2e4-83d7-43e1-9006-a3e74ae5041d.aac +0 -0
- data/test/dummy/public/system/audios/files/small/49bedde0-54ba-4090-89ee-1f7ae0ac5751.aac +0 -0
- data/test/dummy/public/system/audios/files/small/4a7209d2-07c1-4681-9648-4b4c7351ad23.aac +0 -0
- data/test/dummy/public/system/audios/files/small/6fecf709-77b7-4813-b66f-71ff8345b1d7.aac +0 -0
- data/test/dummy/public/system/audios/files/small/7fae925c-b21c-4f62-bb3e-48b584802b2c.aac +0 -0
- data/test/dummy/public/system/audios/files/small/a5e09375-fe8d-4231-a4a0-7042c176124a.aac +0 -0
- data/test/dummy/public/system/audios/files/small/a9300bd7-74f2-431f-8fe1-08f296faae70.aac +0 -0
- data/test/dummy/public/system/audios/files/small/c056b608-3c2b-43c2-a883-fd125d209d54.aac +0 -0
- data/test/dummy/public/system/audios/files/small/cc491ac1-b41a-4a0f-a1bd-232f3fd04ad9.aac +0 -0
- data/test/dummy/public/system/audios/files/small/e7832cfe-91c1-4f09-a820-763204988b85.aac +0 -0
- data/test/dummy/public/system/audios/files/small/ec236266-a550-4706-9755-9a12db3024f4.aac +0 -0
- data/test/dummy/public/system/audios/files/small/f347b3a9-5c36-4b72-a23d-1d702ec592c7.aac +0 -0
- data/test/dummy/public/system/images/files/full/0398e378-0f37-4963-8d97-07faa1ffb8d0.jpg +0 -0
- data/test/dummy/public/system/images/files/full/0deff38e-da37-4b4b-a2e8-134c9ff6eec1.jpg +0 -0
- data/test/dummy/public/system/images/files/full/3192b7ef-cf69-4d72-9ee0-e92a9e87894f.jpg +0 -0
- data/test/dummy/public/system/images/files/full/623b4f97-a2ee-4f7a-8303-37781145b3af.jpg +0 -0
- data/test/dummy/public/system/images/files/full/77106ad8-1f7c-42de-b7ff-3c5526d1ceec.jpg +0 -0
- data/test/dummy/public/system/images/files/full/81e9e58a-9d67-4df4-877e-8559be8a0016.jpg +0 -0
- data/test/dummy/public/system/images/files/full/9f819af2-f4cc-469f-880c-77e9ae92524c.jpg +0 -0
- data/test/dummy/public/system/images/files/full/a942bfae-a9be-48c4-8853-ff69cee18e7a.jpg +0 -0
- data/test/dummy/public/system/images/files/full/b77e8578-ea4d-425e-9568-8712f868f07d.jpg +0 -0
- data/test/dummy/public/system/images/files/full/bed96328-572e-4dcd-af28-183d1a341f2f.jpg +0 -0
- data/test/dummy/public/system/images/files/full/d335b408-a3a4-41c8-aae9-e1b8c33ad2a7.jpg +0 -0
- data/test/dummy/public/system/images/files/full/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg +0 -0
- data/test/dummy/public/system/images/files/full/f363bd79-106d-4e91-bfdb-f9aa2d040533.jpg +0 -0
- data/test/dummy/public/system/images/files/full/f94561f8-0dd5-45cd-9ec8-f739fcedca83.jpg +0 -0
- data/test/dummy/public/system/images/files/large/0398e378-0f37-4963-8d97-07faa1ffb8d0.jpg +0 -0
- data/test/dummy/public/system/images/files/large/0deff38e-da37-4b4b-a2e8-134c9ff6eec1.jpg +0 -0
- data/test/dummy/public/system/images/files/large/3192b7ef-cf69-4d72-9ee0-e92a9e87894f.jpg +0 -0
- data/test/dummy/public/system/images/files/large/623b4f97-a2ee-4f7a-8303-37781145b3af.jpg +0 -0
- data/test/dummy/public/system/images/files/large/77106ad8-1f7c-42de-b7ff-3c5526d1ceec.jpg +0 -0
- data/test/dummy/public/system/images/files/large/81e9e58a-9d67-4df4-877e-8559be8a0016.jpg +0 -0
- data/test/dummy/public/system/images/files/large/9f819af2-f4cc-469f-880c-77e9ae92524c.jpg +0 -0
- data/test/dummy/public/system/images/files/large/a942bfae-a9be-48c4-8853-ff69cee18e7a.jpg +0 -0
- data/test/dummy/public/system/images/files/large/b77e8578-ea4d-425e-9568-8712f868f07d.jpg +0 -0
- data/test/dummy/public/system/images/files/large/bed96328-572e-4dcd-af28-183d1a341f2f.jpg +0 -0
- data/test/dummy/public/system/images/files/large/d335b408-a3a4-41c8-aae9-e1b8c33ad2a7.jpg +0 -0
- data/test/dummy/public/system/images/files/large/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg +0 -0
- data/test/dummy/public/system/images/files/large/f363bd79-106d-4e91-bfdb-f9aa2d040533.jpg +0 -0
- data/test/dummy/public/system/images/files/large/f94561f8-0dd5-45cd-9ec8-f739fcedca83.jpg +0 -0
- data/test/dummy/public/system/images/files/original/0398e378-0f37-4963-8d97-07faa1ffb8d0.png +0 -0
- data/test/dummy/public/system/images/files/original/0deff38e-da37-4b4b-a2e8-134c9ff6eec1.png +0 -0
- data/test/dummy/public/system/images/files/original/3192b7ef-cf69-4d72-9ee0-e92a9e87894f.png +0 -0
- data/test/dummy/public/system/images/files/original/623b4f97-a2ee-4f7a-8303-37781145b3af.png +0 -0
- data/test/dummy/public/system/images/files/original/77106ad8-1f7c-42de-b7ff-3c5526d1ceec.png +0 -0
- data/test/dummy/public/system/images/files/original/81e9e58a-9d67-4df4-877e-8559be8a0016.png +0 -0
- data/test/dummy/public/system/images/files/original/9f819af2-f4cc-469f-880c-77e9ae92524c.png +0 -0
- data/test/dummy/public/system/images/files/original/a942bfae-a9be-48c4-8853-ff69cee18e7a.png +0 -0
- data/test/dummy/public/system/images/files/original/b77e8578-ea4d-425e-9568-8712f868f07d.png +0 -0
- data/test/dummy/public/system/images/files/original/bed96328-572e-4dcd-af28-183d1a341f2f.png +0 -0
- data/test/dummy/public/system/images/files/original/d335b408-a3a4-41c8-aae9-e1b8c33ad2a7.png +0 -0
- data/test/dummy/public/system/images/files/original/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.png +0 -0
- data/test/dummy/public/system/images/files/original/f363bd79-106d-4e91-bfdb-f9aa2d040533.png +0 -0
- data/test/dummy/public/system/images/files/original/f94561f8-0dd5-45cd-9ec8-f739fcedca83.png +0 -0
- data/test/dummy/public/system/images/files/small/0398e378-0f37-4963-8d97-07faa1ffb8d0.jpg +0 -0
- data/test/dummy/public/system/images/files/small/0deff38e-da37-4b4b-a2e8-134c9ff6eec1.jpg +0 -0
- data/test/dummy/public/system/images/files/small/3192b7ef-cf69-4d72-9ee0-e92a9e87894f.jpg +0 -0
- data/test/dummy/public/system/images/files/small/623b4f97-a2ee-4f7a-8303-37781145b3af.jpg +0 -0
- data/test/dummy/public/system/images/files/small/77106ad8-1f7c-42de-b7ff-3c5526d1ceec.jpg +0 -0
- data/test/dummy/public/system/images/files/small/81e9e58a-9d67-4df4-877e-8559be8a0016.jpg +0 -0
- data/test/dummy/public/system/images/files/small/9f819af2-f4cc-469f-880c-77e9ae92524c.jpg +0 -0
- data/test/dummy/public/system/images/files/small/a942bfae-a9be-48c4-8853-ff69cee18e7a.jpg +0 -0
- data/test/dummy/public/system/images/files/small/b77e8578-ea4d-425e-9568-8712f868f07d.jpg +0 -0
- data/test/dummy/public/system/images/files/small/bed96328-572e-4dcd-af28-183d1a341f2f.jpg +0 -0
- data/test/dummy/public/system/images/files/small/d335b408-a3a4-41c8-aae9-e1b8c33ad2a7.jpg +0 -0
- data/test/dummy/public/system/images/files/small/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg +0 -0
- data/test/dummy/public/system/images/files/small/f363bd79-106d-4e91-bfdb-f9aa2d040533.jpg +0 -0
- data/test/dummy/public/system/images/files/small/f94561f8-0dd5-45cd-9ec8-f739fcedca83.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/0398e378-0f37-4963-8d97-07faa1ffb8d0.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/0deff38e-da37-4b4b-a2e8-134c9ff6eec1.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/3192b7ef-cf69-4d72-9ee0-e92a9e87894f.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/623b4f97-a2ee-4f7a-8303-37781145b3af.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/77106ad8-1f7c-42de-b7ff-3c5526d1ceec.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/81e9e58a-9d67-4df4-877e-8559be8a0016.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/9f819af2-f4cc-469f-880c-77e9ae92524c.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/a942bfae-a9be-48c4-8853-ff69cee18e7a.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/b77e8578-ea4d-425e-9568-8712f868f07d.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/bed96328-572e-4dcd-af28-183d1a341f2f.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/d335b408-a3a4-41c8-aae9-e1b8c33ad2a7.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/de242f89-0b1b-4b99-a3a0-7ff815c88ca3.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/f363bd79-106d-4e91-bfdb-f9aa2d040533.jpg +0 -0
- data/test/dummy/public/system/images/files/thumb/f94561f8-0dd5-45cd-9ec8-f739fcedca83.jpg +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/fixtures/audios.yml +5 -0
- data/test/dummy/test/fixtures/audios/audio.wav +0 -0
- data/test/dummy/test/fixtures/audios/invalid.wav +0 -0
- data/test/dummy/test/fixtures/audios/large.wav +0 -0
- data/test/dummy/test/fixtures/audios/small.wav +0 -0
- data/test/dummy/test/fixtures/audios/undefined.zip +0 -0
- data/test/dummy/test/fixtures/images.yml +5 -0
- data/test/dummy/test/fixtures/images/image.png +0 -0
- data/test/dummy/test/fixtures/images/invalid.png +0 -0
- data/test/dummy/test/fixtures/images/large.png +0 -0
- data/test/dummy/test/fixtures/images/small.png +0 -0
- data/test/dummy/test/fixtures/images/undefined.zip +0 -0
- data/test/dummy/test/functional/audios_controller_test.rb +53 -0
- data/test/dummy/test/functional/images_controller_test.rb +53 -0
- data/test/dummy/test/functional/main_controller_test.rb +10 -0
- data/test/dummy/test/unit/audio_test.rb +57 -0
- data/test/dummy/test/unit/helpers/audios_helper_test.rb +4 -0
- data/test/dummy/test/unit/helpers/images_helper_test.rb +4 -0
- data/test/dummy/test/unit/helpers/main_helper_test.rb +4 -0
- data/test/dummy/test/unit/image_test.rb +57 -0
- data/test/dummy/tmp/cache/assets/BAB/A00/sprockets%2F347f335128024408181207cbc0461526 +0 -0
- data/test/dummy/tmp/cache/assets/C77/F30/sprockets%2F021780432569bfa6c8135d5d4111f2e8 +0 -0
- data/test/dummy/tmp/cache/assets/CAC/690/sprockets%2F20731254590065ab425f737b9e2bf9fa +0 -0
- data/test/dummy/tmp/cache/assets/D02/3F0/sprockets%2Fd44d45a0620ff596f72b107a5a95a1b2 +0 -0
- data/test/dummy/tmp/cache/assets/D06/B40/sprockets%2F25fca4643219052b0d5c66cf2c71f72f +0 -0
- data/test/dummy/tmp/cache/assets/D11/430/sprockets%2F25ea8d6063b1eb98361b1196f2fce807 +0 -0
- data/test/dummy/tmp/cache/assets/D24/5A0/sprockets%2F3a89b583dd80975d1e0968e730de5bc9 +0 -0
- data/test/dummy/tmp/cache/assets/D2D/490/sprockets%2F52514897c01dab621a0d9892aafb1ea2 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
- data/test/dummy/tmp/cache/assets/D64/230/sprockets%2F7cf200c925cfe75d60cb8f04280ac52c +0 -0
- data/test/dummy/tmp/cache/assets/D76/040/sprockets%2Fa9ced37f816b91e0f46c9c5e222149eb +0 -0
- data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
- data/test/dummy/tmp/cache/assets/DA5/7E0/sprockets%2F87a5f378354ce6e80dda84ab1cfd06f3 +0 -0
- data/test/dummy/tmp/cache/assets/DA7/530/sprockets%2Fe36b8fcf5914a3a6bf058abfe7367b19 +0 -0
- data/test/dummy/tmp/cache/assets/DA9/950/sprockets%2Ff7bd0c153686b3ff51dd8b94aac8b948 +0 -0
- data/test/dummy/tmp/cache/assets/DD6/4E0/sprockets%2Fbb9c4c73eea29c0284c46299a9d9ccac +0 -0
- data/test/dummy/tmp/cache/assets/DE9/090/sprockets%2F6dfa7c7f1179d5dd3c8d75ef6952cfa9 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E34/0E0/sprockets%2F0fefcc68a94a693fb476eefa0b7eb2e1 +0 -0
- data/test/test_helper.rb +8 -0
- metadata +481 -9
- data/Gemfile +0 -3
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
[1m[36mFixture Delete (0.3ms)[0m [1mDELETE FROM "audios"[0m
|
|
2
|
+
[1m[35mFixture Insert (0.3ms)[0m INSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2011-10-21 09:35:21', '2011-10-21 09:35:21', 410859157)
|
|
3
|
+
[1m[36mFixture Delete (0.1ms)[0m [1mDELETE FROM "images"[0m
|
|
4
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2011-10-21 09:35:21', '2011-10-21 09:35:21', 87884898)
|
|
5
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
6
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
7
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
8
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
9
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
10
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
11
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
12
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
13
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
14
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
15
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
16
|
+
[attached] save attached
|
|
17
|
+
[1m[35mSQL (4.3ms)[0m INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 09:35:22 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "226fe84f-54ff-47b8-8f8f-5bc5c966c948"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 21 Oct 2011 09:35:22 UTC +00:00]]
|
|
18
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
19
|
+
[1m[35mAudio Load (0.2ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
|
|
20
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "audios" [0m
|
|
21
|
+
Processing by AudiosController#create as HTML
|
|
22
|
+
Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fff48bab018 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<File:/var/folders/8p/7bk_0rpx5v36zjy9_3ws57sc0000gn/T/audio.wav20111021-33357-1844q84>>}}
|
|
23
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
24
|
+
[attached] save attached
|
|
25
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 21 Oct 2011 09:35:22 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "3329b2e4-83d7-43e1-9006-a3e74ae5041d"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 21 Oct 2011 09:35:22 UTC +00:00]]
|
|
26
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
27
|
+
Redirected to http://test.host/audios/410859158
|
|
28
|
+
Completed 302 Found in 883ms
|
|
29
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "audios" [0m
|
|
30
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
|
|
31
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "audios" [0m
|
|
32
|
+
Processing by AudiosController#destroy as HTML
|
|
33
|
+
Parameters: {"id"=>"410859157"}
|
|
34
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
|
|
35
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
36
|
+
[attached] destroy attached
|
|
37
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]
|
|
38
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
39
|
+
Redirected to http://test.host/audios
|
|
40
|
+
Completed 302 Found in 5ms
|
|
41
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "audios"
|
|
42
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", 410859157]]
|
|
43
|
+
Processing by AudiosController#edit as HTML
|
|
44
|
+
Parameters: {"id"=>"410859157"}
|
|
45
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
|
|
46
|
+
Rendered audios/_form.html.erb (4.1ms)
|
|
47
|
+
Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.1ms)
|
|
48
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", 410859157]]
|
|
49
|
+
Processing by AudiosController#index as HTML
|
|
50
|
+
[1m[35mAudio Load (0.2ms)[0m SELECT "audios".* FROM "audios"
|
|
51
|
+
Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms)
|
|
52
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", 410859157]]
|
|
53
|
+
Processing by AudiosController#new as HTML
|
|
54
|
+
Rendered audios/_form.html.erb (2.1ms)
|
|
55
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
|
56
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
|
|
57
|
+
Processing by AudiosController#show as HTML
|
|
58
|
+
Parameters: {"id"=>"410859157"}
|
|
59
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", "410859157"]]
|
|
60
|
+
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
|
|
61
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
|
|
62
|
+
Processing by AudiosController#update as HTML
|
|
63
|
+
Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2011-10-21 09:35:21 UTC", "updated_at"=>"2011-10-21 09:35:21 UTC"}, "id"=>"410859157"}
|
|
64
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", "410859157"]]
|
|
65
|
+
WARNING: Can't mass-assign protected attributes: id
|
|
66
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
67
|
+
[attached] save attached
|
|
68
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
69
|
+
Redirected to http://test.host/audios/410859157
|
|
70
|
+
Completed 302 Found in 9ms
|
|
71
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
72
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
73
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
74
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
75
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
76
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
77
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
78
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
79
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
80
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
81
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
82
|
+
[attached] save attached
|
|
83
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 21 Oct 2011 09:35:23 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "623b4f97-a2ee-4f7a-8303-37781145b3af"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 21 Oct 2011 09:35:23 UTC +00:00]]
|
|
84
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
85
|
+
[1m[36mImage Load (0.2ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 87884898]]
|
|
86
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "images"
|
|
87
|
+
Processing by ImagesController#create as HTML
|
|
88
|
+
Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fff4d3b16f0 @content_type="image/png", @original_filename="image.png", @tempfile=#<File:/var/folders/8p/7bk_0rpx5v36zjy9_3ws57sc0000gn/T/image.png20111021-33357-t5ci92>>}}
|
|
89
|
+
[1m[36m (0.3ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
90
|
+
[attached] save attached
|
|
91
|
+
[1m[35mSQL (0.9ms)[0m INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 09:35:23 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "0398e378-0f37-4963-8d97-07faa1ffb8d0"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 21 Oct 2011 09:35:23 UTC +00:00]]
|
|
92
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
93
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
94
|
+
[attached] save attached
|
|
95
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
96
|
+
Redirected to http://test.host/images/87884899
|
|
97
|
+
Completed 302 Found in 242ms
|
|
98
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "images"
|
|
99
|
+
[1m[36mImage Load (0.2ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 87884898]]
|
|
100
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "images"
|
|
101
|
+
Processing by ImagesController#destroy as HTML
|
|
102
|
+
Parameters: {"id"=>"87884898"}
|
|
103
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", "87884898"]]
|
|
104
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
105
|
+
[attached] destroy attached
|
|
106
|
+
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "images" WHERE "images"."id" = ?[0m [["id", 87884898]]
|
|
107
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
108
|
+
Redirected to http://test.host/images
|
|
109
|
+
Completed 302 Found in 6ms
|
|
110
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "images" [0m
|
|
111
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
|
|
112
|
+
Processing by ImagesController#edit as HTML
|
|
113
|
+
Parameters: {"id"=>"87884898"}
|
|
114
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", "87884898"]]
|
|
115
|
+
Rendered images/_form.html.erb (3.6ms)
|
|
116
|
+
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.1ms)
|
|
117
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
|
|
118
|
+
Processing by ImagesController#index as HTML
|
|
119
|
+
[1m[36mImage Load (0.2ms)[0m [1mSELECT "images".* FROM "images" [0m
|
|
120
|
+
Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.2ms)
|
|
121
|
+
[1m[35mImage Load (0.2ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
|
|
122
|
+
Processing by ImagesController#new as HTML
|
|
123
|
+
Rendered images/_form.html.erb (2.8ms)
|
|
124
|
+
Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
|
|
125
|
+
[1m[36mImage Load (0.2ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 87884898]]
|
|
126
|
+
Processing by ImagesController#show as HTML
|
|
127
|
+
Parameters: {"id"=>"87884898"}
|
|
128
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
|
|
129
|
+
Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.1ms)
|
|
130
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 87884898]]
|
|
131
|
+
Processing by ImagesController#update as HTML
|
|
132
|
+
Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2011-10-21 09:35:21 UTC", "updated_at"=>"2011-10-21 09:35:21 UTC"}, "id"=>"87884898"}
|
|
133
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
|
|
134
|
+
Redirected to http://test.host/images/87884898
|
|
135
|
+
Completed 302 Found in 3ms
|
|
136
|
+
Processing by MainController#index as HTML
|
|
137
|
+
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
|
|
138
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
139
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
140
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
141
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
142
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
143
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
144
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
145
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
146
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
147
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
148
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
149
|
+
[attached] save attached
|
|
150
|
+
[1m[35mSQL (22.8ms)[0m INSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 17:21:05 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "e7832cfe-91c1-4f09-a820-763204988b85"], ["file_size", 1055276], ["name", nil], ["updated_at", Fri, 21 Oct 2011 17:21:05 UTC +00:00]]
|
|
151
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
152
|
+
[1m[35mFixture Delete (0.2ms)[0m DELETE FROM "audios"
|
|
153
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "audios" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Audio', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.wav', 399085, '2011-10-21 17:21:05', '2011-10-21 17:21:05', 410859157)[0m
|
|
154
|
+
[1m[35mFixture Delete (0.4ms)[0m DELETE FROM "images"
|
|
155
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "images" ("name", "file_identifier", "file_extension", "file_size", "created_at", "updated_at", "id") VALUES ('Image', '7f110c2f-5474-dcbf-bd79-b284b489cb7a', '.png', 399085, '2011-10-21 17:21:05', '2011-10-21 17:21:05', 87884898)[0m
|
|
156
|
+
[1m[35mAudio Load (0.2ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
|
|
157
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "audios" [0m
|
|
158
|
+
Processing by AudiosController#create as HTML
|
|
159
|
+
Parameters: {"audio"=>{"name"=>"Audio", "file"=>#<Rack::Test::UploadedFile:0x007fa734507868 @content_type="audio/wav", @original_filename="audio.wav", @tempfile=#<File:/var/folders/8p/7bk_0rpx5v36zjy9_3ws57sc0000gn/T/audio.wav20111021-4252-187f0ma>>}}
|
|
160
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
161
|
+
[attached] save attached
|
|
162
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "audios" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 21 Oct 2011 17:21:06 UTC +00:00], ["file_extension", ".wav"], ["file_identifier", "7fae925c-b21c-4f62-bb3e-48b584802b2c"], ["file_size", 1055276], ["name", "Audio"], ["updated_at", Fri, 21 Oct 2011 17:21:06 UTC +00:00]]
|
|
163
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
164
|
+
Redirected to http://test.host/audios/410859158
|
|
165
|
+
Completed 302 Found in 791ms
|
|
166
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "audios" [0m
|
|
167
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
|
|
168
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "audios" [0m
|
|
169
|
+
Processing by AudiosController#destroy as HTML
|
|
170
|
+
Parameters: {"id"=>"410859157"}
|
|
171
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
|
|
172
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
173
|
+
[attached] destroy attached
|
|
174
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "audios" WHERE "audios"."id" = ? [["id", 410859157]]
|
|
175
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
176
|
+
Redirected to http://test.host/audios
|
|
177
|
+
Completed 302 Found in 4ms
|
|
178
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "audios"
|
|
179
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", 410859157]]
|
|
180
|
+
Processing by AudiosController#edit as HTML
|
|
181
|
+
Parameters: {"id"=>"410859157"}
|
|
182
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", "410859157"]]
|
|
183
|
+
Rendered audios/_form.html.erb (4.7ms)
|
|
184
|
+
Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.1ms)
|
|
185
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", 410859157]]
|
|
186
|
+
Processing by AudiosController#index as HTML
|
|
187
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios"
|
|
188
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)
|
|
189
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", 410859157]]
|
|
190
|
+
Processing by AudiosController#new as HTML
|
|
191
|
+
Rendered audios/_form.html.erb (2.1ms)
|
|
192
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
|
193
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
|
|
194
|
+
Processing by AudiosController#show as HTML
|
|
195
|
+
Parameters: {"id"=>"410859157"}
|
|
196
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", "410859157"]]
|
|
197
|
+
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.1ms)
|
|
198
|
+
[1m[35mAudio Load (0.1ms)[0m SELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1 [["id", 410859157]]
|
|
199
|
+
Processing by AudiosController#update as HTML
|
|
200
|
+
Parameters: {"audio"=>{"id"=>"410859157", "name"=>"Audio", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".wav", "file_size"=>"399085", "created_at"=>"2011-10-21 17:21:05 UTC", "updated_at"=>"2011-10-21 17:21:05 UTC"}, "id"=>"410859157"}
|
|
201
|
+
[1m[36mAudio Load (0.1ms)[0m [1mSELECT "audios".* FROM "audios" WHERE "audios"."id" = ? LIMIT 1[0m [["id", "410859157"]]
|
|
202
|
+
WARNING: Can't mass-assign protected attributes: id
|
|
203
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
204
|
+
[attached] save attached
|
|
205
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
206
|
+
Redirected to http://test.host/audios/410859157
|
|
207
|
+
Completed 302 Found in 10ms
|
|
208
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
209
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
210
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
211
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
212
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
213
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
214
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
215
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
216
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
217
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
218
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
219
|
+
[attached] save attached
|
|
220
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Fri, 21 Oct 2011 17:21:07 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "d335b408-a3a4-41c8-aae9-e1b8c33ad2a7"], ["file_size", 399085], ["name", nil], ["updated_at", Fri, 21 Oct 2011 17:21:07 UTC +00:00]]
|
|
221
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
222
|
+
[1m[36mImage Load (0.2ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 87884898]]
|
|
223
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "images"
|
|
224
|
+
Processing by ImagesController#create as HTML
|
|
225
|
+
Parameters: {"image"=>{"name"=>"Image", "file"=>#<Rack::Test::UploadedFile:0x007fa7338b5b50 @content_type="image/png", @original_filename="image.png", @tempfile=#<File:/var/folders/8p/7bk_0rpx5v36zjy9_3ws57sc0000gn/T/image.png20111021-4252-xkvr9g>>}}
|
|
226
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
227
|
+
[attached] save attached
|
|
228
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "images" ("created_at", "file_extension", "file_identifier", "file_size", "name", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Fri, 21 Oct 2011 17:21:07 UTC +00:00], ["file_extension", ".png"], ["file_identifier", "3192b7ef-cf69-4d72-9ee0-e92a9e87894f"], ["file_size", 399085], ["name", "Image"], ["updated_at", Fri, 21 Oct 2011 17:21:07 UTC +00:00]]
|
|
229
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
230
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
231
|
+
[attached] save attached
|
|
232
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
233
|
+
Redirected to http://test.host/images/87884899
|
|
234
|
+
Completed 302 Found in 200ms
|
|
235
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "images"
|
|
236
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 87884898]]
|
|
237
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "images"
|
|
238
|
+
Processing by ImagesController#destroy as HTML
|
|
239
|
+
Parameters: {"id"=>"87884898"}
|
|
240
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", "87884898"]]
|
|
241
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
242
|
+
[attached] destroy attached
|
|
243
|
+
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "images" WHERE "images"."id" = ?[0m [["id", 87884898]]
|
|
244
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
245
|
+
Redirected to http://test.host/images
|
|
246
|
+
Completed 302 Found in 4ms
|
|
247
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "images" [0m
|
|
248
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
|
|
249
|
+
Processing by ImagesController#edit as HTML
|
|
250
|
+
Parameters: {"id"=>"87884898"}
|
|
251
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", "87884898"]]
|
|
252
|
+
Rendered images/_form.html.erb (3.6ms)
|
|
253
|
+
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
|
|
254
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
|
|
255
|
+
Processing by ImagesController#index as HTML
|
|
256
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" [0m
|
|
257
|
+
Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms)
|
|
258
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", 87884898]]
|
|
259
|
+
Processing by ImagesController#new as HTML
|
|
260
|
+
Rendered images/_form.html.erb (1.9ms)
|
|
261
|
+
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
|
262
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 87884898]]
|
|
263
|
+
Processing by ImagesController#show as HTML
|
|
264
|
+
Parameters: {"id"=>"87884898"}
|
|
265
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
|
|
266
|
+
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
|
|
267
|
+
[1m[36mImage Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 87884898]]
|
|
268
|
+
Processing by ImagesController#update as HTML
|
|
269
|
+
Parameters: {"image"=>{"id"=>"87884898", "name"=>"Image", "file_identifier"=>"7f110c2f-5474-dcbf-bd79-b284b489cb7a", "file_extension"=>".png", "file_size"=>"399085", "created_at"=>"2011-10-21 17:21:05 UTC", "updated_at"=>"2011-10-21 17:21:05 UTC"}, "id"=>"87884898"}
|
|
270
|
+
[1m[35mImage Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1 [["id", "87884898"]]
|
|
271
|
+
Redirected to http://test.host/images/87884898
|
|
272
|
+
Completed 302 Found in 2ms
|
|
273
|
+
Processing by MainController#index as HTML
|
|
274
|
+
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|