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.

Creating a Rack Middleware
Play
9:40 CC

Creating a Rack Middleware

#215 Nov 10, 2019 pro
Rack provides a minimal, modular, and adaptable interface for developing web applications in Ruby. In this episode, we create and insert our own Rack Middleware into a 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.

Progressive Web Applications
Play
16:19 CC

Progressive Web Applications

#212 Oct 20, 2019 pro
Progressive Web Applications (PWA) are web applications that are regular web pages or websites, but can appear to the user like traditional applications or native mobile applications. In this episode, we add this functionality to a Rails 6 application.

Reactive Applications with Stimulus Reflex
Play
16:30 CC

Reactive Applications with Stimulus Reflex

#209 Sep 29, 2019 pro
Create Reactive and Single Page Application like with no javascript or with Stimulus Controllers.