Sha256: 91265fea3eea249f3c472e5375e36280964fa3c93b9c17c08fa6dad489234bb8
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
Contents
# Bpluser [](https://travis-ci.com/boston-library/bpluser) [](https://coveralls.io/github/boston-library/bpluser?branch=master) Rails engine for providing Devise-based user models and functionality for digital repository applications using [CommonwealthVlrEngine](https://github.com/boston-library/commonwealth-vlr-engine). This includes bookmarks (Blacklight default), custom folders, and saved searches. # Requirements - `ruby >= 2.6.10` - `rails ~> 6.0.6` - `postgres v12 or higher` To install, add the following to your Gemfile: ```ruby gem 'bpluser', '~> 0.1.0' # OR gem 'bpluser', git: 'https://github.com/boston-library/bpluser' ``` Then run: ``` $ bundle install $ rails generate bpluser:install ``` When updating run ``` rails bpluser:install:update_migrations ``` (Note that the installer will ask to overwrite your local `config/locales/devise.en.yml`).
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
bpluser-0.3.0 | README.md |
bpluser-0.2.0.4 | README.md |
bpluser-0.2.0.3 | README.md |
bpluser-0.2.0.2 | README.md |
bpluser-0.2.0.1 | README.md |
bpluser-0.2.0 | README.md |