what are rails filters?



what are rails filters?..

Answer / Vinay Prakash

Rails Filters are methods that can be used to manipulate or modify the behavior of actions in a Rails controller. They are applied before and after an action is executed and can be used for things like authentication, caching, or form validation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

How are blocks created?

1 Answers  


What can Rails Migration do?

1 Answers  


Are there any disadvantages of ruby on rails? If yes, mention them.

1 Answers  


what is the difference between calling super() and super call?

1 Answers  


what is “Yield” in Ruby on Rails?

1 Answers  


What is the difference between concern and application_controller.rb in ruby on rails?

1 Answers  


Explain bundler in rails.

1 Answers  


Write the command to update rvm in rails.

1 Answers  


List out the few features of Ruby?

1 Answers  


How are the key differences between python and ruby?

1 Answers  


What is rails router?

1 Answers  


what is the naming convention in Rails?

1 Answers  


Categories