Displaying 3 results from an estimated 3 matches for "ttributes".
Did you mean:
attributes
2006 Jun 04
1
Problem with instance variables
...# display error message
end
end
Check a sample output from the console:
>> july = User.new(:user_name => "july", :password => "secret", :password_confir
mation => "secret")
=> #<User:0x358e3e0 @password_confirmation="secret",
@attributes={"ip2"=>nil, "a
ctive_user"=>0, "password_salt"=>"W9C7g8i+", "validateip"=>true,
"ip2_updated"=>
nil, "password_hash"=>"75412fccdfc4dc313215913bf2789b67f6a23315",
"user_name"=>"
jul...
2023 Jul 20
1
Migration of files with Windows ACL's to Samba server
Hi there,
It might that this question was already answered but I can't really
find any proper documentation for this.
I am in a process of migrating about 70T of files from our Win2016
storage server to a Samba (2:4.17.9+dfsg-0+deb12u3) server. Whilst
doing this I want to preserve all the ACL's which were set on Windows
shares.
Is there any related documentation around this topic how to
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web
Development with Rails. In interation E1
NoMethodError in Admin#checkout
Showing app/views/admin/checkout.rhtml where line #12 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.include?
Extracted source (around line #12):