> 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/2021/march/20210312.md).

# 20210312(금)

## 2021-03-12

### 1. 학습 날짜

* 2021-03-12

### 2. 학습 시간

* 11:00 \~ 25:00

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

* 백본 view, model, collection
* 루비온레일즈

### 4. 학습 목표

* 코드 리팩토링 ...

### 5. 학습 정리

* [액티브잡의기본](https://simian114.gitbook.io/blog/undefined/rubyonrails/active-job/undefined)
* [실제활용](https://simian114.gitbook.io/blog/undefined/rubyonrails/active-job/undefined-2)

### 6. 상세 학습 내용

* 액티브 잡은 레일즈가 아닌 서드파티 프로그램으로  실행되고 레일즈서버와 독립적으로 실행된다.
* 독립적으로 실행되는 이유는 만약 레일즈 서버가 종료되었을 때 잡이 레일즈서버에 등록되어 있다면 이 잡에 대한 모든 스케쥴링을 잊어버리기 때문이다.
* 물론 잡을 레일즈서버에 등록할수도 있다.
* 상세 학습 내용은 정리에 올렸으므로 오늘은 이만...

### 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/2021/march/20210312.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.
