search for: id004

Displaying 2 results from an estimated 2 matches for "id004".

Did you mean: id001
2007 Nov 14
1
has_many_polymorphs and acts_as_list ?
...updated_at: &id002 2007-11-14 13:18:39.397292 +01:00 id: 1 created_at: *id002 errors: !ruby/object:ActiveRecord::Errors base: *id003 errors: {} new_record: false new_record_before_save: true - &id005 !ruby/object:Page attributes: name: P2 updated_at: &id004 2007-11-14 13:19:06.052972 +01:00 id: 2 created_at: *id004 errors: !ruby/object:ActiveRecord::Errors base: *id005 errors: {} new_record: false new_record_before_save: true errors: !ruby/object:ActiveRecord::Errors base: *id006 errors: {} new_record: false new_record_befo...
2009 Aug 17
0
Paperclip: processor proc not firing
...ageMagick to process the attachment, even though I even explicitely set the "video?" instance method to always return true (which should make it fail for normal image files, but even that it doesn''t). Inspecting the asset brings up the properties I expect to see: --- &id004 !ruby/object:Paperclip::Attachment _asset_content_type: video/quicktime _asset_file_name: dirt.mov _asset_file_size: 2162316 _asset_updated_at: 2009-08-17 15:35:29.113877 +02:00 convert_options: {} ... :processors: &id001 !ruby/object:Proc {} For clarification, my Paperclip method in the...