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!

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.

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.

Ruby on Rails - Tips and Tricks
Play
14:53 CC

Ruby on Rails - Tips and Tricks

#118 Feb 4, 2018 free
In this episode, we will go through some of the tips and tricks that we often take for granted. We will be looking at nested routes, scopes, migrations and more.

Meta Tags
Play
4:39 CC

Meta Tags

#26 Apr 25, 2016 free
Adding Meta Tags to your website is important for SEO ranking and content display. Learn how to easily add meta tags to your Ruby on Rails application.