Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 853 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 853 Bytes

restpack_activity_service

Build Status Code Climate Dependency Status Gem Version

Work In Progress

This gem provides a service for managing lists of activities. It supports full text search, tagging, access control and paging.

Development Setup

  1. install postgres
  2. bundle install
  3. rake db:create
  4. rake test