Mvc Glossary
Browse 3 mvc terms defined in plain English, from the cultural dictionary of computing.
3 Mvc Terms
- Application Controller
- A component responsible for handling incoming actions or requests, coordinating application logic, and returning a response or next view. In frameworks that...
- Rails Router
- The component in Ruby on Rails (defined in config/routes.rb) that maps incoming HTTP request URLs and methods to controller actions. It supports RESTful...
- Ruby on Rails
- A full-stack web application framework written in Ruby that follows the Model-View-Controller pattern and emphasizes convention over configuration. Rails...
Related Topics
- Http (1 terms in common)
- Ruby (1 terms in common)
- Ruby On Rails (1 terms in common)
- Web Framework (1 terms in common)
- Applications (1 terms in common)
- Controllers (1 terms in common)