Save 36% for Black Friday! Learn more

Syncing Domains In The Background With Solid Queue Discussion

0
General

Deploying The Domain Monitor App To Production With Kamal Discussion

0
General

Deploying Rails 8 with Hatchbox Discussion

4
General
Awesome video Collin, and thanks for the shoutout! πŸ‘πŸ»πŸ™πŸΌπŸ˜Ž
Dale Holmes 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

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?

How to add a Command Palette to your Ruby on Rails app Discussion

8
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
airobus replied

Parsing Ruby with Prism Discussion

0
General
Mono sound only to left ear really annoys me :D

Black Friday 2024 - Sales on GoRails, Courses, Jumpstart, SellRepo! πŸŽ‰ Discussion

2
General
This is awesome! I have annual contract with Jumpstart pro starting from last July. Do you prorate the billing if I switch to Black Friday Sales? (I am also switching to annually for Gorails!) Rea...

Black Friday 2025 Sale Discussion

0
General

ReActionView Discussion

4
General
WOW - Cheese and Crackers Marco, this is mind blowing. This should be the star feature of Rails 9...and nice video Collin. :)
evelynnotting replied

How to Debug Ubuntu and Debian Packages Discussion

3
General
Get ready for epic drifts Drift Boss and dramatic car flips that you won't find in any other game!

Customizing Rubocop Rails Omakase Rules Discussion

1
General
It’s great to see a focus on best practices for maintaining code quality while allowing flexibility in style preferences.

activeadmin with devise_invitable

2
Gems / Libraries
Hey everyone, I know... I'm still using AA... Anyways, I'm looking for a complete guide on being able to invite my non-admin devise users through the admin panel. Strangely I can't find a single, ...

How to test ActionMailer in Rails Discussion

19
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...
Lannie Chaput replied

How do I fix Github Action test error caused by "DevToolsActivePort file doesn't exist"?

1
Testing
Hey - I have a Github Action test file as below. When I run the CI, the system tests which use Selenium WebDriver do not pass. The following error occurs: ``` Selenium::WebDriver::Error::UnknownE...
attractive colt replied