search for: pingee_name

Displaying 1 result from an estimated 1 matches for "pingee_name".

2008 Dec 20
9
Upgrade to Rails 2 - problem with "save" (MySQL boolean issue?)
I have been working through an upgrade of my 1.2.6 application to 2.2.2. I am almost there but I have hit a problem with ActiveRecord. Before the upgrade, the following code was working fine. def create_root(administrator) root = create_root_collection(self.pingee_name, administrator, GlobalAccessibility.new, OwnerAccessibility.new) root.save self.root = root end But now I get am getting an exception "undefined method `each...