<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:shcp="http://sharedcopy.com/namespaces/2007/copy_comments" xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Re: Railstips.org by choonkeat</title>
  <id>http://sharedcopy.com/public/users/choonkeat/railstips.org/comments.xml</id>
  <link href="http://sharedcopy.com/public/users/choonkeat"/>
  <generator>sharedcopy.com</generator>
  <logo>http://sharedcopy.com/images/logo-sharedcopy.png?V0</logo>
  <author>
    <name></name>
  </author>
  <entry>
    <title>It's an HTTParty and Everyone Is Invited! // RailsTips by John Nunemaker</title>
    <id>http://railstips.org.sharedcopy.com/blog/archives/2008/07/29/it-s-an-httparty-and-everyone-is-invited/ce0b4789943af9c9c1d80701f1b9f3b3.html#67835</id>
    <link type="text/html" href="http://railstips.org.sharedcopy.com/blog/archives/2008/07/29/it-s-an-httparty-and-everyone-is-invited/ce0b4789943af9c9c1d80701f1b9f3b3.html" rel="alternate"/>
    <modified>Tue, 22 Jun 2010 16:50:36 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_0 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;div class="html_gist none"&gt;&lt;input class="csspath" type="hidden" value="body div#wrapper div#content div#primary div.post div.when div#adzerk div#adzerk_ad_div a img.shcp_dimension_120x90" /&gt;&lt;img title="" class="shcp_dimension_120x90" src="http://static2.rubyrow.net/Advertisers/368.gif" alt="" width="120" /&gt;&lt;/div&gt;&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title> Why I think Mongo is to Databases what Rails was to Frameworks // RailsTips by John Nunemaker</title>
    <id>http://railstips.org.sharedcopy.com/2009/12/18/2bde5c8f43e99cbd99a4f2d487268ef5.html#56874</id>
    <link type="text/html" href="http://railstips.org.sharedcopy.com/2009/12/18/2bde5c8f43e99cbd99a4f2d487268ef5.html" rel="alternate"/>
    <modified>Sun, 20 Dec 2009 21:28:30 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_0 withoutphoto"
      &gt;&lt;span class="text"
      &gt;&lt;div class="html_gist none"&gt;&lt;input class="csspath" type="hidden" value="body div#wrapper div#content div#primary div.post div.body p a img.image.full.shcp_dimension_450x449" /&gt;&lt;img class="image full shcp_dimension_450x449" src="http://static.railstips.org/images/articles/harmony.png" height="150" alt="Harmony" /&gt;&lt;/div&gt;&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>3</shcp:copy_version>
  </entry>
  <entry>
    <title> Using Gmail with IMAP to Receive Email in Rails // RailsTips by John Nunemaker</title>
    <id>http://railstips.org.sharedcopy.com/2008/10/27/43715fa9183ae9bc74aaaf16c51062bd.html#25502</id>
    <link type="text/html" href="http://railstips.org.sharedcopy.com/2008/10/27/43715fa9183ae9bc74aaaf16c51062bd.html" rel="alternate"/>
    <modified>Wed, 19 Nov 2008 13:18:33 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_1 withoutphoto"
      &gt;&lt;span class="text"
      &gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;[Gmail]/All Mail&lt;a href="http://r2.sharedcopy.com/23e5f#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
  <entry>
    <title> It's an HTTParty and Everyone Is Invited! // RailsTips.org by John Nunemaker</title>
    <id>http://railstips.org.sharedcopy.com/2008/7/29/7d10d2775c5cc345708a6d2b64b5649a.html#17295</id>
    <link type="text/html" href="http://railstips.org.sharedcopy.com/2008/7/29/7d10d2775c5cc345708a6d2b64b5649a.html" rel="alternate"/>
    <modified>Wed, 30 Jul 2008 02:13:31 +0000</modified>
    <content type="html">    &lt;span class="content comments_count_2 withoutphoto"
      &gt;&lt;span class="text"
      &gt;        &lt;blockquote class="comment_body comment_body1"
          &gt;So I&#8217;ve made a boatload of gems that consume web services ( twitter ,  lastfm ,  magnolia ,  delicious ,  google reader ,  google analytics ). Each time I get a bit better at it and learn something new. I pretty much am only interested in consuming restful api&#8217;s and over time I&#8217;ve started to see a pattern. The other day I thought, wouldn&#8217;t it be nice if that pattern were wrapped up as a present for me (and others) to use? The answer is yes and it is named HTTParty.&lt;a href="http://r4.sharedcopy.com/3t2397#shcp0"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
        &lt;blockquote class="comment_body comment_body2"
          &gt;sudo gem install httparty&lt;a href="http://r4.sharedcopy.com/3t2397#shcp1"
            &gt; &lt;sup&gt;link &amp;raquo;&lt;/sup&gt;&lt;/a
        &gt;&lt;/blockquote&gt;
&lt;/span
      &gt;&lt;/span&gt;
</content>
    <author>
      <name>choonkeat</name>
    </author>
    <shcp:copy_version>1</shcp:copy_version>
  </entry>
</feed>

