We'll be taking a quick tour of Ruby on Rails, the popular web development framework. We'll see why Rails is special, how you can get started and some information about debugging, unit testing and acceptance testing.
Topics Covered:
A tour through `rails new`
Ruby Gems and Bundler
Rails Apps and Rails Composer
Generating a scaffold
Generating a migration
Virtual Attributes
AJAX Support
Debugging with Pry
Unit Testing with RSpec
Feature Testing with Capybara