Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 835 Bytes

File metadata and controls

44 lines (34 loc) · 835 Bytes

Stalker

Short description and motivation.

Usage

How to use my plugin.

Installation

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

Contributing

Contribution directions go here.

License

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