Binary package “ruby-activerecord-session-store” in ubuntu bionic

database backend for user sessions in Rails applications

 This package provides a session store backed by an ActiveRecord class. A
 default class is provided, but any object duck-typing to an ActiveRecord
 session class with text `session_id` and `data` attributes is sufficient.