Ruby on Rails is a Web application that enables you to develop, deploy, and maintain ProgramA simple framework.
Of course, all web frameworks share the same goal. What makes rails so different? We can answer this question in several ways.
First, look at the architecture. In the past, many developers used the MVC Architecture in rigorous web applications. They found MVC
The architecture can make their programs clearer. (We will discuss MVC in the next chapter.) in Java, the frameworks like tapestry and struts are based on
MVC. Rails is also an MVC framework. When you use rrails
Development, all applicationsCodeInteraction in a standard way. Before development, the entire application skeleton has been set up.
The second answer to this question is:Programming Language. Rails programs are written in Ruby. It is a modern, object-oriented scripting language. Ruby is concise and easy to understand. It allows you to use the code to clearly express your thoughts. It makes your program easy to write and easy to understand in a few months.