How to use Solid Queue in Rails with Active Job Discussion
12
General
What's great about the puma plugin is the cost savings when running on something like Heroku. Only one dyno needed for small apps including a Queue. Something that was quite expensive before becaus...
Matthias replied
ShareMeow Discussion
0
General
Rubygems Trusted Publishing Discussion
0
General
As more and more vulnerabilities like "xz" with Linux happen, reproducible builds and releasing processes like Trusted Publishing that the Rubygems team has built will be critical. I mean, how many...
Chris Oliver posted
Install and Running Whisper.cpp from Ruby Discussion
0
General
When I try to run whisper.cpp after I added to my path I got `zsh: permission denied: whisper.cpp`
Vinicios Wentz posted
How to use Stripe Checkout in Rails Discussion
24
General
Thank you so much!
Aaron replied
Webpacker Javascript Embed Code Snippet & Scoped Styles Discussion
10
General
@Chris Oliver, Nice series tutorial. I really enjoy this series of tutorial.
If you have time and If you will convert this embeddable series with React JS then it would be nice. I like your tutoria...
David GEISMAR replied
Setup Ubuntu 24.10 Oracular Oriole Discussion
0
General
Sharing Passwords Between Users Discussion
3
General
Hello ROR developers, anyone facing a error when try to delete a user that you share a password ?
----------- code
def destroy
@password = current_user.passwords.find(params[:password_id]).des...
Aaron replied
Video Hosting API Client from Scratch Discussion
2
General
bunny is an amazing video hosting service, i wish there's more content for bunny and tus 🙏
Carl Tanner replied
Virtual Attributes And Attribute API Discussion
15
General
Nice. I'd love to see an screencast with the ActionCable feature
Allen Arlene replied
Sending Emails with Rails in Production using Postmark Discussion
0
General
Is there a reason why we add the key to production.rb as opposed to application.rb like the docs say?
Red Hendery posted
Episode on GraphQL
15
General
Hi Chris,
Do you have any plans for an episode on Rails + GraphQL ?
I'd love to see your take on it, and see what exactly we're missing :)
Álvaro FA Araluce replied
Ruby Debugging with Strace Discussion
1
General
Jump to 14:02 to see how Strace works
phanilkumar replied
Deploy Ubuntu 22.04 Jammy Jellyfish Discussion
46
General
Thanks a lot for this step by step guide!
Anyway, I'm facing a problem with Passenger. After deploying the app, I see this in the nginx logs:
Error opening '/home/deploy/my_app/current/Passengerfi...
Hamdan M replied
Better Debugging With The Ruby Debug Gem Discussion
9
General
Thanks Kylo Ren!
davidlbean replied
Adding GitHub Actions CI/CD to the URL Shortener Discussion
1
General
Your post has provided me with a lot of knowledge that is really helpful to me. I can't express how grateful I am. Thanks
hje replied
Strings in Ruby Discussion
9
General
Thanks for this lesson
A. replied
Deploy Ubuntu 16.04 Xenial Xerus Discussion
0
General
Can we use import maps along with jsbundling in rails 7?
0
General
We are upgrading the app from Rails 6 to 7. i want to use JSbundling and import maps together
Syed Toqeer Abbas posted