One Time Payments With Pay And Stripe
GoRails
by Chris Oliver
1w ago
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 ..read more
Visit website
Changing Contexts To Objects With IRB
GoRails
by Chris Oliver
3w ago
In this video, you'll learn about a feature of IRB, which is the ability to change context into an object ..read more
Visit website
ActionController Modules in Rails
GoRails
by Chris Oliver
1M ago
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 ..read more
Visit website
Components with Phlex in Rails
GoRails
by Chris Oliver
2M ago
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 ..read more
Visit website
How to use Mission Control Jobs in Rails
GoRails
by Chris Oliver
3M ago
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 ..read more
Visit website
Single Table Inheritance (STI) with ActiveRecord in Rails
GoRails
by Chris Oliver
3M ago
Have models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem ..read more
Visit website
Send Notifications in Rails with Noticed gem v2
GoRails
by Chris Oliver
3M ago
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 ..read more
Visit website
What's New In Ruby 3.3
GoRails
by Chris Oliver
4M ago
Ruby 3.3.0 was released today and this lesson we're diving into the goodies included in the new version ..read more
Visit website
Syncing Repositories with Ruby Scripts - Part 2
GoRails
by Chris Oliver
4M ago
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 ..read more
Visit website
How to use Solid Queue in Rails with Active Job
GoRails
by Chris Oliver
4M ago
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 ..read more
Visit website

Follow GoRails on FeedSpot

Continue with Google
Continue with Apple
OR