
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

Retrieving Link Metadata with Background Jobs Discussion
2
General
Posting here in case anyone else ran into the issue where they tried to run a test, but got the error of having pending database migrations (also after running db:migrate).
For me what helped is r...
Malinda Schmeler 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

Live Reloading with Hotwire Spark Discussion
2
General
I like the idea of morphing for live reloading. It makes for a very smooth experience. There is still lots to improve but I'm excited to have an official live reloading library for Hotwire.
Ashish Darji replied

Adding a Blog Post Destroy Action and Refactoring Discussion
9
General
Does asdf support ruby > 3.2.0 on Mac Ventura 13.1?
RMazoni replied

Classes & Objects in Ruby Discussion
17
General
Hey Collin,
Thanks for this great video.
Looking forward to the video on modules.
cjilbert504 replied

How do I dynamically update views when objects change
9
Rails
Hello,
I have objects called lockouts. I have several views where the users lockouts are listed or displayed. I want to update those views without having to refresh the page. So if an attribute of ...
LOLCONCEPTS replied

Hash Fetch with Default Value Discussion
4
General
Guarantee you I've made this mistake many times over the years. 😅
Alexis Vernier replied

JavaScript not working for Bootstrap 5 on Rails 7
5
Rails
Hello,
I have started learning Ruby on Rails recently. I came across your site when trying to figure out issue I am having when installing Bootstrap 5 with Rails 7.
The bootstrap framework is insta...
Malinda Schmeler replied

How to determine acceptable memory baseline for my application?
7
Rails
Hey everyone, I have a Rails app deployed on Render's "Starter" plan which only includes 512MB of memory. My Rails app is a very simple blog that doesn't do anything crazy (as far as I know) with r...
Adam Taylor replied

Structured Output with Gemini 2.0 Discussion
2
General
Structured output makes advanced AI integrations actually possible. Imagine trying to parse a string response every time without structured json output! 😅
Marcus S replied

Local SSL Certificates with Caddy Discussion
10
General
I'm curious... if you've needed SSL for local development before, what were you building?
Dan LeGrand replied