SlideShare a Scribd company logo
The MVC Pattern
John Abraham
Model-View-Controller
Controller
ViewModel
Request Response
Database
Controller
ViewModel
HTML
XLM
JSON
etc
HTTP
Request
Database
Web Server
C in MVC
• Controller is responsible for making sense of the request and initiates
in the cycle to generate a appropriate output
• A middle man between models and views
• Makes the model data available to the view so it can display that
data to the user, and it saves or updates data from the
• REST
C in MVC cont…
• A controller is a Ruby class which inherits from ApplicationController
• ApplicationController inherits from ActionController::Base, which
defines a number of helpful methods
• Params Hash - query string & post data
• Eg: “GET /clients?id=1&name=Joe” params = {‘id’ => ‘1’, ‘name’ =>
‘Joe’}
HostName
Port
(default 80)
Controller
Name
Action Name
REST URL
id
class User < ApplicationController
before_action :authenticate
def show
id = params[‘id’]
…
…
end
end
V in MVC
V in MVC
• Views represent the user interface of your application.
• In Rails, views are often HTML files with embedded Ruby code that
perform tasks related solely to the presentation of the data.
• Views handle the job of providing data to the web browser
ERB
<html>
<head>
…
…
…
</head>
<body>
Hi, this is <%= @name %>.
</body>
</html>
Directory Structure
class UserController <
ApplicationController
def show
@name = ‘John’
……
end
end
controllers/user_controller.rb
<h1>Hi this is <%= @name
%>.</h1>
views/users/show.html.erb
Layouts
<html>
<head></head>
<body>
<%= yield %>
</body>
</html>
<h1>Hi this is <%= @name %>.</h1>
<html>
<head></head>
<body>
Hi, this is John.
</body>
</html>
Thank You …

More Related Content

What's hot (20)

PPTX
Introduction to ASP.NET MVC
Emad Alashi
 
PPTX
CodeIgniter 101 Tutorial
Konstantinos Magarisiotis
 
PPT
Facelets
Manav Prasad
 
PPT
Jsfsunum
Manav Prasad
 
PPTX
Mvc framework
Dhurham Fahem
 
PPTX
MVC Framework
Ashton Feller
 
PDF
MVC Architecture
Prem Sanil
 
PPT
Mvc architecture
Surbhi Panhalkar
 
PPT
Asp.net mvc
Naga Harish M
 
PPT
The spring framework
Manav Prasad
 
PPT
ASP .net MVC
Divya Sharma
 
PDF
Principles of MVC for PHP Developers
Edureka!
 
PPTX
RubyConf Bangladesh 2017 - Rails buggy code
Ruby Bangladesh
 
PPT
MVC Architecture
Prasanna Venkatesh
 
PPT
MSDN - ASP.NET MVC
Maarten Balliauw
 
PPTX
Mvc pattern and implementation in java fair
Tech_MX
 
PDF
Just a View: An Introduction To Model-View-Controller Pattern
Aaron Nordyke
 
PPT
Codeigniter simple explanation
Arumugam P
 
PPTX
Jsp with mvc
vamsitricks
 
PPTX
Mvc fundamental
Nguyễn Thành Phát
 
Introduction to ASP.NET MVC
Emad Alashi
 
CodeIgniter 101 Tutorial
Konstantinos Magarisiotis
 
Facelets
Manav Prasad
 
Jsfsunum
Manav Prasad
 
Mvc framework
Dhurham Fahem
 
MVC Framework
Ashton Feller
 
MVC Architecture
Prem Sanil
 
Mvc architecture
Surbhi Panhalkar
 
Asp.net mvc
Naga Harish M
 
The spring framework
Manav Prasad
 
ASP .net MVC
Divya Sharma
 
Principles of MVC for PHP Developers
Edureka!
 
RubyConf Bangladesh 2017 - Rails buggy code
Ruby Bangladesh
 
MVC Architecture
Prasanna Venkatesh
 
MSDN - ASP.NET MVC
Maarten Balliauw
 
Mvc pattern and implementation in java fair
Tech_MX
 
Just a View: An Introduction To Model-View-Controller Pattern
Aaron Nordyke
 
Codeigniter simple explanation
Arumugam P
 
Jsp with mvc
vamsitricks
 
Mvc fundamental
Nguyễn Thành Phát
 

Similar to Rails contoller view (20)

PDF
Model-View-Controller: Tips&Tricks
Ciklum Ukraine
 
PDF
Verbal+Visual: MVC Structure. Model, View, Controller.
Anshey Bhatia
 
PPT
Mvc 130330091359-phpapp01
Jennie Gajjar
 
PDF
Principles of MVC for Rails Developers
Edureka!
 
PPTX
Model View Controller ext4
Pankaj Avhad
 
PPTX
Beginners' guide to Ruby on Rails
Victor Porof
 
PPT
MVC Demystified: Essence of Ruby on Rails
codeinmotion
 
PPTX
Concept of MVC.pptx
Taranath Jaishy
 
ODP
What is MVC?
Dom Cimafranca
 
PPT
Web engineering - MVC
Nosheen Qamar
 
ODP
Mvc
abhigad
 
PPTX
Server-side Web development via Ruby on Rails
g3ppy
 
PPTX
MVC.pptx
HassanAliKhan36
 
PPTX
5_6163495906206292160 for study purpose.pptx
abhinavas7012
 
PPT
MVC architecture in software programming for interactive apps
KotiTenali
 
PDF
Applying Domain Driven Design on Asp.net MVC – Part 1: Asp.net MVC
Mohamed Meligy
 
PPT
Rubyonrails 090715105949-phpapp01
sagaroceanic11
 
PPT
Ppt of Basic MVC Structure
Dipika Wadhvani
 
PPT
Why MVC?
Wayne Tun Myint
 
Model-View-Controller: Tips&Tricks
Ciklum Ukraine
 
Verbal+Visual: MVC Structure. Model, View, Controller.
Anshey Bhatia
 
Mvc 130330091359-phpapp01
Jennie Gajjar
 
Principles of MVC for Rails Developers
Edureka!
 
Model View Controller ext4
Pankaj Avhad
 
Beginners' guide to Ruby on Rails
Victor Porof
 
MVC Demystified: Essence of Ruby on Rails
codeinmotion
 
Concept of MVC.pptx
Taranath Jaishy
 
What is MVC?
Dom Cimafranca
 
Web engineering - MVC
Nosheen Qamar
 
Mvc
abhigad
 
Server-side Web development via Ruby on Rails
g3ppy
 
MVC.pptx
HassanAliKhan36
 
5_6163495906206292160 for study purpose.pptx
abhinavas7012
 
MVC architecture in software programming for interactive apps
KotiTenali
 
Applying Domain Driven Design on Asp.net MVC – Part 1: Asp.net MVC
Mohamed Meligy
 
Rubyonrails 090715105949-phpapp01
sagaroceanic11
 
Ppt of Basic MVC Structure
Dipika Wadhvani
 
Why MVC?
Wayne Tun Myint
 
Ad

Recently uploaded (20)

PDF
introduction to computer hardware and sofeware
chauhanshraddha2007
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PPTX
python advanced data structure dictionary with examples python advanced data ...
sprasanna11
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PPTX
Earn Agentblazer Status with Slack Community Patna.pptx
SanjeetMishra29
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PDF
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
PPTX
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PPTX
Machine Learning Benefits Across Industries
SynapseIndia
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PDF
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
introduction to computer hardware and sofeware
chauhanshraddha2007
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
python advanced data structure dictionary with examples python advanced data ...
sprasanna11
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
Earn Agentblazer Status with Slack Community Patna.pptx
SanjeetMishra29
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
Machine Learning Benefits Across Industries
SynapseIndia
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Lecture A - AI Workflows for Banking.pdf
Dr. LAM Yat-fai (林日辉)
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
Ad

Rails contoller view