0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

OUTPUTメモ

Posted at

これはOUTPUTを意識した備忘録っぽい記事です

  • 曖昧・誤った理解をしていることが多々あるので参考にはしないことをお勧めします。
  • その際、何かアドバイスなどご教授いただけたら死ぬほど喜びます。

rails tutorial 8章

###統合テスト
「エラーをキャッチするテストを先に書いて、そのエラーが解決するようにコードを書く。」←わかりやすい。
現時点での理解力で書いてって言われるとgetpostでつまずいてうまく書けない。
HTTPの基本から復習する。

###Helper
https://qiita.com/shunsuke227ono/items/21f5968ca7ca0391b583
わかりやすい記事↑
メソッドが使われる状況でファイルを分けているイメージ
ex(session_helper.rb, users_helper.rb
また、ヘルパーメソッドはテストから呼び出せないため、test_helper.rbに記述

||=は数字の演算子をイメージしたらわかりやすかった。
論理値でFalseなら右辺を代入と理解。

###session

sessionメソッドを使うと、ユーザーIDなどをブラウザに一時的に保存できる
↑まだちゃんと理解できていない...復習

###cookie
https://saruwakakun.com/it/web/cookie-cache#section1
参考↑

#感想
sessionで詰まった。
書きながら ん? と思うこともあったし、まだ理解不足。

初めてQiitaという形でOUTPUTしてみたけど、この意識でする方がさらに調べるし理解が深まる。
いい癖だと思うから、これからも拙いOUTPUTをしていく

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?