Sorting Blog Posts With Scopes Discussion
4
General
How can I do that? I want to post my discussion, but I cannot find my post after posting it. pls, help me!
Filip Łapiński replied
How to add a Command Palette to your Ruby on Rails app Discussion
16
General
Amazing information providing by your article, thank you so much for taking the time to share a wonderful article.
Poly Trackk 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.
Ruby's Tap Method Discussion
4
General
Just tap it in. Give it a little tappy. Tap tap taparoo.
Deploying the Web Scraper Rails app to Production & Setting Up Cron Jobs Discussion
7
General
I wish the linking of the database was a bit more clear. My app was pulling in the credential in the database.yml file instead of simply linking via the DATABASE_URL environment variable. I had to ...
Lucas Reed replied
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
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
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
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
Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
6
Ruby
Hi everyone, I'm trying to decrease API latency in our largely synchronous Ruby on Rails backend. While we use Sidekiq/Shoryuken for background jobs, the bottleneck is within the request-response c...
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
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