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.
April 15, 2024One Time Payments With Pay And StripeIn this episode, we will learn about handling one-time payments with the Pay gem and Stripe embedded checkout. This is a great approach for non-recurring payments and can be implemented very quickly....more40minPlay
April 03, 2024Changing Contexts To Objects With IRBIn this video, you'll learn about a feature of IRB, which is the ability to change context into an object....more6minPlay
March 08, 2024ActionController Modules in RailsEver wondered how Rails controllers get their functionality? Let's see how we can add translation support to Rails API controllers by looking at the Rails source...more4minPlay
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
FAQs about GoRails Screencasts:How many episodes does GoRails Screencasts have?The podcast currently has 414 episodes available.