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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...