#This is what I get on my local machine
Processing ImagesController#create (for 127.0.0.1 at 2008-07-06 21:58:42) [POST]
Session ID: 6ccc0b0666d3809086adfb3699c6dad9
Parameters: {"commit"=>"Upload image", "authenticity_token"=>"78f55ba3dcde240ac99a3a42d3668e881228a5fb", "action"=>"create", "controller"=>"images", "image"=>{"uploaded_data"=>#<File:/tmp/CGI438-1>}}
[4;36;1mImage Columns (0.002138)[0m [0;1mSHOW FIELDS FROM `images`[0m
[4;35;1mSQL (0.000140)[0m [0mBEGIN[0m
[4;36;1mImage Create (0.000409)[0m [0;1mINSERT INTO `images` (`content_type`, `size`, `thumbnail`, `updated_at`, `filename`, `height`, `parent_id`, `created_at`, `width`) VALUES('image/jpeg', 1925862, NULL, '2008-07-06 21:58:44', 'IMG_0952.JPG', 533, NULL, '2008-07-06 21:58:44', 800)[0m
[4;35;1mImage Load (0.000797)[0m [0mSELECT * FROM `images` WHERE (`images`.`thumbnail` = 'thumb' AND `images`.`parent_id` = 77) LIMIT 1[0m
[4;36;1mImage Create (0.000542)[0m [0;1mINSERT INTO `images` (`content_type`, `size`, `thumbnail`, `updated_at`, `filename`, `height`, `parent_id`, `created_at`, `width`) VALUES('image/jpeg', 151346, 'thumb', '2008-07-06 21:58:44', 'IMG_0952_thumb.JPG', 67, 77, '2008-07-06 21:58:44', 100)[0m
[4;35;1mSQL (0.004437)[0m [0mCOMMIT[0m
Redirected to http://localhost:3018/images
Completed in 1.56126 (0 reqs/sec) | DB: 0.00846 (0%) | 302 Found [http://localhost/images]
Processing ImagesController#index (for 127.0.0.1 at 2008-07-06 21:58:44) [GET]
Session ID: 6ccc0b0666d3809086adfb3699c6dad9
Parameters: {"action"=>"index", "controller"=>"images"}
[4;36;1mImage Load (0.000974)[0m [0;1mSELECT * FROM `images` WHERE (thumbnail IS NULL) ORDER BY created_at DESC[0m
Rendering template within layouts/application
Rendering images/index
Rendered images/_create_user (0.00098)
[4;35;1mImage Columns (0.002106)[0m [0mSHOW FIELDS FROM `images`[0m
Rendered images/_user_snippet (0.00533)
Rendered images/_user_snippet (0.00098)
Rendered images/_user_snippet (0.00093)
Completed in 0.02076 (48 reqs/sec) | Rendering: 0.00939 (45%) | DB: 0.00308 (14%) | 200 OK [http://localhost/images]