# Ruby on Rails 스터디 노트

루비와 루비 온 레일즈 전반에 대한 내용을 정리하며 되도록 최신 버전(5+) 기능의 내용을 작성한다.

현재 (사용 중인) 최신 버전:

* Ruby 2.5.1
* Ruby on Rails 5.2


---

# Agent Instructions: 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:

```
GET https://cometkim.gitbook.io/rails-study-notes/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
