Dynamic Select Fields
Play
13:26 CC

Dynamic Select Fields

#133 May 13, 2018 pro
Making one select field dependent on another and automatically update based on the previous selection can be a tricky task. In this episode, we look an a rather unobtrusive way to handle this for many scenarios.

Ruby on Rails Development with Microsoft Windows 10
Play
8:05 CC

Ruby on Rails Development with Microsoft Windows 10

#132 May 6, 2018 free
Developing a Ruby on Rails application on Windows can be difficult, but doesn't have to be with Bash on Windows. Learn how to use Bash to install the Ruby interpreter.

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.

Debugging with Remote Pry
Play
7:16 CC

Debugging with Remote Pry

#130 Apr 22, 2018 pro
Puma-dev combined with Remote Pry is a strong combo for debugging and ease of development.

Preparing for General Data Protection Regulation (GDPR)
Play
19:29 CC

Preparing for General Data Protection Regulation (GDPR)

#129 Apr 15, 2018 pro
In this episode, we look adding in some of the requirements of the General Data Protection Regulation into our Ruby on Rails application. Disclaimer: this episode is not legal advice and you should consult a lawyer.