Ruby on Rails 5.2.0 Changes and New Features
Play
6:16 CC

Ruby on Rails 5.2.0 Changes and New Features

#113 Jan 7, 2018 free
Upcoming features include ActiveStorage, built-in Redis Cache Store, updated Rails Credentials and a bunch of other cool things! Honorable mentions also to the new Stimulus Javascript Framework.

Tracking Errors with Sentry
Play
7:44 CC

Tracking Errors with Sentry

#108 Dec 3, 2017 free
Sentry is an Open Source error tracking that helps developers monitor and fix crashes in real time. Learn how to add and configure Sentry to your application.

Speeding Up Tests
Play
4:54 CC

Speeding Up Tests

#104 Nov 5, 2017 free
Slow tests can slow down your development process. Using parallel_tests, you can speed up your test suite by multiple threads and running the tests in groups.

Sample Data with Factory Bot and Faker
Play
8:07 CC

Sample Data with Factory Bot and Faker

#103 Oct 29, 2017 free
Factory Bot is a fixtures replacement which can generate the needed records directly in the tests. Faker can be used to create fake data for these records.

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.