while installing iam getting error
I am very grateful that you shared this fantastic content with

5
Ruby
ActsAsTenant 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...

2
Rails
Adding 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...

8
General
Rails 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

8
General
Rails for Beginners Part 1: Installing Ruby on Rails Discussion
Thanks. Its usefull information

15
General
I 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

2
Rails
Refactoring 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 ...

5
General
Realtime Nested Comments: Part 1 Discussion
Chris G., I'm having the same issue. But I'm noticing that it is because the POST request is not sending a turbo request, the format seems to be HTML. Not sure why it isn't using turbo for this...

5
General
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:)

5
General
URL 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...

11
General
How to find someone on whatsapp through something related to them
Whatsapp apk is the app that I downloaded at apkhihe. I am very satisfied with the Whatsapp apk app, it's amazing.

7
General
Deploying our Password Manager to Fly Discussion
This was so great! Super detailed and helpful for someone like me who only just started coding beginning of this year 👌

3
General