Feature Testing with Capybara
Play
14:40 CC

Feature Testing with Capybara

#102 Oct 22, 2017 free
Create Acceptance Tests or Feature Tests to extend your automated tests with browser testing. It can help tests some areas that cannot be reached with other types of tests.

Testing with RSpec
Play
13:04 CC

Testing with RSpec

#101 Oct 15, 2017 free
Using RSpec, learn how to create tests for your application and view your coverage.

Basic Testing Introduction in Rails
Play
13:29 CC

Basic Testing Introduction in Rails

#100 Oct 8, 2017 free
Using the Rails 5.1.X defaults, we have a look at what is configured and explore the different types of tests; using the provided MiniTest and Capybara.

Creating a Basic Gem
Play
9:32 CC

Creating a Basic Gem

#99 Sep 24, 2017 free
Gems are a packaged library of functions that can extend your application or provide other features to your system. Learn to create and publish a ruby gem.

Polymorphic Associations
Play
10:31 CC

Polymorphic Associations

#98 Sep 17, 2017 free
Advancing from Single Table Inheritance, learn how Polymorphic Associations differ and tricks to simplify their usage.