No commit activity in last 3 years
No release in over 3 years
Rails engine to do user institutions in an RDBMS for hydra-head
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

An engine gem to provide a RDBMS backed list of roles and their associated user. This replaces the hydra default role mapper.

##Installing:

  • Add: gem 'bpl-institution-management' to your Gemfile and then bundle install
  • rails generate roles
  • rake db:migrate
  • Add the following cancan abilities:
  # app/models/ability.rb
  TBA

##Testing:

  • Install a system javascript runtime or uncomment therubyracer in spec/support/Gemfile
  • Run rake generate spec to generate a test rails app at spec/internal and test it