Annotate
Play
2:56 CC

Annotate

#11 Aug 7, 2015 free
With strong params replacing attr_accessible, a difficulty has arisen with referencing to the structure of your models. With annotate, we can generate the structure of our models in the comments of our models.

Blockchain in Ruby on Rails
Play
23:21 CC

Blockchain in Ruby on Rails

#128 Apr 8, 2018 pro
In this episode, we look into creating a blockchain as well as proof of work for car maintenance tracker application. Blockchain is used to establish a trust that records have not been tampered with.

Deeper Dive into StimulusJS
Play
32:11 CC

Deeper Dive into StimulusJS

#152 Sep 23, 2018 pro
In this episode, we look at combining Rails UJS, nested routes, scopes and StimulusJS. A deep dive from the beginning to completion of multiple select boxes changing based on their selections.

Dynamic Role Management
Play
17:31 CC

Dynamic Role Management

#247 Jun 21, 2020 pro
Create dynamic roles that can be assigned to users. Based on the assigned role, the user will be able to perform or view various parts of the application.

Nested Comments from Scratch
Play
28:37 CC

Nested Comments from Scratch

#157 Oct 28, 2018 pro
Using polymorphic associations, we can have comments assigned to a post as well as comments assigned to other comments.