new macruby tips: dialog window
I'm back from vacation and wrote a very simple tutorial: MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1VuxBZ It looks like it's time for me to move my tutorials http://merbist.com/category/macruby/ to MacRuby's recipes. Anyone feels like contributing more examples/tutorials? - Matt
On Oct 25, 2009, at 5:00 PM, Matt Aimonetti wrote:
I'm back from vacation and wrote a very simple tutorial: MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1VuxBZ
It looks like it's time for me to move my tutorials http://merbist.com/category/macruby/ to MacRuby's recipes.
Anyone feels like contributing more examples/tutorials?
- Matt _______________________________________________
This might be a bit OT, but I poked around github looking for a MacRuby version of Aaron Hillegass's RaiseMan and found DrNic's effort. I've gotten a bit further, so I put it out there as: http://github.com/sxross/raiseman-rb I'm a Cocoa n00b, so I decided that instead of the meatier "real" projects that I wanted to do, I would work doggedly through Aaron's examples in Objective-C and then do MacRuby ports as I went along. I've hit a few snags, but my goal is to have a completely functional RaiseMan in MacRuby by the end of the exercise, and perhaps to inject some idiomatic Rubyisms into the end product. -- Steve
Hey Steve, Check John's repo: http://idisk.mac.com/johnmshea-Public?view=web he did a great job porting examples from the book and other examples. That might help you in your quest to Cocoa knowledge :) - Matt On Sun, Oct 25, 2009 at 7:10 PM, s.ross <cwdinfo@gmail.com> wrote:
On Oct 25, 2009, at 5:00 PM, Matt Aimonetti wrote:
I'm back from vacation and wrote a very simple tutorial: MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1VuxBZ
It looks like it's time for me to move my tutorials http://merbist.com/category/macruby/ to MacRuby's recipes.
Anyone feels like contributing more examples/tutorials?
- Matt _______________________________________________
This might be a bit OT, but I poked around github looking for a MacRuby version of Aaron Hillegass's RaiseMan and found DrNic's effort. I've gotten a bit further, so I put it out there as:
http://github.com/sxross/raiseman-rb
I'm a Cocoa n00b, so I decided that instead of the meatier "real" projects that I wanted to do, I would work doggedly through Aaron's examples in Objective-C and then do MacRuby ports as I went along. I've hit a few snags, but my goal is to have a completely functional RaiseMan in MacRuby by the end of the exercise, and perhaps to inject some idiomatic Rubyisms into the end product.
-- Steve
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Am 26.10.2009 um 01:00 schrieb Matt Aimonetti:
I'm back from vacation and wrote a very simple tutorial: MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1VuxBZ
Could you please upload the current state to the github repository?
It looks like it's time for me to move my tutorials http://merbist.com/category/macruby/ to MacRuby's recipes.
Anyone feels like contributing more examples/tutorials?
I have written a tutorial about "building a static website with nanoc", but publishing has to wait until ticket #395 is resolved.
On Mon, Oct 26, 2009 at 12:26 AM, B. Ohr <jazzbox@7zz.de> wrote:
Am 26.10.2009 um 01:00 schrieb Matt Aimonetti:
I'm back from vacation and wrote a very simple tutorial: MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1VuxBZ
Could you please upload the current state to the github repository?
What do you mean? - Matt
It looks like it's time for me to move my tutorials http://merbist.com/category/macruby/ to MacRuby's recipes.
Anyone feels like contributing more examples/tutorials?
I have written a tutorial about "building a static website with nanoc", but publishing has to wait until ticket #395 is resolved.
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Am 26.10.2009 um 08:32 schrieb Matt Aimonetti:
On Mon, Oct 26, 2009 at 12:26 AM, B. Ohr <jazzbox@7zz.de> wrote:
Am 26.10.2009 um 01:00 schrieb Matt Aimonetti:
I'm back from vacation and wrote a very simple tutorial: MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1VuxBZ
Could you please upload the current state to the github repository?
What do you mean?
- Matt
Oh, sorry, I thought you wrote your manual on http://www.macruby.org/ ! On http://github.com/mattetti/macruby_website at least the article "test driven development..." is missing. BTW, wouldn't it be better to publish your articles on http://www.macruby.org/ too?
participants (3)
-
B. Ohr
-
Matt Aimonetti
-
s.ross