<?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: Tag camping</title>
    <link>http://blog.kineticweb.com/articles/tag/camping</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Musings from a Ruby on Rails development team</description>
    <item>
      <title>My first Camping app</title>
      <description>&lt;p&gt;The first time I heard of Camping, was &lt;a href="http://blog.evanweaver.com/articles/2006/10/06/introduction-to-camping-presentation"&gt;Evan Weaver&amp;#8217;s talk about it at Philly on Rails&lt;/a&gt;. I&amp;#8217;ll admit that, at first, I was a bit skeptical. It seemed silly to have something that duplicated some of what Rails already did.&lt;/p&gt;


	&lt;p&gt;But I just built my first little app with Camping and I am pleasantly surprised. It was a just a little weekend project: A page that lists things in and around Philly that my wife and I like to do and can suggest to friends visiting the area. It has only one view to List out the items and a simple Add and Remove action. The database is sqlite, my first time using it.&lt;/p&gt;


	&lt;p&gt;Building it in Rails would probably have been overkill. Now, I still haven&amp;#8217;t figured out the best way to deploy this on our server: I&amp;#8217;m thinking I&amp;#8217;ll try FastCGI. But the development process has been a joy and I love how everything is just one file of about 100 lines of code. (Except for, of course, Ruby, Camping, ActiveRecord, and a bunch of other libraries.)&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://redhanded.hobix.com/inspect/markaby03.html"&gt;Markaby&lt;/a&gt; was the most interesting thing to learn. I haven&amp;#8217;t compared it thoroughly to &lt;span class="caps"&gt;HAML&lt;/span&gt;, which I&amp;#8217;ve tried and do like, but it seems to be quite similar and just as fun to write with.&lt;/p&gt;</description>
      <pubDate>Sun, 12 Aug 2007 13:27:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:7c65ec63-cdd7-46d4-bd0c-d58823764999</guid>
      <author>Colin A. Bartlett</author>
      <link>http://blog.kineticweb.com/articles/2007/08/12/my-first-camping-app</link>
      <category>ruby</category>
      <category>camping</category>
      <category>sqlite</category>
      <trackback:ping>http://blog.kineticweb.com/articles/trackback/53</trackback:ping>
    </item>
  </channel>
</rss>
