
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

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

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

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

Fatal - not a git repository on server (deployed with Capistrano)
1
Rails
Some time recently, my app started throwing `fatal: not a git repository (or any of the parent directories): .git` on the server. It shows up if I ever remote in and run a bundle exec command (e.g....
attractive colt replied