<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dev-actindi</author_name>
  <author_url>https://blog.hatena.ne.jp/dev-actindi/</author_url>
  <blog_title>アクトインディ開発者ブログ</blog_title>
  <blog_url>https://tech.actindi.net/</blog_url>
  <categories>
    <anon>Lisp</anon>
    <anon>on</anon>
    <anon>Rails</anon>
    <anon>tahara</anon>
  </categories>
  <description>こんにちは!! tahara です。 Lisp on Rails 第3回です! 今回は ActiveRecord の belongs_to アソシエーションもどきを実装したいと思います。 実行時のイメージとしては次のようになります。 (def-record post) (def-record comment (:belongs-to post)) ; comments テーブルは post_id 列を持っている。 (mapcar #'post-of (all comment)) ;; =&gt; ポストのリストを取得 これを実装するのに Common Lisp の MOP を使ってみます。 インスタ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech.actindi.net%2F2010%2F02%2F12%2F3474928504&quot; title=&quot;Lisp on Rails 第3回 〜 belongs-to - アクトインディ開発者ブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-02-12 10:55:04</published>
  <title>Lisp on Rails 第3回 〜 belongs-to</title>
  <type>rich</type>
  <url>https://tech.actindi.net/2010/02/12/3474928504</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
