Ruby is a scripting language and Rails is a framework which is built using Ruby.Ruby and Rails are tightly coupled and "Rails is magic emerged out of Ruby". Whatever you write in a Rails application is just Ruby code. When you run a Railsapplication, you are just interpreting the Ruby code using Ruby'sinterpreter.
Course Content:
1>Installation of Ruby
2> Module-1
Introduction to ruby and rails - In this module, you will learn Ruby Basics, Data types and Control Structures.
3>Module-2
Ruby Basics Part 1 - In this module, you will learn Ruby Basics, Data types and Control Structures.
3>Module-3
Ruby basics part 2 - In this module, you will learn about the advanced topics in Ruby.
4>Module-4
Gettig satarted with Rails - In this module, you will learn Web Application, Creation and Running Rails Application, Directory Layout.
5>Module-5
Action View - In this module, you will learn Front end Technologies like HTML, Bootstrap.
6>Module-6
Active Record - In this module, you will learn Models, Tables and Relationships, SQL.
7> Module-7
Action Controller - In this module, you will learn Controller Concepts, Routing, Sessions and Cookies.
8>Module-8
Rails Digging Deeper - In this module, to you will learn about the advanced topics of Rails Framework.
9>Module-9
Rails Related topics - In this module, you will learn the extra topics related to web application development.
10> Module-10
Deployment and testing - In this module, you will learn Deployment, Cloud Application Platform and Testing Tools.