Skip to content

Instantly share code, notes, and snippets.

@tanhit243
Created January 15, 2023 15:22
Show Gist options
  • Save tanhit243/2bb96153ed460e72daf4cc3909472feb to your computer and use it in GitHub Desktop.
Save tanhit243/2bb96153ed460e72daf4cc3909472feb to your computer and use it in GitHub Desktop.
:info_neon: Chuyên mục MIL - Monday I learn - 007
Số trước em đã giới thiệu về validates_comparison_of method giúp chúng ta thêm validate kiểu so sánh với thời gian, ...
Trong tuần này mình xin giới thiệu về method includes trong RoR.
Đây là một method dạng tải dữ liệu từ DB ra và lưu trong bộ nhớ tạm để RoR sử dụng tránh vấn đề n+1 query.
Trong dự án hiện tại em thấy mọi người dùng cũng khưa khứa nên em cũng muốn chia sẻ những kiến thức và kinh nghiệm của em khi sử dụng
includes trong RoR. Bên cạnh includes mọi người có biết đến pre_load và eager_load không?
Vì bài cũng khá dài nên em xin phép link tới https://docs.google.com/document/d/1ZfmGmo79gap0H56mZ1TftjdVGNCaZRgqGrGJ7rBkw0k/edit?usp=sharing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment