Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Ruby Weekly News 29th May - 4th June 2006
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  17 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tim Sutherland  
View profile  
 More options Jun 6 2006, 7:17 am
From: Tim Sutherland <tims...@ihug.co.nz>
Date: Tue, 6 Jun 2006 20:17:59 +0900
Local: Tues, Jun 6 2006 7:17 am
Subject: Ruby Weekly News 29th May - 4th June 2006
http://www.rubyweeklynews.org/20060604.html

Ruby Weekly News 29th May - 4th June 2006
=========================================

   Ruby Weekly News is a summary of the week's activity for the ruby-talk
   mailing list, and its mirror equivalents the ruby-talk google group and
   the Ruby forum. (The comp.lang.ruby newsgroup used to be equivalent,
   but is now independent. Take a look at gmane if you wish to use usenet
   reader.)

   This week's newsletter is brought to you by Tim Sutherland
   and the ninja summariser.

   [ Contribute to the next newsletter ]

Articles and Announcements
==========================

     * Ruby on Rails Workshop in Kansas City !
     -----------------------------------------

       The Kansas City Ruby User's Group proudly present their "Ruby on
       Rails Workshop".

       "This one-and-half-day workshop will offer a quick introduction to
       Ruby and the Ruby on Rails web application framework."

       "Sponsored by Reevik, Inc., it will provide web developers with a
       basic understanding of the concepts, tools and tips needed to build
       full-featured web applications using Ruby on Rails."

       "The workshop is spread over three half-day sessions on June 19th,
       20th, and 21st."

     * It Will Get Better - Article Mini Series
     ------------------------------------------

       Not exactly Ruby, but Zach Dennis has begun a mini-series called It
       Will Get Better which follows a journey "through my eyes and
       experiences about agile software development, time management,
       managing expectations, and system administration."

     * New leadership for ruby-spreadsheet
     -------------------------------------

       Daniel Berger's looking for a new maintainer for the spreadsheet
       package. It's used to write Excel files (whereas parseexcel is
       for reading them).

     * Presentation proposals now being accepted for RubyConf 2006
     -------------------------------------------------------------

       David A. Black announced that proposals for presentations are now
       being accepted for RubyConf 2006, to be held in Colorado in October
       20th-22nd.

       The deadline for submissions is June 30th.

     * Ruby papers in Linux Journal
     ------------------------------

       Linux Journal this week: Ruby Ruby Ruby. A big "Ruby sign" on the
       cover, right next to DHH's head.

       Tim Beckers says that Ruby is also on the cover of Dr. Dobbs. "This
       place will get crowded soon."

     * Another Rails book announcement
     ---------------------------------

       Pat Eyler notes that Apress have announced a book "Beginning Ruby
       on Rails: From Novice to Professional", and say that more are in
       the pipeline.

       "Please feel free to drop some comments on the blog to voice your
       support for Ruby books and/or suggestions about how Apress can do
       them right (topics, how they can get involved in the community,
       etc.)"

     * a good home for some Ruby Projects
     ------------------------------------

       Citing work commitments, Pat Eyler announces that he's going to
       have to orphan several of his Ruby projects. To prevent this, he's
       in search of new maintainers for (among others):

          * r43, an implementation of the 43 Things API.
          * The Ruby Web Bench, a toolkit for performing capacity and
            functional tests against a website.
          * Ironically, The Ruby Programming Shop, a project to adopt
            orphaned Ruby projects.

User Group News
===============

     * Toronto RUG meeting Sun 4 June 2006
     -------------------------------------

       Mike Stok says the next Toronto Ruby User Group meeting will be at
       Sunday 4th June 2006, at the Linux Caffe on Harbord Street.

     * Skåne/Sjælland Ruby User Group
     --------------------------------

       The Skåne/Sjælland Ruby User Group (SSRUG) have been gaining
       momentum following their first two meetings, and are looking for
       new members.

       (Skåne is a province of Sweden, and Sjælland is an island of
       Denmark.)

     * Milwaukee Ruby User Group Meeting
     -----------------------------------

       The Milwaukee Ruby User's Group (Wisconsin) is pleased to announce
       its first meeting, on Wednesday June 7, 2006.

       "The Milwaukee RUG would like to thank SpiderLogic for providing
       space for the meeting."

Threads
=======

  Ruby's Bignum
  -------------

   Aaron Patterson asks whether it's possible to prevent Ruby from
   automatically coercing Fixnums into Bignums, since he wants the
   behavior of 32-bit integer arithmetic. Various suggestions follow,
   falling into roughly three categories:

    1. Use pack/unpack to force the result into a 32-bit integer
    2. Bitwise operations
    3. Subclassing Integer to provide an Int32 class with the desired
       behavior

   David Balmain notes that (absent that last solution), you'll still have
   to use Bignums to represent 32-bit integers at times: on 32-bit
   platforms, Fixnum has only a 31-bit range.

  ruby-dev summary 28606-28636
  ----------------------------

   Minero Aoki summarises the Japanese list ruby-dev, and includes a note
   on how to load a Ruby file `into' a module:
   mod.module_eval(File.read("./x.rb")).

  Creating Daemon Processes in Windows
  ------------------------------------

   Jatinder Singh wants to create a "daemon process" in Windows, in other
   words "start another process which should continue to run even after
   the parent process dies."

   Victor Shepelev replies that the daemon concept is called a "service"
   in Windows, and the win32-service module from the win32utils project
   lets you work with services from Ruby.

   Jatinder Singh: "Thanks Victor! Win32-service helped me achieve what I
   intended to do."

  Please kill the children as you're leaving
  ------------------------------------------

   Ohad Lutzky asks a rather grimly-phrased question about processes on
   Un*x: how does one ensure that forked child processes are reaped when
   the parent process dies unexpectedly? Ordinarily those children would
   live on, adopted by the init process.

   Several people suggest setting up "heartbeat" pipes, read by the parent
   process, to which the child processes write; when the parent dies, the
   pipe breaks, and the children are killed with SIGPIPE. Ara T. Howard
   has even written slave, a library for exactly this purpose.

   Sam Roberts, in turn, hauls out R. Stevens and observes that in theory
   the children should get killed automatically with SIGHUP if the parent
   process has made itself their session leader.

  What happened the week of March 19th?
  -------------------------------------

   Curt Hibbs was looking over the download statistics for the One-Click
   Ruby Installer for Windows and Instant Rails, and found a big jump from
   the week of March 19.

   > Prior to the 19th the one-click installer averaged 10,000 downloads a
   > week, and had been at the level for quite some time. But starting the
   > week of March 19th the downloads tripled to 30,000 a week where they
   > have remained to this day.

   "Does anybody know what happened that week?"

   There were not (yet) any replies.

  Trying to determine presentation author
  ---------------------------------------

   James Britt is trying to find an attribution for the presentation on
   ruby-doc.org entitled "Ruby Language Talk" [zip]. "Does anyone know who
   the author is?"

  LWP like library for Ruby?
  --------------------------

   Robert Nicholson wonders if Ruby has any libraries similar to Perl's
   LWP (libwww-perl), i.e. libraries that act like a web browser to help
   you to scrape data off web pages.

   WWW::Mechanize and HTTPAccess2 are mentioned in the replies.

  Where can one find examples of masterful Ruby code?
  ---------------------------------------------------

   Alder Green asks for examples of masterful Ruby code he could read in
   order to become a better Ruby programmer.

   Greg Donald says that rubyquiz.com is worth looking at (and especially
   the Best of Ruby Quiz book), while Ross Bamford points to the Facets
   project (a collection of extensions to Ruby's core and standard
   libraries that includes many examples of excellent, short,
   self-contained pieces of code).

   Simon Strandgaard suggests looking at the code in Ruby's standard
   library itself, and others say that the blogs RedHanded (by
   whytheluckystiff) and eigenclass (by Mauricio Fernandez) often show
   elegant code.

   A. S. Bradbury says the gonzui code-browser on RAA (the Ruby
   Application Archive) provides a web interface for quickly browing the
   source code of Ruby projects without having to download them.

   "If you see a project you've heard about or used, or one that just
   looks interesting why not look through? Certainly, you may not always
   be looking at great Ruby code, but I think you can learn a lot this
   way."

   Christian Neukirchen: "I'd say that I'm pretty well-versed in Ruby. I
   have not yet seen much masterful code. I'm not sure I could point out a
   medium-sized piece of Ruby that's *truly* and *completely* masterful."
   ("Does masterful code get less and less the more you advance?" he
   ponders.)

   Alexandru Popescu: "It may be like music, where the more one knows and
   the more one has heard, the harder it is to get excited about new music
   (though when you do find something good, it can be *really* exciting)."

  Hash to OpenStruct (#81)
  ------------------------

   This week's Ruby Quiz is by Hans Fugal.

   > More than a few times I've wished I could get a nice nested
   > OpenStruct out of YAML data, instead of the more unwieldy nested
   > hashes. It's mostly a matter of style. It's a straightforward task to
   > convert a nested hash structure into a
...

read more »


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dbl...@wobblini.net  
View profile  
 More options Jun 6 2006, 7:25 am
From: dbl...@wobblini.net
Date: Tue, 6 Jun 2006 20:25:00 +0900
Subject: Re: Ruby Weekly News 29th May - 4th June 2006
Hi --

On Tue, 6 Jun 2006, Tim Sutherland wrote:
>     * Presentation proposals now being accepted for RubyConf 2006
>     -------------------------------------------------------------

>       David A. Black announced that proposals for presentations are now
>       being accepted for RubyConf 2006, to be held in Colorado in October
>       20th-22nd.

>       The deadline for submissions is June 30th.

http://proposals.rubygarden.org :-)

David

--
David A. Black (dbl...@wobblini.net)
* Ruby Power and Light, LLC (http://www.rubypowerandlight.com)
   > Ruby and Rails consultancy and training
* Author of "Ruby for Rails" from Manning Publications!
   > http://www.manning.com/black


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Hunter  
View profile  
 More options Jun 6 2006, 7:55 am
Newsgroups: comp.lang.ruby
From: Tim Hunter <rmag...@gmail.com>
Date: Tue, 6 Jun 2006 20:55:04 +0900
Local: Tues, Jun 6 2006 7:55 am
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

Tim Sutherland wrote:
> http://www.rubyweeklynews.org/20060604.html

> Ruby Weekly News 29th May - 4th June 2006

Thanks for doing this, Tim. It's always a pleasure reading your
summaries.

--
Posted via http://www.ruby-forum.com/.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Curt Hibbs  
View profile  
 More options Jun 6 2006, 9:31 am
From: "Curt Hibbs" <ml.chi...@gmail.com>
Date: Tue, 6 Jun 2006 22:31:27 +0900
Local: Tues, Jun 6 2006 9:31 am
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

On 6/6/06, Tim Hunter <rmag...@gmail.com> wrote:

> Tim Sutherland wrote:
> > http://www.rubyweeklynews.org/20060604.html

> > Ruby Weekly News 29th May - 4th June 2006

> Thanks for doing this, Tim. It's always a pleasure reading your
> summaries.

+1

Its hard to keep up with the mailing list. I depend on RWN to fill in the
stuff that I missed.  Thanks!

*Mystery Question:*

Last week I posted a mysterious question (actually, a question about a
mystery). There were no answers posted. Even so, Tim picked up on this lone
post and included in RWN (good catch!). Anyway, I'd still like to know what
happened the week of March 19th if anyone cares to hazard a guess.

Curt


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Phil Tomson  
View profile  
 More options Jun 6 2006, 12:13 pm
From: "Phil Tomson" <ruby...@gmail.com>
Date: Wed, 7 Jun 2006 01:13:56 +0900
Local: Tues, Jun 6 2006 12:13 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006
On 6/6/06, Tim Sutherland <tims...@ihug.co.nz> wrote:

> http://www.rubyweeklynews.org/20060604.html

> Ruby Weekly News 29th May - 4th June 2006
> =========================================

>    Ruby Weekly News is a summary of the week's activity for the ruby-talk
>    mailing list, and its mirror equivalents the ruby-talk google group and
>    the Ruby forum. (The comp.lang.ruby newsgroup used to be equivalent,
>    but is now independent. Take a look at gmane if you wish to use usenet
>    reader.)

I hate to nitpick, but comp.lang.ruby isn't independent by choice.
The wording above makes it sound like they were a rebel group that
split off.  I think it would be great to also summarize activities on
c.l.r as well... at least until someone sets up a gateway again.  I'm
still hoping that  a gateway will be setup and unity will be restored.
  Maybe I'm old fashioned, but I think it's important to have a USENET
presence.

Thanks for all your hard work in getting the weekly news out!

Phil


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Britt  
View profile  
 More options Jun 6 2006, 2:29 pm
From: James Britt <jame...@neurogami.com>
Date: Wed, 7 Jun 2006 03:29:39 +0900
Local: Tues, Jun 6 2006 2:29 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

I've noticed that the weekly news does not seem to include links for
most items.

Is that on purpose?

Not to make more work for anyone but it makes it quite hard to follow up
on things.  For example,  the Zach Dennis mini-series: where can I go
read it?

Anyway, I'm not looking to gripe about a fine service, just curious.

Thanks!
--
James Britt

"I often work by avoidance."
- Brian Eno


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mauricio Fernandez  
View profile  
 More options Jun 6 2006, 2:41 pm
From: Mauricio Fernandez <m...@acm.org>
Date: Wed, 7 Jun 2006 03:41:12 +0900
Local: Tues, Jun 6 2006 2:41 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

On Wed, Jun 07, 2006 at 03:29:39AM +0900, James Britt wrote:
> I've noticed that the weekly news does not seem to include links for
> most items.

> Is that on purpose?

> Not to make more work for anyone but it makes it quite hard to follow up
> on things.  For example,  the Zach Dennis mini-series: where can I go
> read it?

You can find all the links at
    http://www.rubyweeklynews.org/20060604.html

(the URL was at the top of the message)

It seems the posting to ruby-talk is generated with something like
 lynx -dump -nolist

--
Mauricio Fernandez  -   http://eigenclass.org   -  singular Ruby


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hal Fulton  
View profile  
 More options Jun 6 2006, 4:54 pm
From: Hal Fulton <hal9...@hypermetrics.com>
Date: Wed, 7 Jun 2006 05:54:20 +0900
Local: Tues, Jun 6 2006 4:54 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

Phil Tomson wrote:

> I hate to nitpick, but comp.lang.ruby isn't independent by choice.
> The wording above makes it sound like they were a rebel group that
> split off.  I think it would be great to also summarize activities on
> c.l.r as well... at least until someone sets up a gateway again.  I'm
> still hoping that  a gateway will be setup and unity will be restored.
>  Maybe I'm old fashioned, but I think it's important to have a USENET
> presence.

*sigh* Yes, I miss the gateway, too...

I'd consider volunteering, but right now I'm
up to my .asp in allocators.

Maybe in a couple of months...

Hal


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Edward Gray II  
View profile  
 More options Jun 6 2006, 5:11 pm
From: James Edward Gray II <ja...@grayproductions.net>
Date: Wed, 7 Jun 2006 06:11:54 +0900
Local: Tues, Jun 6 2006 5:11 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006
On Jun 6, 2006, at 3:54 PM, Hal Fulton wrote:

> Phil Tomson wrote:
>> I hate to nitpick, but comp.lang.ruby isn't independent by choice.
>> The wording above makes it sound like they were a rebel group that
>> split off.  I think it would be great to also summarize activities on
>> c.l.r as well... at least until someone sets up a gateway again.  I'm
>> still hoping that  a gateway will be setup and unity will be  
>> restored.
>>  Maybe I'm old fashioned, but I think it's important to have a USENET
>> presence.

> *sigh* Yes, I miss the gateway, too...

> I'd consider volunteering, but right now I'm
> up to my .asp in allocators.

I've emailed Dennis to see if I can get the source.  If I succeed  
there, I'll see if I can track down a new home for it...

James Edward Gray II


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Timothy Hunter  
View profile  
 More options Jun 6 2006, 5:26 pm
From: Timothy Hunter <TimHun...@nc.rr.com>
Date: Wed, 7 Jun 2006 06:26:12 +0900
Local: Tues, Jun 6 2006 5:26 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006
James Edward Gray II wrote:

> I've emailed Dennis to see if I can get the source.  If I succeed
> there, I'll see if I can track down a new home for it...

> James Edward Gray II

Is this a service that can be contracted out to a business, or can it
only be done by volunteers?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Edward Gray II  
View profile  
 More options Jun 6 2006, 5:46 pm
From: James Edward Gray II <ja...@grayproductions.net>
Date: Wed, 7 Jun 2006 06:46:08 +0900
Local: Tues, Jun 6 2006 5:46 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006
On Jun 6, 2006, at 4:11 PM, James Edward Gray II wrote:

> On Jun 6, 2006, at 3:54 PM, Hal Fulton wrote:

>> *sigh* Yes, I miss the gateway, too...

>> I'd consider volunteering, but right now I'm
>> up to my .asp in allocators.

> I've emailed Dennis to see if I can get the source.  If I succeed  
> there, I'll see if I can track down a new home for it...

Dennis is sending me the source in the next couple of days.  I'm  
putting the feelers out for a host, we will see if I get any bites...

James Edward Gray II


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Edward Gray II  
View profile  
 More options Jun 6 2006, 6:15 pm
From: James Edward Gray II <ja...@grayproductions.net>
Date: Wed, 7 Jun 2006 07:15:33 +0900
Local: Tues, Jun 6 2006 6:15 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006
On Jun 6, 2006, at 4:46 PM, James Edward Gray II wrote:

> On Jun 6, 2006, at 4:11 PM, James Edward Gray II wrote:

>> On Jun 6, 2006, at 3:54 PM, Hal Fulton wrote:

>>> *sigh* Yes, I miss the gateway, too...

>>> I'd consider volunteering, but right now I'm
>>> up to my .asp in allocators.

>> I've emailed Dennis to see if I can get the source.  If I succeed  
>> there, I'll see if I can track down a new home for it...

> Dennis is sending me the source in the next couple of days.  I'm  
> putting the feelers out for a host, we will see if I get any bites...

I'm 90% sure I just found a host.  Give me a couple of weeks to iron  
out all the details...

James Edward Gray II


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Britt  
View profile  
 More options Jun 6 2006, 8:11 pm
From: James Britt <jame...@neurogami.com>
Date: Wed, 7 Jun 2006 09:11:34 +0900
Local: Tues, Jun 6 2006 8:11 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

Ah so.  Thanks.

That seems to the most useful version to peruse.

James Britt

http://www.ruby-doc.org       - Ruby Help & Documentation
http://www.artima.com/rubycs/ - The Journal By & For Rubyists
http://www.rubystuff.com      - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com     - Playing with Better Toys
http://www.30secondrule.com   - Building Better Tools


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gene.tani@gmail.com  
View profile  
 More options Jun 7 2006, 2:24 am
From: "gene.t...@gmail.com" <gene.t...@gmail.com>
Date: Wed, 7 Jun 2006 15:24:11 +0900
Local: Wed, Jun 7 2006 2:24 am
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

Tim Hunter wrote:
> Tim Sutherland wrote:
> > http://www.rubyweeklynews.org/20060604.html

> > Ruby Weekly News 29th May - 4th June 2006

> Thanks for doing this, Tim. It's always a pleasure reading your
> summaries.

> --
> Posted via http://www.ruby-forum.com/.

I want to add my thanks.  There's some great stuff in ruby land,
whoever does rubycorner.com must have spend a lot of time on technorati
so we don't have to.  Today's lead story on planetruby is entertaining,
if you know these python characters
http://planetruby.0x42.net/

This one I'm not sure what to do with:
http://swik.net/Ruby


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Sutherland  
View profile  
 More options Jun 7 2006, 6:20 am
From: Tim Sutherland <tims...@ihug.co.nz>
Date: Wed, 7 Jun 2006 19:20:44 +0900
Local: Wed, Jun 7 2006 6:20 am
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

Thanks for the feedback. I wasn't really sure what had happened to
comp.lang.ruby, except that it was no longer being mirrored to ruby-talk.

I've changed the text on this week's newsletter, and from next week
comp.lang.ruby will be included in the summary.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Sutherland  
View profile  
 More options Jun 7 2006, 6:28 am
From: Tim Sutherland <tims...@ihug.co.nz>
Date: Wed, 7 Jun 2006 19:28:45 +0900
Local: Wed, Jun 7 2006 6:28 am
Subject: Re: Ruby Weekly News 29th May - 4th June 2006

I use links' "Save Formatted Document" feature to generate the postings. I'd
rather not have [1], [2] etc. references throughout the plain-text newsletter,
since if you're wanting to go to URLs you'll be better of using the web version
anyway.

(The reason I include a plain-text version is so people can read the newsletter
without the inconvenience of leaving their email or usenet client.

I may add a note to the top of each posting that points out the link more
clearly. It's too easy to miss at the moment.)


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Randy Kramer  
View profile  
 More options Jun 7 2006, 1:11 pm
From: Randy Kramer <rhkra...@gmail.com>
Date: Thu, 8 Jun 2006 02:11:58 +0900
Local: Wed, Jun 7 2006 1:11 pm
Subject: Re: Ruby Weekly News 29th May - 4th June 2006
On Tuesday 06 June 2006 09:31 am, Curt Hibbs wrote:

> On 6/6/06, Tim Hunter <rmag...@gmail.com> wrote:
> > Thanks for doing this, Tim. It's always a pleasure reading your
> > summaries.
> +1

+1

Randy Kramer


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google