[Rubycocoa-devel 200] Re: [fix]AppDelegate.rb (app template of CoreData)

Zurück zum Archiv-Index

kimura wataru kimur****@i*****
Mon Feb 13 23:50:54 JST 2006


Hi,

I found another bug(typo) in AppDelegate.rb. I submitted this bug 
as [BUG:34] to the tracker, and closed.

http://sourceforge.net/tracker/?func=detail&atid=438476&aid=1430688&group_id=44114


Index: template/ProjectBuilder/Application/Cocoa-Ruby Core Data Application/AppDelegate.rb
===================================================================
RCS file: /cvsroot/rubycocoa/src/template/ProjectBuilder/Application/Cocoa-Ruby Core Data Application/AppDelegate.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- template/ProjectBuilder/Application/Cocoa-Ruby Core Data Application/AppDelegate.rb	7 Feb 2006 14:21:23 -0000	1.4
+++ template/ProjectBuilder/Application/Cocoa-Ruby Core Data Application/AppDelegate.rb	13 Feb 2006 14:40:14 -0000	1.5
@@ -17,7 +17,7 @@
     allBundles.addObjectsFromArray(OSX::NSBundle.allFrameworks)
     
     @managedObjectModel = OSX::NSManagedObjectModel.mergedModelFromBundles(allBundles.allObjects)
-    OSX::CoreData.define_wrapper(@manegedObjectModel)
+    OSX::CoreData.define_wrapper(@managedObjectModel)
     return @managedObjectModel
   end
   


Tue, Feb 7, 2006 11:30:42 PM, kimura wataru wrote:
>Hi,
>
>I removed the end of line of AppDelegate.rb (in templete of CoreData),
>that's content was "//0/dummy timestamp//". 
>
>This causes a syntax error on any apps based on the template 
>"Cocoa-Ruby Core Data Application".
>


-- 
kimura wataru




More information about the Rubycocoa-devel mailing list
Zurück zum Archiv-Index