📘 hkob-astro-notion-blog

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

Rails

全体的な system spec - 不定期刊 Rails App を作る(38:最終回)

post-featured-image

This blog post describes the end-to-end testing process for a Rails app, including modifications to the integration tests and links. It also includes a warning that the post is outdated and not necessarily useful. (by Notion AI)

events コントローラの作成(2) - 不定期刊 Rails App を作る(37)

このブログ記事では、Railsアプリの不定期刊において、eventsコントローラの作成について解説しています。具体的には、event_specの記述(edit と update)、event_controllerの記述(edit と update)、updateのjavascriptの作成について説明しています。記事の最後にはguardの結果も紹介されています。(by Notion AI)

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

This blog post details the creation of a controller for a Rails app, specifically for the event_gakuseis feature. The post walks through the creation of the controller, the associated spec, and the view. It also touches on the use of AJAX for page transitions and includes code snippets for each step. (by Notion AI)

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

Ruby on Rails アプリのプロジェクトを進める上で、イベントモデルを作成する手順を紹介したブログ記事です。中でも、新しいモデルを作成するためのgeneratorの使用方法や、モデルの実装に必要な指針、そしてテストについて詳しく解説しています。記事の最後には、Notion AIによる自動生成であることを示す文字列が追加されています。

kurasus/events_controller の system spec - 不定期刊 Rails App を作る(34)

この記事では、Kurasusアプリのevents_controllerのsystem specについて紹介しています。イベントの作成、編集、削除、表示に関するテストを行い、失敗した箇所を修正する過程を詳しく説明しています。Notion AIによる作成です。

events コントローラの作成(4) - 不定期刊 Rails App を作る(33)

This blog post provides a detailed walkthrough of the creation of an events controller in a Rails app. It covers the creation of specs, the controller code, and the view. Please note that this post contains preliminary information. (by Notion AI)

events コントローラの作成(3) - 不定期刊 Rails App を作る(32)

This blog post describes the creation of a controller for events in a Ruby on Rails application. The post covers topics such as writing tests for the controller, updating the controller, and creating the corresponding view. Please note that this is an older post and may not be entirely relevant. (by Notion AI)

events コントローラの作成(2) - 不定期刊 Rails App を作る(31)

Railsアプリを作成する上で重要な「eventsコントローラの作成(2)」について解説しています。イベントの新規登録画面を作成するための記述や、イベントのバリデーションについても詳しく説明しています。また、ガードの結果についても掲載されています。 (by Notion AI)

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

この記事では、Railsアプリの「events」コントローラーを作成する手順について詳しく解説しています。コントローラーの追加やroutesへの追加、テストコードの記述など、実装に必要なステップが詳細に説明されています。(by Notion AI)

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

「不定期刊 Rails App を作る(29)」は、Railsアプリケーションを開発する上で必要なモデルの一つである「eventモデル」の作成を解説した記事です。記事では、eventモデルの実装方法やスペックの記述方法について詳しく紹介されています。また、Notion AIによる自動生成記事であることが明記されています。