Sandbox for GOOS (growing object oriented software)
Hi Brian,
I am rather new to collaborative development in Ruby and Github, but maybe I am working on some improvements that might interest you. I am just studying the GOOS book by Pryce and Freeman, and as I think Ruby is easier to try out ideas, I have been looking at your code base. Evt., these need some updates for Ruby 1.9 and I am working on it.
It would be great to know your feedback on this.
Thanks and best regards, Patrick
PS I also bought an Ebook from you about Scripting in Ruby. I used your book for setting the first steps in Ruby :)
Sorry for the delay - I just got back from a month-long trip to Europe. As you might guess, I'm a bit behind on things. But I've put this into my task tracker.
On Sep 12, 2011, at 4:23 PM, Patrick Mulder wrote:
Hi Brian,
I am rather new to collaborative development in Ruby and Github, but maybe I am working on some improvements that might interest you. I am just studying the GOOS book by Pryce and Freeman, and as I think Ruby is easier to try out ideas, I have been looking at your code base. Evt., these need some updates for Ruby 1.9 and I am working on it.
It would be great to know your feedback on this.
Thanks and best regards, Patrick
PS I also bought an Ebook from you about Scripting in Ruby. I used your book for setting the first steps in Ruby :)
You can merge this Pull Request by running:
git pull https://github.com/poseid/growing-oo-software-in-ruby master
Or you can view, comment on it, or merge it online at:
https://github.com/marick/growing-oo-software-in-ruby/pull/1
-- Commit Summary --
- added sandbox for Ruby 1.9
-- File Changes --
A sandbox.rb (8)
-- Patch Links --
https://github.com/marick/growing-oo-software-in-ruby/pull/1.patch https://github.com/marick/growing-oo-software-in-ruby/pull/1.diff
Reply to this email directly or view it on GitHub: https://github.com/marick/growing-oo-software-in-ruby/pull/1
Brian Marick, Artisanal Labrador Now working at http://path11.com Contract programming in Ruby and Clojure Occasional consulting on Agile
Hi Brian, thanks for your email. I made some progress with my sandbox experiments. I also got more to know on running XMPP in Mac. NodeJS, EventMachine support Jabber clients and servers. Also, Openfire 3.7 works fine with MacOS. However, I am currently a bit stuck on using a GUI framework (Swing for JRuby ?) or some MVC web framework (thinking on Sinatra) to mock the UI development.
Anyway, I am also quite busy right now, so, will update you soon.
Patrick