Displaying 3 results from an estimated 3 matches for "aderobertis".
Did you mean:
derobertis
2006 Mar 07
3
ActiveRecord allows un-synced aliases?
q1 = Question.find(1)
q2 = Question.find(1)
Now, we find q1.__id__ != q2.__id__.
It appears the two aliases are not kept in sync:
q1.name => ''old name''
q2.name = ''new name''
q2.save!
q1.name => ''old name''
q2.name => ''new name''
q1.reload
q1.name =>
2010 Jun 09
5
[Bug 1777] New: KnownHostsCommand
https://bugzilla.mindrot.org/show_bug.cgi?id=1777
Summary: KnownHostsCommand
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: dkg at fifthhorseman.net
A
2009 Oct 22
39
[Bug 1663] New: Allow to use agent for distribution of public keys.
https://bugzilla.mindrot.org/show_bug.cgi?id=1663
Summary: Allow to use agent for distribution of public keys.
Product: Portable OpenSSH
Version: 5.3p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org