<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>has_many :thoughts: Request To All Tutorial Writers</title>
    <link>http://blog.kineticweb.com/articles/2008/07/09/request-to-all-tutorial-writers</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Musings from a Ruby on Rails development team</description>
    <item>
      <title>Request To All Tutorial Writers</title>
      <description>From now on, if your writing this&amp;#8230;
&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_shell "&gt;git clone git://github.com/sam/extlib.git  
git clone git://github.com/sam/do.git

cd extlib
rake install ; cd ..
cd do
cd data_objects
rake install ; cd ..
cd do_mysql  # || do_postgres || do_sqlite3
rake install&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

	&lt;p&gt;Instead, tell your readers to do this&amp;#8230;&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_shell "&gt;git clone git://github.com/sam/extlib.git  
git clone git://github.com/sam/do.git

cd extlib
***rake spec***
rake install ; cd ..
cd do
cd data_objects
***rake spec***
rake install ; cd ..
cd do_mysql  # || do_postgres || do_sqlite3
rake install&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

	&lt;p&gt;Make sure that your running specs that are passing before installing edge software.&lt;/p&gt;


	&lt;p&gt;Here&amp;#8217;s another tip, if your trying to learn new software&amp;#8230; or wondering why something isn&amp;#8217;t working for you&amp;#8230; check the specs! They are a great place to learn just exactly how the author approaches using the libraries they write.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jul 2008 21:09:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:fe6aa9b9-56dd-4902-bc07-5d6a5a15f283</guid>
      <author>Justin Reagor</author>
      <link>http://blog.kineticweb.com/articles/2008/07/09/request-to-all-tutorial-writers</link>
      <category>gems</category>
      <category>rspec</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>"Request To All Tutorial Writers" by Mat Schaffer</title>
      <description>I second this for edge software.  However I don't support running the test on stable releases (aside from educational reasons anyway).  I can't tell you how many times I've been burned by the fact that CPAN insists on running tests before installing the perl mysql module.</description>
      <pubDate>Thu, 10 Jul 2008 09:12:54 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:8a71cccb-2652-4db8-8e12-70be342e8fcf</guid>
      <link>http://blog.kineticweb.com/articles/2008/07/09/request-to-all-tutorial-writers#comment-256</link>
    </item>
  </channel>
</rss>
