Rails Docked
Play
16:08 CC

Rails Docked

#384 Jan 15, 2023 pro
Docked is a new library which aims to aid in fresh development environments with the use of Docker. In this episode, we use a Steam Deck, to install Docker and by using Docked will have a fully functional Ruby on Rails development environment.

Ubuntu Desktop
Play
11:42 CC

Ubuntu Desktop

#361 Aug 7, 2022 free
Ubuntu is an open source software operating system that offers a great development experience and can run on most x86/amd64 systems. In this episode, we set up our Ruby on Rails development environment on Ubuntu 22.04 LTS Jammy Jellyfish.

Remote Development
Play
14:45 CC

Remote Development

#339 Mar 6, 2022 free
Having a fast and expensive computer to do daily development is a luxury. Sometimes, we may be in a position where we are just getting started with programming and the budget is very small. In this episode we look at a very moderately priced Chromebook and explore how we can make it into a viable development machine.

Seed like a Pro
Play
19:05 CC

Seed like a Pro

#284 Feb 21, 2021 pro
Seeding your database is often an overlooked part of development and it has a lot of benefits that can help uncover issues within your application. However, maintaining the seeds.rb can be difficult and things can get out of hand quickly. In this episode, learn how to manage and maintain the seeds file.

Ruby on Docker
Play
16:55 CC

Ruby on Docker

#274 Dec 20, 2020 pro
Learn to use Docker to manage our Ruby interpreter and use it to template new Rails applications.