Save 36% for Black Friday! Learn more

Adding Madmin For Customer Support And Monitoring Discussion

0
General

Adding WHOIS Fallback For Domain Lookup Discussion

0
General

Realtime Domain Updates with Turbo Refreshes & Morph Discussion

0
General

Subscriptions with Pay and Stripe Discussion

0
General

Monitoring Domain Syncing with Mission Control Jobs Discussion

0
General

Syncing Domain Expiration Discussion

0
General

Syncing Domains In The Background With Solid Queue Discussion

0
General

Deploying The Domain Monitor App To Production With Kamal Discussion

0
General

Checking Domain Expirations With RDAP Discussion

0
General

Syncing Repositories with Ruby Scripts - Part 1 Discussion

7
General
Nice tutorial. Why git fetch followed by git pull and not just a single git pull?

Help with concurrency

3
Ruby
Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
MadisynErnser replied

Ruby Module Function Method Discussion

4
General
We especially love how splitting can be used not just as an attack but as a gesture of cooperation. It’s really wholesome when someone gives you mass just to help you out — those are the little mom...
Dale Holmes replied

SQL Introduction with PostgreSQL Discussion

4
General
Nice job Collin! : )
Dale Holmes replied

Virtual Attributes And Attribute API Discussion

16
General
Nice. I'd love to see an screencast with the ActionCable feature
Dale Holmes replied

Single Table Inheritance (STI) with ActiveRecord in Rails Discussion

8
General
Thanks Chris, It's funny that we just stopped using this design pattern at Gitlab https://docs.gitlab.com/ee/development/database/single_table_inheritance.html
Dale Holmes replied

Deploying Rails 8 with Hatchbox Discussion

4
General
Awesome video Collin, and thanks for the shoutout! 👍🏻🙏🏼😎
Dale Holmes replied

Live Stream Video w/ Rails

4
Tips
Hey Chris could you do a video on live streaming video with ActionCable or integrating it with an gem? Thanks!

Foreign Key on_delete db Constraints Discussion

3
General
The `add_foreign_key` docs show all the various options for `on_delete` and others: https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-add_foreign_key
Terry S replied

Message Form Handling with Stimulus Discussion

8
General
Why not using stimulus data-action="keypress->conversation#submitForm" on text area instead of addEventListener?

2025 Rails frontend solution: Phlex or ViewComponents?

5
Gems / Libraries
I'm just wondering what everyone's opinions are on the two. I've always leaned into ViewComponents, but it seems like Phlex is on the come up. What has everyone's experience been with the two as of...