Polymorphic Selects in Rails using GlobalIDs Discussion
5
General
This is fantastic Chris thank you, I'm curious how this would work for the edit view of the form?
Travis Smith replied
What are the biggest challenges during an AWS cloud migration?
1
General
We're planning a cloud migration project and evaluating different AWS Cloud Migration Services. For those who have completed a migration, what were the biggest challenges you faced? How did you han...
London White replied
How to test ActionMailer in Rails Discussion
23
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...
Snow Rider replied
Invoker Commands and View Transitions Discussion
3
General
Thanks Collin, this covers some modern browser stuff I didn't know existed before. I guess I was just stuck using the extra JS-Tools I knew and never wondered what browsers can do out of the box no...
Hugo Spencer replied
Format erb files on save?
3
General
I haven't worked with erb in a while, and now I'm getting back to it. I use Vim as my editor (https://github.com/joshukraine/dotfiles), and I also use [coc.nvim](https://github.com/neoclide/coc.nvi...
Coming back to Rails after ~6 years, are the older API-mode tutorials still current?
2
General
Hi all. I built quite a bit with Rails up to around 2019-2020, then spent the last few years in the JS/TS world (Node, Next.js). I'm now picking Rails back up for the backend of a new project, API-...
Chris Oliver replied
Recurring Transactions Discussion
1
General
Step into the @Ragdoll Hit arena, where "rag doll" warriors prove that you don't need a sturdy skeleton to deliver knockout blows in the most hilarious poses on earth.
MiltonTurner replied
Adding CSS Design Discussion
0
General
why don't you used tailwind?
AYUSH PRAVIN MULE posted
How to configure Linux with Drop-in Configs Discussion
0
General
Would you be interested in learning about how we use Packer to build custom Ubuntu server images?
Chris Oliver posted
Book Review: Learning Devise For Rails Discussion
5
General
Hi, does it cover rails 4 or rails 3?
career on cyber security skills?
4
General
anyone help me to know about cyber security skills
MiracleJiggy replied
Speed up Rails boot times with Bootsnap Discussion
7
General
Hey Chris! This is really helping booting my apps faster! Thanks so much!
injurewicked replied
Mailcatcher NG, new docker image
0
Testing
We just released a new version of Mailcatcher NG Docker image, v2.3.9.
It's based on Alpine Linux 3.24.1 and is still the smallest image you can dream of to test your mail flows in your ruby or Ra...
Stéphane Paquet posted
Transferring Files Between Hosts Discussion
0
General
Struggling to Choose the Right Collaboration Software for My Business – Need Help!
2
General
Hey everyone,
I’m in a bit of a dilemma here and hoping to get some advice. My business is in need of a solid collaboration software, but I’m finding it really hard to decide on the right one. We’...
Blazeront Kyle replied
How to add a Command Palette to your Ruby on Rails app Discussion
14
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
Max Cooper replied
Passenger vs Puma
6
Servers
I notice that there seems to be a preference for Passenger over Puma in your screencasts and hatchbox.io. Can you elaborate? I was curious about HTTP/2, multithreading, performance, etc.
Solved
Monitoring Cron Jobs with Whenever Discussion
1
General
I like this approach. Having cron jobs report their status and logs makes troubleshooting much easier, especially when something silently fails.
Mario Joseph replied
Dynamic Single Table Inheritance with Rails Discussion
12
General
This was really fun. I wanted an easy way to introduce helpers to Notifications so by exposing them also as STI models, we could make them easily accessible with separate helper methods for each No...
Custom Turbo Stream Actions Discussion
7
General
Great episode! Is there any convention or recommendation for managing the JS code instead of throwing it all in the `application.js`? Something like `app/javascript/stream_actions/console_log.js`, ...