{"id":3500,"date":"2023-08-14T18:06:49","date_gmt":"2023-08-14T09:06:49","guid":{"rendered":"https:\/\/www.kinryo.net\/?p=3500"},"modified":"2023-08-14T18:06:49","modified_gmt":"2023-08-14T09:06:49","slug":"%ef%bc%94%ef%bc%9a%e3%81%bb%e3%81%bc%e9%9d%99%e7%9a%84%e3%81%aa%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e4%bd%9c%e6%88%90","status":"publish","type":"post","link":"https:\/\/www.kinryo.net\/?p=3500","title":{"rendered":"\uff14\uff1a\u307b\u307c\u9759\u7684\u306a\u30da\u30fc\u30b8\u306e\u4f5c\u6210"},"content":{"rendered":"<p><span class=\"description\">\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u751f\u6210\u3059\u308b<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">cd ..<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">pwd<\/span><br \/>\n<span style=\"color: #ff6600;\">\/Rails\/environment<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">rails _7.0.6_ new sample_app &#8211;skip-bundle<\/span><br \/>\n<span style=\"color: #ff6600;\"> create <\/span><br \/>\n<span style=\"color: #ff6600;\">\u00a0\u00a0\u00a0 create README.md<\/span><br \/>\n<span style=\"color: #ff6600;\">\u00a0\u00a0\u00a0 create Rakefile<\/span><br \/>\n<span style=\"color: #ff6600;\">\u00a0\u00a0\u00a0 create .ruby-version<\/span><br \/>\n<span style=\"color: #ff6600;\">\u00a0\u00a0 \u5f8c\u7565<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">cd sample_app\/<\/span><br \/>\nGmfile\u306e\u7de8\u96c6<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">gedit Gemfile<\/span><br \/>\n<\/span><span style=\"color: #ff6600;\">source &#8220;https:\/\/rubygems.org&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">git_source(:github) { |repo| &#8220;https:\/\/github.com\/#{repo}.git&#8221; }<\/span><\/p>\n<p><span style=\"color: #ff6600;\">gem &#8220;rails&#8221;, &#8220;7.0.6&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;sassc-rails&#8221;, &#8220;2.1.2&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;sprockets-rails&#8221;, &#8220;3.4.2&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;importmap-rails&#8221;, &#8220;1.1.0&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;turbo-rails&#8221;, &#8220;1.1.1&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;stimulus-rails&#8221;, &#8220;1.0.4&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;jbuilder&#8221;, &#8220;2.11.5&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;puma&#8221;, &#8220;5.6.4&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;bootsnap&#8221;, &#8220;1.12.0&#8221;, require: false<\/span><\/p>\n<p><span style=\"color: #ff6600;\">group :development, :test do<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;sqlite3&#8221;, &#8220;1.4.2&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;debug&#8221;, &#8220;1.5.0&#8221;, platforms: %i[ mri mingw x64_mingw ]<\/span><br \/>\n<span style=\"color: #ff6600;\">end<\/span><\/p>\n<p><span style=\"color: #ff6600;\">group :development do<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;web-console&#8221;, &#8220;4.2.0&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">end<\/span><\/p>\n<p><span style=\"color: #ff6600;\">group :test do<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;capybara&#8221;, &#8220;3.37.1&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;selenium-webdriver&#8221;, &#8220;4.2.0&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;webdrivers&#8221;, &#8220;5.0.0&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;rails-controller-testing&#8221;, &#8220;1.0.5&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;minitest&#8221;, &#8220;5.15.0&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;minitest-reporters&#8221;, &#8220;1.5.0&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;guard&#8221;, &#8220;2.18.0&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;guard-minitest&#8221;, &#8220;2.4.6&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">end<\/span><\/p>\n<p><span style=\"color: #ff6600;\">group :production do<\/span><br \/>\n<span style=\"color: #ff6600;\">gem &#8220;pg&#8221;, &#8220;1.3.5&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">end<\/span><br \/>\ngem\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">bundle _2.3.14_ config set &#8211;local without &#8216;production&#8217;<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">bundle _2.3.14_ install<\/span><br \/>\n<span style=\"color: #ff6600;\">Fetching gem metadata from https:\/\/rubygems.org\/&#8230;&#8230;&#8230;..<\/span><br \/>\n<span style=\"color: #ff6600;\">Resolving dependencies&#8230;&#8230;.<\/span><br \/>\n<span style=\"color: #ff6600;\">Using rake 13.0.6<\/span><br \/>\n<span style=\"color: #ff6600;\">Using concurrent-ruby 1.2.2<\/span><br \/>\n<span style=\"color: #ff6600;\">\u5f8c\u7565<br \/>\n<\/span><\/p>\n<p>git\u306b\u30b3\u30df\u30c3\u30c8<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">git init<\/span><br \/>\n<span style=\"color: #ff6600;\">Reinitialized existing Git repository in \/Rails\/environment\/sample_app\/.git\/<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">git add -A<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">git commit -m &#8220;Initialize repository&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">[main (root-commit) 70d02f5] Initialize repository<\/span><br \/>\n<span style=\"color: #ff6600;\">70 files changed, 1235 insertions(+)<\/span><br \/>\n<span style=\"color: #ff6600;\">create mode 100644 .gitattributes<\/span><br \/>\n<span style=\"color: #ff6600;\">create mode 100644 .gitignore<\/span><br \/>\n<span style=\"color: #ff6600;\">create mode 100644 .ruby-version<\/span><br \/>\n<span style=\"color: #ff6600;\">create mode 100644 Gemfile<br \/>\n\u5f8c\u7565<span class=\"description\"><br \/>\n<code class=\"filepath\">README.md<\/code><\/span><span style=\"color: #333333;\">\u3092\u66f8\u304d\u63db\u3048\u3066\u307f\u308b<\/span><br \/>\n$ <span style=\"color: #008000;\">gedit README.md<br \/>\n<\/span><\/span><span style=\"color: #0000ff;\"># Ruby on Rails \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3<\/span><\/p>\n<p><span style=\"color: #0000ff;\">\u3053\u308c\u306f\u3001\u6b21\u306e\u6559\u6750\u3067\u4f5c\u3089\u308c\u305f\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002<\/span><br \/>\n<span style=\"color: #0000ff;\">[*Ruby on Rails \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb*](https:\/\/railstutorial.jp\/)<\/span><br \/>\n<span style=\"color: #0000ff;\">\uff08\u7b2c7\u7248\uff09<\/span><br \/>\n<span style=\"color: #0000ff;\">[Michael Hartl](https:\/\/www.michaelhartl.com\/) \u8457<\/span><\/p>\n<h3><span style=\"color: #0000ff;\">\u30e9\u30a4\u30bb\u30f3\u30b9<br \/>\n\u5f8c\u7565<br \/>\n<span style=\"color: #333333;\">\u3053\u306e\u5909\u66f4\u3092\u30b3\u30df\u30c3\u30c8\u3059\u308b<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">git commit -am &#8220;Improve the README&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">[main 7cba1a8] Improve the README<\/span><br \/>\n<span style=\"color: #ff6600;\">1 file changed, 37 insertions(+), 13 deletions(-)<\/span><br \/>\n<\/span><span class=\"description\"><\/span><span class=\"description\">hello\u30a2\u30af\u30b7\u30e7\u30f3\u3092Application\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc\u306b\u8ffd\u52a0\u3059\u308b <\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">gedit app\/controllers\/application_controller.rb<\/span><br \/>\nclass ApplicationController &lt; ActionController::Base<br \/>\ndef hello<br \/>\nrender html: &#8220;hello, world!&#8221;<br \/>\nend<br \/>\nend<br \/>\n<span class=\"description\">\u30eb\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u8a2d\u5b9a\u3059\u308b<br \/>\n<\/span><span style=\"color: #0000ff;\"><\/span><span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">gedit config\/routes.rb<\/span><br \/>\n<span style=\"color: #0000ff;\">Rails.application.routes.draw do<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0 root &#8220;application#hello&#8221;<\/span><br \/>\n<span style=\"color: #0000ff;\">end<\/span><br \/>\n\u305d\u3057\u3066\u30b3\u30df\u30c3\u30c8<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">git commit -am &#8220;Add hello&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">[main b394c69] Add hello<\/span><br \/>\n<span style=\"color: #ff6600;\">2 files changed, 4 insertions(+), 4 deletions(-)<\/span><br \/>\n\u30d0\u30f3\u30c9\u30eb\u3092\u30ed\u30c3\u30af<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">bundle _2.3.14_ lock &#8211;add-platform x86_64-linux<\/span><br \/>\n<span style=\"color: #ff6600;\">Writing lockfile to \/Rails\/environment\/sample_app\/Gemfile.lock<\/span><br \/>\n\u30d6\u30e9\u30f3\u30c1\u3092\u4f5c\u6210<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">git switch -c static-pages<\/span><br \/>\n<span style=\"color: #ff6600;\">Switched to a new branch &#8216;static-pages&#8217;<\/span><br \/>\n<span class=\"description\">StaticPages\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u3092\u751f\u6210\u3059\u308b<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">rails generate controller StaticPages home help<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000\u3000create app\/controllers\/static_pages_controller.rb<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000\u3000route get &#8216;static_pages\/home&#8217;<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000\u3000\u3000\u3000get &#8216;static_pages\/help&#8217;<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000\u3000invoke erb<\/span><br \/>\n<span style=\"color: #ff6600;\">\u5f8c\u7565<br \/>\n<span style=\"color: #333333;\">\u3053\u308c\u3067app\/controllers\/static_pages_controller.rb\u306bhome\u3068help\u304c\u8ffd\u52a0\u3055\u308c\u308b<\/span><\/span><br \/>\ngit\u306b\u30b3\u30df\u30c3\u30c8<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">git add -A<\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">git commit -m &#8220;Add a Static Pages controller&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">[static-pages 3020c96] Add a Static Pages controller<\/span><br \/>\n<span style=\"color: #ff6600;\">6 files changed, 28 insertions(+)<\/span><br \/>\n<span style=\"color: #ff6600;\">create mode 100644 app\/controllers\/static_pages_controller.rb<\/span><br \/>\n<span style=\"color: #ff6600;\">create mode 100644 app\/helpers\/static_pages_helper.rb<\/span><br \/>\n<span style=\"color: #ff6600;\">\u5f8c\u7565<\/span><br \/>\n\u305d\u3057\u3066app\/controllers\/static_pages_controller.rb\u3092\u898b\u3066\u307f\u308b\u3068<br \/>\n<span style=\"color: #ff6600;\">class StaticPagesController &lt; ApplicationController<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000def home<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000end<\/span><\/h3>\n<p><span style=\"color: #ff6600;\">\u3000def help<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000end<\/span><br \/>\n<span style=\"color: #ff6600;\">end<\/span><br \/>\n\u3068home\u3068help\u306e\u30a2\u30af\u30b7\u30e7\u30f3(\u30d6\u30e9\u30f3\u30af\u3060\u304c)\u304c\u8ffd\u52a0\u3055\u308c\u3066\u3044\u308b<br \/>\n\u30eb\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u306bhome\u3068help\u306e\u5b9a\u7fa9\u304c\u8ffd\u52a0\u3055\u308c\u3066\u3044\u308b\u3002\u898b\u3066\u307f\u3088\u3046<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">cat config\/routes.rb<\/span><br \/>\n<span style=\"color: #ff6600;\">Rails.application.routes.draw do<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000get &#8216;static_pages\/home&#8217;<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000get &#8216;static_pages\/help&#8217;<\/span><br \/>\n<span style=\"color: #ff6600;\">\u3000root &#8220;application#hello&#8221;<\/span><br \/>\n<span style=\"color: #ff6600;\">end<\/span><br \/>\n\u5225\u30bf\u30fc\u30df\u30ca\u30eb\u3067server\u304c\u7acb\u3061\u4e0a\u3052\u3063\u3066\u3044\u308b\u306e\u3092\u78ba\u8a8d\u5f8c\u3001http:\/\/localhost:3000\/static_pages\/home\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-31-32.png\" alt=\"\" class=\"alignnone size-full wp-image-3511\" width=\"560\" height=\"236\" srcset=\"https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-31-32.png 560w, https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-31-32-300x126.png 300w, https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-31-32-150x63.png 150w\" sizes=\"auto, (max-width: 560px) 100vw, 560px\" \/><br \/>\n\u3053\u306e\u30da\u30fc\u30b8\u306f\u30b3\u30f3\u30c8\u30ed\u30fc\u30e9\u30fc\u306ehome\u306b\u3088\u3063\u3066\u547c\u3073\u51fa\u3055\u308c\u305fapp\/views\/static_pages\/home.html.erb\u306e\u5185\u5bb9\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u308b<br \/>\n\u540c\u69d8\u306bhelp\u3082\u540c\u3058\u611f\u3058\u3067\u8868\u793a\u3055\u308c\u308b\u7b48\u3060<br \/>\n<span class=\"description\">Home\u30da\u30fc\u30b8\u306eHTML\u3092\u4fee\u6b63\u3059\u308b <\/span><br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">gedit app\/views\/static_pages\/home.html.erb<\/span><br \/>\n<span style=\"color: #0000ff;\">&lt;h1&gt;Sample App&lt;\/h1&gt;<\/span><br \/>\n<span style=\"color: #0000ff;\">&lt;p&gt;<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0 This is the home page for the<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0 &lt;a href=&#8221;https:\/\/railstutorial.jp\/&#8221;&gt;Ruby on Rails Tutorial&lt;\/a&gt;<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0 sample application.<\/span><br \/>\n<span style=\"color: #0000ff;\">&lt;\/p&gt;<br \/>\n<span style=\"color: #333333;\">\u305d\u3057\u3066\u30d6\u30e9\u30a6\u30b6\u304b\u3089http:\/\/localhost:3000\/static_pages\/home\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068<\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-52-30.png\" alt=\"\" class=\"alignnone size-full wp-image-3514\" width=\"585\" height=\"238\" srcset=\"https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-52-30.png 585w, https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-52-30-300x122.png 300w, https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-52-30-150x61.png 150w\" sizes=\"auto, (max-width: 585px) 100vw, 585px\" \/><br \/>\n<\/span>\u540c\u69d8\u306b<br \/>\n<span style=\"color: #ff6600;\">$<\/span> <span style=\"color: #008000;\">gedit app\/views\/static_pages\/help.html.erb<\/span><br \/>\n<span style=\"color: #0000ff;\">&lt;h1&gt;Help&lt;\/h1&gt;<\/span><br \/>\n<span style=\"color: #0000ff;\">&lt;p&gt;<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0\u00a0\u00a0 Get help on the Ruby on Rails Tutorial at the<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0 \u00a0 &lt;a href=&#8221;https:\/\/railstutorial.jp\/help&#8221;&gt;Rails Tutorial Help page&lt;\/a&gt;.<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0\u00a0\u00a0 To get help on this sample app, see the<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0\u00a0 &lt;a href=&#8221;https:\/\/railstutorial.jp\/#ebook&#8221;&gt;&lt;em&gt;Ruby on Rails Tutorial&lt;\/em&gt;<\/span><br \/>\n<span style=\"color: #0000ff;\">\u00a0\u00a0\u00a0 book&lt;\/a&gt;.<\/span><br \/>\n<span style=\"color: #0000ff;\">&lt;\/p&gt;<\/span><br \/>\n<span>\u305d\u3057\u3066\u30d6\u30e9\u30a6\u30b6\u304b\u3089<\/span><br \/>\n<span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-48-26.png\" alt=\"\" class=\"alignnone size-full wp-image-3513\" width=\"694\" height=\"268\" srcset=\"https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-48-26.png 694w, https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-48-26-300x116.png 300w, https:\/\/www.kinryo.net\/wp-content\/uploads\/2023\/08\/Screenshot-from-2023-08-14-16-48-26-150x58.png 150w\" sizes=\"auto, (max-width: 694px) 100vw, 694px\" \/><\/span><br \/>\n<span style=\"color: #0000ff;\"><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u751f\u6210\u3059\u308b $ cd .. $ pwd \/Rails\/environment $ rails _7.0.6_ new sample_app &#8211;skip-bundle create \u00a0\u00a0 &hellip; <a href=\"https:\/\/www.kinryo.net\/?p=3500\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"sns_share_botton_hide":"","vkExUnit_sns_title":"","_vk_print_noindex":"","sitemap_hide":"","_veu_custom_css":"","veu_display_promotion_alert":"","vkexunit_cta_each_option":"","footnotes":""},"categories":[28],"tags":[],"class_list":["post-3500","post","type-post","status-publish","format-standard","hentry","category-ruby-on-rails-almalinux9"],"acf":[],"veu_head_title_object":{"title":"","add_site_title":""},"_links":{"self":[{"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/posts\/3500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3500"}],"version-history":[{"count":9,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/posts\/3500\/revisions"}],"predecessor-version":[{"id":3518,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=\/wp\/v2\/posts\/3500\/revisions\/3518"}],"wp:attachment":[{"href":"https:\/\/www.kinryo.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3500"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3500"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kinryo.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}