Posts

Showing posts with the label don't repeat yourself

Understanding Ruby On Rails

Introduction to Ruby on Rails Greetings Geeks!!! Ruby on Rails is made up of two parts.   Ruby and Rails.   And it's going to be important to understand the difference   and keep them straight in your head.   Ruby is an object-oriented programming language   created in 1995 by Yukihiro Matsumoto,   who often goes by the nickname Matz.   Ruby can be used for many purposes,   not just for web applications,   it's just a general programming language.   We're gonna cover all the Ruby basics you need   to get started.   However, it will be a great benefit   if at some point you learn Ruby in depth.   Everything in Ruby on Rails   is built in the Ruby programming language.   So it's common sense that you'll be a better Rails developer   if you know Ruby well.   Ruby's the foundation on which Ruby on Rails is built.   In fact, personally Ruby is the thing   that I like most about Ruby o...