Skip to content
railsengines.com

Passkit

Wallet Pass generation for Ruby On Rails

No ratings yet
Gem
passkit
Repository
coorasse/passkit
License
MIT
Stars
124
Added
August 19, 2026

About

Wallet Pass generation for Ruby On Rails

Your out-of-the-box solution to start serving Wallet Passes in your Ruby On Rails application.

What you get

  • A (not yet) fancy dashboard to manage your passes, registered devices and logs.
  • All API endpoints to serve your passes: create, register, update, unregister, etc...
  • All necessary ActiveRecord models.
  • A BasePass model that you can extend to create your own passes.
  • Some helpers to generate the necessary URLs, so that you can include them in the emails.
  • Examples for everything.

Mounting it

ruby
# Gemfile
gem "passkit"

# config/routes.rb
mount Passkit::Engine, at: "/passkit"

Details

124 stars on GitHub · MIT licensed · maintained by coorasse. Source: https://github.com/coorasse/passkit

Discussion (0)

Sign in to join the discussion.

No comments yet.