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 418 episodes available.
February 18, 2026Normalize All ActiveRecord AttributesLearn how to normalize all ActiveRecord attributes with a quick peak at the Rails source code....more8minPlay
February 16, 2026Dynamic Partial RenderingLearn how to dynamically render Rails partials using standard Rails behavior and model_name.plural when needed to clean up messy if/else conditionals in your views....more12minPlay
February 11, 2026Clean Up Optional Attributes in Rails with NormalizesOptional attributes are empty strings by default, but we can clean these up as nil in Rails using normalizes...more3minPlay
January 19, 2026valid with ContextLearn how to use validation contexts in Rails to conditionally validate models - like saving drafts without validation but requiring them when publishing....more20minPlay
November 29, 2025Domain Monitor SaaS IntroductionA peek into the Domain Monitor SaaS product that we'll be building in this series with Rails, Stripe, Solid Queue, and Kamal....more2minPlay
November 24, 2025Markdown Renderer & MIME Type in Rails 8.1Rails 8.1 introduces a new Markdown MIME Type and renderer to better integrate your apps with AI and other tools that use Markdown...more6minPlay
November 17, 2025Module extend selfUsing extend self inside a Ruby module makes all of its instance methods callable directly on the module itself, which is useful when you want a collection of utility-style methods without needing to instantiate an object....more5minPlay
October 20, 2025Deploying Rails 8 with HatchboxLet's look at how we can easily deploy a Rails 8 application using the solid trifecta of gems with Hatchbox....more32minPlay
October 06, 2025Rails 8.1 Local CIRails 8.1 introduced a local CI setup and run script that allows you to leverage the power of your local system to run a series of steps and optionally integrate with GitHub to sign off on pull requests that have a successful CI run....more8minPlay
August 18, 2025Ruby Pattern MatchingIn this episode, we will be looking at pattern matching in Ruby which lets you check the structure of data and save parts of it into variables....more17minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 418 episodes available.