Rails for Beginners Part 2: How to create a new Rails app Discussion
How can I get correct path of image (Production env) in Controller js (StimulusJs file) of Rails 7 app?
SPAM comment reply, do not click the link
Robert Ault repliedwhile installing iam getting error
I am very grateful that you shared this fantastic content with
lemongrassfancy repliedActsAsTenant demo app
From a senior dev... 1. Have a tenant table that stores the domain 2. Add tenant_id to devise users table for lookup 3. In the application controller, match up devise's current_user object with th...
Robert Ault repliedAdding a Highlight Button to Trix Discussion
Awesome! Would actually love to see more videos on extending Trix. I've been using Froala Editor for my production applications, because Trix felt like it was lacking a lot of core functionality. M...
Dan LeGrand repliedRails for Beginners Part 3: How HTTP Requests work in the Browser Discussion
Is this where you recommend reading more? https://developer.mozilla.org/en-US/docs/Web/HTTP
Jorge Dominguez repliedRails for Beginners Part 1: Installing Ruby on Rails Discussion
Thanks. Its usefull information
TinotyDal repliedI am wondering if there is a way to access the current_tenant ID within a sidekiq job?
seems so obvious now 😀 `ActsAsTenant.current_tenant.id` that will get the current account ID
Michael Smith repliedRefactoring with ActiveSupport::TimeWithZone Discussion
Actually, I take it all back. What we have in the video is what we wanted. Adding `started?` caused the code to not function properly. The `running?` method that is not shown in the video is where ...
cjilbert504 repliedTesting a Meilisearch Integration with Ruby on Rails Discussion
Nested Comment Threads in Rails - Part 2 Discussion
Pundit is my go-to app when it comes to features like these. I have implemented the tutorial's suggested rules for posting and comments by pundits. Pundit gets an extra point:)
icyclisttreacle repliedURL Based multi tenancy
It's easier than you might think! You just point the domain to the server and Rails doesn't care what domain it is. Then you can use like ActsAsTenant to match the domain with an Account. Or Acco...
Chris Oliver replied • SolvedHow to write APIs?!
I don't have any knowledge about projects.
MatthewSanders repliedCreating Passwords Through A Join Table Discussion
Nice cat =)
Jaroslav Horák postedWriting an ActiveRecord adapter
Since none currently exists, I'd like to write my own ActiveRecord adapter for the Immudb database. However, I've been searching for a while online and can't find any good resources on how to write...
DEEPAK KUMAR posted