<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ike-dai</author_name>
  <author_url>https://blog.hatena.ne.jp/ike-dai/</author_url>
  <blog_title>ike-dai's blog</blog_title>
  <blog_url>https://ike-dai.hatenablog.com/</blog_url>
  <categories>
    <anon>クラウド</anon>
    <anon>GAE</anon>
  </categories>
  <description>GAE JRuby on railsでDatastoreを利用したい場合、 bumbleというライブラリが使えます。bumbleを利用するには、rails_on_gaeプラグインをインストールして、 Model内でこのようにするだけで使えます。 class Memo include Bumble ds :title, :content end DBにデータを登録する際は、 Memo.create(:title =&gt; &quot;test&quot;, :conten =&gt; &quot;test&quot;).save! 検索する際は、 Memo.all({:title =&gt; &quot;test&quot;}) ※titleがtestのデータを取得 M…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fike-dai.hatenablog.com%2Fentry%2F20091112%2F1258039842&quot; title=&quot;Google App Engine JRuby on Railsでbumbleを使うときの注意 - ike-dai&amp;#39;s blog&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>2009-11-12 00:30:42</published>
  <title>Google App Engine JRuby on Railsでbumbleを使うときの注意</title>
  <type>rich</type>
  <url>https://ike-dai.hatenablog.com/entry/20091112/1258039842</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
