ActiveRecord Tricks
Play
13:21 CC

ActiveRecord Tricks

#127 Apr 1, 2018 free
In this episode, we look at what would seemingly be simple queries, but are more complex once you start looking into them. Using built in ActiveRecord functions, we can make the queries readable and easy to work with.

Turbolinks iOS Hybrid App
Play
11:33 CC

Turbolinks iOS Hybrid App

#126 Mar 25, 2018 pro
In this episode, we look at using the Turbolinks library for iOS and use it to create a hybrid application.

Turbolinks 5
Play
11:20 CC

Turbolinks 5

#125 Mar 18, 2018 pro
Turbolinks makes navigating your web application faster. Get the performance benefits of a single-page application without the added complexity of a client-side JavaScript framework. Use HTML to render your views on the server side and link to pages as usual.

SimpleMDE and ActiveStorage
Play
11:12 CC

SimpleMDE and ActiveStorage

#124 Mar 11, 2018 pro
SimpleMDE is a great WYSIWYG Markdown Editor, but lacks the ability to handle image uploads. In this episode, we look at adding ActiveStorage and some JavaScript to handle image uploading.

Encrypted Credentials in Rails 5.2
Play
12:01 CC

Encrypted Credentials in Rails 5.2

#123 Mar 4, 2018 free
In this episode, we take a look at the Encrypted Credentials of Ruby on Rails 5.2 and how we can patch it so that we can use other YAML files like a development.yml and test.yml.