Intro to Docker on Windows
Play
11:19 CC

Intro to Docker on Windows

#72 Mar 19, 2017 free
Developing a Ruby on Rails application on Windows can be difficult, but doesn't have to be with Docker. Learn how to use Docker to create isolated containers and get them to talk with the Rails app and passed through to the local computer.

Nested Forms with Cocoon
Play
4:40 CC

Nested Forms with Cocoon

#71 Mar 12, 2017 free
Using the unobtrusive gem, Cocoon, learn how to handle multiple models in a single form with accepts_nested_attributes_for.

Nested Forms from Scratch
Play
9:48 CC

Nested Forms from Scratch

#70 Mar 5, 2017 free
Learn how to handle multiple models in a single form with accepts_nested_attributes_for and learn how to add and remove nested records through JavaScript.

Ruby on Rails 5.1.0 Changes and New Features
Play
12:00 CC

Ruby on Rails 5.1.0 Changes and New Features

#69 Feb 26, 2017 free
Upcoming features include Yarn/Webpack, System Tests via Capybara, Encrypted Secrets and a bunch of other cool things!

Working with Internationalization
Play
13:59 CC

Working with Internationalization

#68 Feb 19, 2017 free
Adding translations into your website does not have to be hard. With Rails built in I18N functionality, we gain access to many helpers and conventions that makes it a much easier task. Learn how to add I18N into your Rails application.