Re: [MacRuby-devel] TDD in Objective-C with MacRuby

2009-10-17 Thread Joshua Ballanco
Thanks guys! I fixed a few typos and committed the change. If you find any more please let me know (or feel free to fix as you see fit). One thing I'd like to work on when I get some time (yeah, right...) is a custom Xcode output formatter for Bacon. If we match the output format of the R

Re: [MacRuby-devel] TDD in Objective-C with MacRuby

2009-10-17 Thread Matt Aimonetti
Wow, this is awesome, this post is going to be very helpful! - Matt On Sat, Oct 17, 2009 at 9:57 PM, Laurent Sansonetti wrote: > Hi Josh, > > It's awesome! Unless someone has any objection I will deploy it by tomorrow > :-) For those interested, the changes are already committed to the > MacRuby

Re: [MacRuby-devel] TDD in Objective-C with MacRuby

2009-10-17 Thread Laurent Sansonetti
Hi Josh, It's awesome! Unless someone has any objection I will deploy it by tomorrow :-) For those interested, the changes are already committed to the MacRubyWebsite repository. Thanks a lot for this work! Laurent On Oct 17, 2009, at 4:38 PM, Joshua Ballanco wrote: Hey all! So, I've f

Re: [MacRuby-devel] [MacRuby] #353: No such file to load bigdecimal

2009-10-17 Thread MacRuby
#353: No such file to load bigdecimal --+- Reporter: noelrap...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: blocker |

[MacRuby-devel] TDD in Objective-C with MacRuby

2009-10-17 Thread Joshua Ballanco
Hey all! So, I've finished up the TDD recipe. You can find a PDF of it at http://files.me.com/jballanc/1lxnwb . Please look it over and let me know what you think! I welcome all comments/criticisms/suggestions. Cheers, Josh ___ MacRuby-devel maili

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Conrad Taylor
Mike, this sounds like a very interesting option for packaging gems with a MacRuby application. Also, one might be able to ship dynamically linked libraries with the application. -Conrad On Sat, Oct 17, 2009 at 2:50 PM, Michael Shapiro wrote: > If the AOT compiler's being used, I wonder if ther

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Jonathan Hicks
It looks like support for system gems was added today. http://github.com/wycats/bundler/commit/8a7ee26c8a979b69a2b7b299a3d9bfe248fe71ad --J On Sat, Oct 17, 2009 at 4:50 PM, Michael Shapiro wrote: > If the AOT compiler's being used, I wonder if there's the possibility of

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Michael Shapiro
If the AOT compiler's being used, I wonder if there's the possibility of statically compiling gems into the executable itself? --Mike On Oct 16, 2009, at 5:01 PM, Ernest N. Prabhakar, Ph.D. wrote: I wonder if this will help MacRuby applications: http://litanyagainstfear.com/blog/2009/10/14/

Re: [MacRuby-devel] Serial Port I/O

2009-10-17 Thread Laurent Sansonetti
Hi Robert, ruby-serialport is not going to work anytime soon, but I think there are alternatives in the Cocoa world that you could use. I did some googling and found http://sourceforge.net/projects/ amserial/. You might be able to use this framework inside your app, assuming it works with

[MacRuby-devel] Serial Port I/O

2009-10-17 Thread Robert Rice
Hi Team: Do you have a recommended way to do serial port I/O in a MacRuby environment? I was using ruby-serialport in the RubyCocoa environment but the gem gives me the following error: Password: ERROR: While executing gem ... (RuntimeError) MacRuby does not support native extensions y

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Matt Aimonetti
The Gem bundler that Carl Lerche and Yehuda Katz worked on should in theory work great with MacRuby. However, as far as I know, it doesn't offer a fallback to system gems, so you need to package all your gems with your application. (which, really, shouldn't be a problem) That said, I never gave it

[MacRuby-devel] [MacRuby] #391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard

2009-10-17 Thread MacRuby
#391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard --+- Reporter: tre...@… | Owner: lsansone...@… Type: defect| Status