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 414 episodes available.
July 10, 2023Refactoring Turbo Streams into Turbo FramesTurbo Frames provide an iFrame like concept for Hotwire applications. If you're using Turbo streams to replace a portion of the page, you can accomplish the same thing even easier using Turbo Frames...more11minPlay
June 27, 2023Refactoring with ActiveSupport::TimeWithZoneIn this episode, we will look at refactoring some time related code by leveraging ActiveSupport::TimeWithZone...more16minPlay
June 12, 2023Adding a Highlight Button to TrixIn this episode, we will extend Trix by adding a text highlighting feature....more7minPlay
May 29, 2023The difference between Link_to vs Button_to in Ruby on RailsA lot of developers use link_to and button_to interchangeably. In this lesson, we'll explore when you should use link_to and when to use button_to and the differences between them....more15minPlay
May 01, 2023How to Process Inbound Webhooks (Railsconf 2023)Processing inbound webhooks can be tricky. In this lesson, you'll learn how receive, verify, and process webhooks in an efficient and well-organized manner....more42minPlay
April 19, 2023Upload Cover Images in Rails with ActiveStorageBlog posts often need cover images for social sharing. In this lesson, we'll add cover image file uploads with ActiveStorage....more29minPlay
April 05, 2023How to Add Pagination for Blog Posts in RailsPagination is something we don't need until we publish a lot of blog posts. We can use the pagy gem to add page links to the bottom of our pages and handle thousands of blog posts....more32minPlay
April 05, 2023How to Upgrade Ruby VersionsOver time, you'll need to upgrade the Ruby version of your Rails application. For example, a new version of Ruby was released since we started this series that fixes a couple security issues in Ruby so we'll teach you how to upgrade your Ruby version....more6minPlay
April 04, 2023The MVC Pattern ExplainedRails uses the MVC Pattern. This isn't as scary as it sounds. It's basically a design architecture that gives you 3 primary buckets to help you organize your code....more12minPlay
April 03, 2023Blog Posts with File Uploads using ActiveStorage & Amazon S3ActionText builds on top of the ActiveStorage file uploads feature in Rails, so we're going to configure Amazon S3 storage so we can upload files in production...more22minPlay
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 414 episodes available.