Local SSL Certificates with Caddy Discussion
11
General
I'm curious... if you've needed SSL for local development before, what were you building?
RyanJeff replied
Sending Emails For Successful Web Scraper Results Discussion
3
General
It took me some time to understand why my ActionMailer::MailDeliveryJob were getting enqueued but not performed when running the rake task. Reading this article https://stevechanin.blogspot.com/201...
Alex H. replied
How to use CodeMirror with ImportMaps Discussion
0
General
Refactoring Madmin Pagination Discussion
0
General
I'm a beginner to Ruby.
0
Tips
Need a learning path which is impactful...
Consider me as a professional having almost 2 years of experience in developing full stack experience in JS. What are the keys things which you might hav...
Sorting Blog Posts With Scopes Discussion
3
General
How can I do that? I want to post my discussion, but I cannot find my post after posting it. pls, help me!
Wemi Moyela replied
AI Summaries in Rails with Gemini 2.0 Discussion
5
General
What other types of AI integrations would you like to see?
Dx. replied
Arrays in Ruby Discussion
7
General
That underscore tip is really handy!
ishthi-flightlogger replied
How to Rate Limit Requests in Rails 7.2 Discussion
3
General
This is very useful! No more rack attack... although it's possible this will not provide all features that rack attack gives us - right?
kinehi replied
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
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
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
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'. ...