# 기본 상식

- [form으로 전달되는 params를 분석해보자](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/form-params.md): 동작하는 순서를 따라가면서 분석함
- [StrongParameter 쿼리 배열 받기](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/strongparameter.md)
- [view helper로 디버깅 하는 방법](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/view-helper.md)
- [css 파일을 수정했는데 적용이 안된다?](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/css.md)
- [StrongParameter 일반데이터와 객체 데이터 한번에 받기](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/strongparameter-1.md)
- [wrap-parameter body가 두 번씩 날라오는 이유](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/wrap-parameter-body.md)
- [컬렉션 map에서 요소 스킵하는법](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/map.md)
- [CASE를 이용해서 정렬(일반적인 정렬 X)](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/case-x.md)
- [문자열(정규표현식)](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/undefined-5.md)
- [TIME ZONE 설정하기](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/time-utc-vs-local.md)
- [커스텀exception](https://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3/exception.md)


---

# 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://simian114.gitbook.io/blog/undefined/rubyonrails/undefined-3.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.
