How many filters are there in rails.
Answer / Arvind Kumar Singh
Rails does not come with built-in filters. Instead, it provides a powerful ActiveRecord query interface to filter data in the database. Custom filters can be created using Ruby methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use request.xhr? in rails
Do you know what are the types of caching used in rails, what are they?
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
What are models in rails?
Explain me what is the purpose of rjs in rails?
What is the architecture of Model views and controllers
what is the command to create a migration?
how you define Instance Variable, Global Variable and Class Variable in Ruby?
How will be the future for ruby on rails?
What are generators in ruby on rails?
what is the difference between Dynamic and Static Scaffolding?
Explain rails migration.