Before, I was using Claude Code a lot. Is it still good, or should I give Codex a try? I downgraded right before the vacation, so I'm open to giving Codex a try.
Before, I was using Claude Code a lot. Is it still good, or should I give Codex a try? I downgraded right before the vacation, so I'm open to giving Codex a try.
If you're interested in a tutorial, the code, or both, let me know!
If you're interested in a tutorial, the code, or both, let me know!
When your nested resource model uses a hasOneThrough relationship to your tenant model, you might want to disable the tenancy for the nested resource (of course check that your authorization works).
When your nested resource model uses a hasOneThrough relationship to your tenant model, you might want to disable the tenancy for the nested resource (of course check that your authorization works).
First thing: Remove the scheduler to regenerate the sitemaps
First thing: Remove the scheduler to regenerate the sitemaps
When you use persist<Type>InSession() methods on a table, the same filter, sort & search settings persist across all tenants.
Apply this trait on your ListRecords pages and they are stored per tenant.
When you use persist<Type>InSession() methods on a table, the same filter, sort & search settings persist across all tenants.
Apply this trait on your ListRecords pages and they are stored per tenant.