Dissecting Ruby and Rails

Ruby on Rails comprises of two different concepts, first is ruby and second is Rails. Ruby is an object oriented programming language and Rails is an open source application framework. Ruby on Rails is also known as RoR. Ruby on Rails allows ten times faster development compares to programming languages like PHP and Java.

My Voice
Read more

Testing in Ruby on Rails

Optimum use of programming basics like ‘Don’t Repeat Yourself’ and ‘Conventions over Configuration’ offers very clear and structured code in RoR and makes testing and debugging process quite hazard free. RoR provides an in-built test framework that keeps the test database independent from development and production database and allows developers to do fear free testing.

Technology
Read more