Syosset::Plugins::Base

This is the base code for a plugin system designed to autoload "plugins" (Rails Engines) in vendor/plugins which follow a certain convention.

TODO: Document this convention See https://github.com/Syosset/syosset to see this plugin framework in use.

Installation

Add this line to your application's Gemfile:

gem 'syosset-plugins-base'

And then execute:

$ bundle

Or install it yourself as:

$ gem install syosset-plugins-base

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/syosset-plugins-base.