<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>TechValley Ruby Brigade Google Group</title>
  <link>http://groups.google.com/group/techvalleyrb</link>
  <description>This is the home of the Tech Valley Ruby Brigade.</description>
  <language>en</language>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/0373ce06280ee7ed?show_docid=0373ce06280ee7ed</link>
  <description>
  I heard bits of the cookie recipe last night... Do you suppose I could &lt;br&gt; get it from you, Linda? :)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/0373ce06280ee7ed?show_docid=0373ce06280ee7ed</guid>
  <author>
  wildo...@gmail.com
  (Wil Doane)
  </author>
  <pubDate>Thu, 17 Dec 2009 20:41:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/c531b66919dcaf60?show_docid=c531b66919dcaf60</link>
  <description>
  Just got my car back; I&#39;ll be there!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/c531b66919dcaf60?show_docid=c531b66919dcaf60</guid>
  <author>
  justin.valent...@gmail.com
  (Justin Valentini)
  </author>
  <pubDate>Wed, 16 Dec 2009 21:03:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/33af47f29cce5fee?show_docid=33af47f29cce5fee</link>
  <description>
  Linda and I will be there! (Perhaps some cookies as well) &lt;br&gt; &lt;p&gt;Tom P.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/33af47f29cce5fee?show_docid=33af47f29cce5fee</guid>
  <author>
  tom.x.por...@gmail.com
  (Thomas Porter)
  </author>
  <pubDate>Wed, 16 Dec 2009 20:53:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: ActiveRecord: Error inserting bigint into PostgreSQL DB</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/aeb6f2f6d73592f9/b99002ad4edee861?show_docid=b99002ad4edee861</link>
  <description>
  Well, as it turns out, the problem is that I’m an idiot. I had another column that also stored large integers, but I _thought_ the integers being inserted were small enough to fit into a 32-bit integer datatype. That was partly true — the integer was small enough to fit into a 32-bit _unsigned_ integer — but, of course, a PostgreSQL integer is a _signed_ datatype, which for some reason I forgot. Once I fixed that issue, the problem went away.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/aeb6f2f6d73592f9/b99002ad4edee861?show_docid=b99002ad4edee861</guid>
  <author>
  mdipp...@gmail.com
  (Michael Dippery)
  </author>
  <pubDate>Wed, 16 Dec 2009 18:04:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/e129722f4511a541?show_docid=e129722f4511a541</link>
  <description>
  On Dec 16, 2009, at 9:32 AM, Mark Menard &amp;lt;mark-google....@mjm.net&amp;gt; &lt;br&gt; wrote: &lt;br&gt; &lt;p&gt;Can&#39;t make it, unfortunately. I&#39;ve been playing with Monkeybars and &lt;br&gt; Swinger, and I would have liked to introduce that... &lt;br&gt; &lt;p&gt;Doesn&#39;t Rawr already do that? Or can&#39;t those class files be called &lt;br&gt; from Java?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/e129722f4511a541?show_docid=e129722f4511a541</guid>
  <author>
  mar...@marnen.org
  (Marnen Laibow-Koser)
  </author>
  <pubDate>Wed, 16 Dec 2009 17:46:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/373c381633bc90be?show_docid=373c381633bc90be</link>
  <description>
  I&#39;ll probably attend as well. &lt;br&gt; &lt;p&gt;__armando &lt;br&gt; &lt;p&gt;On Wed, Dec 16, 2009 at 12:01 PM, Dallas DeVries
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/373c381633bc90be?show_docid=373c381633bc90be</guid>
  <author>
  arma...@dicianno.org
  (Armando Di Cianno)
  </author>
  <pubDate>Wed, 16 Dec 2009 17:16:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: ActiveRecord: Error inserting bigint into PostgreSQL DB</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/aeb6f2f6d73592f9/5600b61081d0945f?show_docid=5600b61081d0945f</link>
  <description>
  Hrm, works directly from psql here: &lt;br&gt; &lt;p&gt;foo=&amp;gt; CREATE TABLE fum ( num bigint ); &lt;br&gt; CREATE TABLE &lt;br&gt; foo=&amp;gt; INSERT INTO fum (num) VALUES (536870912000); &lt;br&gt; INSERT 0 1 &lt;br&gt; foo=&amp;gt; SELECT * FROM fum; &lt;br&gt; num &lt;br&gt; -------------- &lt;br&gt; 536870912000 &lt;br&gt; (1 row) &lt;br&gt; &lt;p&gt;Are you trying this from the Rails app or from script/console? If so,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/aeb6f2f6d73592f9/5600b61081d0945f?show_docid=5600b61081d0945f</guid>
  <author>
  arma...@dicianno.org
  (Armando Di Cianno)
  </author>
  <pubDate>Wed, 16 Dec 2009 17:12:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/9dcecfbf9dc48157?show_docid=9dcecfbf9dc48157</link>
  <description>
  I should be there. &lt;br&gt; &lt;p&gt;Sent from my iPhone &lt;br&gt; &lt;p&gt;On Dec 16, 2009, at 11:42 AM, Mark Menard &amp;lt;mark-google....@mjm.net&amp;gt; &lt;br&gt; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/9dcecfbf9dc48157?show_docid=9dcecfbf9dc48157</guid>
  <author>
  dallas.devr...@gmail.com
  (Dallas DeVries)
  </author>
  <pubDate>Wed, 16 Dec 2009 17:01:04 UT
</pubDate>
  </item>
  <item>
  <title>ActiveRecord: Error inserting bigint into PostgreSQL DB</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/aeb6f2f6d73592f9/ed48eeaafc06ea5b?show_docid=ed48eeaafc06ea5b</link>
  <description>
  Hi everyone, &lt;br&gt; &lt;p&gt;I have another quick question for the group. I’m working on a Rails app backed by a PostgreSQL 8.1 database. I’m trying to insert large numbers into the database. Specifically, I’m trying to insert the value 536,870,912,000, which is, of course, greater than the max value for a 32-bit integer. I believe Postgres integer columns are 4 bytes, so I changed the column type to be a bigint, which should allow 8-byte values. 536,870,912,000 is less than the max value for a 64-bit integer, but when trying to insert into the database, I get this error: “PGError: ERROR: integer out of range”. Examining the database via Postgres’s console reports that the column is, in fact, a bigint:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/aeb6f2f6d73592f9/ed48eeaafc06ea5b?show_docid=ed48eeaafc06ea5b</guid>
  <author>
  mdipp...@gmail.com
  (Michael Dippery)
  </author>
  <pubDate>Wed, 16 Dec 2009 16:55:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/b5307efeca7847d7?show_docid=b5307efeca7847d7</link>
  <description>
  I just spoke with Jim. He plans on being there. So, the meeting is &lt;br&gt; on. &lt;br&gt; &lt;p&gt;Mark
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/b5307efeca7847d7?show_docid=b5307efeca7847d7</guid>
  <author>
  mark-google....@mjm.net
  (Mark Menard)
  </author>
  <pubDate>Wed, 16 Dec 2009 16:42:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/57f6753c0c3b6b52?show_docid=57f6753c0c3b6b52</link>
  <description>
  Well, I think Jim is out with the arrival of his daughter. I&#39;m going &lt;br&gt; to call him and check in. I&#39;m wondering if this makes sense? Neal are &lt;br&gt; you on here? Thoughts? &lt;br&gt; &lt;p&gt;Mark
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/57f6753c0c3b6b52?show_docid=57f6753c0c3b6b52</guid>
  <author>
  mark-google....@mjm.net
  (Mark Menard)
  </author>
  <pubDate>Wed, 16 Dec 2009 16:34:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/30d307e8276f66c3?show_docid=30d307e8276f66c3</link>
  <description>
  Being the loyal n00b, I&#39;m planning on being there, unless someone &lt;br&gt; calls it due to a plague of... well, plague... &lt;br&gt; &lt;p&gt;-Wil
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/30d307e8276f66c3?show_docid=30d307e8276f66c3</guid>
  <author>
  wildo...@gmail.com
  (Wil Doane)
  </author>
  <pubDate>Wed, 16 Dec 2009 15:37:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/5dfd07ed36528725?show_docid=5dfd07ed36528725</link>
  <description>
  swine flu! oink oink! &lt;br&gt; &lt;p&gt;I&#39;m out. Too much work. Happy holidays everybody. &lt;br&gt; &lt;p&gt;--Andy Badera
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/5dfd07ed36528725?show_docid=5dfd07ed36528725</guid>
  <author>
  and...@badera.us
  (Andrew Badera)
  </author>
  <pubDate>Wed, 16 Dec 2009 15:08:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/bc02e048b7042434?show_docid=bc02e048b7042434</link>
  <description>
  see everybody next month :) &lt;br&gt; &lt;p&gt;- Gemma
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/bc02e048b7042434?show_docid=bc02e048b7042434</guid>
  <author>
  rassilon2...@gmail.com
  (Gemma Hentsch)
  </author>
  <pubDate>Wed, 16 Dec 2009 15:00:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: December 16th Meeting</title>
  <link>http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/cd0da8e5ef322e5e?show_docid=cd0da8e5ef322e5e</link>
  <description>
  Unfortunately, I won’t be able to make it either, but I hope to see everyone next month! &lt;br&gt; &lt;p&gt;— Michael
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/techvalleyrb/browse_frm/thread/26477533e0671276/cd0da8e5ef322e5e?show_docid=cd0da8e5ef322e5e</guid>
  <author>
  mdipp...@gmail.com
  (Michael Dippery)
  </author>
  <pubDate>Wed, 16 Dec 2009 14:52:52 UT
</pubDate>
  </item>
  </channel>
</rss>
