Do you know what are the types of caching used in rails, what are they?
Answer / Gaurav Aggarwal
"Ruby on Rails offers several types of caching: Page Caching (caches static HTML pages for improved performance), Action Caching (caches individual actions or controllers), Fragment Caching (caches specific parts of a view), and Memoization (stores method results to avoid recomputation)."n
| Is This Answer Correct ? | 0 Yes | 0 No |
what is sweeper in Rails?
how you can list all routes for an application?
how you can run Rails application without creating databases?
What are the different filters used in ruby on rails?
What is the use of $ in ruby?
Who designed active record in rails?
Explain rails migration.
Explain me what is the purpose of rjs in rails?
Explain how Rails implements Ajax?
What is the process for creating a controller for the subject? What is its role?
what are helpers and how to use helpers in ror?
What is the flash?