sul-dlss/suri_rails

Name: suri_rails

Owner: Stanford University Digital Library

Description: [Prototype] replicating suri functionality in a rails application

Created: 2017-08-25 16:00:17.0

Updated: 2018-05-15 16:18:25.0

Pushed: 2018-05-15 16:18:26.0

Homepage: null

Size: 49

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status Coverage Status Dependency Status

SURI

SURI is the Stanford Libraries' unique identifier minting system. It mints unique DRUIDs.

Requirements
  1. Ruby (2.4.1 or greater)
Installation

Clone the repository

$ git clone git@github.com:sul-dlss/suri_rails.git

Change directories into the app and install dependencies

$ bundle install

Start the development server

$ rails s
Testing

The test suite (with RuboCop style enforcement) will be run with the default rake task (also run on travis)

$ rake

The specs can be run without RuboCop enforcement

$ rake spec

The RuboCop style enforcement can be run without running the tests

$ rake rubocop

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.