Rails Framework

0

 Rail is a framework of ruby language that is used to create complete web applications and Restful API for mobile applications.

It is an open-source web framework that follows the MVC design pattern, MVC means Model, View, and Controller.

Model is used to create data access layer, the view is used to created user access layer and controller is used to create business access layer and application intermediate layer.

MVC flow is different from their name because the first controller layer will start the application after that model and the view layer will be loaded.






MVC is the modern design pattern, that follows by many application technologies.

SPRING MVC in JAVA, ASP.NET MVC for .NET, Laravel and Codeigniter for PHP, DJANGO for Python, and Rail for Ruby.

Rails Architecture:-


How to install ruby:-

gem install rails

Post a Comment

0Comments

POST Answer of Questions and ASK to Doubt

Post a Comment (0)