Displaying 2 results from an estimated 2 matches for "attributess".
Did you mean:
attributes
2005 Jan 15
7
Access denied changing file attributes
...to work
with Samba. Basically, I have it all set up so the user mbolingbroke
(me) can write to this Supernova Backup share I have - this all works
fine. However, since this is going to backup my Windows machine I want
to preserve the file attributes. To this end, I've set up mapping of the
attributess using "map archive = yes" and so on. However, whenever I try
to change the file attributes using either Windows or the smbclient, I
get the error: "An error occured applying attributes to the file <file
name> Access is denied".
I've tried using both extended attrib...
2008 Nov 06
10
Rails 2.1.2 bug in include on has_many?
In my continued efforts to port my rails 1.x app to Rails 2.1.2, I keep
running into what appear to be ActiveRecord bugs.
I am using an :include on a :has_many definition:
class Request < ActiveRecord::Base
has_many :service_types, :order=>''service_types.id ASC'',
:include=>:service_response
[...]
There''s no reason this wouldn''t be supported in