What is the framework used in rails?
-
ActionControl
-
ActionWeb
-
ActionPack
-
ActionClass
C
Correct answer
Explanation
ActionPack is the Rails framework component that handles routing, controllers, and view rendering. It manages web requests by mapping URLs to controller actions and coordinating between models and views. This is part of Rails' modular architecture, which also includes ActiveRecord for databases and ActionView for presentations.