Subscriptions with Stripe Discussion

96
General
Hey Chris! Not sure if this is just me, but there seems a problem downloading the video's.

Using Webhooks with Stripe Discussion

46
General
Hey Chris,Another great episode!How would you handle a monthly recurring cost without having the user create an account? For example, a donation site?
Adrien Nhem replied

Recurring events with the ice_cube gem Discussion

47
General
On my app I use a Event and a EventTrans model so for each time a event occurs we can have a record with info and other stuff. So for the Calendar we display the First event with the recurrent on t...

Admin Interfaces with Administrate Discussion

25
General
*shudder*.. "automagically"

Hashes in Ruby Discussion

10
General
If we use `h = HashWithIndifferentAccess.new({key: "value"})` it will allow us to access the value through both `h[:key]` and `h["key"]`.
João Vitor Pessoa replied

Setup Ubuntu 25.10 Questing Quokka Discussion

0
General

Stimulus Autoscroll and Broadcasting Messages Discussion

6
General
Very nice, I'm enjoying these videos where you walk through the approaches and build on them piece-by-piece! One StimulusJS-specific update could be converting your message partial to: ``` ...

development env: is the asset pipeline expected to compile all assets or just those in demand?

4
Rails
I'm trying to understand if, in development, the asset pipeline is supposed to compile ALL assets found in manifest.js or just the ones that are requested. I've been doing some testing and have fo...
2451blushing replied

Where Any? vs Exists? Discussion

0
General

solidus

5
General
I am creating my e commerce using solidus. In the admin backend, I pload products but then they are not reflected in the frontend...anyone who has come accross this?
Besperstoont1985 replied

Rails for Beginners Part 24: OmniAuth 2.0 URLs Discussion

53
General
I get an error `No route matches [GET] "/auth/twitter"` -- feels like some rails magic I missed :/
Philipp S. replied

Encrypting Passwords In The Database Discussion

2
General
How can i run this ``` EDITOR="code --wait" rails credentials:edit --environment=development ``` command in my windows machine?
Wemi Moyela replied

Conditionals in Ruby Discussion

14
General
Feels a bit basic, but maybe that's a sign that I'm not exactly a beginner.
kuristarlight replied

One Time Payments With Pay And Stripe Discussion

9
General
I followed every step and all seems to be working to the point where the form is supposed to come up on the screen. Instead of the credit card form being displayed, my screen just goes blank and n...
Shawn Kearney replied

Refactoring our Ruby code Discussion

2
General
One suggestion for viewers, once you have all the methods defined, pause the video and try to build the rest of the program first before un-pausing the video : )
Lukasz replied

Consuming an API Using HTTParty and Creating a Gem Discussion

30
General
Nice one Chris, I like this episode.
Someone replied

Learn Hotwire - data-turbo-track for specific page is slow to load

6
General
Hi all, I need some help. I followed the video for data-turbo-track at 3.22 minutes. Added this code ` <%= content_for :head do %> <%= stylesheet_link_tag "my_todos", "data-turbo-tra...
Eric Chua replied

Want to stay up-to-date with Ruby on Rails?

Join 90,206+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.