<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <link>http://persumi.com/u/fredwu/tech/e/blog/t/schema</link>
    <generator>Persumi - Level up your writing and blogging with AI</generator>
    <category>Blog</category>
    <category>Tech</category>
    <pubDate>Sat, 16 May 2026 04:50:54 +0000</pubDate>
    <description/>
    <title>Blog (schema) - Fred Wu&apos;s Tech</title>
    <atom:link type="application/rss+xml" rel="self" href="http://persumi.com/u/fredwu/tech/e/blog/t/schema/feed/rss"></atom:link>
    <item>
      <pubDate>Thu, 22 Jul 2010 12:30:50 +0000</pubDate>
      <guid>http://persumi.com/u/fredwu/tech/e/blog/p/rails-introducing-datamappify-activerecord-without-db-migrations</guid>
      <comments>http://persumi.com/u/fredwu/tech/e/blog/p/rails-introducing-datamappify-activerecord-without-db-migrations</comments>
      <category>Blog</category>
      <category>Tech</category>
      <author>ifredwu@gmail.com (Fred Wu)</author>
      <description>&lt;![CDATA[&lt;h2&gt;
Introduction&lt;/h2&gt;
&lt;p&gt;
ActiveRecord is without doubt the &lt;em&gt;de facto&lt;/em&gt; ORM library for Rails and many Ruby web frameworks. Many developers however, do not like database migrations and prefer to use DSL for data mapping. Datamappify is created with the sole purpose of getting rid of the DB migration headaches.&lt;/p&gt;
&lt;h2&gt;
Why Not DB Migrations?&lt;/h2&gt;
&lt;p&gt;
Well, depending on your specific project, DB migrations might create more trouble than it’s worth. Besides, your code is already version controlled, so why create a separate version control for your DB schema?&lt;/p&gt;
&lt;h2&gt;
Why Not Use DataMapper, Sequel, etc?&lt;/h2&gt;
&lt;p&gt;
As stated in the introduction, ActiveRecord is the most popular ORM in the rails community, it is actively developed and battle-tested. If your only grief with ActiveRecord is the DB migrations, why not just eliminate it be happy? ;)&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;a href=&quot;http://github.com/fredwu/datamappify&quot;&gt;Go check out the code&lt;/a&gt;!&lt;/strong&gt;&lt;/p&gt;
]]&gt;</description>
      <link>http://persumi.com/u/fredwu/tech/e/blog/p/rails-introducing-datamappify-activerecord-without-db-migrations</link>
      <title>[Rails] Introducing Datamappify - ActiveRecord Without DB Migrations</title>
    </item>
  </channel>
</rss>