rosarioOriginal post
Rank 2: Process
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
Summary
- Developer needs help setting up Appwrite with Ruby on Rails
- Unsure where to create files based on Appwrite's guide
- Asking for automatic mapping between Rails model and Appwrite database like Supabase has
Solution:
- No automatic mapping like Supabase currently
- Follow Appwrite's guide to configure Rails app for interaction with the Appwrite database