Project

micro_api

0.0
The project is in a healthy, maintained state
Rails engine plugin that would like to help the startup of rails applications oriented to microservices or, in general, to the cloud.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 6.0.0
 Project Readme

MicroApi

This is a Rails plugin that would like to help the startup of rails applications oriented to microservices or, in general, application deployed on the cloud.

Usage

How to use my plugin in a existing project

bundle add micro_api
gem install micro_api

Installation

Add this line to your application's Gemfile:

gem "micro_api"

from localpath

gem 'micro_api', path: '/gems/micro_api'

And then execute:

bundle
bundle exec rails generate micro_api:install

Or install it yourself as:

$ gem install micro_api

Implementation

testing

docker run -ti --rm -v $(pwd):/app --workdir="/app" ruby:alpine sh
apk add --update build-base libxml2-dev libxslt-dev git postgresql-dev postgresql-client
bundle install
gem update --system
bundle exec rspec
bundle exec rubocop
bundle exec rubocop -A

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.