This Ruby Programming course is intended to teach candidates how to create and maintain Ruby programmes. Ruby is a high-level, interpreted, object-oriented, rapid development language used in various modern scenarios. After completing this course, you will learn to declare and initialise variables, construct expressions with arithmetic, logical, and relational operators, and manipulate text using regular expressions and many other fundamental skills.
RUBY PROGRAMMING COURSE TRAINING
Instructor
admin
- Description
- Curriculum
- FAQ
- Reviews
Prerequisites
- Before attending this course, you must have a basic understanding of programming.
What will you gain after this course
- Using a regular expression, candidates will be able to manipulate text.
- Learn Ruby to write, modify, maintain, and understand Ruby scripts.
Jobs you can get
with a Ruby Programming Course
- Backend Developer
- Ruby on Rails Developer
- Software Engineer
- Programmer
- Ruby on Rails Engineer

Select your preferred training delivery mode
[sg_popup id=”1145″ event=”click”][/sg_popup]
[sg_popup id=”1145″ event=”click”][/sg_popup]
[sg_popup id=”1145″ event=”click”][/sg_popup]
[sg_popup id=”1145″ event=”click”][/sg_popup]
[sg_popup id=”1145″ event=”click”][/sg_popup]
Introduction
<ul>
<li> What is Ruby</li>
<li> Why Ruby</li>
<li> The general purpose of Ruby</li>
<li> A brief history of Ruby</li>
<li> Where does Ruby get its ideas</li>
<li> Ruby Installation with RVM</li>
<li> Creating a basic script in Ruby</li>
<li> Sample demo of Ruby program</li>
</ul>
<li> What is Ruby</li>
<li> Why Ruby</li>
<li> The general purpose of Ruby</li>
<li> A brief history of Ruby</li>
<li> Where does Ruby get its ideas</li>
<li> Ruby Installation with RVM</li>
<li> Creating a basic script in Ruby</li>
<li> Sample demo of Ruby program</li>
</ul>
RVM (Ruby Version Manager)
<ul>
<li> RVM installation</li>
<li> RVM commands</li>
<li> RVM Usage</li>
</ul>
<li> RVM installation</li>
<li> RVM commands</li>
<li> RVM Usage</li>
</ul>
Working in Linux (Ubuntu) Platform
<ul>
<li> Basic Linux commands</li>
<li> File/Directory Permissions</li>
<li> Changing access rights</li>
<li> Text Editors used for ROR</li>
</ul>
<li> Basic Linux commands</li>
<li> File/Directory Permissions</li>
<li> Changing access rights</li>
<li> Text Editors used for ROR</li>
</ul>
Ruby Operators and Ruby Shell
<ul>
<li> IRB – Ruby Shell</li>
<li> Working with Ruby operators and expressions</li>
<li> Numeric Methods</li>
<li> Rand and Ranges</li>
<li> Strings, Escaping, Interpolation</li>
<li> String methods</li>
<li> Dates and Times</li>
</ul>
<li> IRB – Ruby Shell</li>
<li> Working with Ruby operators and expressions</li>
<li> Numeric Methods</li>
<li> Rand and Ranges</li>
<li> Strings, Escaping, Interpolation</li>
<li> String methods</li>
<li> Dates and Times</li>
</ul>
Ruby Datatypes and Variables
<ul>
<li> Ruby Datatypes</li>
<li> Numbers, Boolean, Strings, Arrays, Hashes, Symbols.</li>
<li> Types of Variables(Global, Instance, Class, Local, Constant, Pseudo)</li>
<li> Difference between local & instance variables</li>
<li> Parallel Assignment</li>
<li> Variable conditions</li>
</ul>
<li> Ruby Datatypes</li>
<li> Numbers, Boolean, Strings, Arrays, Hashes, Symbols.</li>
<li> Types of Variables(Global, Instance, Class, Local, Constant, Pseudo)</li>
<li> Difference between local & instance variables</li>
<li> Parallel Assignment</li>
<li> Variable conditions</li>
</ul>
Ruby Methods and Modules
<ul>
<li> Basic ruby methods</li>
<li> Return values from methods, return statements</li>
<li> Class methods</li>
<li> Different ways to call methods</li>
<li> Ruby modules and Mixins</li>
<li> Ruby require and include a statement</li>
<li> Difference between class and module</li>
</ul>
<li> Basic ruby methods</li>
<li> Return values from methods, return statements</li>
<li> Class methods</li>
<li> Different ways to call methods</li>
<li> Ruby modules and Mixins</li>
<li> Ruby require and include a statement</li>
<li> Difference between class and module</li>
</ul>
OOP in Ruby
<ul>
<li> OOP</li>
<li> Class</li>
<li> The initialize method</li>
<li> The accessor & setter method</li>
<li> Access Control</li>
<li> Class Inheritance</li>
<li> Method Overriding</li>
<li> Operator Overloading</li>
<li> Singleton methods</li>
<li> Metaclass</li>
<li> Defining Attributes</li>
<li> Variable types in Ruby</li>
<li> Super</li>
<li> Regular Expressions</li>
<li> Exceptions</li>
</ul>
<li> OOP</li>
<li> Class</li>
<li> The initialize method</li>
<li> The accessor & setter method</li>
<li> Access Control</li>
<li> Class Inheritance</li>
<li> Method Overriding</li>
<li> Operator Overloading</li>
<li> Singleton methods</li>
<li> Metaclass</li>
<li> Defining Attributes</li>
<li> Variable types in Ruby</li>
<li> Super</li>
<li> Regular Expressions</li>
<li> Exceptions</li>
</ul>
Rails Installation and Ruby Gems
<ul>
<li> What is Rails</li>
<li> Full tack Framework</li>
<li> Rails Strength</li>
<li> COC(convention over configuration)</li>
<li> Rails Installation</li>
<li> Ruby and Rails installation on Linux</li>
<li> Ruby Gems</li>
<li> Working with RubyGems</li>
<li> Gem commands</li>
<li> Framework Technology</li>
<li> MVC</li>
<li> Rails Components</li>
<li> How do Rails works in MVC</li>
</ul>
<li> What is Rails</li>
<li> Full tack Framework</li>
<li> Rails Strength</li>
<li> COC(convention over configuration)</li>
<li> Rails Installation</li>
<li> Ruby and Rails installation on Linux</li>
<li> Ruby Gems</li>
<li> Working with RubyGems</li>
<li> Gem commands</li>
<li> Framework Technology</li>
<li> MVC</li>
<li> Rails Components</li>
<li> How do Rails works in MVC</li>
</ul>
Models
<ul>
<li> What is model</li>
<li> Active record Basics</li>
<li> Destroy a model</li>
<li> Migrations</li>
<li> Modify, update a model</li>
<li> Dropping a database</li>
<li> Association, Validation and callbacks</li>
<li> Why Association</li>
<li> Without and with Association</li>
<li> Types of Association</li>
<li> Active Record validations</li>
<li> Callbacks & types of callbacks</li>
</ul>
<li> What is model</li>
<li> Active record Basics</li>
<li> Destroy a model</li>
<li> Migrations</li>
<li> Modify, update a model</li>
<li> Dropping a database</li>
<li> Association, Validation and callbacks</li>
<li> Why Association</li>
<li> Without and with Association</li>
<li> Types of Association</li>
<li> Active Record validations</li>
<li> Callbacks & types of callbacks</li>
</ul>
Statements
<ul>
<li> Creating a Sample Application with Rails</li>
<li> Rails Installation</li>
<li> Folder Structure</li>
<li> Setup the application</li>
<li> Rake</li>
</ul>
<li> Creating a Sample Application with Rails</li>
<li> Rails Installation</li>
<li> Folder Structure</li>
<li> Setup the application</li>
<li> Rake</li>
</ul>
Views
<ul>
<li> Embedded ruby</li>
<li> Working in HAML</li>
<li> Working with Ajax, Jquery in Rails framework</li>
</ul>
<li> Embedded ruby</li>
<li> Working in HAML</li>
<li> Working with Ajax, Jquery in Rails framework</li>
</ul>
Please, login to leave a review