Save 36% for Black Friday! Learn more

Module extend self Discussion

0
General
This is such a handy feature of Ruby. I was amazed when I first learned about it. Really makes modules useful for any situation, not just being included in another object.
Chris Oliver posted

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

why driftboss is addictve?

4
General
DriftBoss is an addictive car drifting game where timing and control are everything. Steer carefully to stay on the track and score big points. Challenge yourself to beat your high score with every...
destructionim peccable 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...

Syncing Repositories with Ruby Scripts - Part 1 Discussion

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

Black Friday 2025 Sale Discussion

0
General

Deploying Rails 8 with Hatchbox Discussion

3
General
Awesome video Collin, and thanks for the shoutout! πŸ‘πŸ»πŸ™πŸΌπŸ˜Ž
sloperun replied

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.

Ruby on Rails 3 Tutorial Book Question

4
General
Im following the PDF version of this book and keep having an issue with different versions of gems being compatible. I had to skip the TDD section all together because I couldnt get a compatible ve...

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 to Migrate attr_encrypted to Rails 7 Encryption Discussion

2
General
Thank you Chris, really nice :)
EvaJBoone replied

PagerDuty is looking for a Ruby on Rails Staff Engineer

0
General
At PagerDuty, one of our biggest systems is written in Ruby on Rails and it is a massive monolith. We need to modernize this monolith and we are looking for a stellar Staff Engineer with deep RoR e...
Anand Vijay posted

Eigenclasses Discussion

10
General
Why does this video say it is private - I have seen it on my iPhone, but its so small, I wanted to see it on a big screen too Also - I would enjoy a video on Ruby's Hash caching and Rails Lowlevel ...
Robin Madsen replied

Wrapping Up Our URL Shortener Discussion

4
General
Congrats to everyone who has made it this far! The URL shortener was a great little project and I'm sure there's lots more improvements you can add to it. What did you think of this project?

Thread Safety with Mutexes in Ruby Discussion

6
General
In a Rails application that does standard CRUD for the most part, what would be a good use case for something like this? In the ferrum_pdf example you gave, it looks like you want to ensure there's...
evelynnotting replied