Sha256: 53a2b738cc885efe296052f849497aaedbf8208ca5c2e3e2c2dedadfcb830cb3

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

[![Gem Version](https://badge.fury.io/rb/micro_service-server.svg)](http://badge.fury.io/rb/micro_service-server)
[![Build Status](https://travis-ci.org/butchmarshall/ruby-micro_service-server.svg?branch=master)](https://travis-ci.org/butchmarshall/ruby-micro_service-server)

# MicroService::Server

ActiveRecord MicroService implementation that persists the details of server installations.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'micro_service-server'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install micro_service-server

then run

```ruby
rails generate micro_service:active_record:server:active_record
bundle exec rake db:migrate
```

## Usage

To the ActiveRecord model:

```ruby
MicroService::Server.new(...)
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/butchmarshall/ruby-micro_service-server.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
micro_service-server-0.0.1 README.md