Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 964 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 964 Bytes

Plugger

Plugger brings Rails plugins back to Rails 4 for all of us who don't have time to turn our lovely plugins into gems. Some of us even have good reasons now to make things gems!

Usage

Instead of using script/rails plugin, you now just use plugger for everything:

  • plugger install URL - This installs a new plugin in vendor/plugins.
  • plugger remove PLUGINNAME - Removes that plugin from vendor/plugins.

Support

Plugger supports loading Rails 3-style generators, Rake tasks and, of course, regular plugin stuff through init.rb.

Help

This took me a morning and a bit to throw together and has only really been tested against Moonshine.

If you find bugs, please report them, but better yet - fix them and submit a pull request!


Unless otherwise specified, all content copyright © 2014, Rails Machine, LLC