
Ruby / Rails: distributed background processing (workers on different hosts) - which technology stack to use?
1
Ruby
We need to perform background tasks on different servers, and return the results to the central database.
In order to make a decision about which Worker to assign a task to, the Task Manager must ...

How to load jquery and other vendor js & css files through importmap in Rails 7
0
Rails
Hi, I am trying to re-building a website using Rails7 and Bootstrap4, which was already developed in Rails5 and Bootstrap3. I have faced some problem of loading jquery and css files. I followed the...

need help with buffer clone app
1
Rails
DEBUG -- omniauth: (twitter) Request phase initiated.
I get this above line when I press the Connect Twitter button.
Arnab Mondal replied

New to Ruby
2
Rails
hi all iam new to ruby ,so where should i start , pls suggest me
cjilbert504 replied

Setup Ubuntu 25.04 Plucky Puffin Discussion
0
General

Refactoring Turbo Streams into Turbo Frames Discussion
2
General
This is awesome! Do you have a video/guide/setting share for your MacVim setup seen in this video, catered to Rails development?
Denis replied

rails API -> structuring JSON - best practices
1
Rails
Is there any better alternative to jbuilder?
Since fast_jsonapi is no longer maintained, what is the current 'best practice'? jb?
Esti Alvarez replied

Not all ActionCable broadcasts broadcasting
2
Rails
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 replied

How to implement e-wallet system in rails?
3
Rails
I will be working on a booking system where user can pay booking with wallet credits. User can load credits via paypal payment. Is there any existing gem or project doing this? Any pointers would b...
techanicinfotech replied

Tests Without Assertions Warning in Rails 7.2 Discussion
1
General
I think another nifty trick is the `pass` method. You can use this as an alternative to `assert_nothing_raised` - just call it at the end of your test, and you're good2go.
Aindy replied

Sharing Cookies with Subdomains in Rails Discussion
12
General
Would it be possible for you to add subtitles in Portuguese or English? I am Brazilian, I can understand English subtitles. If you can in English it helps a lot.

Dropzone with Shrine
4
Javascript
I just switched to shrine as Active Storage doesn't support custom file paths. At my day job a question on security assessments requires blob storage to have some sort of tenant separation and i th...
RuthDow replied

How to use Rails for ETL and internal tools
1
General
I need to build some internal tools to generate reports, csv's, etc. I need to ingest data from a few different APIs, into a central DB, and then build some tools for end users on top of that data....

Law of Demeter and Delegation Discussion
4
General
Another interesting episode, Collin! I appreciate the chill vibes. :)

How to setup Emails, both transactional and Marketing
4
General
Getting around to setting up marketing emails for my site (using jumpstart) and noticed that the marketing integrations (Mailchimp, Convertkit, Drip, etc) are not the same as the transactional emai...

Exploring IRB Commands Discussion
0
General
good stuff collin. thanks for the share!
Jason posted

Setup MacOS 10.14 Mojave Discussion
0
General
brilliant! I had been struggling with brew installation as z3 will not install on macOS 10.14 wish I had found this sooner!
joemcerlane posted

Components with Phlex in Rails Discussion
8
General
I feel like components in Ruby are super duper handy for arguments and other complex helper methods. Phlex takes it a step further with the HTML helper methods so you don't even really have to leav...
Christian Sedlmair replied