Scott - is there interest (and venue) to make your mtg proposal for this coming Wed happen? I'm travelling this week and trying to figure out if I can work...
I'm sorry, I emailed this last night but it didn't get through to the mailing list. YES, we are planning on meeting tonight. Please let us know if you are...
We're canceling tonight's meeting. I didn't confirm the venue sooner, not publicized early enough and not enough people have RSVP-ed. We'll try again in 2...
... Bummer. I was out in the field all day and just got back to the office. ... Scott, I'll be in Texas that week. But I can get you a key if you stop by. I...
... Scott, np, and thanks for your continuing energy in organizing as well as to Dave for offering the meeting space at his new SmartSoft loc in Irvine. (I'm...
Sorry to have inconvenienced you Dave. We can meet when you get back from Texas. How about the week after, Thursday 9/27? From: ocruby@yahoogroups.com...
I'm really trying to get a handle on duck typing. So far, I have come up with some really cool ideas for separation of concerns when using MVP. But I would...
Here is a nice example # from Programming Ruby class Customer def initialize(first_name, last_name) @first_name = first_name @last_name = last_name end def...
The Ruby interpreter is slower on Windows, not sure why. The Cygwin/Windows version runs faster though, go figure. Maybe he should try JRuby instead. From:...
I posted this to ruby-talk, but no answer yet, so I thought I'd try here too. There seems to be little to no documentation on using SOAP with ruby . . . I'm...
It's been a while but this seemed to be worth posting - new screencasts about the new ASP.NET 3.5 / Visual Studio 2008. They have a CTP of a MVC framework for...