Rails Scaffold with VueJS
Play
17:24 CC

Rails Scaffold with VueJS

#169 Jan 20, 2019 pro
In this episode, we look at replacing the generated scaffold form in Rails with a VueJS rendered form. We will use Turbolinks and VueJS Props to pass data between the view and redirect the client to various pages.

Using Action Text in a Rails 5.2 Application
Play
7:28 CC

Using Action Text in a Rails 5.2 Application

#167 Jan 6, 2019 free
With Rails 6.0 is around the corner, Action Text has been merged into the Rails repository. However, it can still be used on a Rails 5.2 application while we wait for its official release.

Creating a Ruby Domain Specific Language (DSL)
Play
21:02 CC

Creating a Ruby Domain Specific Language (DSL)

#166 Dec 30, 2018 pro
In this episode, we look at creating a DSL for HTML tables. Though a simple example, it opens a lot of possibilities for consistency and expandable in what can be done with a DSL.

Friend Requests Views, Controllers, and Model Methods
Play
18:12 CC

Friend Requests Views, Controllers, and Model Methods

#156 Oct 21, 2018 pro
Part II - In this episode, we create performant links for adding, accepting/rejecting and removing friends for our social media application.

Rails Presenters
Play
9:15 CC

Rails Presenters

#149 Sep 2, 2018 free
Separating view logic from bloated models can help maintain the model in the long run.