GoRails Screencasts

Chris Oliver

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.

  • 39 minutes 24 seconds
    One Time Payments With Pay And Stripe
    In 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.
    15 April 2024, 5:00 pm
  • 5 minutes 8 seconds
    Changing Contexts To Objects With IRB
    In this video, you'll learn about a feature of IRB, which is the ability to change context into an object.
    3 April 2024, 2:30 pm
  • 3 minutes 10 seconds
    ActionController Modules in Rails
    Ever 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
    8 March 2024, 3:20 pm
  • 25 minutes 55 seconds
    Components with Phlex in Rails
    Adam 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.
    5 February 2024, 6:00 am
  • 9 minutes 46 seconds
    How to use Mission Control Jobs in Rails
    Mission 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.
    31 January 2024, 2:54 pm
  • 13 minutes 24 seconds
    Single Table Inheritance (STI) with ActiveRecord in Rails
    Have models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem.
    22 January 2024, 6:00 am
  • 23 minutes 45 seconds
    Send Notifications in Rails with Noticed gem v2
    Notifications 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.
    16 January 2024, 9:27 pm
  • 17 minutes 19 seconds
    What's New In Ruby 3.3
    Ruby 3.3.0 was released today and this lesson we're diving into the goodies included in the new version.
    25 December 2023, 3:33 pm
  • 37 minutes 59 seconds
    Syncing Repositories with Ruby Scripts - Part 2
    In 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
    25 December 2023, 2:00 pm
  • 13 minutes 24 seconds
    How to use Solid Queue in Rails with Active Job
    Solid 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.
    20 December 2023, 6:00 am
  • 33 minutes 2 seconds
    Syncing Repositories with Ruby Scripts - Part 1
    In 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
    18 December 2023, 2:00 pm
  • More Episodes? Get the App
© MoonFM 2024. All rights reserved.