How to test ActionMailer in Rails Discussion
26
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...
Daniel Brooks replied
Adding CSS Design Discussion
1
General
why don't you used tailwind?
RyanJeff replied
How to configure Linux with Drop-in Configs Discussion
3
General
Would you be interested in learning about how we use Packer to build custom Ubuntu server images?
Elton Williams replied
Monitoring Cron Jobs with Whenever Discussion
2
General
I like this approach. Having cron jobs report their status and logs makes troubleshooting much easier, especially when something silently fails.
Elton Williams replied
Sending Emails For Successful Web Scraper Results Discussion
4
General
It took me some time to understand why my ActionMailer::MailDeliveryJob were getting enqueued but not performed when running the rake task. Reading this article https://stevechanin.blogspot.com/201...
Elton Williams replied
Uploading a PDF file directly into Sharefile via their API
5
Rails
I need to upload multiple large PDF files directly into a ShareFile Folder (https://api.sharefile.com/samples/ruby). Right now I am reading and saving the file data as binary data in a model and th...
Elton Williams replied
Fixing an ActiveJob Config Initializer Discussion
0
General
Nice walkthrough! I hadn't realized that the enqueue_after_transaction_commit setting could be skipped during upgrades because of the initializer load order. This is a great example of how a small ...
Repost, Retweet, Reblog Discussion
12
General
Thanks Chris! Sure, would love to see the follow and following relationship added to this in future.
Ashraf Nazar replied
Categorizing Transactions Discussion
0
General
How to use hCaptcha with Ruby on Rails, Turbo, and Stimulus.js Discussion
4
General
Thanks for posting this.
citybrawl replied
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
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
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