<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kanahebiZ</author_name>
  <author_url>https://blog.hatena.ne.jp/kanahebiZ/</author_url>
  <blog_title>もふもふ技術部</blog_title>
  <blog_url>https://www.mof-mof.co.jp/tech-blog/</blog_url>
  <categories>
    <anon>Rails</anon>
    <anon>Hotwire</anon>
    <anon>Turbo</anon>
  </categories>
  <description>Hotwireを使ってみる第二弾です！ 今回は、検索結果をHotwireで表示するようにしてみます。 画面の全てを再描画する必要がないので、速度が上がるかもしれませんね！ 下準備 1. モデルを作る $ rails g model post 20240813000000_posts.rb class CreatePosts &lt; ActiveRecord::Migration[7.1] def change create_table :posts do |t| t.string :name t.timestamps end end end 2. Gemをインストールする（ページネーションを使う場…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.mof-mof.co.jp%2Ftech-blog%2F2024%2F08%2F15%2F162320&quot; title=&quot;【Rails7】Hotwireで検索を実装する - もふもふ技術部&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>2024-08-15 16:23:20</published>
  <title>【Rails7】Hotwireで検索を実装する</title>
  <type>rich</type>
  <url>https://www.mof-mof.co.jp/tech-blog/2024/08/15/162320</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
