search for: mymac

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

Did you mean: mymat
2015 Aug 07
2
vfs_streams_xattr and create mask = 0640 don't play well together
.... add the tag "red" to the newly created folder. Now the x flag is missing for the owner: root at ubuntu:/data/xattr# ls -ld untitled\ folder/ drw-r-xr-x 2 parallels parallels 4096 Aug 7 17:39 untitled folder/ 4. there is no problem with the xattr though as seen from the Mac ... me at mymac:/Volumes/xattr ls -ld@ untitled\ folder/ drwx------@ 1 thomi staff 16384 Aug 7 17:34 untitled folder// com.apple.FinderInfo 32 com.apple.metadata:_kMDItemUserTags 50 ... or directly on the samba server: root at ubuntu:/data/xattr# xattr -pl 'user.DosStream.com.apple.metadata_kMDIt...
2008 Mar 05
14
ActiveRecord, spec''ing find has right :order parameter
I''m wanting to write a spec that a model is applying an :order option to a find call, but I don''t want to completely specify all of the find parameters. So I want to write something like this, say in a controller spec User.should_receive(:find).with(:all, hash_with_at_least(:order => ''user.name ASC'')) get ''index'', :sort =>