pluginator
pluginator copied to clipboard
A simple plugin system based on Gem.find_files
The following line: ```ruby Dir[lib+"/**/*.rb"].each{|file| require file } ``` can have system dependent ordering, adding extra: ```ruby require "pluginator" ``` should ensure proper order of loading classes.
@logicminds pushed a new update to branch in this repository, I have added you to the team so now you can work on it here too :)
I can't seem to run these tests locally. Am I missing something? ``` docker run -ti --rm -w /app -v ${PWD}:/app ruby:2.3 bash root@48f9b6ff0907:/app# bundle install Fetching gem metadata from...
* previously by default, pluginator would only look in the directory named plugins. While this is a great notion, many existing plugin systems do not follow this path. This attempts...