SlideShare a Scribd company logo
1 of 3
Implementing MVC Application in Ruby
on Rails with 5G Software
MVC ApplicationinRubyonRails
MVC isa patternforthe architecture of a software application.Itseparatesanapplicationintothe
followingcomponents:
1. Modelsfor handlingdataand businesslogic.
2. Viewsforhandlinggraphical userinterface objectsandpresentation
3. Controllersforhandlingthe userinterface andapplication
For more detailson our products and services,please feel free tovisitus at: EnterPrise 5G Wireless,
CloudSoftware for 5G, 5G Software, CloudSoftware for 5G & 5G CloudNative Software Provider.
For more details,please visitus at: https://5gsoftware.com/
MVC on Rails
Railspromote the conceptthat models,views,andcontrollersshouldbe keptseparate bystoringthe
code for eachelementasseparate filesinseparate directories.Thisseparationcontinueswithinthe
code that comprisesthe frameworkitself.The classesthatformthe core functionalityof Railsreside
withinthe followingmodules
ActiveRecord
ActiveRecordisthe module forhandlingbusinesslogicanddatabase communication.Itplaysthe role of
the model inour MVC architecture.Patternone thatthiscomponentimplementsinordertoperformits
role inthe MVC world.
ActionController
ActionControlleristhe componentthathandlesbrowserrequestsandfacilitatescommunication
betweenthe modelandthe view.Controllerswillinheritfromthisclass.Itformspart of the ActionPack
library.
ActionView
ActionViewisthe componentthathandlesthe presentationof pagesreturnedto the client.Views
inheritfromthisclass,whichisalsopart of the ActionPacklibrary.
Database Abstraction
ActiveRecordshipswithdatabaseadapterstoconnecttoSQLite,MySQL, andPostgreSQL.A large
numberof adaptersare available forotherpopulardatabase serverpackages,suchasOracle,MongoDB,
and MicrosoftSQL Server,viaRubyGems.
Database abstractionisa wayof codingan applicationsothatitisn’tdependentuponanyone’s
database.A code that’sspecifictoa particulardatabase serverishiddensafelyinActiveRecordand
invokedasneeded.The resultisthata Railsapplicationisnotboundtoany specificdatabase server
software shouldyouneedtochange the underlyingdatabase serverata latertime,nochangesto your
applicationcode are required.
Database Tables
Tablesare the containerswithinarelationaldatabase thatstore ourdata ina structuredmanner,and
they’re made upof rows andcolumns.The rows mapto individual objects,andthe columnsmaptothe
attributesof those objects.The collectionof all the tablesinadatabase,andthe relationshipsbetween
those tables,iscalledthe database schema
The ActionPackLibrary
ActionPackisthe name of the librarythatcontainsthe view andcontrollerpartsof the MVC
architecture.Unlike the ActiveRecordmodule,thesemodulesare more intuitivelynamed.
ActionControllerandActionView.ActionController(the Controller)
The controllerhandlesthe applicationlogicof the program, actingas the glue betweenthe application’s
data, the presentationlayer,andthe webbrowser.Inthisrole,acontrollerperformsanumberof tasks
including
Decidinghowtohandle a particularrequest(forexample,whethertorenderafull page or justone part
of it) Retrievingdatafromthe model tobe passedtothe view Gatheringinformationfromabrowser
requestandusingitto create or update datain the model
ActionView(the View)
One of the principlesof MVCisthat a view shouldcontainpresentationlogiconly.Thisprinciple holds
that the code in a viewshouldonlyperformactionsthatrelate todisplayingpagesinthe application;
none of the code ina viewshouldperformanycomplicatedapplicationlogic,norstore orretrieve any
data fromthe database.InRails,everythingthatissent tothe webbrowserishandledbyaview
For more detailson our products and services,please feel free tovisitus at: EnterPrise 5G Wireless,
CloudSoftware for 5G, 5G Software, CloudSoftware for 5G & 5G CloudNative Software Provider.

More Related Content

Similar to Implementing

Web(abap introduction)
Web(abap introduction)Web(abap introduction)
Web(abap introduction)
Kranthi Kumar
 
49.INS2065.Computer Based Technologies.TA.NguyenDucAnh.pdf
49.INS2065.Computer Based Technologies.TA.NguyenDucAnh.pdf49.INS2065.Computer Based Technologies.TA.NguyenDucAnh.pdf
49.INS2065.Computer Based Technologies.TA.NguyenDucAnh.pdf
cNguyn506241
 
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
RapidValue
 

Similar to Implementing (20)

Top 5 backend frameworks for web development in.pptx
Top 5 backend frameworks for web development in.pptxTop 5 backend frameworks for web development in.pptx
Top 5 backend frameworks for web development in.pptx
 
Mvc Architecture in a web based application
Mvc Architecture in a web based applicationMvc Architecture in a web based application
Mvc Architecture in a web based application
 
Web(abap introduction)
Web(abap introduction)Web(abap introduction)
Web(abap introduction)
 
Laravel vs CodeIgniter.pdf
Laravel vs CodeIgniter.pdfLaravel vs CodeIgniter.pdf
Laravel vs CodeIgniter.pdf
 
49.INS2065.Computer Based Technologies.TA.NguyenDucAnh.pdf
49.INS2065.Computer Based Technologies.TA.NguyenDucAnh.pdf49.INS2065.Computer Based Technologies.TA.NguyenDucAnh.pdf
49.INS2065.Computer Based Technologies.TA.NguyenDucAnh.pdf
 
Introduction to Mvc
Introduction to MvcIntroduction to Mvc
Introduction to Mvc
 
React vs laravel
React vs laravelReact vs laravel
React vs laravel
 
Laravel vs Codeigniter, Which is Better PHP Framework_.pptx
Laravel vs Codeigniter, Which is Better PHP Framework_.pptxLaravel vs Codeigniter, Which is Better PHP Framework_.pptx
Laravel vs Codeigniter, Which is Better PHP Framework_.pptx
 
Mahesh_Dimble
Mahesh_DimbleMahesh_Dimble
Mahesh_Dimble
 
13 Advantages of Using Laravel for Web Development.pdf
13 Advantages of Using Laravel for Web Development.pdf13 Advantages of Using Laravel for Web Development.pdf
13 Advantages of Using Laravel for Web Development.pdf
 
Application development using Zend Framework
Application development using Zend FrameworkApplication development using Zend Framework
Application development using Zend Framework
 
Struts(mrsurwar) ppt
Struts(mrsurwar) pptStruts(mrsurwar) ppt
Struts(mrsurwar) ppt
 
Building Web Applications with Spring MVC
Building Web Applications with Spring MVCBuilding Web Applications with Spring MVC
Building Web Applications with Spring MVC
 
IRJET- Lightweight MVC Framework in PHP
IRJET- Lightweight MVC Framework in PHPIRJET- Lightweight MVC Framework in PHP
IRJET- Lightweight MVC Framework in PHP
 
Building Microservices in Java with Spring Boot and Spring Cloud
Building Microservices in Java with Spring Boot and Spring CloudBuilding Microservices in Java with Spring Boot and Spring Cloud
Building Microservices in Java with Spring Boot and Spring Cloud
 
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
Choosing the Right HTML5 Framework to Build your Mobile Web Application White...
 
5 Powerful Backend Frameworks for Web App Development in 2022
5 Powerful Backend Frameworks for Web App Development in 20225 Powerful Backend Frameworks for Web App Development in 2022
5 Powerful Backend Frameworks for Web App Development in 2022
 
Alok Resume
Alok ResumeAlok Resume
Alok Resume
 
Principles of MVC for Rails Developers
Principles of MVC for Rails DevelopersPrinciples of MVC for Rails Developers
Principles of MVC for Rails Developers
 
Microservices
MicroservicesMicroservices
Microservices
 

More from arnoldstreeservice02

More from arnoldstreeservice02 (10)

What are
What areWhat are
What are
 
5 g core
5 g core5 g core
5 g core
 
Radio architecture
Radio architectureRadio architecture
Radio architecture
 
Virtualization
VirtualizationVirtualization
Virtualization
 
5 g new
5 g new5 g new
5 g new
 
What are
What areWhat are
What are
 
5 g software
5 g software5 g software
5 g software
 
Keeping your
Keeping your Keeping your
Keeping your
 
What are the
What are theWhat are the
What are the
 
5 gsoftware faq
5 gsoftware faq5 gsoftware faq
5 gsoftware faq
 

Recently uploaded

Abortion pills in Jeddah ! +27737758557, cytotec pill riyadh. Saudi Arabia" A...
Abortion pills in Jeddah ! +27737758557, cytotec pill riyadh. Saudi Arabia" A...Abortion pills in Jeddah ! +27737758557, cytotec pill riyadh. Saudi Arabia" A...
Abortion pills in Jeddah ! +27737758557, cytotec pill riyadh. Saudi Arabia" A...
bleessingsbender
 
Jual obat aborsi Hongkong ( 085657271886 ) Cytote pil telat bulan penggugur k...
Jual obat aborsi Hongkong ( 085657271886 ) Cytote pil telat bulan penggugur k...Jual obat aborsi Hongkong ( 085657271886 ) Cytote pil telat bulan penggugur k...
Jual obat aborsi Hongkong ( 085657271886 ) Cytote pil telat bulan penggugur k...
Klinik kandungan
 
Contact +971581248768 for 100% original and safe abortion pills available for...
Contact +971581248768 for 100% original and safe abortion pills available for...Contact +971581248768 for 100% original and safe abortion pills available for...
Contact +971581248768 for 100% original and safe abortion pills available for...
DUBAI (+971)581248768 BUY ABORTION PILLS IN ABU dhabi...Qatar
 
obat aborsi bandung wa 081336238223 jual obat aborsi cytotec asli di bandung9...
obat aborsi bandung wa 081336238223 jual obat aborsi cytotec asli di bandung9...obat aborsi bandung wa 081336238223 jual obat aborsi cytotec asli di bandung9...
obat aborsi bandung wa 081336238223 jual obat aborsi cytotec asli di bandung9...
yulianti213969
 

Recently uploaded (20)

A DAY IN THE LIFE OF A SALESPERSON .pptx
A DAY IN THE LIFE OF A SALESPERSON .pptxA DAY IN THE LIFE OF A SALESPERSON .pptx
A DAY IN THE LIFE OF A SALESPERSON .pptx
 
JAJPUR CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JAJPUR ESCORTS SERVICE PROVIDE
JAJPUR CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JAJPUR  ESCORTS SERVICE PROVIDEJAJPUR CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JAJPUR  ESCORTS SERVICE PROVIDE
JAJPUR CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JAJPUR ESCORTS SERVICE PROVIDE
 
The Art of Decision-Making: Navigating Complexity and Uncertainty
The Art of Decision-Making: Navigating Complexity and UncertaintyThe Art of Decision-Making: Navigating Complexity and Uncertainty
The Art of Decision-Making: Navigating Complexity and Uncertainty
 
Abortion pills in Jeddah ! +27737758557, cytotec pill riyadh. Saudi Arabia" A...
Abortion pills in Jeddah ! +27737758557, cytotec pill riyadh. Saudi Arabia" A...Abortion pills in Jeddah ! +27737758557, cytotec pill riyadh. Saudi Arabia" A...
Abortion pills in Jeddah ! +27737758557, cytotec pill riyadh. Saudi Arabia" A...
 
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAIGetting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
Getting Real with AI - Columbus DAW - May 2024 - Nick Woo from AlignAI
 
HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024HomeRoots Pitch Deck | Investor Insights | April 2024
HomeRoots Pitch Deck | Investor Insights | April 2024
 
JIND CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JIND ESCORTS SERVICE PROVIDE
JIND CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JIND ESCORTS SERVICE PROVIDEJIND CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JIND ESCORTS SERVICE PROVIDE
JIND CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JIND ESCORTS SERVICE PROVIDE
 
PALWAL CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN PALWAL ESCORTS
PALWAL CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN PALWAL ESCORTSPALWAL CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN PALWAL ESCORTS
PALWAL CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN PALWAL ESCORTS
 
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
 
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdfThe Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
 
GURGAON CALL GIRL ❤ 8272964427❤ CALL GIRLS IN GURGAON ESCORTS SERVICE PROVIDE
GURGAON CALL GIRL ❤ 8272964427❤ CALL GIRLS IN GURGAON  ESCORTS SERVICE PROVIDEGURGAON CALL GIRL ❤ 8272964427❤ CALL GIRLS IN GURGAON  ESCORTS SERVICE PROVIDE
GURGAON CALL GIRL ❤ 8272964427❤ CALL GIRLS IN GURGAON ESCORTS SERVICE PROVIDE
 
Jual obat aborsi Hongkong ( 085657271886 ) Cytote pil telat bulan penggugur k...
Jual obat aborsi Hongkong ( 085657271886 ) Cytote pil telat bulan penggugur k...Jual obat aborsi Hongkong ( 085657271886 ) Cytote pil telat bulan penggugur k...
Jual obat aborsi Hongkong ( 085657271886 ) Cytote pil telat bulan penggugur k...
 
Contact +971581248768 for 100% original and safe abortion pills available for...
Contact +971581248768 for 100% original and safe abortion pills available for...Contact +971581248768 for 100% original and safe abortion pills available for...
Contact +971581248768 for 100% original and safe abortion pills available for...
 
10 Influential Leaders Defining the Future of Digital Banking in 2024.pdf
10 Influential Leaders Defining the Future of Digital Banking in 2024.pdf10 Influential Leaders Defining the Future of Digital Banking in 2024.pdf
10 Influential Leaders Defining the Future of Digital Banking in 2024.pdf
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdf
 
JHANSI CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JHANSI ESCORTS SERVICE PROVIDE
JHANSI CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JHANSI ESCORTS SERVICE PROVIDEJHANSI CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JHANSI ESCORTS SERVICE PROVIDE
JHANSI CALL GIRL ❤ 8272964427❤ CALL GIRLS IN JHANSI ESCORTS SERVICE PROVIDE
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
obat aborsi bandung wa 081336238223 jual obat aborsi cytotec asli di bandung9...
obat aborsi bandung wa 081336238223 jual obat aborsi cytotec asli di bandung9...obat aborsi bandung wa 081336238223 jual obat aborsi cytotec asli di bandung9...
obat aborsi bandung wa 081336238223 jual obat aborsi cytotec asli di bandung9...
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
UJJAIN CALL GIRL ❤ 8272964427❤ CALL GIRLS IN UJJAIN ESCORTS SERVICE PROVIDE
UJJAIN CALL GIRL ❤ 8272964427❤ CALL GIRLS IN UJJAIN ESCORTS SERVICE PROVIDEUJJAIN CALL GIRL ❤ 8272964427❤ CALL GIRLS IN UJJAIN ESCORTS SERVICE PROVIDE
UJJAIN CALL GIRL ❤ 8272964427❤ CALL GIRLS IN UJJAIN ESCORTS SERVICE PROVIDE
 

Implementing

  • 1. Implementing MVC Application in Ruby on Rails with 5G Software MVC ApplicationinRubyonRails MVC isa patternforthe architecture of a software application.Itseparatesanapplicationintothe followingcomponents: 1. Modelsfor handlingdataand businesslogic. 2. Viewsforhandlinggraphical userinterface objectsandpresentation 3. Controllersforhandlingthe userinterface andapplication For more detailson our products and services,please feel free tovisitus at: EnterPrise 5G Wireless, CloudSoftware for 5G, 5G Software, CloudSoftware for 5G & 5G CloudNative Software Provider. For more details,please visitus at: https://5gsoftware.com/ MVC on Rails Railspromote the conceptthat models,views,andcontrollersshouldbe keptseparate bystoringthe code for eachelementasseparate filesinseparate directories.Thisseparationcontinueswithinthe code that comprisesthe frameworkitself.The classesthatformthe core functionalityof Railsreside withinthe followingmodules
  • 2. ActiveRecord ActiveRecordisthe module forhandlingbusinesslogicanddatabase communication.Itplaysthe role of the model inour MVC architecture.Patternone thatthiscomponentimplementsinordertoperformits role inthe MVC world. ActionController ActionControlleristhe componentthathandlesbrowserrequestsandfacilitatescommunication betweenthe modelandthe view.Controllerswillinheritfromthisclass.Itformspart of the ActionPack library. ActionView ActionViewisthe componentthathandlesthe presentationof pagesreturnedto the client.Views inheritfromthisclass,whichisalsopart of the ActionPacklibrary. Database Abstraction ActiveRecordshipswithdatabaseadapterstoconnecttoSQLite,MySQL, andPostgreSQL.A large numberof adaptersare available forotherpopulardatabase serverpackages,suchasOracle,MongoDB, and MicrosoftSQL Server,viaRubyGems. Database abstractionisa wayof codingan applicationsothatitisn’tdependentuponanyone’s database.A code that’sspecifictoa particulardatabase serverishiddensafelyinActiveRecordand invokedasneeded.The resultisthata Railsapplicationisnotboundtoany specificdatabase server software shouldyouneedtochange the underlyingdatabase serverata latertime,nochangesto your applicationcode are required. Database Tables Tablesare the containerswithinarelationaldatabase thatstore ourdata ina structuredmanner,and they’re made upof rows andcolumns.The rows mapto individual objects,andthe columnsmaptothe attributesof those objects.The collectionof all the tablesinadatabase,andthe relationshipsbetween those tables,iscalledthe database schema The ActionPackLibrary ActionPackisthe name of the librarythatcontainsthe view andcontrollerpartsof the MVC architecture.Unlike the ActiveRecordmodule,thesemodulesare more intuitivelynamed. ActionControllerandActionView.ActionController(the Controller) The controllerhandlesthe applicationlogicof the program, actingas the glue betweenthe application’s data, the presentationlayer,andthe webbrowser.Inthisrole,acontrollerperformsanumberof tasks
  • 3. including Decidinghowtohandle a particularrequest(forexample,whethertorenderafull page or justone part of it) Retrievingdatafromthe model tobe passedtothe view Gatheringinformationfromabrowser requestandusingitto create or update datain the model ActionView(the View) One of the principlesof MVCisthat a view shouldcontainpresentationlogiconly.Thisprinciple holds that the code in a viewshouldonlyperformactionsthatrelate todisplayingpagesinthe application; none of the code ina viewshouldperformanycomplicatedapplicationlogic,norstore orretrieve any data fromthe database.InRails,everythingthatissent tothe webbrowserishandledbyaview For more detailson our products and services,please feel free tovisitus at: EnterPrise 5G Wireless, CloudSoftware for 5G, 5G Software, CloudSoftware for 5G & 5G CloudNative Software Provider.