Ruby / Rails: distributed background processing (workers on different hosts) - which technology stack to use?
How to load jquery and other vendor js & css files through importmap in Rails 7
need help with buffer clone app
DEBUG -- omniauth: (twitter) Request phase initiated. I get this above line when I press the Connect Twitter button.
Arnab Mondal repliedNew to Ruby
https://gorails.com/path - This would be a great place to get started.
cjilbert504 repliedAsset Pipeline
Hi Chuck, Great question, this stuff changes a lot, especially the last few years. Good news though, the trend is to simplify things. The new asset pipeline uses Propshaft which will make sure you...
Kentastic repliedSetup Ubuntu 25.04 Plucky Puffin Discussion
Refactoring Turbo Streams into Turbo Frames Discussion
Have you ever seen a .replace making the turbo_frame disappear? Double checked the ids and it makes all turbo_frames in the page disappear. I've been fighting with ChatGPT and it also doesn't under...
Denis repliedHow to Process Inbound Webhooks (Railsconf 2023) Discussion
rails API -> structuring JSON - best practices
Hi! Did you find a good solution for this? jbuilder is apparently quite unperformant and gems like active_model_serializer don't seem to be being maintained anymore, I assume that because there is...
Esti Alvarez repliedCustomizing Rubocop Rails Omakase Rules Discussion
It’s great to see a focus on best practices for maintaining code quality while allowing flexibility in style preferences.
Duane Rhodes postedRouting Constraints with Rails Authentication Generator Discussion
this is a great resource for Rails developers looking to enhance their application's security and routing logic!
Duane Rhodes postedNot all ActionCable broadcasts broadcasting
I have an app that successfully has ActionCable implemented and working in production on Heroku. We recently added an additional broadcast, but this wont broadcast no matter what I try. Each user...
RJ McCollam repliedHow to get started?
Hi! Welcome to Rails! If you already have experience with other backend languages, you’ll likely pick up Rails fairly quickly. I recommend starting with a basic introduction to Rails, focusing on r...
Farhan Taimoor repliedHow to implement e-wallet system in rails?
First, create a secure database that will be utilized to manage user accounts and transactions. Then, you will leverage the security offered by Rails on sensitive data by probably adding payment ga...
techanicinfotech repliedVideo Sync Cron Job Discussion
seems like those features are already implemented, so all you have to do is to install the gems with the instructions given in the docs for each.
Pedro Medina repliedTests Without Assertions Warning in Rails 7.2 Discussion
I really enjoyed this lesson! Especially the deep dive into the source code. Thanks for creating great content and for your curiosity in exploring how Rails works!
Aindy repliedCloudFlare Turnstile Captchas in Rails Discussion
@Johan André It seems some gems already exist like the ones below. https://github.com/pfeiffer/turnstile-captcha https://github.com/instrumentl/rails-cloudflare-turnstile
Tony | トニー replied