Re: [MacRuby-devel] Framework callbacks in macirb

2009-02-09 Thread Matt Mower
ng Objective-C. > BTW, can anyone recommend a book on Ruby idioms, frinstance: change all 'x' > in a string to 'y'? > Ruby Cookbook by Carlson & Richardson The Ruby Way by Fulton Both are excellent and will serve you we

Re: [MacRuby-devel] Distributing apps with MacRuby.framework

2009-01-23 Thread Matt Mower
ust pull in my patch(s). m/ -- Matt Mower :: http://mattmower.com/ ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Distributing apps with MacRuby.framework

2009-01-23 Thread Matt Mower
(patched BS files go inside MR instead of messing with your /System folder or getting copied into your app every time you build). m/ -- Matt Mower :: http://mattmower.com/ ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://li

Re: [MacRuby-devel] Warnings about removing methods

2009-01-06 Thread Matt Mower
On Tue, Jan 6, 2009 at 9:55 AM, Eloy Duran wrote: > on pure objc classes. It would remove the method and replace it with a > stub which raises a NoMethodError. This may be a naive question but.. would it not be more appropriate to trigger the method_missing functionality? m/ -- Matt

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-10 Thread Matt Mower
resulting version of MacRuby.framework is suitable for embedding and can be treated just like any other framework. I've put my patches on GitHub: http://github.com/mmower/embeddable-macruby/tree/master Matt -- Matt Mower :: http://matt.blogs.it/ ___ MacRuby-d

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-09 Thread Matt Mower
but it doesn't fit into my build workflow and, therefore, I don't want to use it. I would like the BUILD_AS_EMBEDDABLE option back and to be able to manage MacRuby.framework myself as I would any other framework. Regards, Matt -- Matt Mower :: http://matt.blogs.it/ __