<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <generator>Persumi - Level up your writing and blogging with AI</generator>
  <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
  <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/flourish"/>
  <link href="http://persumi.com/u/fredwu/tech/e/blog/t/flourish/feed/rss"/>
  <link rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/flourish/feed/atom"/>
  <author>
    <name>Fred Wu</name>
    <email>ifredwu@gmail.com</email>
    <uri>http://persumi.com/u/fredwu</uri>
  </author>
  <subtitle/>
  <id>http://persumi.com/u/fredwu/tech/e/blog/t/flourish</id>
  <title>Blog (flourish) - Fred Wu&apos;s Tech</title>
  <updated>2026-05-01T13:43:26.116593Z</updated>
  <entry>
    <content type="html">&lt;![CDATA[&lt;p&gt;
A few days ago I discovered &lt;a href=&quot;http://www.padrinorb.com/&quot;&gt;Padrino&lt;/a&gt;, an excellent ruby framework built on top of &lt;a href=&quot;http://www.sinatrarb.com/&quot;&gt;Sinatra&lt;/a&gt;. What can be a better than experimenting with it? Build an actual website with it!&lt;/p&gt;
&lt;p&gt;
So last night I ported &lt;a href=&quot;http://wuit.com/&quot;&gt;Wuit.com&lt;/a&gt; from using vanilla PHP + &lt;a href=&quot;http://flourishlib.com/&quot;&gt;Flourish&lt;/a&gt; to using Padrino + &lt;a href=&quot;http://datamapper.org/&quot;&gt;DataMapper&lt;/a&gt; + &lt;a href=&quot;http://haml-lang.com/&quot;&gt;Haml&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;
The entire porting experience was positive, albeit the website only has two pages.&lt;/p&gt;
&lt;p&gt;
I did encounter a strange problem with &lt;a href=&quot;http://www.capify.org/&quot;&gt;Capistrano&lt;/a&gt; though - both &lt;code class=&quot;inline&quot;&gt;current_release&lt;/code&gt; and &lt;code class=&quot;inline&quot;&gt;latest_release&lt;/code&gt; were giving me strange results. In the end I had to modify my deployment recipe to overcome this.&lt;/p&gt;
&lt;p&gt;
For building small to medium sized projects, I think Padrino is an excellent choice, as it offers a more complete foundation than Sinatra, and is not as heavy as Rails.&lt;/p&gt;
]]&gt;</content>
    <published>2010-07-01T21:59:28.000000Z</published>
    <category label="Blog" scheme="http://persumi.com/u/fredwu/tech/e/blog" term="blog"/>
    <category label="Tech" scheme="http://persumi.com/u/fredwu/tech" term="tech"/>
    <link href="http://persumi.com/u/fredwu/tech/e/blog/p/wuit-com-now-runs-on-padrino"/>
    <author>
      <name>Fred Wu</name>
      <email>ifredwu@gmail.com</email>
      <uri>http://persumi.com/u/fredwu</uri>
    </author>
    <id>http://persumi.com/u/fredwu/tech/e/blog/p/wuit-com-now-runs-on-padrino</id>
    <title>Wuit.com Now Runs on Padrino</title>
    <updated>2010-07-01T21:59:28.000000Z</updated>
  </entry>
</feed>