How many filters are there in rails.



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

Post New Answer

More Ruby on Rails Interview Questions

Why do we use request.xhr? in rails

2 Answers   IBM,


Do you know what are the types of caching used in rails, what are they?

1 Answers  


what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?

1 Answers  


What are models in rails?

1 Answers  


Explain me what is the purpose of rjs in rails?

1 Answers  


What is the architecture of Model views and controllers

1 Answers   Baidu,


what is the command to create a migration?

1 Answers  


how you define Instance Variable, Global Variable and Class Variable in Ruby?

1 Answers  


How will be the future for ruby on rails?

1 Answers  


What are generators in ruby on rails?

1 Answers  


what is the difference between Dynamic and Static Scaffolding?

1 Answers  


Explain rails migration.

1 Answers  


Categories