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.

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.

Random Ruby Tips and Tricks
Play
10:34 CC

Random Ruby Tips and Tricks

#64 Jan 22, 2017 free
A collection of different Ruby tips and tricks. Hope you find some of them useful!

Importing and Exporting CSV Data
Play
5:33 CC

Importing and Exporting CSV Data

#35 Jun 26, 2016 free
Basics on importing and exporting CSV Data using Ruby and without gems.

Playing with JSON
Play
3:01 CC

Playing with JSON

#34 Jun 19, 2016 free
Some neat tips and tricks for interacting with and parsing JSON responses from an API.