Re: [MacRuby-devel] Core Data brain-o

2011-03-21 Thread Joshua Ballanco
Just to clarify the reason behind this, in Ruby 1.9 { foo:bar } translates into { :foo => bar }. Since you want a has using constants as keys, the shorthand notation doesn't work. In other words, your first example translates to: psc_options = { :NSMigratePersistentStoresAutomaticallyOption => NSN

[MacRuby-devel] Foundation/Foundation.h: No such file or directory

2011-03-21 Thread Martin Hawkins
I started a new project today - MacRuby Document Based Application. I made the usual start up noises - git repo., etc. When I built the project just to check I'd done nothing stupid, I got 'failed - 33 errors' with the error above. (Thinks - it's going to be one of those days!) A quick check in Pr