Save 36% for Black Friday! Learn more

Parsing Ruby with Prism Discussion

2
General
Mono sound only to left ear really annoys me :D
Jon Fisher replied

Foreign Key on_delete db Constraints Discussion

0
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
Chris Oliver posted

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

Senior Ruby Software Engineer - Backend (Fully 100% Remote work from anywhere)

5
Ruby
FairMoney is building the leading mobile bank for emerging markets. FairMoney is unique thanks to its international exposure (with offices on 3 continents) and its impact-driven mission: we bring f...
kenvin roll 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.

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, ...

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

Video Hosting

2
Rails
What does GoRails use to host its private videos?

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 read EDI (electronic data interchange) Format in rails

3
Rails
Hi Chris, Please help me, How to read edi format in rails. I am trying to do to googling for that solution but I didn't get any best solution If you have any idea about that, How to read and write...
Ghosh Milan 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

How to Migrate attr_encrypted to Rails 7 Encryption Discussion

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

Path update to RoR 8?

1
Site Feedback
Hello, I am new to Gorails and RoR development. I wanted to ask if an update to the Rails course path on this portal is planned or scheduled?
Chris Oliver 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

When pre/eager loading an association, is there any way to get the associated data from a cache?

3
Rails
``` class Category < ActiveRecord::Base # columns: name has_many :books end class Book < ActiveRecord::Base # columns: title, category_id belongs_to :category end ``` Given the abov...
xiwog82932 replied

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?