Ruby on Rails Developer Question:
Download Questions PDF

What is Rails Router?

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

Answer:

The Rails router recognizes URLs and dispatches them to a controller’s action. It also generate paths and URLs. Rails router deals URLs in a different way from other language routers. It determines controller, parameters and action for the request.

Download Ruby on Rails Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what is the use of super function in Ruby on Rails?What is RVM?