Search the web
Sign In
New User? Sign Up
arctan · Austin Ruby Coders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1841 - 1870 of 1899   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#1870 From: Wayne Walker <wwalker@...>
Date: Wed Nov 19, 2008 5:21 pm
Subject: Re: [ANN] Austin.rb Meeting TODAY
wwalker_bybent
Offline Offline
Send Email Send Email
 
On Nov 19, 2008, at 10:43 AM, Jim Freeze wrote:

> On Wed, Nov 19, 2008 at 10:40 AM, Eric Mahurin
> <eric_mahurin@...> wrote:
>> --- On Wed, 11/19/08, Jim Freeze <jimfreeze@...> wrote:
>>
>> Will each of the talks be serialized in the order you have listed?
>> 30-45 for
>> the first and last talks and 5-15 min for the middle?
>
> That's the plan.

We have a plan?

Wayne

--

Wayne Walker
Wayne.Walker@...
(512)633-8076)

#1869 From: Wayne Walker <wwalker@...>
Date: Wed Nov 19, 2008 5:20 pm
Subject: Re: [ANN] Austin.rb Meeting TODAY
wwalker_bybent
Offline Offline
Send Email Send Email
 
I'ts according to the timeliness and hunger of the speaker and the
tastiness of the snacks.

OR  whatever order Eric wants them done in.

On Nov 19, 2008, at 10:40 AM, Eric Mahurin wrote:

> --- On Wed, 11/19/08, Jim Freeze <jimfreeze@...> wrote:
>
>> Today is the day you have been waiting for -- the premiere
>> Austin.rb Ruby meeting. This evening from 7-9pm at Norris
>> Conference Centers http://rubyurl.com/Mybj there will be
>> red carpet, famous celebrities and paparazzi.
>
> Will each of the talks be serialized in the order you have listed?
> 30-45 for the first and last talks and 5-15 min for the middle?
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
Wayne Walker
Wayne.Walker@...
(512)633-8076)

#1868 From: "Jim Freeze" <jimfreeze@...>
Date: Wed Nov 19, 2008 4:43 pm
Subject: Re: [ANN] Austin.rb Meeting TODAY
drjimfreeze
Offline Offline
Send Email Send Email
 
On Wed, Nov 19, 2008 at 10:40 AM, Eric Mahurin <eric_mahurin@...> wrote:
> --- On Wed, 11/19/08, Jim Freeze <jimfreeze@...> wrote:
>
> Will each of the talks be serialized in the order you have listed? 30-45 for
> the first and last talks and 5-15 min for the middle?

That's the plan.

Jim

>
>



--
Jim Freeze

#1867 From: Eric Mahurin <eric_mahurin@...>
Date: Wed Nov 19, 2008 4:40 pm
Subject: Re: [ANN] Austin.rb Meeting TODAY
eric_mahurin
Offline Offline
Send Email Send Email
 
--- On Wed, 11/19/08, Jim Freeze <jimfreeze@...> wrote:

> Today is the day you have been waiting for -- the premiere
> Austin.rb Ruby meeting. This evening from 7-9pm at Norris
> Conference Centers http://rubyurl.com/Mybj there will be
> red carpet, famous celebrities and paparazzi.

Will each of the talks be serialized in the order you have listed?  30-45 for
the first and last talks and 5-15 min for the middle?

#1866 From: "Jim Freeze" <jimfreeze@...>
Date: Wed Nov 19, 2008 2:34 pm
Subject: [ANN] Austin.rb Meeting TODAY
drjimfreeze
Offline Offline
Send Email Send Email
 
Greetings

Today is the day you have been waiting for -- the premiere
Austin.rb Ruby meeting. This evening from 7-9pm at Norris
Conference Centers http://rubyurl.com/Mybj there will be
red carpet, famous celebrities and paparazzi.

Well, maybe not so many famous celebrities.... or paparazzi...
or even red carpet, but there will be good friends and good
information to help you take your Ruby coding skills to the
next level.

Snacks and drinks will be provided.

See you there!

MEETING TIME & LOCATION

The meeting will be held at Norris Conference Centers http://rubyurl.com/Mybj
(same place as LSRC) from 7:00pm - 9:00pm, Wed, 19 Nov. There will be snack
food and drinks provided by Lone Star Ruby Foundation.

SPEAKERS

Threads in Ruby for the Newbie - Wayne Walker

   Wayne is going to speak about:
        simple thread usage in Ruby
        what are green threads
        what are posix threads
        Ruby IO and threads
        What is Thread.join and why would I care
        what is t[:symbol]
        Some gotchas

   Wayne in NOT going to speak about:
        How to synchronize method/object access
        The jRuby thread implementation
        Couple thousand other threading issues

Setting up a new Ruby Project with TDD - Jim Freeze
     This is a short five minute talk on a quick and
     easy way to setup a Ruby project for autotest
     and Shoulda.

Meta Programming 101 - Jim Freeze
     It could be said that Ruby Meta programming is what
     started the Rails craze (that and the persuasiveness
     of DHH). Meta programming is surely important, but too
     much can actually do harm by making your app more cryptic
     or slow. It's use should be Like salt. It's great to
     have, but don't use it too much. This is the first in
     a series of talks that will cover what meta programming
     is and how it can make your apps better.

NETWORK
		 Twitter - http://twitter.com/austinrb
     GoogleGroup - http://groups.google.com/group/austin-rb



--
Jim Freeze

#1865 From: "Jim Freeze" <jimfreeze@...>
Date: Sun Nov 16, 2008 11:09 pm
Subject: Austin.rb Ruby Meeting Wed, Nov, 19
drjimfreeze
Offline Offline
Send Email Send Email
 
Hello Austin Rubyists

This Wed, 19 Nov, will be our premiere meeting among the local Rubyists.
The Lone Star Ruby Foundation has footed the bill for a very
comfortable meeting location and snacks and drinks will be provided.

We hope you can make it out and join us in learning more about Ruby.

MEETING TIME & LOCATION

The meeting will be held at Norris Conference Centers http://rubyurl.com/Mybj
(same place as LSRC) from 7:00pm - 9:00pm, Wed, 19 Nov. There will be snack
food and drinks provided by Lone Star Ruby Foundation.

SPEAKERS

Threads in Ruby for the Newbie - Wayne Walker

   Wayne is going to speak about:
        simple thread usage in Ruby
        what are green threads
        what are posix threads
        Ruby IO and threads
        What is Thread.join and why would I care
        what is t[:symbol]
        Some gotchas

   Wayne in NOT going to speak about:
        How to synchronize method/object access
        The jRuby thread implementation
        Couple thousand other threading issues

Setting up a new Ruby Project with TDD - Jim Freeze

     This is a short five minute talk on a quick and
     easy way to setup a Ruby project for autotest
     and Shoulda.

Meta Programming 101 - Jim Freeze

     It could be said that Ruby Meta programming is what
     started the Rails craze (that and the persuasiveness
     of DHH). Meta programming is surely important, but too
     much can actually do harm by making your app more cryptic
     or slow. It's use should be Like salt. It's great to
     have, but don't use it too much. This is the first in
     a series of talks that will cover what meta programming
     is and how it can make your apps better.

NETWORK
     Twitter - http://twitter.com/austinrb
     GoogleGroup - http://groups.google.com/group/austin-rb

--
Jim Freeze
PS - This message was CC'd to the AustinOnRails group. If you are interested
in joining the Austin.rb group, please subscribe to the Google group above.

#1864 From: "Jim Freeze" <jimfreeze@...>
Date: Wed Nov 12, 2008 11:39 pm
Subject: Ruby Lunch - County Line ~ 360 & 2222
drjimfreeze
Offline Offline
Send Email Send Email
 
Lunch on Thu is at the County Line near 360 and 2222 at 11:30.
Show up and learn about what happened at RubyConf
and all the behind-the-scenes gossip!

Also, you may be privy to the next keynotes at LSRC 2009.

See you there.

--
Jim Freeze

#1863 From: Eric Mahurin <eric_mahurin@...>
Date: Wed Nov 12, 2008 2:49 am
Subject: Re: November Ruby Meeting
eric_mahurin
Offline Offline
Send Email Send Email
 
I'd like to attend if possible.


--- On Tue, 11/11/08, Taylor Carpenter <taylor@...> wrote:

> From: Taylor Carpenter <taylor@...>
> Subject: Re: [arctan] November Ruby Meeting
> To: austin-rb@googlegroups.com
> Date: Tuesday, November 11, 2008, 5:22 PM
> Interested in attending.  Speaking... another time...
>
> On Nov 11, 2008, at 4:11 PM, Jim Freeze wrote:
>
> > Hello All
> >
> > There was interest expressed to have a Nov 19 (Wed)
> Ruby meeting.
> > Myself and Wayne have committed to speaking.
> >
> > Is anyone else interested in attending? We could also
> use another
> > speaker.
> >
> > --
> > Jim Freeze

#1862 From: Taylor Carpenter <taylor@...>
Date: Tue Nov 11, 2008 11:22 pm
Subject: Re: November Ruby Meeting
ixxicks
Offline Offline
Send Email Send Email
 
Interested in attending.  Speaking... another time...

On Nov 11, 2008, at 4:11 PM, Jim Freeze wrote:

> Hello All
>
> There was interest expressed to have a Nov 19 (Wed) Ruby meeting.
> Myself and Wayne have committed to speaking.
>
> Is anyone else interested in attending? We could also use another
> speaker.
>
> --
> Jim Freeze

#1861 From: "Jim Freeze" <jimfreeze@...>
Date: Tue Nov 11, 2008 10:11 pm
Subject: November Ruby Meeting
drjimfreeze
Offline Offline
Send Email Send Email
 
Hello All

There was interest expressed to have a Nov 19 (Wed) Ruby meeting.
Myself and Wayne have committed to speaking.

Is anyone else interested in attending? We could also use another speaker.

--
Jim Freeze

#1860 From: Taylor Carpenter <taylor@...>
Date: Thu Nov 6, 2008 6:27 am
Subject: Ruby Lunch - Kerbey Lane North at 11:39
ixxicks
Offline Offline
Send Email Send Email
 
Lunch today is at Kerbey Lane Cafe (North) - Anderson Mill Rd and 183.

13435 Hwy 183 N Ste.415

Bring a friend. Bring your Ruby questions. Bring a rubber duck.  Jim's
out of town so time to talk smack about gems.

#1859 From: "Jim Freeze" <jimfreeze@...>
Date: Thu Oct 23, 2008 3:10 pm
Subject: Ruby Lunch - NxNW at 11:30
drjimfreeze
Offline Offline
Send Email Send Email
 
Lunch today is at North by North West - in the Arboretum area.

10010 N Capital of Texas Hwy

Bring a friend. Bring your Ruby questions. Ian will answer them all today.

--
Jim Freeze

#1858 From: "Jim Freeze" <jimfreeze@...>
Date: Thu Oct 16, 2008 2:46 pm
Subject: Ruby Lunch - Marie Callender's @ Arboretum
drjimfreeze
Offline Offline
Send Email Send Email
 
Ruby lunch today is at Marie Callender's at 11:45.
(It's near 360 & 183 in the Arboretum area)

9503 Research Blvd., Suite 400, Austin, TX 78759

All are welcome. Discussion topics are usually technical,
sometimes political, but always fun, if not crazy.

Bring a friend. Bring a foe. Bring a rackmount server.
Google employees must bring cash.
--
Jim Freeze

#1857 From: Bob Apthorpe <apthorpe@...>
Date: Thu Oct 9, 2008 3:09 pm
Subject: Re: Ruby Lunch at Shady Grove - 11:40
pensiveronin
Offline Offline
Send Email Send Email
 
Jim Freeze wrote:
> We're having lunch on the south side today. Shady Grove at 11:40.
> Bring your friends. Bring your dog (and Meg).
> Bring some code to to talk about.

I'll be there, but I won't be there - my farewell lunch from St. Ed's is
at Shady Grove. Anyone looking for a sysadmin job may want to schmooze
with my soon-to-be-ex-coworkers. I'll stop over and say howdy.

Great minds think alike :)

-- Bob

#1856 From: "Jim Freeze" <jimfreeze@...>
Date: Thu Oct 9, 2008 2:54 pm
Subject: Ruby Lunch at Shady Grove - 11:40
drjimfreeze
Offline Offline
Send Email Send Email
 
We're having lunch on the south side today. Shady Grove at 11:40.
Bring your friends. Bring your dog (and Meg).
Bring some code to to talk about.

--
Jim Freeze

#1855 From: "Jim Freeze" <jimfreeze@...>
Date: Thu Oct 2, 2008 8:12 pm
Subject: Re: Re: Luncherator up
drjimfreeze
Offline Offline
Send Email Send Email
 
On Thu, Oct 2, 2008 at 1:34 PM, Keith Swallow <keith@...> wrote:
> So, can I just tweet to the luncherator to RSVP? I like getting the
> tweets about lunch. They make it a lot easier for me to actually attend.

Sure. Someday, maybe that will plug into luncherator and update its status.

David?..

Jim
[56 lines of yahoo giberish deleted]


--
Jim Freeze

#1854 From: Keith Swallow <keith@...>
Date: Thu Oct 2, 2008 6:34 pm
Subject: Re: Re: Luncherator up
keithcelt
Offline Offline
Send Email Send Email
 
So, can I just tweet to the luncherator to RSVP? I like getting the
tweets about lunch. They make it a lot easier for me to actually attend.

Cheers,

Keith Swallow
keith@...




On Oct 2, 2008, at 13:06 , Steven Rogers wrote:

>
> On Oct 2, 2008, at 11:26 AM, dthurman55@... wrote:
>
>> Seems to me a simple announcement would be the way to keep it simple.
>> The lunch is at ___________.
>
> Luncherator is primarily for determining how many people are going to
> show up. If you ask for a table for 6 and 15 show up, it's . .
> inconvenient. But as for simplicity, we overthrew the monarchy in
> order to turn ourselves over to all-powerful and completely fair
> robots who now control lunch. The robots are our friends. The robots
> will take care of us.
>
> SR
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>

#1853 From: Steven Rogers <steven-rogers@...>
Date: Thu Oct 2, 2008 6:06 pm
Subject: Re: Re: Luncherator up
steven_austi...
Online Now Online Now
Send Email Send Email
 
On Oct 2, 2008, at 11:26 AM, dthurman55@... wrote:

> Seems to me a simple announcement would be the way to keep it simple.
> The lunch is at ___________.

Luncherator is primarily for determining how many people are going to
show up. If you ask for a table for 6 and 15 show up, it's . .
inconvenient. But as for simplicity, we overthrew the monarchy in
order to turn ourselves over to all-powerful and completely fair
robots who now control lunch. The robots are our friends. The robots
will take care of us.

SR

#1852 From: "dthurman55@..." <dthurman55@...>
Date: Thu Oct 2, 2008 4:26 pm
Subject: Re: Re: Luncherator up
lerrad11
Offline Offline
Send Email Send Email
 
Seems to me a simple announcement would be the way to keep it simple.
The lunch is at ___________.

Original Message:
-----------------
From: David Bluestein II dbii@...
Date: Thu, 2 Oct 2008 10:54:00 -0500
To: arctan@yahoogroups.com
Subject: Re: [arctan] Re: Luncherator up


For account retrieval, that is a Pro account ;)


On Oct 2, 2008, at 10:30 AM, Gerald wrote:

> I tried to create an account and it says my email address is already
> in use.  So then I tried to log it, and it fails.  Then I tried the
> Forgot password link, but I've got no idea why my username is.  If
> tried a few...  Any help would bee good.
>
> Don't you hate end users?  ;)
>
>
>
>
> --- In arctan@yahoogroups.com, David Bluestein II <dbii@...> wrote:
>>
>> Luncherator is up again, and has today's lunch in it.
>>
>> http://www.luncherator.us/
>>
>> David
>>
>> -----------------------------------------------------------------------
>> David H. Bluestein II
>> President & Lead Developer         dbii@...
>> ii, inc.
> http://www.interaction.net
>>     -- Specializing in Interactive, Database Driven Web
>> Applications --
>>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
-----------------------------------------------------------------------
David H. Bluestein II
President & Lead Developer         dbii@...
ii, inc.
http://www.interaction.net
      -- Specializing in Interactive, Database Driven Web Applications --



--------------------------------------------------------------------
mail2web.com - Microsoft® Exchange solutions from a leading provider -
http://link.mail2web.com/Business/Exchange

#1851 From: David Bluestein II <dbii@...>
Date: Thu Oct 2, 2008 3:54 pm
Subject: Re: Re: Luncherator up
dbiiii
Offline Offline
Send Email Send Email
 
For account retrieval, that is a Pro account ;)


On Oct 2, 2008, at 10:30 AM, Gerald wrote:

> I tried to create an account and it says my email address is already
> in use.  So then I tried to log it, and it fails.  Then I tried the
> Forgot password link, but I've got no idea why my username is.  If
> tried a few...  Any help would bee good.
>
> Don't you hate end users?  ;)
>
>
>
>
> --- In arctan@yahoogroups.com, David Bluestein II <dbii@...> wrote:
>>
>> Luncherator is up again, and has today's lunch in it.
>>
>> http://www.luncherator.us/
>>
>> David
>>
>> -----------------------------------------------------------------------
>> David H. Bluestein II
>> President & Lead Developer         dbii@...
>> ii, inc.
> http://www.interaction.net
>>     -- Specializing in Interactive, Database Driven Web
>> Applications --
>>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
-----------------------------------------------------------------------
David H. Bluestein II
President & Lead Developer         dbii@...
ii, inc.                                                 
http://www.interaction.net
      -- Specializing in Interactive, Database Driven Web Applications --

#1850 From: "Jim Freeze" <jimfreeze@...>
Date: Thu Oct 2, 2008 3:50 pm
Subject: Ruby Lunch
drjimfreeze
Offline Offline
Send Email Send Email
 
Lunch today at 11:30 at La Madeleine. In the Arboretum area at 183 &
Great Hills Trail.

Hope to see you there.

--
Jim Freeze

#1849 From: "Gerald" <gbailey@...>
Date: Thu Oct 2, 2008 3:30 pm
Subject: Re: Luncherator up
netboxter
Offline Offline
Send Email Send Email
 
I tried to create an account and it says my email address is already
in use.  So then I tried to log it, and it fails.  Then I tried the
Forgot password link, but I've got no idea why my username is.  If
tried a few...  Any help would bee good.

Don't you hate end users?  ;)




--- In arctan@yahoogroups.com, David Bluestein II <dbii@...> wrote:
>
> Luncherator is up again, and has today's lunch in it.
>
> http://www.luncherator.us/
>
> David
>
> -----------------------------------------------------------------------
> David H. Bluestein II
> President & Lead Developer         dbii@...
> ii, inc.
http://www.interaction.net
>      -- Specializing in Interactive, Database Driven Web Applications --
>

#1848 From: David Bluestein II <dbii@...>
Date: Thu Oct 2, 2008 1:41 pm
Subject: Luncherator up
dbiiii
Offline Offline
Send Email Send Email
 
Luncherator is up again, and has today's lunch in it.

http://www.luncherator.us/

David

-----------------------------------------------------------------------
David H. Bluestein II
President & Lead Developer         dbii@...
ii, inc.                                                 
http://www.interaction.net
      -- Specializing in Interactive, Database Driven Web Applications --

#1847 From: Gerald Bailey <gbailey@...>
Date: Tue Sep 30, 2008 1:37 pm
Subject: Re: [Austinonrails] Austin Ruby Group Meetings
netboxter
Offline Offline
Send Email Send Email
 
Date doesn't matter so much to me as long as we don't conflict with
the Rails meetings. :)


On Sep 29, 2008, at 6:50 PM, Keith Swallow wrote:

> Hey All,
>
> I like the idea of meeting regularly each month. I recommend 2nd or
> 4th Thursdays. Other days conflict with regular Austin events, or
> already established user groups.
>
> Keith Swallow
> keith@...
>
>
>
>
> On Sep 29, 2008, at 13:32 , Jim Freeze wrote:
>
>> We also would like your vote on which meeting night you would prefer.
>
> _______________________________________________
> Austinonrails mailing list
> Austinonrails@...
> http://lists.austinonrails.org/listinfo.cgi/austinonrails-austinonrails.org

#1846 From: Keith Swallow <keith@...>
Date: Mon Sep 29, 2008 11:50 pm
Subject: Re: Austin Ruby Group Meetings
keithcelt
Offline Offline
Send Email Send Email
 
Hey All,

I like the idea of meeting regularly each month. I recommend 2nd or
4th Thursdays. Other days conflict with regular Austin events, or
already established user groups.

Keith Swallow
keith@...




On Sep 29, 2008, at 13:32 , Jim Freeze wrote:

> We also would like your vote on which meeting night you would prefer.

#1845 From: Taylor Carpenter <taylor@...>
Date: Mon Sep 29, 2008 11:32 pm
Subject: Re: Austin Ruby Group Meetings
ixxicks
Offline Offline
Send Email Send Email
 
How about Thursday Oct. 16th :)

On Sep 29, 2008, at 5:44 PM, Wayne Walker wrote:

> I recommend we get started as soon as possible before our momentum
> is lost.
>
> Therefore, I recommend the first meeting be Wed. Oct 15, 2008.
>
> Wayne
>
> On Mon, Sep 29, 2008 at 01:32:09PM -0500, Jim Freeze wrote:
> > Hello
> >
> > The Austin Ruby group is gearing up to have monthly meetings
> starting
> > in October. The meetings will be held at Norris Conference Centers
> > (same location as LSRC). The meetings will be informal, fun and
> > educational.
> >
> > If you want to speak at one of these meetings, please contact me,
> Jim Freeze.
> >
> > We also would like your vote on which meeting night you would
> prefer.
> > Below is a list of the available evenings. The meeting time will be
> > from 7:00-9:00.
> >
> > October:
> > Wed: 15, 22, 20
> > Thurs: 23
> > November:
> > Wed: 5, 19, 26
> > Thurs: 6, 20
> > December:
> > Wed: 10, 17
> > Thurs 4, 18
> >
> > Hope to hear from you all.
> >
> > --
> > Jim Freeze
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
> --
>
> Wayne Walker
>
> wwalker@... Do you use Linux?!
> http://www.bybent.com Get Counted! http://counter.li.org/
> Perl - http://www.perl.org/ Perl User Groups - http://www.pm.org/
> Jabber: wwalker@... AIM: lwwalkerbybent
> IRC: wwalker on freenode.net
>
>

#1844 From: Wayne Walker <wwalker@...>
Date: Mon Sep 29, 2008 10:44 pm
Subject: Re: Austin Ruby Group Meetings
wwalker_bybent
Offline Offline
Send Email Send Email
 
I recommend we get started as soon as possible before our momentum is lost.

Therefore, I recommend the first meeting be Wed. Oct 15, 2008.

Wayne

On Mon, Sep 29, 2008 at 01:32:09PM -0500, Jim Freeze wrote:
> Hello
>
> The Austin Ruby group is gearing up to have monthly meetings starting
> in October. The meetings will be held at Norris Conference Centers
> (same location as LSRC). The meetings will be informal, fun and
> educational.
>
> If you want to speak at one of these meetings, please contact me, Jim Freeze.
>
> We also would like your vote on which meeting night you would prefer.
> Below is a list of the available evenings. The meeting time will be
> from 7:00-9:00.
>
> October:
>     Wed: 15, 22, 20
>     Thurs: 23
> November:
>     Wed: 5, 19, 26
>     Thurs: 6, 20
> December:
>     Wed: 10, 17
>     Thurs 4, 18
>
> Hope to hear from you all.
>
> --
> Jim Freeze
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
--

Wayne Walker

wwalker@...                    Do you use Linux?!
http://www.bybent.com                 Get Counted!  http://counter.li.org/
Perl - http://www.perl.org/           Perl User Groups - http://www.pm.org/
Jabber:  wwalker@...   AIM:     lwwalkerbybent
IRC:     wwalker on freenode.net

#1843 From: "Jim Freeze" <jimfreeze@...>
Date: Mon Sep 29, 2008 7:30 pm
Subject: Fwd: Survey for Ruby Meeting night
drjimfreeze
Offline Offline
Send Email Send Email
 
Hello

Here is a quick survey for the Austin Ruby Group meeting night.
I hope to get Octobers event setup before October. :)

http://www.surveymonkey.com/s.aspx?sm=CAR3IFsBCT4Hr_2fENgzuKyQ_3d_3d



--
Jim Freeze

#1842 From: "Jim Freeze" <jimfreeze@...>
Date: Mon Sep 29, 2008 6:32 pm
Subject: Austin Ruby Group Meetings
drjimfreeze
Offline Offline
Send Email Send Email
 
Hello

The Austin Ruby group is gearing up to have monthly meetings starting
in October. The meetings will be held at Norris Conference Centers
(same location as LSRC). The meetings will be informal, fun and
educational.

If you want to speak at one of these meetings, please contact me, Jim Freeze.

We also would like your vote on which meeting night you would prefer.
Below is a list of the available evenings. The meeting time will be
from 7:00-9:00.

October:
     Wed: 15, 22, 20
     Thurs: 23
November:
     Wed: 5, 19, 26
     Thurs: 6, 20
December:
     Wed: 10, 17
     Thurs 4, 18

Hope to hear from you all.

--
Jim Freeze

#1841 From: Chip Rosenthal <chip@...>
Date: Mon Sep 29, 2008 5:16 pm
Subject: dbd-mysql under cygwin
chip_r
Offline Offline
Send Email Send Email
 
Has anybody gotten the dbd-mysql gem running under Cygwin (Windows XP)?

When I do:
gem install -r dbd-mysql

it fails, with:
checking for mysql_query() in -lmysqlclient... no

I've tried building the MySQL client library from source, and that's
failing with it's own set of issues.

Anybody have any suggestions on the quickest way to use dbi for a MySQL
database with the Cygwin ruby?

--
Chip Rosenthal * KE5VHV * chip@... * www.unicom.com

Messages 1841 - 1870 of 1899   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help