This is the source code for https://rubygems.org/gems/applin-rails.
Use this library to make a backend for your mobile app which uses the Applin™ Server-Driven UI framework. See https://www.applin.dev/
To add the gem to your Rails application:
$ bundle add applin-rails
- Docs: https://www.applin.dev/docs/backend-libraries.html
- Example: https://github.com/leonhard-llc/applin-rails-demo
Bug reports and pull requests are welcome on GitHub at https://github.com/leonhard-llc/applin-rails.
When sending PRs, please email us a signed CLA using cla-email-template.txt.
- Install dependencies:
bin/setup
rake test
bin/console
To release a new version:
- Install the gem onto your local machine:
bundle exec rake install
- Test it with https://github.com/leonhard-llc/applin-rails-demo
- Update the version number in
version.rb
- Run
bundle exec rake release
. This will create a git tag, make a.gem
file, and push the file to https://rubygems.org.