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:
Installation
-
Add this line to your application's Gemfile:
gem "neeto-commons-backend", git: "https://github.com/bigbinary/neeto-commons-backend" -
And then execute:
```shell$ bundle install
Development
-
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' -
And then execute:
$ bundle install