Displaying 2 results from an estimated 2 matches for "to_node".
Did you mean:
two_node
2006 Mar 15
3
Self-referential join model does not work
...d_node_id''
validates_uniqueness_of :related_node_id, :scope => :node_id
validates_presence_of :node, :related_node
end
In script/console I then create two nodes and link them with an edge as
follows:
>> from_node = Node.create :title => ''From''
>> to_node = Node.create :title => ''To''
>> e = Edge.create :node => from_node, :related_node => to_node
>> from_node.edges.find_first.related_node
=> #<Node:0xb7430ee4 @attributes={"body"=>"", "title"=>"To", "id&qu...
2008 Jul 14
18
[git patches] Ocfs2 and Configfs updates for 2.6.27
I'm running a bit late with the e-mail this time around, but I think that's
ok since there really isn't any major new features here - the bulk of the
Ocfs2 update is bug fixes, or cleanups. The same goes for configfs.
The only two things that could be described as features would be:
- Sunil has updated Ocfs2 to provide even more live cluster locking
information via debugfs.
- Joel