Web Interactions with Mechanize
Play
13:37 CC

Web Interactions with Mechanize

#131 Apr 29, 2018 pro
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted.

Templating Ruby on Rails Applications
Play
12:22 CC

Templating Ruby on Rails Applications

#163 Dec 9, 2018 pro
There is a lot of work that is done on new applications and a lot of the common code between new applications. In this episode, we look at using templates to speed up the initial process.

State Machines with AASM
Play
12:20 CC

State Machines with AASM

#147 Aug 19, 2018 pro
State Machines are useful for tracking the state of an object. With AASM, we take a dive into how states can transition as well as modifying states and interacting with them.

Using GitLab Runner for CI/CD
Play
14:20 CC

Using GitLab Runner for CI/CD

#135 May 27, 2018 pro
GitLab is a great version control software which has options to either self host or or use their hosted solution. In this episode, we look at using the GitLab Runner to run our Continuous Integration and Continuous Deployment.

Bundler and Binstubs
Play
7:51 CC

Bundler and Binstubs

#153 Sep 30, 2018 pro
In this episode, we look at some lesser known bundler commands including binstubs.