search for: photo_content_typ

Displaying 3 results from an estimated 3 matches for "photo_content_typ".

Did you mean: photo_content_type
2010 Feb 26
2
Routing Error using Paperclip
...ot;, surname: "Yadav", email: "test-zuv13RyHHZkAvxtiuMwx3w@public.gmane.org", password: "hello", membership_level: 0, location: nil, timezone: nil, bday: nil, last_visit: nil, visits: nil, created_at: nil, updated_at: nil, photo_file_name: "devmentor.jpg", photo_content_type: "image/jpeg", photo_file_size: 34846>}, expected: {:action=>"show", :controller=>"users"}, diff: {:id=>#<User id: nil, name: "Rajinder", surname: "Yadav", email: "test-zuv13RyHHZkAvxtiuMwx3w@public.gmane.org", password:...
2011 May 28
4
Rais 3, nested attributes problem with paperclip
...t`) VALUES (''test'', ''test'', ''test'', ''test'', ''test'', ''2011-05-27 18:31:57'', ''2011-05-27 18:31:57'') INSERT INTO `girl_photos` (`created_at`, `updated_at`, `photo_file_name`, `photo_content_type`, `photo_file_size`, `photo_updated_at`, `girl_id`) VALUES (''2011-05-27 18:31:57'', ''2011-05-27 18:31:57'', NULL, NULL, NULL, NULL, 4) [paperclip] Saving attachments. For some reason, on the second query, it saves the photo but it doesn''t captures the na...
2011 May 20
4
Unable to figure out why a photo attribute of the paperclip plugin is not being passed in as a param
...action"=>"create", "controller"=>"posts"} Post Columns (0.000975) SHOW FIELDS FROM `posts` SQL (0.000199) BEGIN Post Create (0.000332) INSERT INTO `posts` (`created_at`, `photo_file_size`, `photo_file_name`, `updated_at`, `photo_content_type`, `photo_updated_at`, `message`) VALUES(''2011-05-20 15:55:00'', 83794, ''Water lilies.jpg'', ''2011-05-20 15:55:00'', ''image/jpeg'', NULL, ''abc1'') SQL (0.059184) COMMIT Redirected to http://loca...