Skip to content

RestPack/restpack_activity_service

Repository files navigation

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