Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
Started POST "/contents/7" for 127.0.0.1 at Fri Dec 24 14:39:50 -0600 2010 Processing by ContentsController#update as HTML Parameters: {"commit"=>"Update Content", "authenticity_token"=>"YsJs0CAkSNkiIZW3BVJs/7sjGt8IMtRZS8lsma6C34g=", "utf8"=>"✓", "id"=>"7", "content"=>{"permalink"=>"some-test", "name"=>"Test Name", "content_type"=>"Blog", "tag_list"=>"test, tag", "desc"=>"Test Desc"}} SQL (0.5ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' Content Load (0.2ms) SELECT "contents".* FROM "contents" WHERE ("contents"."id" = 7) LIMIT 1 WARNING: Can't mass-assign protected attributes: tag_list SQL (0.4ms) UPDATE "contents" SET "desc" = 'Test Desc', "name" = 'Test Name', "permalink" = 'some-test', "updated_at" = '2010-12-24 20:39:51.009096' WHERE ("contents"."id" = 7) [paperclip] Saving attachments. Redirected to http://localhost:3000/contents/7 Completed 302 Found in 38ms Started GET "/contents/7" for 127.0.0.1 at Fri Dec 24 14:39:51 -0600 2010 Processing by ContentsController#show as HTML Parameters: {"id"=>"7"} SQL (0.5ms) SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence' Content Load (0.2ms) SELECT "contents".* FROM "contents" WHERE ("contents"."id" = 7) LIMIT 1 ActsAsTaggableOn::Tag Load (0.3ms) SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags".id = "taggings".tag_id WHERE (("taggings".taggable_id = 7) AND ("taggings".taggable_type = 'Content') AND ((taggings.tagger_id IS NULL AND taggings.context = 'tags'))) Rendered contents/show.html.erb within layouts/application (21.4ms) Completed 200 OK in 49ms (Views: 29.8ms | ActiveRecord: 2.2ms) |