UUID in Rails with ActiveUUID
Play
5:11 CC

UUID in Rails with ActiveUUID

#23 Mar 2, 2016 free
Some cases require non-auto incrementing primary keys as well as multiple master writes without id conflicts. With ActiveUUID, we can configure our table's primary key with confidence without added complexity.

ActionCable - Part 2 - More Complex Example
Play
5:10 CC

ActionCable - Part 2 - More Complex Example

#38 Jul 17, 2016 free
Extending the previous episode, we look into making a realtime poll application where users can get live feedback on voting.

Getting Started - Ruby on Rails - Development Environment
Play
8:22 CC

Getting Started - Ruby on Rails - Development Environment

#54 Nov 13, 2016 free
Here is a simple workflow of setting up a new development environment. From Homebrew, ZSH, Atom, and RVM, learn how to easily get your macOS environment up and running.

Ruby on Rails 5.1.0 Changes and New Features
Play
12:00 CC

Ruby on Rails 5.1.0 Changes and New Features

#69 Feb 26, 2017 free
Upcoming features include Yarn/Webpack, System Tests via Capybara, Encrypted Secrets and a bunch of other cool things!

Pagination with Kaminari
Play
2:37 CC

Pagination with Kaminari

#73 Mar 26, 2017 free
When displaying a significant number of records, it is often a basic functions in a web application is to paginate the records and load them as requested.