Ruby on Rails Developer Question:

What is Rails Router?

Tweet Share WhatsApp

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 PDF Read All 30 Ruby on Rails Developer Questions
Previous QuestionNext Question
Tell us what is the use of super function in Ruby on Rails?What is RVM?