search for: photo_file_name

Displaying 4 results from an estimated 4 matches for "photo_file_name".

2010 Feb 26
2
Routing Error using Paperclip
...t;#<User id: nil, name: "Rajinder", 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-zuv13RyHHZ...
2011 May 28
4
Rais 3, nested attributes problem with paperclip
...ted_at`, `updated_at`) 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'&...
2011 May 20
4
Unable to figure out why a photo attribute of the paperclip plugin is not being passed in as a param
...f1d04b4c8e072cb7ebe", "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) COMMI...
2011 May 25
0
Issues implementing jquery-form plugin for displaying image via an ajax call in my rails poc
...;/table> <br/> <hr/> <% end %> My create.js.erb file looks like this:- <%= javascript_include_tag ''jquery.form'', ''group'' %> <textarea> $("#latest_post").prepend("<br/> <%if !@post.photo_file_name.to_s.empty? %> <br/> <%= image_tag @post.photo.url(:thumb) %> <%end%> <%= @post.message %><br/><br/><hr/>"); </textarea> $(''#post_msg input'').val(''''); $(''#uploadForm'...