From mghaught at gmail.com Thu Oct 5 17:12:17 2006 From: mghaught at gmail.com (Marty Haught) Date: Thu, 5 Oct 2006 15:12:17 -0600 Subject: [Boulder-Denver Ruby Group] Boulder-Denver Ruby Group - October 18th Message-ID: <57f29e620610051412n3f290149q8eb57d5f8168712a@mail.gmail.com> Hi Everyone, Just days before RubyConf, we're going to have our October meeting on Wednesday the 18th at 6:30pm. Tim Pease will lead us off on a talk of Test::Unit. Ara Howard will do the second talk on instant linux clustering with Ruby queue. Additionally, we will continue to hand out free Ruby books compliments O'Reilly. I hope to see you all there. Cheers, Marty Directions: Collective Intellect 1414 Pearl St., Suite 200 Boulder, CO 80302 It is located on the East end of the walking mall above a store called "Baby Doll" on the South side. The Collective Intellect name is on the door of a stairway leading up to the office. URL to google maps: http://rubyurl.com/QO7 From tony at clickcaster.com Tue Oct 10 21:43:41 2006 From: tony at clickcaster.com (Tony Arcieri) Date: Tue, 10 Oct 2006 19:43:41 -0600 Subject: [Boulder-Denver Ruby Group] SAX-like serialization in Ruby? Message-ID: We're using EventMachine to multiplex a number of network connections. EventMachine has you define a module containing a set of callback methods for handling various events. When data is received, it passes that data as a string to a receive_data. We're wanting to serialize Ruby objects across these connections (for now the sockets will be used for IPC between Ruby processes on the same system). So we're looking for a SAX-like processor of serialized messages that in some way lets us know when a complete message has been received and lets us extract the unserialized Ruby object. Does anyone know a way to do this with Marshal/YAML/etc? Something like expat's ParseBuffer sort of approach that would let us spoonfeed a deserializer data as it's received that would spit out unserialized objects as they're fully received. -- Tony Arcieri ClickCaster, Inc. tony at clickcaster.com (970) 232-4208 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/bdrg-members/attachments/20061010/9de9894a/attachment.html From pjones at pmade.org Wed Oct 11 07:53:16 2006 From: pjones at pmade.org (Peter Jones) Date: Wed, 11 Oct 2006 05:53:16 -0600 Subject: [Boulder-Denver Ruby Group] SAX-like serialization in Ruby? In-Reply-To: References: Message-ID: On Oct 10, 2006, at 19:43, Tony Arcieri wrote: > We're using EventMachine to multiplex a number of network > connections. EventMachine has you define a module containing a set > of callback methods for handling various events. When data is > received, it passes that data as a string to a receive_data. > > We're wanting to serialize Ruby objects across these connections > (for now the sockets will be used for IPC between Ruby processes on > the same system). So we're looking for a SAX-like processor of > serialized messages that in some way lets us know when a complete > message has been received and lets us extract the unserialized Ruby > object. Does anyone know a way to do this with Marshal/YAML/etc? > Something like expat's ParseBuffer sort of approach that would let > us spoonfeed a deserializer data as it's received that would spit > out unserialized objects as they're fully received. Sounds like you might want to look at DRb. At the very least, you can see how it does serialization across the network. I know that Marshal.load can take an IO object, including a socket/pipe, and correctly reads the right amount of data. You could write some code in your receive_data method that parses the Marshal.dump header, and then you would know how much data needs to be received before you have a complete object. -p -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/bdrg-members/attachments/20061011/66bbc86f/attachment.html From kevin at obtiva.com Mon Oct 16 20:40:46 2006 From: kevin at obtiva.com (Kevin P. Taylor) Date: Mon, 16 Oct 2006 19:40:46 -0500 Subject: [Boulder-Denver Ruby Group] [ANN] Ruby on Rails TDD Boot Camp Nov 6-9 Message-ID: Our August "Ruby on Rails TDD Boot Camp" sold out in only 3 weeks! Obtiva's "Ruby on Rails TDD Boot Camp" is an intensive 4-day dive into Ruby, Ruby on Rails, test-driven development, and Ajax. Join Dave Hoover, author of the upcoming "Rails Acceptance Testing: with Selenium and Watir" (Addison-Wesley) and "Refactoring Rails: A Case Study" (O'Reilly), for our next class conveniently located in downtown Chicago. If you are interested in experiencing the power of Rails to speed your development time, you want to harness Ruby in your scripts, or you want to master TDD's essentials and apply them to your projects, this challenging course will provide everything you need to be successful. Registration is limited. More information and a registration link at: http://www.obtiva.com/index.php?page=rails_course Or, call Kevin Taylor at 630-456-1388. www.obtiva.com From mghaught at gmail.com Wed Oct 18 08:43:08 2006 From: mghaught at gmail.com (Marty Haught) Date: Wed, 18 Oct 2006 06:43:08 -0600 Subject: [Boulder-Denver Ruby Group] Boulder-Denver Ruby Group - October 18th Message-ID: <57f29e620610180543w2a4dc045wfa79988c7639b3cb@mail.gmail.com> Greetings, Due to me being out of town my traditional three day reminder email will actually just be the morning-before-the-meeting reminder. Anyway, we'll be meeting today at 6:30pm (directions below). Tim Pease will lead us off on a talk of Test::Unit. Ara Howard will do the second talk on instant linux clustering with Ruby queue. Additionally, we will continue to hand out free Ruby books compliments O'Reilly. I hope to see you all there. Cheers, Marty Directions: Collective Intellect 1414 Pearl St., Suite 200 Boulder, CO 80302 It is located on the East end of the walking mall above a store called "Baby Doll" on the South side. The Collective Intellect name is on the door of a stairway leading up to the office. URL to google maps: http://rubyurl.com/QO7 From mghaught at gmail.com Wed Oct 18 12:40:17 2006 From: mghaught at gmail.com (Marty Haught) Date: Wed, 18 Oct 2006 10:40:17 -0600 Subject: [Boulder-Denver Ruby Group] RailsConf 2007 Message-ID: <57f29e620610180940t5cfe5487lc45c9f9aa5a33946@mail.gmail.com> Hey Guys, Marsee over at O'Reilly informed me that RailsConf 2007 is now accepting proposals for speakers. They'll be due by Nov 27th. Go check it out here: http://conferences.oreillynet.com/rails/ If you didn't already know the conference will be held May 17th - 20th in Portland, Oregon. Cheers, Marty From jcfiala at gmail.com Wed Oct 18 13:50:54 2006 From: jcfiala at gmail.com (John Fiala) Date: Wed, 18 Oct 2006 11:50:54 -0600 Subject: [Boulder-Denver Ruby Group] RubyConf 2006 Ticket Anyone? Message-ID: Hi folks. Something's come up that looks like it will prevent me from attending RubyConf this weekend, unfortunately. I'm looking into seeing if I can transfer the membership to someone else - assuming I can, is anyone interested in it? I paid $200 for the full Presentations and Meals package. -- John Fiala From 2006 at joshcarter.com Wed Oct 18 17:00:13 2006 From: 2006 at joshcarter.com (Josh Carter) Date: Wed, 18 Oct 2006 15:00:13 -0600 Subject: [Boulder-Denver Ruby Group] Another RubyConf 2006 Ticket In-Reply-To: References: Message-ID: <0E54C54E-C04A-4638-882E-ED9D717B0785@joshcarter.com> Hi all, I'm in the same boat as John, unfortunately. I am registered for the sessions (no meals, sorry) and I'd sell my registration to someone if the RubyConf folks let me. The sessions registration cost $125. Contact me if you're interested, and we'll try to get it transferred over. Best regards, Josh On Oct 18, 2006, at 11:50 AM, John Fiala wrote: > Hi folks. > > Something's come up that looks like it will prevent me from attending > RubyConf this weekend, unfortunately. > > I'm looking into seeing if I can transfer the membership to someone > else - assuming I can, is anyone interested in it? I paid $200 for > the full Presentations and Meals package. > > -- > John Fiala > _______________________________________________ > Bdrg-members mailing list > Bdrg-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/bdrg-members From wbruce at gmail.com Wed Oct 18 20:24:57 2006 From: wbruce at gmail.com (Bruce Williams) Date: Wed, 18 Oct 2006 18:24:57 -0600 Subject: [Boulder-Denver Ruby Group] Job Opening Message-ID: <4896b9210610181724h59f6ba2chd0add19f53b95b91@mail.gmail.com> Hi Everyone, I just wanted to let the list know this before I post the notice at RubyConf, in case any of you are interested in full-time Ruby work. The company I work for, Naviance (http://naviance.com), is currently seeking another full-time Rails developer to work at our Broomfield, CO office (right in Flatiron Crossing). Naviance is a small, well-established company catering to the education domain. If any of you are interested, feel free to drop me an email at bruce.williams at naviance.com (or catch me at RubyConf), and I can give you the details-- unfortunately I won't be able to make the meeting tonight. Cheers, Bruce From mghaught at gmail.com Wed Oct 25 16:39:43 2006 From: mghaught at gmail.com (Marty Haught) Date: Wed, 25 Oct 2006 14:39:43 -0600 Subject: [Boulder-Denver Ruby Group] November's meeting Message-ID: <57f29e620610251339v44c2c8aclea14a0f4f0262ca1@mail.gmail.com> Hi Guys, I'm planning on November 15th for our next meeting. I do still have speaker openings for the next three months. Anyone care to speak to present? I will also mention that our meeting will be the day before the Rails Edge conference and I know some of you will be attending that as well. One other thing that I wanted to mention was I'm looking for someone to assist with the running the group. I will be out of town for some of December and I'd like to have a second-in-charge so I can hand off group duties if need be for a bit. If you are at all interested just email me offlist. Duties would include helping plan out meetings (speakers, events, etc), coordinate logistics as well as MC the meeting (not there's a lot that I really do at the meeting :)). I'll have an official announcement about our next meeting as we get closer. Cheers, Marty From ara.t.howard at noaa.gov Wed Oct 25 17:07:02 2006 From: ara.t.howard at noaa.gov (ara.t.howard at noaa.gov) Date: Wed, 25 Oct 2006 15:07:02 -0600 (MDT) Subject: [Boulder-Denver Ruby Group] November's meeting In-Reply-To: <57f29e620610251339v44c2c8aclea14a0f4f0262ca1@mail.gmail.com> References: <57f29e620610251339v44c2c8aclea14a0f4f0262ca1@mail.gmail.com> Message-ID: On Wed, 25 Oct 2006, Marty Haught wrote: > Hi Guys, > > I'm planning on November 15th for our next meeting. I do still have speaker > openings for the next three months. Anyone care to speak to present? I > will also mention that our meeting will be the day before the Rails Edge > conference and I know some of you will be attending that as well. > > One other thing that I wanted to mention was I'm looking for someone to > assist with the running the group. I will be out of town for some of > December and I'd like to have a second-in-charge so I can hand off group > duties if need be for a bit. If you are at all interested just email me > offlist. Duties would include helping plan out meetings (speakers, events, > etc), coordinate logistics as well as MC the meeting (not there's a lot that > I really do at the meeting :)). i nominate tim pease! -a -- my religion is very simple. my religion is kindness. -- the dalai lama From tony at clickcaster.com Thu Oct 26 03:26:10 2006 From: tony at clickcaster.com (Tony Arcieri) Date: Thu, 26 Oct 2006 01:26:10 -0600 Subject: [Boulder-Denver Ruby Group] cgi.rb patch Message-ID: Anyone running Mongrel and using it for file uploads will likely want to install this: http://mongrel.rubyforge.org/releases/cgi_multipart_eof_fix-1.0.0.gem It's a patch for an as-yet-undisclosed DoS vulnerability in the Ruby cgi.rb's multipart POST handling. We were having our site wedge daily (we handle a LOT of file uploads through multipart POSTs) with Mongrel until we got it installed. -- Tony Arcieri ClickCaster, Inc. tony at clickcaster.com (970) 232-4208 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/bdrg-members/attachments/20061026/177777ae/attachment.html From jeremy at hinegardner.org Thu Oct 26 16:19:47 2006 From: jeremy at hinegardner.org (Jeremy Hinegardner) Date: Thu, 26 Oct 2006 14:19:47 -0600 Subject: [Boulder-Denver Ruby Group] November's meeting In-Reply-To: References: <57f29e620610251339v44c2c8aclea14a0f4f0262ca1@mail.gmail.com> Message-ID: <20061026201947.GC11586@hinegardner.org> On Wed, Oct 25, 2006 at 03:07:02PM -0600, ara.t.howard at noaa.gov wrote: > On Wed, 25 Oct 2006, Marty Haught wrote: > > > Hi Guys, > > > > I'm planning on November 15th for our next meeting. I do still have speaker > > openings for the next three months. Anyone care to speak to present? I > > will also mention that our meeting will be the day before the Rails Edge > > conference and I know some of you will be attending that as well. > > > > One other thing that I wanted to mention was I'm looking for someone to > > assist with the running the group. I will be out of town for some of > > December and I'd like to have a second-in-charge so I can hand off group > > duties if need be for a bit. If you are at all interested just email me > > offlist. Duties would include helping plan out meetings (speakers, events, > > etc), coordinate logistics as well as MC the meeting (not there's a lot that > > I really do at the meeting :)). > > i nominate tim pease! > > -a I second that motion. -jeremy -- ======================================================================== Jeremy Hinegardner jeremy at hinegardner.org From wbruce at gmail.com Fri Oct 27 01:58:48 2006 From: wbruce at gmail.com (Bruce Williams) Date: Thu, 26 Oct 2006 23:58:48 -0600 Subject: [Boulder-Denver Ruby Group] November's meeting In-Reply-To: <20061026201947.GC11586@hinegardner.org> References: <57f29e620610251339v44c2c8aclea14a0f4f0262ca1@mail.gmail.com> <20061026201947.GC11586@hinegardner.org> Message-ID: <4896b9210610262258p68d9ac12y642a2a94143b4f50@mail.gmail.com> On 10/26/06, Jeremy Hinegardner wrote: > On Wed, Oct 25, 2006 at 03:07:02PM -0600, ara.t.howard at noaa.gov wrote: > > i nominate tim pease! > > > > -a > > I second that motion. > > -jeremy Thirded ;-) (I believe the motion carries). -bruce From tim.pease at gmail.com Fri Oct 27 11:04:09 2006 From: tim.pease at gmail.com (Tim Pease) Date: Fri, 27 Oct 2006 09:04:09 -0600 Subject: [Boulder-Denver Ruby Group] Test::Unit presentation Message-ID: <69f66b790610270804u6b526ef1m882ecdf2163b2d3b@mail.gmail.com> If you would like to see the slides and / or the sample code from last week's Test::Unit presentation, you can find them here: http://www.zippy6.net/ruby/TestUnit/ Blessings, Tim Pease From kevwil at gmail.com Fri Oct 27 13:50:06 2006 From: kevwil at gmail.com (Kevin Williams) Date: Fri, 27 Oct 2006 11:50:06 -0600 Subject: [Boulder-Denver Ruby Group] Test::Unit presentation In-Reply-To: <69f66b790610270804u6b526ef1m882ecdf2163b2d3b@mail.gmail.com> References: <69f66b790610270804u6b526ef1m882ecdf2163b2d3b@mail.gmail.com> Message-ID: <683a886f0610271050y1af00c6we199d05c0a29d64a@mail.gmail.com> Thanks! On 10/27/06, Tim Pease wrote: > If you would like to see the slides and / or the sample code from last > week's Test::Unit presentation, you can find them here: > > http://www.zippy6.net/ruby/TestUnit/ > > Blessings, > Tim Pease > _______________________________________________ > Bdrg-members mailing list > Bdrg-members at rubyforge.org > http://rubyforge.org/mailman/listinfo/bdrg-members > -- Cheers, Kevin Williams http://www.almostserio.us/ "Any sufficiently advanced technology is indistinguishable from Magic." - Arthur C. Clarke From pjones at pmade.org Mon Oct 30 10:24:56 2006 From: pjones at pmade.org (Peter Jones) Date: Mon, 30 Oct 2006 08:24:56 -0700 Subject: [Boulder-Denver Ruby Group] Subversion Automation Message-ID: <5B784D2D-732D-4128-AF4C-0E3ACCB27F64@pmade.org> I'm getting ready to release some code I wrote for automating Subversion branching and merging and was hoping that some of you would be willing to check it out and kick the tires a bit. svn co http://pmade.com/svn/oss/sc/trunk sc-trunk I'd be more than happy to include your name in the THANKS file for anyone that provides feedback/patches/etc. From the README: SC is a wrapper around Subversion that automates and standardizes branching and merging. The primary goal of the project is to simplify the more complex features of Subversion and therefore encouraging their use. -p -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/bdrg-members/attachments/20061030/c9946a6c/attachment.html From tim.pease at gmail.com Mon Oct 30 13:50:33 2006 From: tim.pease at gmail.com (Tim Pease) Date: Mon, 30 Oct 2006 11:50:33 -0700 Subject: [Boulder-Denver Ruby Group] Subversion Automation In-Reply-To: <5B784D2D-732D-4128-AF4C-0E3ACCB27F64@pmade.org> References: <5B784D2D-732D-4128-AF4C-0E3ACCB27F64@pmade.org> Message-ID: <69f66b790610301050x38633101tc2a0a708c156384c@mail.gmail.com> On 10/30/06, Peter Jones wrote: > I'm getting ready to release some code I wrote for automating Subversion > branching and merging and was hoping that some of you would be willing to > check it out and kick the tires a bit. > > svn co http://pmade.com/svn/oss/sc/trunk sc-trunk > > I'd be more than happy to include your name in the THANKS file for anyone > that provides feedback/patches/etc. > > From the README: > > SC is a wrapper around Subversion that automates and standardizes branching > and merging. The primary goal of the project is to simplify the more > complex > features of Subversion and therefore encouraging their use. > How does this project stack up to svnmerge? http://www.orcaware.com/svn/wiki/Svnmerge.py We've been using svnmerge at work quite successfully for the past year. Works like a champ, and it has made some tricky branches very easy to handle. Blessings, TwP From pjones at pmade.org Mon Oct 30 14:21:03 2006 From: pjones at pmade.org (Peter Jones) Date: Mon, 30 Oct 2006 12:21:03 -0700 Subject: [Boulder-Denver Ruby Group] Subversion Automation In-Reply-To: <69f66b790610301050x38633101tc2a0a708c156384c@mail.gmail.com> References: <5B784D2D-732D-4128-AF4C-0E3ACCB27F64@pmade.org> <69f66b790610301050x38633101tc2a0a708c156384c@mail.gmail.com> Message-ID: On Oct 30, 2006, at 11:50, Tim Pease wrote: > How does this project stack up to svnmerge? Thanks for pointing out svnmerge. Svnmerge seems to be more general purpose than SC. For example, SC only support three types of branches: 1) Release Branches 2) Bug Fix Branches 3) Experimental Code Branches Svnmerge give you a lot of freedom that SC doesn't, for example, SC creates release branches from the trunk, but doesn't allow you to merge changes from the release branch back to the trunk. Instead, SC wants you to create a bug fix branch off the release branch, and then have that bug fix branch merged back onto the release branch and the trunk. This sounds a bit complicated, so here is a flow of how you would create a release branch for 1.0.0 and then go and fix a bug with bug ID 20 on it: > sc release 1.0.0 > sc bug 20 > # fix the bug, and commit > sc bug --close 20 > sc release 1.0.1 This makes a release branch for 1.0 and tags it as 1.0.0, then makes a bug fix branch off release branch 1.0. When SC makes branches, it automatically checks those branches out into a new working directory so you don't affect your CWD. When you close the bug, SC checks out yet another fresh copy of the release branch, merges the changes, commits them, and then does the same thing with the trunk. SC's idea of an experimental branch is more inline with what svnmerge does. You can merge an experiment branch back and forth from the trunk without merging the same changes more than once (SC uses tags to track merge points). SC also isn't as advanced as svnmerge, for example, it doesn't allow you to omit specific revision numbers from the merge. Then there's the fact that SC is written in Ruby ;) Oh, and it has a pretty good test suite that operates on a temporary Subversion repository. Try out 'rake test'. So, I'd say that svnmerge is an advanced general purpose tool, and SC is more specific about what it does. I'm in the middle of putting together a screencast of SC in action. I think that will help demonstrate where it might be useful. Thanks again Tim! -p From ara.t.howard at noaa.gov Mon Oct 30 22:15:40 2006 From: ara.t.howard at noaa.gov (ara.t.howard at noaa.gov) Date: Mon, 30 Oct 2006 20:15:40 -0700 (MST) Subject: [Boulder-Denver Ruby Group] Subversion Automation In-Reply-To: <5B784D2D-732D-4128-AF4C-0E3ACCB27F64@pmade.org> References: <5B784D2D-732D-4128-AF4C-0E3ACCB27F64@pmade.org> Message-ID: On Mon, 30 Oct 2006, Peter Jones wrote: > I'm getting ready to release some code I wrote for automating Subversion > branching and merging and was hoping that some of you would be willing to > check it out and kick the tires a bit. > > svn co http://pmade.com/svn/oss/sc/trunk sc-trunk > > I'd be more than happy to include your name in the THANKS file for anyone > that provides feedback/patches/etc. > > From the README: > > SC is a wrapper around Subversion that automates and standardizes branching > and merging. The primary goal of the project is to simplify the more complex > features of Subversion and therefore encouraging their use. > > -p yay to all those that release code into the wild! -a -- my religion is very simple. my religion is kindness. -- the dalai lama -------------- next part -------------- _______________________________________________ Bdrg-members mailing list Bdrg-members at rubyforge.org http://rubyforge.org/mailman/listinfo/bdrg-members From bwg1974 at yahoo.com Mon Oct 30 23:42:58 2006 From: bwg1974 at yahoo.com (Brian Gibson) Date: Mon, 30 Oct 2006 20:42:58 -0800 (PST) Subject: [Boulder-Denver Ruby Group] Subversion Automation Message-ID: <20061031044258.95245.qmail@web54512.mail.yahoo.com> In the spirit of releasing code to the wild (and shamelessly plugging myself), here are couple of my recent contributions Rails related http://www.lindenlan.net/2006/10/13/controltouchpad-for-scriptaculous/ http://www.lindenlan.net/2006/10/21/setlength-extension-for-controlslider/ Non-Rails related http://www.lindenlan.net/2006/10/08/restyle-google-calendar/ P.S. I'm gainfully employed but I will entertain offers. :-) ----- Original Message ---- From: "ara.t.howard at noaa.gov" To: Peter Jones Cc: bdrg-members at rubyforge.org Sent: Monday, October 30, 2006 8:15:40 PM Subject: Re: [Boulder-Denver Ruby Group] Subversion Automation On Mon, 30 Oct 2006, Peter Jones wrote: > I'm getting ready to release some code I wrote for automating Subversion > branching and merging and was hoping that some of you would be willing to > check it out and kick the tires a bit. > > svn co http://pmade.com/svn/oss/sc/trunk sc-trunk > > I'd be more than happy to include your name in the THANKS file for anyone > that provides feedback/patches/etc. > > From the README: > > SC is a wrapper around Subversion that automates and standardizes branching > and merging. The primary goal of the project is to simplify the more complex > features of Subversion and therefore encouraging their use. > > -p yay to all those that release code into the wild! -a -- my religion is very simple. my religion is kindness. -- the dalai lama _______________________________________________ Bdrg-members mailing list Bdrg-members at rubyforge.org http://rubyforge.org/mailman/listinfo/bdrg-members _______________________________________________ Bdrg-members mailing list Bdrg-members at rubyforge.org http://rubyforge.org/mailman/listinfo/bdrg-members From mgarriss at gmail.com Tue Oct 31 10:09:15 2006 From: mgarriss at gmail.com (Michael Garriss) Date: Tue, 31 Oct 2006 08:09:15 -0700 Subject: [Boulder-Denver Ruby Group] Subversion Automation In-Reply-To: <20061031044258.95245.qmail@web54512.mail.yahoo.com> References: <20061031044258.95245.qmail@web54512.mail.yahoo.com> Message-ID: On Oct 30, 2006, at 9:42 PM, Brian Gibson wrote: > In the spirit of releasing code to the wild (and shamelessly > plugging myself), here are couple of my recent contributions > > Rails related > > http://www.lindenlan.net/2006/10/13/controltouchpad-for-scriptaculous/ > http://www.lindenlan.net/2006/10/21/setlength-extension-for- > controlslider/ > > Non-Rails related > > http://www.lindenlan.net/2006/10/08/restyle-google-calendar/ > > > P.S. I'm gainfully employed but I will entertain offers. :-) > >> I'm getting ready to release some code I wrote for automating >> Subversion >> branching and merging and was hoping that some of you would be >> willing to >> check it out and kick the tires a bit. >> >> svn co http://pmade.com/svn/oss/sc/trunk sc-trunk >> >> I'd be more than happy to include your name in the THANKS file for >> anyone >> that provides feedback/patches/etc. >> >> From the README: >> >> SC is a wrapper around Subversion that automates and standardizes >> branching >> and merging. The primary goal of the project is to simplify the >> more complex >> features of Subversion and therefore encouraging their use. >> >> -p > > yay to all those that release code into the wild! > i second that ara. i have started using sc peter, great work. and brian, that touchpad is hot! you guys got me all motivated like. i'm going to release some things i've been working on, soon. -mike From doug.fales at gmail.com Tue Oct 31 11:23:38 2006 From: doug.fales at gmail.com (Doug Fales) Date: Tue, 31 Oct 2006 09:23:38 -0700 Subject: [Boulder-Denver Ruby Group] Subversion Automation In-Reply-To: References: <5B784D2D-732D-4128-AF4C-0E3ACCB27F64@pmade.org> Message-ID: <22185b1f0610310823i57a29112tabfbd7f357cdca8a@mail.gmail.com> I set some code free this morning: http://zipcodesearch.rubyforge.org/ -Doug http://guod.net http://walkingboss.org On 10/30/06, ara.t.howard at noaa.gov wrote: > yay to all those that release code into the wild! > > -a