Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

💎 Ruby Programming Language

Ruby is a dynamic, open-source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.


📖 Key Topics

  1. Ruby Philosophy: Everything is an object, duck typing, blocks and iterators.
  2. Object-Oriented Ruby: Classes, inheritance, modules, mixins, method access controls.
  3. Ruby Gems: Installing and managing libraries, Bundler, Gemfiles.
  4. Ruby on Rails: MVC architecture, ActiveRecord ORM, migrations, routing, controllers, views.