NeetoCommonsBackend

NeetoCommonsBackend gem is responsible for handling common business logic that are used across the neeto applications and also store the common files like that are widely used in all neeto applications. NeetoCommonsBackend, together with neetoCompliance gem handles the standardisation of configuration stucture and code standard.

All the controllers, concerns, services, helpers, views defined in neeto-commons-backend gem are as follows:

File name

Category

Controllers

Mailers

Model Concerns

Controller Concerns

Workers

Carriers

Workflows

gemfiles

Helpers

Initializers

Routes

Scripts

Services

Installation

  1. Add this line to your application's Gemfile:

    gem "neeto-commons-backend", git: "https://github.com/bigbinary/neeto-commons-backend"
    
  2. And then execute:

    ```shell
    

    $ bundle install

    
    

Development

  1. Add this line to your application's Gemfile (replace the path to the local copy of neetoCommonsBackend gem):

    gem 'neeto-commons-backend', path: '../neeto-commons-backend'
    
  2. And then execute:

    $ bundle install