Ruby On Rails Session 1 — Introduction to Rails
This video will give you an introduction to the Rails framework. It explains the mvc [...]
Read more
Ruby On Rails Session 2 — Rails application basics
This video will help you build a rails4 application from scratch and print Hello World to [...]
Read more
Ruby On Rails Session 3 — Rails resources and form submission
This video will help you get started with rails resources. It will show you how to do a [...]
Read more
Ruby On Rails Session 4 — Rails Migrations
This video will explain the concept of migrations. You will see how we can make use of [...]
Read more
Ruby On Rails Session 5 — CRUD actions
This video will explain the remaining CRUD actions of the kitchenstore application.
Read more
Ruby On Rails Session 6 — ActiveRecord Validations
This video will explain the basics of ActiveRecord Validations Part 1.
Read more
Ruby On Rails Session 7 — ActiveRecord Validations Part 2
This video will explain more ActiveRecord Validations that rails provides us with [...]
Read more
Ruby On Rails Session 8 — HTTP response rendering
This video will explain how to handle the http response using “render” and [...]
Read more
Ruby On Rails Session 9 — Using redirect_to and generating RSS feeds
This video will explain how to handle the http response using “redirect_to” [...]
Read more
Ruby On Rails Session 10 — Rails association basics
This video will explain how to associate a second model to the rails application. It will [...]
Read more
Ruby On Rails Session 11 — Rails associations Part 2
This video will go through all the utility methods available with the belongs_to(4 [...]
Read more
Ruby On Rails Session 12 — hbtm and has_many through associations
This video will explain about remaining associations in Rails. The [...]
Read more
Ruby On Rails Session 13 — Polymorphic Associations
This video will explain about Polymorphic Associations in Rails. …. Coming Soon …
Read more
Ruby On Rails Session 14 — ActiveRecord Basics
This video will introduce you to ActiveRecord Basics. …. Coming Soon …
Read more
Ruby On Rails Session 15 — ActiveRecord Querying
This video will explain all of the methods used for Qureying Active Record objects. [...]
Read more
Ruby On Rails Session 16 — ActiveRecord Callbacks
This video will introduce you to Active Record Callbacks. …. Coming Soon …
Read more