
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:
```
...
Peter Chan replied

Rails for Beginners Part 41: Next Steps Discussion
4
General
Thanks Cris I think I have something wrong cause the schedule tweets is not sending tweet at all. I have change the UTC to America/Brasilia. Could give me some advice in my https://github.com/adalb...
Liam Hellen replied

How to test ActionMailer in Rails Discussion
6
General
Great episode, Chris. I like how you said you don't really need to test CSS styling but instead focus on testing the higher level functionality of your mailers. That way, a developer doesn't go dow...
rebelssasha 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.
donaldrhoward replied

A Simpler Build with Broadcasts Refreshes Discussion
0
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...
Dan LeGrand posted

How to Debug Ubuntu and Debian Packages Discussion
0
General

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

Handling New Messages with Turbo Streams Discussion
5
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...
Chris Oliver replied

How to use CodeMirror with ImportMaps Discussion
0
General

Refactoring Madmin Pagination Discussion
0
General

Creating A Blog Post Model Discussion
20
General
Awesome! : )
Aakash replied

Unused Rails Routes Command Discussion
0
General
It should be fine if the tokens are one-time use, have an expiration date, and the user's email isn't compromised. For further peace of mind, you should still use two-factor authentication (2FA).
Carter Watts posted

How To Add Impersonation To Rails Authentication Generator Discussion
10
General
I really love how flexible and easy to customize the new Rails 8 authentication generator is. Think we should cover 2 Factor Auth next?

Sorting Blog Posts With Scopes Discussion
3
General
How can I do that? I want to post my discussion, but I cannot find my post after posting it. pls, help me!
Wemi Moyela replied

How to get started?
2
General
Hi I'm a complete beginner to Rails, however I know other backend languages. I see a lot of courses here. Can anyone tell me the series of courses I should take up here?
Thanks
Tom Deree replied

AI Summaries in Rails with Gemini 2.0 Discussion
5
General
What other types of AI integrations would you like to see?
Dx. replied

nanotape
1
General
Depiction
The stickiest tape you've at any point utilized!
Nanotape is presumably the most grounded, generally sturdy, and unquestionably the most valuable sticky tape you will at any point get y...
polecatsglowstone replied

Hashes in Ruby Discussion
9
General
If we use `h = HashWithIndifferentAccess.new({key: "value"})` it will allow us to access the value through both `h[:key]` and `h["key"]`.
ishthi-flightlogger replied

Arrays in Ruby Discussion
7
General
That underscore tip is really handy!
ishthi-flightlogger replied

How to Rate Limit Requests in Rails 7.2 Discussion
3
General
This is very useful! No more rack attack... although it's possible this will not provide all features that rack attack gives us - right?
kinehi replied