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 404 episodes available.
May 24, 2022EigenclassesIn this episode, we will be looking into Ruby's eigenclasses or singleton classes. We will first look at singleton methods and then how we can access the eigenclasses of objects....more16minPlay
May 23, 2022How to add a Command Palette to your Ruby on Rails appA command palette is a common feature for power users. Learn how to add a command palette to your Ruby on Rails app using the Ninja Keys web component....more11minPlay
May 16, 2022Building has_one from has_many AssociationsIn this video, we will take a look at how to use a few association declaration options to build a couple of has_one associations off of a has_many association in Rails....more10minPlay
April 25, 2022Concept Application: Assert Difference Deep DiveIn this video, we will explore how the concepts we looked at in "Flattening Scopes in Ruby" are used in Rails by taking a look at the assert_difference method. We will walk through how the method works while taking note of where the concepts are applied....more24minPlay
April 05, 2022Flattening Scopes in RubyIn this video, we will look at how to use blocks and bindings in Ruby to pass local variables across different scopes....more20minPlay
March 28, 2022How to use CSS Variables with Ruby on RailsCSS Variables or CSS custom properties allow you to define variables that can be used throughout your CSS to change properties and their values dynamically. It's a wonderful feature for allowing users to customize the look of your website....more8minPlay
February 25, 2022How to add Feature Flags in Rails with the Flipper gemTesting out new features or changes in production is something almost every application needs. Flipper is a fantastic tool with a GUI for rolling out these changes easily in your Ruby on Rails app....more8minPlay
February 17, 2022How to manage and run Maintenance Tasks for Rails in ProductionDeploying to production often requires running tasks to backfill new columns and other data. The maintenance_tasks gem from Shopify does a great job of allowing you to define tasks with arguments and run them in production....more10minPlay
February 14, 2022How to add Search in Rails using MeilisearchMeilisearch is an open source search engine written in Rust that integrates nicely with Rails to provide advanced search capabilities similar to ElasticSearch....more21minPlay
February 01, 2022Inline Editing with Turbo Frames in RailsHotwire allows us to add inline editing easily in Rails forms using Turbo Frames. Learn how to implement them in a reusable manner so you can inline edit any fields across any model....more21minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 404 episodes available.