
Passenger vs Puma
5
Servers
I notice that there seems to be a preference for Passenger over Puma in your screencasts and hatchbox.io. Can you elaborate? I was curious about HTTP/2, multithreading, performance, etc.
JamesPotts replied
Solved

How to use params.expect in Rails 8+ Discussion
3
General
I just used it for the first time yesterday - a much nicer API!
emilianojay replied

Methods & Functions in Ruby Discussion
1
General
My comment's gonna be the first
Oleksandr Kozlov replied

Adding TailwindCSS to Rails Discussion
10
General
For those with the problem of "bin/dev: line 8: exec: foreman: not found"
- Install the foreman gem -> bundle add foreman.
- Add the "bundle" word to the beginning of this line of code (bundle...
AEV247 replied

Why is my Sqlserver so slow??
0
Databases
I'm using Rails 8 with
gem "activerecord-sqlserver-adapter", "~> 8.0", ">= 8.0.1"
gem 'tiny_tds', '~> 3.0.0',
I have have a postgres db on Render and my company has s Sqlerver db on Azure...
Beavidy posted

Defer Job Enqueues After Transaction Commit in Rails 7.2 Discussion
1
General
Raise your hand if you're guilty of making this mistake in the past. 👋😬
Mancy Henry replied

Integers & Floats in Ruby Discussion
7
General
Great video, thanks for bunch of useful info!
Oleksandr Kozlov replied

[Video Request] - Integrate with OpenRouter
0
Gems / Libraries
A video on integrating with openrouter would be great
Ash Darji posted

Routing Constraints with Rails Authentication Generator Discussion
3
General
this is a great resource for Rails developers looking to enhance their application's security and routing logic!
Michael S replied

Multitenancy with the Apartment gem Discussion
80
General
Hi, Chris video is not loading!
Prajjwal Gupta replied

Realtime Online User Tracking with ActionCable Discussion
16
General
How would you limit those users by tenant ( account)? Would you make the data sent to redis an array of two integers, like [1, 2] where 1 is the account.id and 2 is the user.id? Or is there a simpl...
Matthias Orgler replied

How do I implement john hancock gem into jumpstart
0
General
Hi Everyone.
I need document signing in my app, and want to implement john hancock. https://github.com/Brantron/john_hancock
I am lazy so I like to start with Chris's https://github.com/excid3/go...
Jeremy Bray posted

How to work with long processing of information that will be consumed by the FRONT-END
1
General
Hey guys! how are you? I'm just looking for a pointer on which approaches I could follow for the scenario, I'd appreciate the help:
-I'm using Tabulator on my front-end to present information about...
Chris Oliver replied

Adding Edit Permissions For Links Discussion
2
General
Hi Chris, team and everyone who'll see it.
Any idea why I keep getting this error when trying to enter 'rails g AddUserIdToLinks user_id:integer' ?
Could not find generator 'AddUserIdToLinks'. ...

CloudFlare Turnstile Captchas in Rails Discussion
2
General
You should really create a gem for this. Or maybe I should? :)
Gintaras Sakalauskas replied

Rails for Beginners Part 8: Using Partials for the Navbar Discussion
6
General
I liked the navbar construction, very easy to build and this idea to separate is very good to improve time and speed building the webpage.

PostgreSQL 17 cluster config missing after upgrade on Ubuntu Discussion
0
General

Struggling to Choose the Right Collaboration Software for My Business – Need Help!
0
General
Hey everyone,
I’m in a bit of a dilemma here and hoping to get some advice. My business is in need of a solid collaboration software, but I’m finding it really hard to decide on the right one. We’...
Daniel Chrisman posted

Deploying URL Shortener To Production with Hatchbox.io Discussion
0
General
Is Sucker Punch necessary with Rails 8 now that Hotwire is integrated? I deployed my app to Fly.io and the background job is working without the added configuration suggested in this video.
Alex H. posted