📘 hkob-astro-notion-blog

これまではてなブログにて情報発信をしていましたが、令和5年3月22日より、こちらでの情報発信を始めました。2019年以前の古い記事は過去の Middleman 時代のものなので、情報が古いです。記録のためだけに残しています。

7/9

gakuseis コントローラの作成(1) - 不定期刊 Rails App を作る(24)

This article describes the process of creating a controller for a Rails app, including the necessary steps to add it to the app and create a corresponding view. The article also includes code snippets and instructions for creating and modifying tests and locales. (by Notion AI)

gakusei モデルの作成 - 不定期刊 Rails App を作る(23)

この記事では、Ruby on Rails アプリケーションにおける gakusei モデルの作成手順が説明されています。モデルの作成から、データベースのマイグレーションや単体テストの実装まで、詳細に解説されています。記事の最後には、Notion AI によって作成されたことが示されています。

milligram の導入 - 不定期刊 Rails App を作る(22)

この記事では、Railsアプリケーションにmilligramを導入する方法について説明されています。記事では、yarnを使ってmilligramをインストールする手順や、ログイン画面を見せるためのスクリーンショットが掲載されています。この記事はMiddleman時代に書かれたもので、古い情報も含まれているため、参考にする際には注意が必要です。(by Notion AI)

kurasus_controller の system spec - 不定期刊 Rails App を作る(21)

This blog post describes setting up system specs using Capybara and RSpec for a Rails application. It includes instructions on how to configure the Gemfile, how to write tests for class creation, editing, deletion, and display, and how to troubleshoot any issues that arise. (by Notion AI)

request spec の雛形準備 - 不定期刊 Rails App を作る(20)

この記事では、RSpecを使ったリクエストスペックの雛形作成方法について解説しています。RSpecに慣れていない人でも、ここに示す手順に従えば簡単に雛形を作成できます。また、kurasus_controller.rbに対して作成したリクエストスペックをベースに、テンプレートを作成する方法も紹介しています。 (by Notion AI)

kurasus_controller の request spec(4) - 不定期刊 Rails App を作る(19)

「kurasus_controller の request spec(4) - 不定期刊 Rails App を作る(19)」は、Rails を使用した不定期刊の Web アプリケーションの開発過程を記録したブログ記事です。この記事では、RSpec と Rails を使用して、destroy と show のテストを行い、実装する方法について説明しています。(by Notion AI)

kurasus_controller の request spec(3) - 不定期刊 Rails App を作る(18)

This blog post discusses the implementation of request specs for a Rails app. Specifically, it covers testing and implementing the edit and update actions for a kurasus_controller. The post includes code snippets and output from running the tests. (by Notion AI)

kurasus_controller の request spec(2) - 不定期刊 Rails App を作る(17)

「kurasus_controller の request spec(2) - 不定期刊 Rails App を作る(17)」は、Railsアプリケーションの開発におけるrequest specの書き方について書かれた記事です。具体的には、newとcreateのリクエストをテストする方法について解説しています。この記事はastro-notion-blogに掲載されたものです。(by Notion AI)

kurasus_controller の request spec(1) - 不定期刊 Rails App を作る(16)

This article discusses the setup of request spec for the kurasus_controller in a Rails app. It covers the creation of the kurasus_controller and integration_test, as well as the preparation of the test environment. The article also includes detailed steps for testing the /kurasus page and setting up teacher login in integration tests. Please note that this article was written during the Middleman era and is being migrated for archival purposes. (by Notion AI)

Kurasu モデルのテストと実装 - 不定期刊 Rails App を作る(15)

このブログページでは、Railsアプリを開発する上でのファクトリー、RSpec、およびRailsに関する情報が含まれています。kurasu_spec.rbとkurasu.rbを修正する方法について詳しく説明します。この記事は古いものであり、参考にする際は注意してください。(by Notion AI)