📘 hkob-astro-notion-blog

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

6/9

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による自動生成記事であることが明記されています。

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

post-featured-image

この記事では、Railsのsystem specで学生に関連するテストを行う方法について解説しています。記事では、テストの失敗時にエラーをスクリーショットで表示する方法や、fill_inでtextareaにタブ区切りのデータを入力する際の注意点などが紹介されています。また、テストの結果の表示例も掲載されています。 (by Notion AI)

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

このブログ記事では、Railsアプリの開発において、gakuseisコントローラのdestroyとshowアクションを記述する方法について詳しく解説しています。また、これらのアクションに必要なRSpecのテストコードも紹介しています。記事の最後には、guardの結果も記載しています。注意事項として、この記事はMiddleman時代に書かれたものであり、現在の環境には適用されないことがあります。 (by Notion AI)

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

This blog post details the creation and modification of a gakuseis controller for a Rails application. It includes changes to the gakusei spec and controller, as well as the creation of an edit view. Please note that this post is old and may not be entirely relevant. (by Notion AI)

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

This blog post discusses the creation of a gakuseis controller, including the gakusei spec and controller's new and create methods. It also includes information on how to create locale strings and the results of the guard test. Please note that this is an old post and should not be used as a reference. (by Notion AI)