This repo is an example of how to use the applin-rails gem, from Applin™.
The interesting parts:
It runs at https://rails-demo.applin.dev/ .
To run the server locally on port 3000:
- Install Ruby 3.2.2 or newer
bundle install
bundle exec ./bin/rails server
Connect to the server with Applin Tester or make a new app with ApplinIos and run it in Simulator.
TODO: Add tests.
TODO: Add instructions for running tests.