An Introduction to Ruby on Rails
Ruby on Rails is a popular open source web framework which has caused a lot of excitement among numerous web developers. Basically, Ruby is a programming language and Rails is a framework. Ruby on Rails supports agile development techniques. It also follows a philosophy of convention over configuration. Due to this, it has allowed various web developers to radically reduce the efforts and time in creating different web applications. Let us explain in this Ruby on Rails introduction why this web framework has been popular among web developers. Some Special Characteristics of Ruby on Rails Ruby on Rails has quickly risen to fame for many different reasons. This open source web framework was conceived out of tough real-world requirements. It emerged when its author, David Heinemeier-Hansson, refactored a large web application he…