Ruby Module Function Method Discussion

6
General
We especially love how splitting can be used not just as an attack but as a gesture of cooperation. It’s really wholesome when someone gives you mass just to help you out — those are the little mom...
vicentewilson replied

Handling New Messages with Turbo Streams Discussion

7
General
In case you're interested, you can sign up for our [Learn Hotwire course](https://learnhotwire.com/) here. We're covering Hotwire with Rails and Native with iOS and Android, diving deep into the de...

solidus

6
General
I am creating my e commerce using solidus. In the admin backend, I pload products but then they are not reflected in the frontend...anyone who has come accross this?
Conise replied

Test my application

0
Testing
Other developers to test my application rubygem kit compact web app that lets you build, publish, verify, and manage Ruby gems from a single no‑code frontend — with CI triggering and subscriptio...
Ndivhuwo Justice Mamidza posted

Checking Domain Expirations With RDAP Discussion

5
General
Excited to kick off a SaaS product series. Should we build more end-to-end projects like this?

How to use the Browser Guard in Rails Discussion

6
General
If you're building a no build Rails application that makes use of modern browser features (like ONCE Campfire!), you'll definitely want to use this.
Richard Ryan replied

Rails 8.1 Deprecated Associations Discussion

2
General
Oh man! I misunderstood the title of this episode. I thought you were saying that ActiveRecord Associations had been deprecated haha!!! That would not have gone over well!! Great episode as usual ...
MartyLShaw replied

Domain Monitor SaaS Introduction Discussion

0
General

Environment Variables Discussion

5
General
I always found Env Variables very confusing, this does help. However still not a 100% sure if I'm use this method over something like Figaro.Also how do I push these to Heroku?

How to use Bootstrap with CSS bundling in Rails Discussion

27
General
Thanks for another great video. It's no wonder why I sometimes feel lost in the Rails ecosystem. I learned Rails using the asset pipeline, then it switched to using Webpacker which I never fully un...
Mountaindog replied

Help with concurrency

4
Ruby
Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
MadisynErnser replied

How to test ActionMailer in Rails Discussion

20
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...
lali sa replied

Reverse Proxy with Caddy and Custom (Dynamic) Domain Names

3
Servers
TL;DR - how do I override the base_url (akin to CSRF protection?) with a set of valid domains? Hi all I run a PaaS of sorts which at present is hosted on Heroku and I have to map all my custom do...
Solved

Mailboxer Gem

2
Gems / Libraries
I want to implement messaging in my app and I see that the most recent commits to the mailboxes gem say it no longer works in newer Rails versions. If it's not still relevant, then is there a new g...

Senior Ruby Software Engineer - Backend (Fully 100% Remote work from anywhere)

0
Ruby
FairMoney is building the leading mobile bank for emerging markets. FairMoney is unique thanks to its international exposure (with offices on 3 continents) and its impact-driven mission: we bring f...

JavaScript vs TypeScript

1
Javascript
Anyone here who can help me with this?

How do I install a Bootstrap 5 theme with Rails 7

7
Rails
Hello, I have trouble using a Bootstrap 5 theme (like those we can find on themes.getbootstrap.com, for instance) with a Rails 7 application I'm building. I'm not sure which is the best way to inte...

How to do a Realtime Basketball Boxscore Widge Properly?

3
General
I have created a basketball stats tracker . Now I wanted to create a widget so that sports site can embed my boxscore widget to their site. My plan is add a job in my app that push the game boxscor...