I need to know how to configure the Rails app for the interaction with the Appwrite database. I read this guide https://appwrite.io/docs/quick-starts/ruby#step-3 but I do not understand where to create the files and it is not clear if with the code in the guide I can create and read data from Appwrite in a Rails way (= automatic mapping between model and database without having to write code).
Is there any configuration like this? https://supabase.com/docs/guides/getting-started/quickstarts/ruby-on-rails
Recommended threads
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...