Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
##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] ## this is my local when there are no images Processing ImagesController#index (for 127.0.0.1 at 2008-07-07 22:55:29) [GET] Session ID: f36fbb9ea26231344fcfcc79c6eedd35 Parameters: {"action"=>"index", "controller"=>"images"} [4;36;1mImage Load (0.000968)[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.00097) Completed in 0.01289 (77 reqs/sec) | Rendering: 0.00366 (28%) | DB: 0.00097 (7%) | 200 OK [http://localhost/images] ##This is what I get on my remote Processing ImagesController#index (for 58.105.38.54 at 2008-07-06 05:12:01) [GET] Session ID: d961d2ebd5f8e9aafdb694cd77e64d2a Parameters: {"action"=>"index", "controller"=>"images"} Rendering template within layouts/application Rendering images/index Completed in 0.00400 (250 reqs/sec) | Rendering: 0.00300 (75%) | DB: 0.00000 (0%) | 200 OK [http://gig.myremote.com/images/]
Pasted July 06, 2008 8:09AM EDT
Embed