<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nakaearth</author_name>
  <author_url>https://blog.hatena.ne.jp/nakaearth/</author_url>
  <blog_title>nakaearthの日記</blog_title>
  <blog_url>https://nakaearth.hatenadiary.org/</blog_url>
  <categories>
    <anon>rails</anon>
  </categories>
  <description>railsのアプリケーションサーバとして最近業務ではunicornを使っている。が、pumaを使った事がなかったので、ちょっと試しに使ってみようと思いやってみた。まずはインストール gem 'puma' bundle install --path vendor/bundleで次に設定ファイルを作成。config/puma.rbを作成します。 1 threads 8,32 2 workers 3 3 preload_app! 4 5 on_worker_boot do 6 ActiveSupport.on_load(:active_record) do 7 ActiveRecord::Base.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnakaearth.hatenadiary.org%2Fentry%2F20140204%2F1391524793&quot; title=&quot;pumaを使ってみる - nakaearthの日記&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>2014-02-04 23:39:53</published>
  <title>pumaを使ってみる</title>
  <type>rich</type>
  <url>https://nakaearth.hatenadiary.org/entry/20140204/1391524793</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
