Using Bootstrap Themes
Play
17:30 CC

Using Bootstrap Themes

#216 Nov 17, 2019 pro
Bootstrap Themes can be difficult to incorporate into a Ruby on Rails applications. In this episode, we look adding Bootstrap and a Bootstrap theme into our Rails 6 application.

Website Accessibility
Play
9:00 CC

Website Accessibility

#213 Oct 27, 2019 pro
In this episode, we add Bootstrap into a Rails 6 application and look at various aspects of website accessibility.

SweetAlerts in Rails 6
Play
12:09 CC

SweetAlerts in Rails 6

#202 Aug 11, 2019 pro
Sometimes adding a javascript library can be difficult because either it's not a straightforward process or some of the blog articles are either outdated or don't work properly. In this episode, we look at adding SweetAlerts into a Rails 6 application with Webpacker.

ViewComponent in Rails
Play
12:26 CC

ViewComponent in Rails

#196 Jun 30, 2019 pro
The ViewComponent library will provide a new way for creating reusable and testable view components.

Inline Editing Records
Play
13:08 CC

Inline Editing Records

#191 Jun 2, 2019 free
Using Rails UJS, we create an interactive row editing solution without using any kind of Javascript frameworks.