Re: [MacRuby-devel] App Store

2012-03-16 Thread Matt Aimonetti
Thank you so much Stephen, that's exactly what a wiki is for! Feel free to contribute as much as you want as long as you think that the content might eventually be useful to others. MacRuby's documentation could certainly be improved, but if people keep track of their struggles and document the so

Re: [MacRuby-devel] App Store

2012-03-16 Thread stephen horne
After Matt pointed out the wiki, I made a page of the sort I would find useful with a couple of snippets of code on it. https://github.com/MacRuby/MacRuby/wiki/Snippets-For-Beginners I'm fairly novice to Ruby, Objective-C - and programming. This page shows a couple of the things I've spent some

Re: [MacRuby-devel] App Store

2012-03-16 Thread Matt Aimonetti
Thanks Again Daniel, very much appreciated. - Matt On Fri, Mar 16, 2012 at 11:18 AM, Daniel Westendorf wrote: > Okay, that sounds like a good move going forward. I'll see if I can't get > that added. > > Daniel > > > On Thu, Mar 15, 2012 at 9:24 PM, Matt Aimonetti > wrote: > >> I think you shou

Re: [MacRuby-devel] App Store

2012-03-16 Thread Daniel Westendorf
Okay, that sounds like a good move going forward. I'll see if I can't get that added. Daniel On Thu, Mar 15, 2012 at 9:24 PM, Matt Aimonetti wrote: > I think you should add it now and just mention that it's for 0.11/nightly > build. We are waiting for Laurent to release 0.11 and I honestly don't

Re: [MacRuby-devel] Sequel gem does not install

2012-03-16 Thread Mark Rada
Hi Wladjmir, Is the failure you are experiencing consistent? I've just tried installing sequel a few times using the nightly build and not had any issues. Looking into the rubygems source, the only direct calls to #to_str are guarded by checking if the object responds to #to_str first, so the c

Re: [MacRuby-devel] NSUserDefaults and registerDefaults

2012-03-16 Thread Steve Clarke
Hi Erik, The following code works for me, though as far as I can see it's effectively the same as yours. The only difference might be that I run this code in rb_main.rb rather than after the app has finished launching. DBNAME_KEY='database_name' DEFAULTS = NSUserDefaults.standardUserDefaults

Re: [MacRuby-devel] App Store

2012-03-16 Thread Ron Green
Thanks Daniel, I'll give this a try. I was under the impression that any signature errors and would result in an app being rejected. Very helpful. Ron On Mar 15, 2012, at 10:03 PM, Daniel Westendorf wrote: > Ron, > > I feel your pain, it is hard to figure out. > > If you're running MR 0.10, y

Re: [MacRuby-devel] NSUserDefaults and registerDefaults

2012-03-16 Thread Erik Lundqvist
Sean, Thank you, but that only demonstrates the bit I have working. What is not working for me is using registerDefaults. Thanks anyway :) On 16 March 2012 13:32, Sean Mateus wrote: > Hi Erik, > > here is an example app Matt wrote: >save: > https://github.com/mattetti/LiveTV/blob/master/TV

Re: [MacRuby-devel] NSUserDefaults and registerDefaults

2012-03-16 Thread Sean Mateus
Hi Erik, here is an example app Matt wrote: save: https://github.com/mattetti/LiveTV/blob/master/TVFrancaise/AppDelegate.rb#L249-253 read: https://github.com/mattetti/LiveTV/blob/master/TVFrancaise/AppDelegate.rb#L41-42 I hope this will help you -- Sean Mateus On Friday, March 16, 201

[MacRuby-devel] Sequel gem does not install

2012-03-16 Thread Wladjmir Godioz
with last nightly build: Fetching: sequel-3.33.0.gem ( 34%)ERROR: While executing gem ... (NoMethodError) undefined method `to_str' for # ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinf