
Realtime Nested Comments: Part 1 Discussion
7
General
Amazing episode, Chris! Thank you so much for this!
Adam Sara replied

Using Webhooks with Stripe Discussion
47
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

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:
```
...

Message Form Handling with Stimulus Discussion
3
General
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?
Hailey Nelson replied

Lazy Requiring Dependencies in Ruby Discussion
6
General
I love removing dependencies. 💖
Also, learning how libraries can make features or dependencies optional is a great thing to learn along the way.
Frank Turner replied

Where Any? vs Exists? Discussion
0
General

A Simpler Build with Broadcasts Refreshes Discussion
1
General
My general rule of thumb is I'll use redirecting back/morphing for very simple or low-frequency pages such as admin pages where there's not a lot of user traffic, but will reach for turbo streams w...

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 Counter Caches Discussion
16
General
I feel this video was cause of me in the forum haha!A+++
Ted Will replied

Refactoring Rigid Code Discussion
0
General
I look forward to hearing more about your work Suika game and achievements in the recent past.
Adam Sara posted

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

How to use HTML Button Form Attributes Discussion
4
General
This would have saved me a ton of time last year when I spend hours trying to organize the delete button. 🤦♂️
Adam Sara replied

Recurring events with the ice_cube gem Discussion
48
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...
Ted Will replied

@Mentions, Autocomplete, Notifications, and Links Discussion
2
General
How would go about doing this using devise? I'm a bit confused of how to accomplish this.
Ted Will replied

Admin Interfaces with Administrate Discussion
26
General
*shudder*.. "automagically"
Ted Will 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