> For the complete documentation index, see [llms.txt](https://simian114.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simian114.gitbook.io/blog/undefined-1/diary/2020/12/20201222.md).

# 20201222(화)

## 2020-12-22

### 1. 학습 날짜

* 2020-12-22

### 2. 학습 시간

* 09:30 \~ 14:00, 15:30 \~ 23:30

### 3. 학습 범위 및 주제

* 루비온레일즈

### 4. 학습 목표

* 루비온레일즈 스캐폴드 기능에 대해 실습하고 정리한다.

### 5. 과제 제출

* x

### 6. 상세 학습 내용

* 루비온레일즈
  * 오늘은 퍼펙트 루비 온 레일즈 책 4장을 공부했다.
  * 4장은 view에 대한 부분이다. 뷰 헬퍼를 주제로 4장이 시작된다.
  * 뷰 헬퍼는 view 를 만드는데 도움을 준다.

### 7. 오늘 학습 내용에 대한 개인적인 총평

* 오늘도 의자에는 오래 앉아있었지만 한건 아무것도 없다 참...

### 8. 다음 학습 계획

* 루비온레일즈


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://simian114.gitbook.io/blog/undefined-1/diary/2020/12/20201222.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
