Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
GoRails is a series of screencasts and guides for all aspects of Ruby on Rails. Learn how to setup your machine, build a Rails application, and deploy it to a server.... more
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 411 episodes available.
February 05, 2024Components with Phlex in RailsAdam McCrea walks through using Phlex to build components for views in your Rails applications. Phlex is a Ruby gem for building fast object-oriented HTML and SVG components using Ruby constructs: methods, keyword arguments and blocks....more26minPlay
January 31, 2024How to use Mission Control Jobs in RailsMission Control Jobs is a UI for ActiveJob in Rails. It was announced at Rails World 2023 and just got released. It currently supports SolidQueue and Resque with more queue adapter support in the future....more10minPlay
January 22, 2024Single Table Inheritance (STI) with ActiveRecord in RailsHave models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem....more14minPlay
January 16, 2024Send Notifications in Rails with Noticed gem v2Notifications in Rails applications are even easier now with the new release of Noticed gem v2. We'll explore how to add notifications to your Rails app in just a few minutes....more24minPlay
December 25, 2023What's New In Ruby 3.3Ruby 3.3.0 was released today and this lesson we're diving into the goodies included in the new version....more18minPlay
December 25, 2023Syncing Repositories with Ruby Scripts - Part 2In this lesson, we will pick up where we left off in the last part and package up our script into a gem that we can share. Along the way, we'll look at how we can spread responsibility across a few small classes to separate concerns and hopefully make the...more38minPlay
December 20, 2023How to use Solid Queue in Rails with Active JobSolid Queue is a database backed queue adapter for ActiveJob in your Rails apps. Instead of requiring an additional service like Redis, jobs are managed in the database itself and it's compatible with PostgreSQL, MySQL, and SQLite....more14minPlay
December 18, 2023Syncing Repositories with Ruby Scripts - Part 1In this lesson, we will be looking at getting a v1 of a Ruby script that will fetch, pull, and push across several repositories and remotes to keep our code up-to-date. Hopefully, it will give you ideas for other areas in your workflow where a simple Ruby...more34minPlay
December 08, 2023Linux Signal Trapping in RubyCatching signals from the operating system like Ctrl-C can be very useful for safely shutting down your Ruby process. In this lesson, we'll see how the Rails server catches Ctrl-C and gracefully shuts down....more9minPlay
November 20, 2023Template Locals in Rails 7.1Discover how the new template locals work in Rails 7.1...more9minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 411 episodes available.