Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'stalker', git: 'https://github.com/opsone/stalker-gem'
And then execute:
$ bundle
After that, execute:
$ rails generate stalker:install
Add the route to the module in the file config/routes.rb
:
mount Stalker::Engine => "/stalker"
To finish, add the security token in your credentials file:
$ rails credentials:show
EDITOR='code --wait' rails credentials:edit
Set your token as the value of stalker_token
stalker_token: myMagicSecurityToken
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.