Stepping Up Rails 🛤

This course is for you if you are a new Rails developer who has just completed boot camp and are wondering, “Now what?”

It covers the edge cases and gotchas often missed debugging techniques, essential upgrading advice, and more. Its intention is to give an important introduction to the slightly harder parts of Rails.

On the other hand, this course is more of an overview to help the beginner-intermediate Rails developer learn some advanced debugging techniques and implementation patterns (ok, we can call them “tricks”). This course does not go deep into code architecture.

It is a popcorn-style course: Although it is presented in sections, you do not need to take it in order; you may skip around and go through each lesson as you need it.

Before you begin this course, you should have a solid understanding of the basics of MVC and Rails ActiveRecord relationships (has_many, belongs_to, has_many :through, etc).