search for: abeit

Displaying 3 results from an estimated 3 matches for "abeit".

Did you mean: albeit
2006 May 30
1
Read-Only Model Attributes AFTER creation?
...9;'m writing an ''edit profile'' screen. I was writing some tests first (yay!), and I realized that, if you were smart, you could use the edit form to change your username. I know I could use attr_protected on username, but that would still allow for usernames to be changed (abeit not through the form). How can I make the username read only AFTER the object has been created? Is attr_reader what I need? I thought about doing it with before_validation_on_update, but I''m not sure as to what the best method of determining what the ''true'' username...
2006 Apr 20
1
Permission denied using mount.cifs
...share from a Windows 2003 server using cifs: mount.cifs //osirus.ficticious.org/inetpub /inetpub -ouser=transfer,pass=dkfhjdjskd It comes back immediately with: mount error 13 = Permission denied Refer to the mount.cifs(8) manual page (e.g.man mount.cifs) However, the command below works. (abeit with about a 15 second wait before it comes back): mount.smbfs //osirus.ficticious.org/inetpub /inetpub -ousername=transfer,password=dkfhjdjskd Info from smbclient -L: OS=[Windows Server 2003 3790 Service Pack 1] Server=[Windows Server 2003 5.2] Anyone else familiar with this problem? Than...
2001 Aug 13
1
[jakob@crt.se: Re: [PATCH] Maildir support]
..."/"), is what the guy is talking about. This example is for the Mbox not Maildir mail format which how mail is stored. So in this case we have the same problem though using different formats. The MAIL variable NEEDS the right info. This is not feature creep. It's just another (abeit., awesome!) way that systems can store mail, and many new mail servers and mail clients support it. If that MAIL variable is set wrong. This needs to be fixed and patched for both formats. As he said in the original patch, whether you want to support the MAIL var is another question, but if yo...