<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Charlotte Ruby Group - Charlotte Ruby Group</title>
  <id>tag:charlotteruby.org,2008:mephisto/</id>
  <generator version="0.7.3" uri="http://mephistoblog.com">Mephisto Noh-Varr</generator>
  <link href="http://charlotteruby.org/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://charlotteruby.org/" rel="alternate" type="text/html"/>
  <updated>2008-01-19T16:28:48Z</updated>
  <entry xml:base="http://charlotteruby.org/">
    <author>
      <name>scottned</name>
    </author>
    <id>tag:charlotteruby.org,2008-01-19:22</id>
    <published>2008-01-19T16:27:00Z</published>
    <updated>2008-01-19T16:28:48Z</updated>
    <link href="http://charlotteruby.org/2008/1/19/python-group-likes-our-site" rel="alternate" type="text/html"/>
    <title>Python group likes our site</title>
<content type="html">
            &lt;blockquote&gt;
I ran across the &lt;a href=&quot;http://charlotteruby.org&quot;&gt;Charlotte Ruby group's website&lt;/a&gt;, and, well, frankly I'm envious :D.&lt;br /&gt;
-- Adam
&lt;/blockquote&gt;

&lt;blockquote&gt;
Clearly we should use ruby to program the python site! :D &lt;br /&gt;
--Drew
&lt;/blockquote&gt;

Oh yes, I'm a lurker on the &lt;a href=&quot;http://groups.google.com/group/CharPy&quot;&gt;Charlotte Python groups&lt;/a&gt; mailing list.  Thanks for the complements guys!  You should join us at one of our hack nights and we'll get a site up for you in no time.  ;-)
          </content>  </entry>
  <entry xml:base="http://charlotteruby.org/">
    <author>
      <name>scottned</name>
    </author>
    <id>tag:charlotteruby.org,2007-11-13:18</id>
    <published>2007-11-13T19:19:00Z</published>
    <updated>2007-11-13T19:19:30Z</updated>
    <link href="http://charlotteruby.org/2007/11/13/hack-night-rspec" rel="alternate" type="text/html"/>
    <title>Hack Night RSpec</title>
<content type="html">
            &lt;table class=&quot;CodeRay&quot;&gt;&lt;tr&gt;
  &lt;td title=&quot;click to toggle&quot; class=&quot;line_numbers&quot;&gt;&lt;pre&gt;1&lt;tt&gt;
&lt;/tt&gt;2&lt;tt&gt;
&lt;/tt&gt;3&lt;tt&gt;
&lt;/tt&gt;4&lt;tt&gt;
&lt;/tt&gt;5&lt;tt&gt;
&lt;/tt&gt;6&lt;tt&gt;
&lt;/tt&gt;7&lt;tt&gt;
&lt;/tt&gt;8&lt;tt&gt;
&lt;/tt&gt;9&lt;tt&gt;
&lt;/tt&gt;&lt;strong&gt;10&lt;/strong&gt;&lt;tt&gt;
&lt;/tt&gt;11&lt;tt&gt;
&lt;/tt&gt;12&lt;tt&gt;
&lt;/tt&gt;13&lt;tt&gt;
&lt;/tt&gt;14&lt;tt&gt;
&lt;/tt&gt;15&lt;tt&gt;
&lt;/tt&gt;16&lt;tt&gt;
&lt;/tt&gt;17&lt;tt&gt;
&lt;/tt&gt;18&lt;tt&gt;
&lt;/tt&gt;19&lt;tt&gt;
&lt;/tt&gt;&lt;strong&gt;20&lt;/strong&gt;&lt;tt&gt;
&lt;/tt&gt;21&lt;tt&gt;
&lt;/tt&gt;22&lt;tt&gt;
&lt;/tt&gt;23&lt;tt&gt;
&lt;/tt&gt;24&lt;tt&gt;
&lt;/tt&gt;25&lt;tt&gt;
&lt;/tt&gt;26&lt;tt&gt;
&lt;/tt&gt;27&lt;tt&gt;
&lt;/tt&gt;28&lt;tt&gt;
&lt;/tt&gt;29&lt;tt&gt;
&lt;/tt&gt;&lt;strong&gt;30&lt;/strong&gt;&lt;tt&gt;
&lt;/tt&gt;31&lt;tt&gt;
&lt;/tt&gt;32&lt;tt&gt;
&lt;/tt&gt;33&lt;tt&gt;
&lt;/tt&gt;34&lt;tt&gt;
&lt;/tt&gt;&lt;/pre&gt;&lt;/td&gt;
  &lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;c&quot;&gt;#&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class=&quot;c&quot;&gt;# RSpec for HackNight&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class=&quot;c&quot;&gt;#&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;describe &lt;span class=&quot;co&quot;&gt;HackNight&lt;/span&gt; &lt;span class=&quot;r&quot;&gt;do&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;  before &lt;span class=&quot;r&quot;&gt;do&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;    &lt;span class=&quot;iv&quot;&gt;@hacknight&lt;/span&gt; = &lt;span class=&quot;co&quot;&gt;HackNight&lt;/span&gt;.new(&lt;span class=&quot;co&quot;&gt;Panera&lt;/span&gt;.new, &lt;span class=&quot;co&quot;&gt;RubyGroup&lt;/span&gt;.invite)&lt;tt&gt;
&lt;/tt&gt;  &lt;span class=&quot;r&quot;&gt;end&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;tt&gt;
&lt;/tt&gt;  it &lt;span class=&quot;s&quot;&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;should have multiple rubyists&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;r&quot;&gt;do&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;    &lt;span class=&quot;iv&quot;&gt;@hacknight&lt;/span&gt;.rubyists.length.should &amp;gt; &lt;span class=&quot;i&quot;&gt;1&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;  &lt;span class=&quot;r&quot;&gt;end&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;tt&gt;
&lt;/tt&gt;  it &lt;span class=&quot;s&quot;&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;should have people with laptops&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;r&quot;&gt;do&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;    laptop = &lt;span class=&quot;pc&quot;&gt;false&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;    &lt;span class=&quot;iv&quot;&gt;@hacknight&lt;/span&gt;.rubyists.each { |person| laptop = &lt;span class=&quot;pc&quot;&gt;true&lt;/span&gt; &lt;span class=&quot;r&quot;&gt;if&lt;/span&gt; person.laptop? }&lt;tt&gt;
&lt;/tt&gt;    laptop.should be_true&lt;tt&gt;
&lt;/tt&gt;  &lt;span class=&quot;r&quot;&gt;end&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;tt&gt;
&lt;/tt&gt;  it &lt;span class=&quot;s&quot;&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;should be at a location with coffee or beer&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;r&quot;&gt;do&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;    (&lt;span class=&quot;iv&quot;&gt;@hacknight&lt;/span&gt;.location.coffee? || &lt;span class=&quot;iv&quot;&gt;@hacknight&lt;/span&gt;.location.beer?).should be_true&lt;tt&gt;
&lt;/tt&gt;  &lt;span class=&quot;r&quot;&gt;end&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;tt&gt;
&lt;/tt&gt;  it &lt;span class=&quot;s&quot;&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;should have free wifi&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;r&quot;&gt;do&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;    &lt;span class=&quot;iv&quot;&gt;@hacknight&lt;/span&gt;.location.wifi?.should be_true&lt;tt&gt;
&lt;/tt&gt;    &lt;span class=&quot;iv&quot;&gt;@hacknight&lt;/span&gt;.location.wifi_cost.should == &lt;span class=&quot;i&quot;&gt;0&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;  &lt;span class=&quot;r&quot;&gt;end&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;tt&gt;
&lt;/tt&gt;  it &lt;span class=&quot;s&quot;&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;should be fun and interesting for everyone&lt;/span&gt;&lt;span class=&quot;dl&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;r&quot;&gt;do&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;    &lt;span class=&quot;iv&quot;&gt;@hacknight&lt;/span&gt;.rubyists.each &lt;span class=&quot;r&quot;&gt;do&lt;/span&gt; |person|&lt;tt&gt;
&lt;/tt&gt;      person.fun?.should be_true&lt;tt&gt;
&lt;/tt&gt;      person.interested?.should be_true&lt;tt&gt;
&lt;/tt&gt;    &lt;span class=&quot;r&quot;&gt;end&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;  &lt;span class=&quot;r&quot;&gt;end&lt;/span&gt;&lt;tt&gt;
&lt;/tt&gt;&lt;span class=&quot;r&quot;&gt;end&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;
          </content>  </entry>
  <entry xml:base="http://charlotteruby.org/">
    <author>
      <name>scottned</name>
    </author>
    <id>tag:charlotteruby.org,2007-11-05:15</id>
    <published>2007-11-05T15:05:00Z</published>
    <updated>2007-11-05T15:07:15Z</updated>
    <link href="http://charlotteruby.org/2007/11/5/hack-night" rel="alternate" type="text/html"/>
    <title>Hack Night</title>
<content type="html">
            &lt;img src=&quot;http://charlotteruby.org/assets/2007/11/5/ruby_pantheon.png&quot; height=&quot;150&quot; width=&quot;200&quot; /&gt;
&lt;p&gt;RubyConf ended last night and it was tremendous.  It was strange seeing so many people in person whose blogs I read and tools I use.  It was like hanging out in the Ruby Pantheon for a few days.  Also, over the course of the weekend, I got to talk to developers from Japan, Brazil and all over the US.  There was a real sense of community there that is pretty uncommon these days.&lt;/p&gt;

&lt;p&gt;Anyway, I'm excited to invite you all to Charlotte's first monthly hack night.  The plan is to meet the second Tuesday of every month at &lt;a href=&quot;http://maps.google.com/maps?ie=UTF8&amp;dq=panera+bread+loc:+Charlotte,+NC+28277&amp;daddr=14835+John+J+Delaney+Dr,+Charlotte,+NC+28277&amp;geocode=9775169988633565361,35.052752,-80.852020&amp;f=d&amp;ll=35.052752,-80.85202&amp;spn=0.042439,0.068579&amp;z=14&amp;om=1&quot;&gt;Panera Bread&lt;/a&gt; (free wifi) in south Charlotte for an informal get together where we can talk, learn, hack and have fun.  Bring your laptops and we'll hang out from 6:30 to 8:30.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://charlotteruby.org/">
    <author>
      <name>scottned</name>
    </author>
    <id>tag:charlotteruby.org,2007-10-26:10</id>
    <published>2007-10-26T15:27:00Z</published>
    <updated>2007-11-01T17:54:36Z</updated>
    <link href="http://charlotteruby.org/2007/10/26/join-us-at-ri-ra-s" rel="alternate" type="text/html"/>
    <title>Join us at Ri-Ra's</title>
<content type="html">
            &lt;p&gt;We are planning to get together the night before RubyConf for a social at &lt;a href=&quot;http://maps.google.com/maps?near=132+East+Trade+Street,+Charlotte,+NC+28202+(Omni+Charlotte+Hotel)&amp;geocode=13055013275700355548,35.226889,-80.842700&amp;q=riras&amp;f=l&amp;dq=Omni+Charlotte+Hotel&amp;ie=UTF8&amp;ll=35.236664,-80.839891&amp;spn=0.020506,0.029483&amp;z=15&amp;iwloc=A&amp;iwd=1&amp;cid=35228068,-80841821,6785944253478873762&amp;dtab=0&amp;om=1&quot;&gt;Ri-Ra's&lt;/a&gt;.  Come join us on Thursday, Nov. 1st starting at 6:00pm.  Hopefully, we'll get to meet many who are coming to the conference, including those from the venerable &lt;a href=&quot;http://ruby.meetup.com/3/&quot;&gt;Raleigh Ruby Brigade&lt;/a&gt;.&lt;/p&gt;

Update: I included the wrong link to Ri-Ra's before.  It's now corrected.
          </content>  </entry>
  <entry xml:base="http://charlotteruby.org/">
    <author>
      <name>scottned</name>
    </author>
    <id>tag:charlotteruby.org,2007-10-19:9</id>
    <published>2007-10-19T01:46:00Z</published>
    <updated>2007-10-19T01:47:38Z</updated>
    <link href="http://charlotteruby.org/2007/10/19/rubyconf-2007-google-map" rel="alternate" type="text/html"/>
    <title>RubyConf 2007 Google Map</title>
<content type="html">
            &lt;p&gt;I've create a &lt;a href=&quot;http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=114849635043343972427.00043cc53caa4898cd4a9&amp;z=16&amp;om=1&quot;&gt;Google map for RubyConf 2007&lt;/a&gt; with some places of interest for those attending the conference.  If there's a location you'd like me to add, just leave a comment.&lt;/p&gt;

&amp;lt;iframe src=&quot;http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;om=1&amp;amp;s=AARTsJrRUz1XI_aN0GWiUN78yQBb6pGNxA&amp;amp;msa=0&amp;amp;msid=114849635043343972427.00043cc53caa4898cd4a9&amp;amp;ll=35.227357,-80.844097&amp;amp;spn=0.01227,0.018239&amp;amp;z=15&amp;amp;output=embed&quot; marginwidth=&quot;0&quot; frameborder=&quot;0&quot; height=&quot;350&quot; marginheight=&quot;0&quot; scrolling=&quot;no&quot; width=&quot;425&quot;&gt;&amp;lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=&quot;http://maps.google.com/maps/ms?ie=UTF8&amp;amp;hl=en&amp;amp;om=1&amp;amp;msa=0&amp;amp;msid=114849635043343972427.00043cc53caa4898cd4a9&amp;amp;ll=35.227357,-80.844097&amp;amp;spn=0.01227,0.018239&amp;amp;z=15&amp;amp;source=embed&quot;&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;
          </content>  </entry>
  <entry xml:base="http://charlotteruby.org/">
    <author>
      <name>scottned</name>
    </author>
    <id>tag:charlotteruby.org,2007-09-28:2</id>
    <published>2007-09-28T21:09:00Z</published>
    <updated>2007-10-01T17:05:58Z</updated>
    <link href="http://charlotteruby.org/2007/9/28/the-charlotte-ruby-group-is-back" rel="alternate" type="text/html"/>
    <title>The Charlotte Ruby Group is Back!</title>
<content type="html">
            &lt;p&gt;After a long hiatus, it's time to put the Charlotte Ruby Group back together.  It's a great time to get involved too.  With growing interest in Ruby in the area and the International &lt;a href=&quot;http://rubyconf.org&quot;&gt;Ruby Conference&lt;/a&gt; coming to Charlotte in November, you'll want to stay connected -- and this is where to do it.&lt;/p&gt;

&lt;p&gt;I'd like to have a meeting in October sometime and I'm pretty open to suggestions on day and time at the moment.  Be sure to sign up for the &lt;a href=&quot;http://groups.google.com/group/charlotte-ruby-announcements&quot;&gt;announcement&lt;/a&gt; list.  At some point I'll also get an RSVP feature on this site.&lt;/p&gt;

&lt;p&gt;Also, if your company is using Ruby, let me know and I'll add their URL to the sidebar.&lt;/p&gt;
          </content>  </entry>
</feed>
