Ruby on Rails Developer Question:
Download Questions PDF

Do you know what are rails filters?

Ruby on Rails Developer Interview Question
Ruby on Rails Developer Interview Question

Answer:

Rails filters are methods that run before or after a controller’s action method is executed. They are helpful when you want to ensure that a given block of code runs with whatever action method is called.

Rails support three types of filter methods:

☛ Before filters
☛ After filters
☛ Around filters

Download Ruby on Rails Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us how Many Types Of Callbacks Available In Ror?Explain me what Are The Servers Supported By Ruby On Rails?